Yes it is working..I think you have to update the offsets (not sure)...:D.
Quote:
AUTO POTS:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
label(check_mana)
label(finished_check)
0052D83F:
jmp newmem
nop
nop
nop
nop
nop
returnhere:
newmem:
originalcode:
cmp dword ptr [eax+08],01 // checking for HP pot?
jne check_mana
mov dword ptr[eax+08],11 // change to auto pot
mov dword ptr[eax+10],11
check_mana:
cmp dword ptr [eax+08],02 // checking for MP pot?
jne finished_check
mov dword ptr[eax+08],12 // change to auto pot
mov dword ptr[eax+10],12
finished_check:
cmp dword ptr [eax+08],13
je 0052dd2a
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
0052D83F:
cmp dword ptr [eax+08],13
je 0052dd2a
aray of bytes is in your cheat engine client not in the script. Under where it says new scan click the scan type.Quote:
Please help me where can i find the Array of bytes for this codes for the auto=pots:
0052D83F? please help me post the array of bytes here because i play SEA.
I know what you mean.Quote:
aray of bytes is in your cheat engine client not in the script. Under where it says new scan click the scan type.
They are up to date,but not for private servers :/Quote:
Yea..go to this tutorial and read..they are up to date : [Only registered and activated users can see links. Click Here To Register...]