panraven Grandmaster Cheater
Reputation: 62
Joined: 01 Oct 2008 Posts: 958
|
Posted: Sat Oct 11, 2014 1:12 pm Post subject: |
|
|
| Code: | 17 3c ?? ?? ?? ?? 17 fe 0b
->
26 20 18 fc ff ff 00 fe 0b |
This should force the aDamage always -1000 (fffffc18)
btw, the aob should make longer with suitable wildcard, too short may hit other codes you don't want to change.
--- previous reply, just ignore
<misunderstood the code, wait awhile for correction, if any>
The last 2 nop is original code or already modified?
anyway try:
17 fe 0b ?? ?? 00 00
->
17 fe 0b ?? ?? 15 5a
//15 -> ldc.i4.m1 , load integer -1
//5a -> mul , multiply 2 number on stack, ie. aDamage & -1
|
|