Anyone have the code for a 0:5 hack

08/11/2009 01:32 Level9#1
Or can at least point me in the right direction to find the value?:D
08/11/2009 02:32 Keith1#2
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
label(change_teleport)

005540F3:
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)
005542C3:
movzx ebx,word ptr [eax+00000104]
\




Happy Fucking Hannukah


~If not allowed delete it modz yo.
08/11/2009 04:38 Level9#3
Thanks Bro!

Ok so i copy the script to my auto assembler and it gives me "Error on line 6 "/" cannot be processed"

so i get rid of the '/' at the end of the script and it compiles. but when i use it, my client crashed 100% of the time. Any Ideas?
08/11/2009 05:09 abelwang#4
common senses. u gotta wrong address.
08/11/2009 09:03 Level9#5
i was afraid of that. Oh wells.... had a feeling it couldnt be this easy
08/11/2009 09:49 Vaidas B#6
did u have a feeling that ur ganna be reported for posting in the wrong section?
#reported
08/11/2009 09:52 x6630x#7
nice its work with some change ^^
thanx
08/11/2009 09:58 trane.#8
#Moved
08/11/2009 16:12 sachamo512#9
if the game crashes, it's the wrong address...and this is public, all you had to do was search for it, lol