Upload your cheat tables here (No requests)
mochongli
Expert Cheater
Posts: 82 Joined: Wed Apr 22, 2020 7:36 pm
Reputation: 97
Post
by mochongli » Fri Oct 02, 2020 5:21 pm
Game.CT
(3.74 KiB) Downloaded 1081 times
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
mochongli
Expert Cheater
Posts: 82 Joined: Wed Apr 22, 2020 7:36 pm
Reputation: 97
Post
by mochongli » Fri Oct 02, 2020 6:42 pm
Equipment Ignore level
[ENABLE]
D2Common.dll+26190:
xor eax,eax
ret
[DISABLE]
Equipment Ignore occupation
[ENABLE]
D2Common.dll+24280:
mov eax,7
ret 4
[DISABLE]
Wear equipment casually
[ENABLE]
D2Common.dll+27076:
mov al,1
D2Common.dll+27080:
mov al,1
[DISABLE]
D2Common.dll+27076:
xor eax,eax
D2Common.dll+27080:
xor eax,eax
buy itme 1 cost
[ENABLE]
D2Common.dll+28F2D:
db 90 90
mov esi,000000c8
[DISABLE]
D2Common.dll+28F2D:
db 7C 09
mov esi,00000063
A attack full level
[ENABLE]
D2Game.dll+DE705:
db 90 90
[DISABLE]
D2Game.dll+DE705:
db 76 02
Identification equipment
[ENABLE]
globalalloc(myhook_pickitem,0x1000)
D2Common.dll+238F4:
jmp myhook_pickitem
nop
myhook_pickitem:
or [eax+18],00000010
mov eax,[eax+18]
ret 4
[DISABLE]
D2Common.dll+238F4:
mov eax,[eax+18]
ret 0004
matt1713
Expert Cheater
Posts: 54 Joined: Tue Sep 29, 2020 1:32 pm
Reputation: 8
Post
by matt1713 » Sun Aug 27, 2023 3:52 pm
Not sure if you're still active in the forums, but thank you for this. It's making my Project Diablo II with PlugY mods run that much more fun. Also, for the Variable 200%; I've been trying to make sense of the script. I'm trying to make the magic find variable specifically be more (I.E. all variables except magic find are 200% but I want magic find only to be 1000%). Is that possible with this script?