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