[REQUEST] Maphack

10/12/2009 21:46 ramy33#1
Hey. Can someone link to a working maphack script? Or post it here? Thanks.

I dont want wall hack, I want map hack.
10/12/2009 21:48 ~Twister~#2
+#1 reported cause wrong section.

Here you go
Code:
[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,4E20 // check for Braiken Castle -> Draco Desert
je change_teleport

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

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

jmp exit

change_teleport:
mov word ptr [eax+00000106],0005
mov word ptr [eax+0000010C],0005

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

[DISABLE]

dealloc(newmem)
00553843:
movzx ebx,word ptr [eax+00000104]
10/12/2009 22:27 TheNevan#3
Lol, Love the way you reported him then just gave it to him like that :P
10/12/2009 22:41 D4rkCMD#4
Quote:
Originally Posted by Mr_Twistеr View Post
+#1 reported cause wrong section.

Here you go
Code:
[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,4E20 // check for Braiken Castle -> Draco Desert
je change_teleport

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

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

jmp exit

change_teleport:
mov word ptr [eax+00000106],0005
mov word ptr [eax+0000010C],0005

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

[DISABLE]

dealloc(newmem)
00553843:
movzx ebx,word ptr [eax+00000104]
You need too this :

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

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

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

But i don't know where is Morse Yahweh :D

11185,Morse Yahweh,50,182,247,192,182,247,192
11186,Morse Yahweh,50,0,0,0,0,0,0
10/12/2009 23:19 ~Twister~#5
Quote:
Originally Posted by TheNevan View Post
Lol, Love the way you reported him then just gave it to him like that :P
my job is to report if anything is wrong as well as help members. I try to do both parts as much as I can :)
10/12/2009 23:23 trane.#6
#Moved