Ok I saw that there are some TUTs about this but most of them useless so here is the TUT that you can also Update ur hack if is out of date.
The Script ... its a normal script licke other hacks easy to use.
[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
004EBB63:
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
Ok and this is the array that you need to scan it for new offset if the old one is out of date :
8B 80 A8 00 00 00 C3
The hack should worck in Pserver also.
The teleport worck only on the minimap so if u click to teleport in the big map will not hapen nothing....
The Script ... its a normal script licke other hacks easy to use.
[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
004EBB63:
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
Ok and this is the array that you need to scan it for new offset if the old one is out of date :
8B 80 A8 00 00 00 C3
The hack should worck in Pserver also.
The teleport worck only on the minimap so if u click to teleport in the big map will not hapen nothing....