Page 1 of 1

[Request] Help on updating some hacks

Posted: Mon Sep 07, 2009 1:06 am
by royalsymbol
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

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
and

poo poo hack

Code: Select all

[ENABLE]
0065B8B7:
db 75
 
[DISABLE]
0065B8B7: //74 ?? 8B 45 ?? 23 C3 83 C8 ?? Eb ?? 39
db 74
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

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)
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
mov ecx, 384 or 320
, maple just hang and crash, want to learn how to make it work in .ct format :(

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

Re: [Request] Help on updating some hacks

Posted: Mon Sep 07, 2009 9:52 am
by Jeof
Job hack wont work, for stats unrandomizer and all this, if you want to have an updated aob, get that script's CEM and the current version's CEM and compare them. If you wanna know more about it kindly visit

http://theoklibrary.org

Re: [Request] Help on updating some hacks

Posted: Mon Sep 07, 2009 11:22 am
by royalsymbol
What about poo poo? BoredNess has it in his trainer if he could share the aobs with me :|

Re: [Request] Help on updating some hacks

Posted: Mon Sep 07, 2009 11:59 am
by Jeof
royalsymbol wrote:What about poo poo? BoredNess has it in his trainer if he could share the aobs with me :|
Well if he's nice he might share the aobs with you =]

Re: [Request] Help on updating some hacks

Posted: Mon Sep 07, 2009 12:15 pm
by royalsymbol
nvm, found my own poo poo aob and address and made into script

poo poo Hack

Code: Select all

[ENABLE]
0096C20D: // 74 0B 8B 45 10 83 E0 01 83 C8 14 EB 40 //74 ?? 8B 45 ?? ?? ?? ?? 83 C8 ?? EB 40
jne 096c21A
[DISABLE]
0096C20D: //74 0B 8B 45 10 83 E0 01 83 C8 14 EB 40 /74 ?? 8B 45 ?? ?? ?? ?? 83 C8 ?? EB 40
je 096c21A