I am very bad to use the hex win because they do not find a good tutorial. if I can help you use cheat engine hex instead of win hex would really appreciate it
thanx for lose you time in me
you can explain me to how to use these scripts?
Skiillhack1 -OUT OF DATE- :
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
0068834A:
jmp newmem
nop
nop
returnhere:
newmem:
mov [eax+ebx*4+00000898],00000000 // change cast delay time 0
originalcode:
mov ebx,[eax+ebx*4+00000898]
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
0068834A:
mov ebx,[eax+ebx*4+00000898]
Skillhack2 -NEED WORKING SKILLHACK1-:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
006b0855:
jmp newmem
nop
returnhere:
newmem:
originalcode:
xor ecx,ecx
mov [edx+64],ecx
mov ecx,[edx+64]
mov [eax+64],ecx
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
006b0855: // 8B 4A 64 89 48 64 8D 4A 68 8B 39 8D 70 68 89 3E
mov ecx ,[edx+64]
mov [eax+64],ecx






