paranhak How do I cheat?
Reputation: 0
Joined: 19 Aug 2014 Posts: 0
|
Posted: Sun Sep 28, 2014 8:14 pm Post subject: Help with cheat engine aa script |
|
|
| Code: | [ENABLE]
alloc(Hook,128)
label(Return)
alloc(UA,128)
label(Exit)
//Hook address: 005F7ED0
//push esi below
//8B ? ? ? ? 00 85 C0 74 ? 83 ? ? 74 ? 83 ? ? C3 33 C0 C3 CC CC CC CC CC CC CC CC CC CC 56
//mov eax,[ecx+0000Xxxx]
Hook:
push esi
lea esi,[ecx+00004518]
push edi
lea ecx,[esi+0C]
call 004AC060
mov ecx,esi
mov edi,eax
call 004AC060
mov ecx,eax
mov eax,[esp+0C]
jmp UA
Return:
pop esi
ret 0004
UA:
mov [eax],edi
push ebx
mov ebx,[01B46094] //Character Base
cmp dword ptr [ebx+A560],#10 //Attack Count
jl Exit
add [eax],08
Exit:
pop ebx
pop edi
mov [eax+04],ecx
jmp Return
01972A84: //4byte scan hook address [4th Result]
dd Hook
[DISABLE]
01972A84: //Same as above
dd 005F7ED0 //Same as hook address
dealloc(Hook)
dealloc(UA) |
Here is the script I'm trying to update
it says 4byte scan hook address how do I do that ?
Can any body help me please ?
|
|