18.2.11

Dekaron Hacks - Teleport Script, Map Hack

Tool Required : Cheat Engine

First open op your dekaron.exe or what ever it names..
Then "Log on".
Do Not Connect To The Game
then you open up your CE and choose the litle computer in the upper corner.
Then you will get "Process list" up..
Now go select the dekaron.exe and press "open".
Now you select "Memory view"
After that you press "ctrl + a" and enter this :

->Teleport to any part of the map...
===================================
[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(x_location)
label(y_location)
label(z_location)
registersymbol(x_location)
registersymbol(y_location)
registersymbol(z_location)
label(exit)

005D662B: //8B 08 8B 50 04 89 4C 24 20
jmp newmem
returnhere:

newmem:

mov ecx,x_location
mov ecx,[ecx]
cmp ecx,0
//je originalcode
mov [eax],ecx

mov ecx,y_location
mov ecx,[ecx]
cmp ecx,0
//je originalcode
mov [eax+04],ecx

mov ecx,z_location
mov ecx,[ecx]
cmp ecx,0
//je originalcode
mov [eax+08],ecx


originalcode:
mov ecx,[eax]
mov edx,[eax+04]
exit:
jmp returnhere

x_location:
dd 00000000

y_location:
dd 00000000

z_location:
dd 00000000

[DISABLE]
dealloc(newmem)
005D662B:
mov ecx,[eax]
mov edx,[eax+04]
=================================

No comments: