[Help] Need Help with Speed Hack AA Script
Posted: Fri Sep 18, 2009 10:00 am
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.
v79 Speed Hack AA Script
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
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