05.09.2019
Posted by admin
Advertisement
TrophiesApplies a buff to the selected player. Type 'lpi' to find an ID. Buff names can be found in 7 Days To Die Data Config buffs.xml. Buffplayer 171 CoffeeStaminaBoost chunkcache cc Shows all loaded chunks in the cache. Clear Clears all output text in the command console cp add. Nearly Immortal (Gold): 1250 Minutes Lived in a Single Player Game. Additionally, there are five secret trophies: On Top of the World (Bronze): Get up to the 255 meter height in a game.
Successfully complete one of the following tasks to get a trophy:

- 100% Clear (Platinum): This is the platinum trophy and is unlocked automatically when all the trophies have been unlocked.
- Cause he's the Ax Man (Bronze): Craft your first Stone Ax.
- Good in the sack (Bronze): Place your first bedroll, old bed or king sized bed.
- Playing Doctor (Bronze): Stop a critical bleed-out with a bandage, first aid bandage or first aid kit.
- Handy Man (Bronze): Craft your first wood frame.
- The Homestead Act (Bronze): Place your first Land Claim.
- Alexander Bell (Bronze): Craft 50 Items.
- Benjamin Franklin (Bronze): Craft 500 Items.
- Henry Ford (Bronze): Craft 1500 Items.
- Thomas Edison (Silver): Craft 5000 Items.
- The Grave Digger (Bronze): Kill 10 zombies.
- The Embalmer (Bronze): Kill 100 zombies.
- The Mortician (Silver): Kill 500 zombies.
- The Funeral Director (Gold): Kill 2500 zombies.
- Napoleon (Bronze): Kill 10 Players.
- Julius Caesar (Bronze): Kill 100 other players.
- Genghis Khan (Bronze): Kill 500 other players.
- Alexander the Great (Silver): Kill 2500 other players.
- Christopher Columbus (Bronze): Travel 10 Kilometers.
- Ferdinand Magellan (Bronze): Travel 50 Kilometers.
- Marco Polo (Bronze): Travel 250 Kilometers.
- Neil Armstrong (Silver): Travel 1000 Kilometers.
- Bite the Dust (Bronze): Die 5 Times.
- Knock em Dead (Bronze): Die 25 Times.
- Your Number's Up (Bronze): Die 100 Times.
- Meet Your Maker (Silver): Die 500 Times.
- Alive and Kicking (Bronze): Reached 125 in Wellness.
- Fit as a Fiddle (Bronze): Reached 150 in Wellness.
- Healthy as a Horse (Bronze): Reached 175 in Wellness.
- The Picture of Good Health (Silver): Reached 200 in Wellness.
- Scavenger (Bronze): Scored 10 in a Single Game.
- Adventurer (Bronze): Scored 50 in a Single Game.
- Nomad (Bronze): Scored 250 in a Single Game.
- Warrior (Silver): Scored 500 in a Single Game.
- Survivalist (Gold): Scored 1000 in a Single Game.
- Brush with Death (Bronze): 50 Minutes Lived in a Single Player Game.
- Near Death Experience (Bronze): 150 Minutes Lived in a Single Player Game.
- Cheated Death (Silver): 500 Minutes Lived in a Single Player Game.
- Nearly Immortal (Gold): 1250 Minutes Lived in a Single Player Game.
Additionally, there are five secret trophies:

- On Top of the World (Bronze): Get up to the 255 meter height in a game.
- Dig Deep (Bronze): Get down to 3 meters or bedrock in a game.
- The Polar Bare Club (Bronze): Be naked, feels like temperature 0° or lower, and 100% wet.
- Dirty Larry (Bronze): Kill 44 punks with a 44 magnum.
- Evil Knievel (Bronze): Break your leg.
Alpha 5.2 Hotfix 2, Alpha 6.1 Beta, Alpha 6.2 (b6), AND Alpha 6.3 (b2) for x64 (64bit) (not tested on 32bit).
NOTE: I've had occasion where one or the other array of bytes searched for the AOB scan did not exist until doing something that changed the values we are trying to control had occurred. (example: losing stamina before it would active, or hitting something before damage would activate)
As with all AOB scan codes, give it a moment (3-20sec) to activate/deactivate.
Test version: x64 (64 bit) - Run Install_64bit.bat in the game's folder as Steam does not always install the x64 version, even when updating from the x64 version.
Builds Tested: Steam Alpha 5 HotFix 2, Steam Alpha 6 Hotfix 1 (beta), Steam Alpha 6.2 (b6), Steam Alpha 6.3 (b2)
Tests done in Single Player game of Survival on Navezgane map. No other game modes tested.
STAMINA wrote:
Code:
<?xml version='1.0' encoding='utf-8'?>
<CheatTable CheatEngineTableVersion='16'>
<CheatEntries>
<CheatEntry>
<ID>3</ID>
<Description>'7DTDx64 (AOB)Stamina'</Description>
<Color>80000008</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
// Running Stamina
//5A70AE8A - 48 63 86 70030000 - movsxd rax,dword ptr [rsi+00000370]
//5A70AE91 - FF C8 - dec eax // decrease Stamina (running)
//5A70AE93 - 89 86 70030000 - mov [rsi+00000370],eax
aobscan(aob_stam_e, 48 63 86 70030000 FF C8 89 86 70030000)
aob_stam_e+7:

