[Request] Help on updating some hacks
Posted: Mon Sep 07, 2009 1:06 am
Hello, i need some help with the aobs, they're currently outdated but i need the current aobs so i can update for the next version like v0.81
the scripts are
stats unrandomizer
and
poo poo hack
can i lend some help from anyone? i will just need the latest aobs for these coz there are really alot of address when i search the aobs...
and also Requesting a Tut on how to convert Debug Registers into .CT script format, like e.g
Job Hack
note: you will dc if you move too much or jump, i know its useless but im learning how to make it into script format. i've tried 
Relog, you will see yourself as GM but is client sided, however, i wanted to make it into .ct script format so i do not have to keep changing debug registers, is there any tut?? :s
the scripts are
stats unrandomizer
Code: Select all
[Enable]
006E7BFD:
mov eax,0
//0= STR
//1= DEX
//2 = INT
//3 = LUK
[Disable]
006E7BFD: //25 FF 7F 00 00 C3 CC
and eax,00007fff
poo poo hack
Code: Select all
[ENABLE]
0065B8B7:
db 75
[DISABLE]
0065B8B7: //74 ?? 8B 45 ?? 23 C3 83 C8 ?? Eb ?? 39
db 74
and also Requesting a Tut on how to convert Debug Registers into .CT script format, like e.g
Job Hack
Code: Select all
00534b4e: // 66 89 4D FE C7 45 F8 0D F0 AD BA 2B D8 B9 90 BB
tick ecx, put in 384(GM) , 320(Manager, should be SuperGM)
, maple just hang and crash, want to learn how to make it work in .ct formatmov ecx, 384 or 320

Relog, you will see yourself as GM but is client sided, however, i wanted to make it into .ct script format so i do not have to keep changing debug registers, is there any tut?? :s