[Help]Gawron's script skill hack

01/15/2019 07:36 hastalavistababy#1
Hi i was wondering if this skill hack works or its just outdated? was trying to update it through finding assembly code but still when i change the (00506C04) nothing happens can someone help me ouT?

[ENABLE]
00506C04:
label(_askillLabel)
registersymbol(_askillLabel)
alloc(newmem, 4096)
label(returnhere)
label(exit)


_askillLabel:
jmp newmem
db 90
returnhere:

newmem:


push ebp
mov ecx,esi
mov [edi+61],0a1



exit:
jmp returnhere

[DISABLE]
dealloc(newmem)
_askillLabel:
push ebp
mov ecx,esi
mov [edi+61],al
unregistersymbol(_askillLabel)
01/15/2019 20:16 DarkOPM#2
#moved
03/19/2019 15:28 Naniooooo#3
search for this

push ebp
mov ecx,esi
mov [edi+61],al


patched only at papaya dekaron
on all other private servers it works
05/17/2019 06:42 hastalavistababy#4
Ok i will try it.

Quote:
Originally Posted by Naniooooo View Post
search for this

push ebp
mov ecx,esi
mov [edi+61],al


patched only at papaya dekaron
on all other private servers it works
Btw how do i search for that? assembly code or what? then after i searched? should that 3 be changes? im sorry im just beginner here in CE.