Page 1 of 1

2Moons Hacks - Step By Step Teleportation Guide

Posted: October 25th, 2009, 8:51 am
by tault_Broden
C+P

Heres a step by step tele hack using cheat engine.

<img src="http://img199.imageshack.us/img199/5039/ce1.png" alt="" border="0">

<img src="http://img196.imageshack.us/img196/2386/ce2.png" alt="" border="0">

<img src="http://img195.imageshack.us/img195/7145/ce3.png" alt="" border="0">

<img src="http://img193.imageshack.us/img193/5646/ce4.png" alt="" border="0">

<img src="http://img188.imageshack.us/img188/5223/ce5.png" alt="" border="0">

<img src="http://img51.imageshack.us/img51/6450/ce6.png" alt="" border="0">


<img src="http://img43.imageshack.us/img43/5079/ce7.png" alt="" border="0">

<img src="http://i233.photobucket.com/albums/ee213/7kiramezak7/ce8.png" alt="" border="0">

<img src="http://i233.photobucket.com/albums/ee213/7kiramezak7/dekaron2009093022h51m35s0208.jpg" alt="" border="0">

<img src="http://i233.photobucket.com/albums/ee213/7kiramezak7/dekaron2009093019h50m40s0200.jpg" alt="" border="0">

Credits for most of the screensots go to qazxswert.

P.S. I find it very useful on some maps, let's say crespo dungeon. All know the places where you get dc, well now you can just teleport to the other side without actially going through the portal.

P.S. #2 This hack is not new i just haven't seen anybody post about it and thought alot of ppl could use that

Update: here is a CE script that does same thing. (tnx ~Kakkarot~)
Code:

[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

004EB3E3:
jmp newmem
nop
returnhere:

newmem: //this is allocated memory, you have read,write,execute access
//place your code here


originalcode:
mov eax,00000002

exit:
jmp returnhere

[DISABLE]
mov eax,00000002