MAP HACK!

10/03/2009 17:32 blademsis#1
can anyone give me MAP hack
or just the new address
i searched for the address but the new address dont work again
:handsdown::handsdown::handsdown:

GLOBAL DEKARON
10/03/2009 18:17 ~Kakkarot~#2
+#1-2 reported at 3/10/09 GMT +1 18:18 cause double post
10/03/2009 19:05 blademsis#3
come on anyone to give me the address
10/03/2009 20:50 Monster1220#4
here

[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
label(change_teleport)

00553843:
jmp newmem
nop
nop
returnhere:

newmem:
originalcode:
movzx ebx,word ptr [eax]
cmp bx,0483 // check for python castle -> tomb of the black dragon
je change_teleport

cmp bx,0487 // check for Requies Beach -> Avalon Island
je change_teleport

cmp bx,048D // check for tomb of the black dragon -> Cursed Mazed
je change_teleport

cmp bx,0495 // check for Avalon Island -> Aquarius
je change_teleport

cmp bx,4E20 // check for Braiken Castle -> Draco Desert
je change_teleport

cmp bx,2B8C // check for North Morte -> Aquirai
je change_teleport

cmp bx,2BB0 // check for Space of Pilgrimage -> Morse Yahweh
je change_teleport

cmp bx,2B84 // check for Requies Coast -> The Qualine
je change_teleport


jmp exit

change_teleport:
mov word ptr [eax+00000106],0005 // change location to 0,5
mov word ptr [eax+0000010C],0005 // change location to 0,5

exit:
movzx ebx,word ptr [eax+00000104]
jmp returnhere


[DISABLE]
dealloc(newmem)
00553843:
movzx ebx,word ptr [eax+00000104]


not my work its by -8x or sth^^