Amami De Kaito Expert Cheater
Reputation: 5
Joined: 06 Feb 2013 Posts: 110 Location: 3/44
|
Posted: Wed Oct 16, 2013 2:39 am Post subject: [HELP] How to find God Mode |
|
|
I make script game X-Blade.
Code: | [ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
aobscanmodule(Health,xblades.exe,0F 2F 81 D0 04 00 00 72 06)
registersymbol(Health)
globalalloc(pHealth,4)
newmem:
xor eax,eax
push eax
mov eax,[ecx+000004D4] <----- Max Health
mov [ecx+000004D0],eax <----- Current Health
mov [pHealth],ecx
originalcode:
pop eax
comiss xmm0,[ecx+000004D0]
jmp returnhere
Health:
jmp newmem
nop
nop
returnhere:
[DISABLE]
dealloc(newmem)
unregistersymbol(Health)
Health:
db 0F 2F 81 D0 04 00 00 |
I enable code God mode, player and enemy is Full Health.
I should use Shared Code or not?
PS. What is Test's command and how to use?
PS. How technic to find God Mode?
Thank you and sorry I bad English.
Description: |
|
Filesize: |
112.37 KB |
Viewed: |
3240 Time(s) |

|
|
|