Page 1 of 1

[Help] Need Help with Speed Hack AA Script

Posted: Fri Sep 18, 2009 10:00 am
by iSean
I need help with it because if I use it on MLE enable/disable no problem, with CE once I enable Speed Hack Crash Maple.

Code: Select all

[enable]
00A300E5:
add eax,00000000
nop
fild dword ptr [ebp-24]
pop ecx
fmul qword ptr [ebp-2c]
call 00a8d2a4

00A2FF5A:
add ebx, 00

[disable]
00A300E5:
add eax, 03
mov [ebp-24],eax
fild dword ptr [ebp-24]
pop ecx
fmul qword ptr [ebp-2c]
call 00a8d2a4

00A2FF5A:
add ebx, 1e

Code: Select all

[enable]
00A300E5:
add eax, 00
00A2FF5A:
add ebx, 00

[disable]
00A300E5:
add eax, 03
00A2FF5A:
add ebx, 1e
v79 Speed Hack AA Script

Code: Select all

[Enable]
00A294D7:
add eax,00
nop
00A2934C:
add ebx,00
push ebx
[Disable]
00A294D7:
add eax,03
nop
00A2934C:
add ebx,1e
push ebx

Re: [Help] Need Help with Speed Hack AA Script

Posted: Fri Sep 18, 2009 12:03 pm
by Jeof
So..why not you use MLE then ?

Re: [Help] Need Help with Speed Hack AA Script

Posted: Fri Sep 18, 2009 12:22 pm
by iSean
because I going to make a CE Trainer

Re: [Help] Need Help with Speed Hack AA Script

Posted: Fri Sep 18, 2009 2:42 pm
by Jeof
Oh right, hmm...why not you try this..make this into a CT in MLE open it using CE. Then, make the trainer ?

Re: [Help] Need Help with Speed Hack AA Script

Posted: Fri Sep 18, 2009 2:50 pm
by iSean
I had tried same D/C in CE none in MLE

Re: [Help] Need Help with Speed Hack AA Script

Posted: Fri Sep 18, 2009 9:08 pm
by Boredness
Try converting the change in op code to the change in aob and test it

Re: [Help] Need Help with Speed Hack AA Script

Posted: Fri Sep 18, 2009 9:13 pm
by iSean
Erm Boredness Mind can you tell me a easiest way.
I never even started learn the basics.
Those Scripts are from GzN