db 90 90
//Tool Usage Stamina
//5A74480F - 48 63 87 70030000 - movsxd rax,dword ptr [rdi+00000370]
//5A744816 - 03 45 F0 - add eax,[rbp-10] // decrease Stamina (tools)
//5A744819 - 89 87 70030000 - mov [rdi+00000370],eax
aobscan(aob_stam_e2, 48 63 87 70030000 03 45 F0 89 87 70030000)
aob_stam_e2+7:
db 90 90 90
[DISABLE]
aobscan(aob_stam_d, 48 63 86 70030000 90 90 89 86 70030000)
aob_stam_d+7:
db ff c8
aobscan(aob_stam_d2, 48 63 87 70030000 90 90 90 89 87 70030000)
aob_stam_d2+7:
db 03 45 F0
</AssemblerScript>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols/>
</CheatTable>
HUNGER and THIRST wrote:
Code:
<?xml version='1.0' encoding='utf-8'?>
<CheatTable CheatEngineTableVersion='16'>
<CheatEntries>
<CheatEntry>
<ID>3</ID>
<Description>'7DTDx64 (AOB)Hunger and Thirst'</Description>
<Color>80000008</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
// Decrease Hunger and Thirst over time
//Replaced with code to add Full each time it is called
//0F095044 - FF C8 - dec eax
//0F095046 - 33 C9 - xor ecx,ecx
//0F095048 - 3B C1 - cmp eax,ecx
//0F09504A - 0F4C C1 - cmovl eax,ecx
aobscan(aob_htot_e, 48 63 47 10 FF C8 33 C9 3B C1 0F4C C1 89 47 10)
aob_htot_e+4:
db B8 48 00 00 00 90 90 90 90
//0F095044 - B8 48000000 - mov eax,00000048
// Disable Change Thirst and Hunger on item use
//0FAD2554 - 03 45 E8 - add eax,[rbp-18]
//0FAD2557 - 89 47 10 - mov [rdi+10],eax
//0FAD255A - 48 63 4F 14 - movsxd rcx,dword ptr [rdi+14]
aobscan(aob_thiu_e, 03 45 E8 89 47 10 48 63 4F 14)
aob_thiu_e+3:
db 90 90 90
[DISABLE]
aobscan(aob_htot_d, 48 63 47 10 B8 48000000 90 9090 90 89 47 10)
aob_htot_d+4:
db FF C8 33 C9 3B C1 0F 4C C1
aobscan(aob_thiu_d, 03 45 E8 90 90 90 48 63 4F 14)
aob_thiu_d+3:
db 89 47 10
</AssemblerScript>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols/>
</CheatTable>
Requested on CE.
This affects Hand, Guns, Auger, Tools as well.
This affects Zombies in Single Player or when hosting! YOU HAVE BEEN WARNED!
This also has a nice advantage over DLL edit. Compatible across multiple version, and the ability to enable/disable without quitting the game. Thus allowing one to be more undetected.
ONE HIT DESTROYS BLOCKS (INCLUDING BEDROCK) wrote:
Code:
<?xml version='1.0' encoding='utf-8'?>
<CheatTable CheatEngineTableVersion='16'>
<CheatEntries>
<CheatEntry>
<ID>3</ID>
<Description>'7DTDx64 (AOB)Mega Damage - Destroy blocks in single hit - affects Zombies in Single Player or when hosting'</Description>
<Color>80000008</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
// F2 44 0F5A F8 - cvtsd2ss xmm15,xmm0
// F3 44 0F11 78 1C - movss [rax+1C],xmm15
// 66 0F57 C0 - xorpd xmm0,xmm0
// F2 44 0F5A F8 - cvtsd2ss xmm15,xmm0
// F3 44 0F11 78 20 - movss [rax+20],xmm15
alloc(DamageMultiplierValue,16)
alloc(DamageMultiplierCode,128)
label(returnDamageM)
aobscan(aob_dam_e, F2 44 0F5A F8 F3 44 0F11 78 1C 66 0F57 C0)
// Force Damage Multiplier to 999999
//
DamageMultiplierValue:
db F0 23 74 49
DamageMultiplierCode:
movss xmm0,[DamageMultiplierValue]
cvtss2sd xmm0,xmm0
cvtsd2ss xmm15,xmm0
jmp returnDamageM
//Insert code
7 Days To Die Cheat Commands
//aob_dam_e+B:
jmp DamageMultiplierCode
nop
nop
nop
nop
returnDamageM:
[DISABLE]
aobscan(aob_dam_d, F2 44 0F5A F8 F3 44 0F11 78 1C ?? ???? ?? ?? 90 90 90 90)
dealloc(DamageMultiplierValue)
dealloc(DamageMultiplierCode)
aob_dam_d+B:
db 66 0F 57 C0 F2 44 0F 5A F8
</AssemblerScript>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols/>
</CheatTable>