Fhackd

Fhackd

Saturday 29 June 2013

Immortals: Kingdom of Heroes Hack 29/6

Immortals: Kingdom of Heroes 1-Hit/God Mode Hack

What you need:
Cheat Engine 6.3
Firefox

Steps:
1.) Launch Cheat Engine 6.3 and Immortals: Kingdom of Heroes on Firefox. (Game link)
2.) Attach cheat engine to firefox process.
3.) In Cheat engine, press ctrl+a and copy and paste the following script and execute
Note: You must attack someone before using the script.
[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
label(Check)
label(restore1hit)
registersymbol(restore1hit)
aobscan(hack,83 C4 10 8B D8 8B 85 50 FF FF FF 89 9D 54 FF FF FF 8B 9D 54 FF FF FF 89 58 24)

newmem:
mov ebx,[ebp-000000AC]
//Multilevel pointer..
push ecx
mov ecx,[eax+50]
mov ecx,[ecx+10]
mov ecx,[ecx+8]
mov ecx,[ecx+1]
cmp ecx,[Check]
pop ecx
jne originalcode
//mov [eax+24],ebx //original code, we don't need this..
jmp exit

originalcode:
mov [eax+24],0 // One  Hit Kill
jmp exit

exit:
jmp returnhere

Check:
dq #829251941 // this equals to the string eam1 (we comparing with team1 and team2)
//team1 == you
//team2 == enemies

hack+11:
restore1hit:
jmp newmem
nop
nop
nop
nop
returnhere:
[DISABLE]
restore1hit:
mov ebx,[ebp-000000AC]
mov [eax+24],ebx
unregistersymbol(restore1hit)

No comments:

Post a Comment