Dead Island [Steam Retail] V1.20

Upload your cheat tables here (No requests)
Post Reply
User avatar
STN
Founder
Founder
Posts: 4426
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3423

Dead Island [Steam Retail] V1.20

Post by STN »

UPDATE v1.20
Made by SwaggaJackin'
Added instant fury after 1 kill. Also located the pointer for fury so if you want to manually freeze the value yourself for infinite fury (1 is max).

Fixed the stamina pointer, the value I was pointing at last time was just a visual representation. Just lose stamina while the script is active for the pointer to be found. For money you need to enter the inventory screen and it will find the pointer.

Added the skill point pointer (thanks to Terpus for locating it). Simply set this to a higher value to add skill points. I've tested setting it to 2000 and it worked fine.

Added a seperate table with static pointers.

The drop item script is now configurable to a set amount specified (defaults to 99) with the 'Set item amount on drop' value. Just toggle the script and set the value of 'Set item amount on drop' to whatever value you'd like to have of an item when you hit the drop menu.


Infinite durability for equipped items
Get xx (configurable) of any item dropped
Instant fury after 1 kill
Pointer addresses for the following:
Stamina
Life
Money
Fury
Experience
Skill points



Remember to have executable toggled when toggling scripts since they rely on array of byte scans inside of the executable area:

Ok, got scripting to work. Not sure what the issue was.

Anyways, added an infinite durability script for the currently equipped weapon. Haven't tested it with guns because I haven't found one yet. I gotta get ready for class.


Infinite durability (equipped item):
Code:

[Enable]
alloc(newmem,256)
label(returnhere)
label(durajmp)
registersymbol(durajmp)
aobscan(_durability,D9 47 24 8B 90 C4 02 00 00 D9 5C 24 0C)
newmem:
mov [edi+24],(float)20
fld dword ptr [edi+24]
mov edx,[eax+000002C4]
jmp returnhere

_durability:
durajmp:
jmp newmem
nop
nop
nop
nop
returnhere:

[Disable]
durajmp:
fld dword ptr [edi+24]
mov edx,[eax+000002C4]
dealloc(newmem)
unregistersymbol(durajmp)


Make sure your memory scan settings are toggled correctly (write, executable) to find the AOB when using the script (i.e.):

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

nicklesbe
Cheater
Cheater
Posts: 35
Joined: Fri Mar 03, 2017 8:51 am
Reputation: 2

Re: Dead Island [Steam Retail] V1.20

Post by nicklesbe »

What happened to the table that was here?

Post Reply