[Release] iSean's Updated AA Scripts for MSEA 87
Posted: Fri Dec 18, 2009 6:17 pm
Release iSean's Updated AA Scripts for MSEA 87 NO LEECHING! 
Sorry Don't Have Blink Godmode, Old AoB Patched X.X"
Anyways All Are Untested :X
Credits
Boredness
Wizme
MPC Forums Helpers

Code: Select all
Super Tubi
[ENABLE]
004CA6D2:
NOP
NOP
[DISABLE]
004CA6D2:
JNE 00443A63
Code: Select all
Lag Hack
[ENABLE]
00A83A96:
jne 0044A795
[DISABLE]
00A83A96:
je 0044A795
Code: Select all
ZZ Vac
[ENABLE]
00A83B4F:
db 90 90 90
00A83B5F:
db 90 90 90
[DISABLE]
00A83B4F:
db DD 45 F0
00A83B5F:
db DD 45 E8
Code: Select all
Stupid Monsters/Mob Disarm
[enable]
00A8C65C:
jmp 008BCABF
[disable]
00A8C65C:
jne 008BCABF
Code: Select all
[enable]
00A854BA:
db 77
[disable]
00A854BA:
db 76
Code: Select all
[ENABLE]
//No Jump + Send Mobs -->
//0.59 EMS
00A854DC:
db 77 2e
[DISABLE]
00A854DC:
db 76 2e
Code: Select all
[enable]
//Moon Walk
009F44F6:
db 90 90
[disable]
009F44F6:
db 75 38
Code: Select all
[enable]
//Monsters Can't Stop Jumping
00A854D6:
db 90 90 90
[disable]
00A854D6:
fcomp qword ptr [ebp+1c]
Code: Select all
[enable]
//Fast Fall
00A85633:
db 77 1b
[disable]
00A85633:
db 76 1b
Code: Select all
[Enable]
//Bring Your Own Rope
Alloc(BYORope,32)
Alloc(rope,32)
BYORope:
mov [rope+c],eax
mov eax,rope
push [ecx+10]
pop [eax+10]
push [ecx+18]
pop [eax+14]
ret 10
rope:
dd 1 0 1 0 0 0 1
00B2B41B:
jmp BYORope
nop
nop
[Disable]
00B2B41B:
PUSH EBP
MOV EBP, ESP
PUSH ECX
MOV EDX, [EBP+8]
Dealloc(BYORope,128)
Dealloc(rope)
Code: Select all
//Unlimitated jump
[enable]
00A84381:
jb 00821592
[disable]
00A84381:
je 00821592
Code: Select all
//Air Walking[enable]
007020F2:
db 75
[disable]
007020F2:
db 74
Code: Select all
[Enable]
//Mouse vac
//Created by: unknown
//Updated by Manfrix
//here is your mouse vac updated as i promised
//ems v0.59
Alloc(addyy,32)
Alloc(addxx,32)
Label(goyy)
Label(goxx)
addyy:
mov eax,[9A549C] //Mouse Pointer
mov eax,[eax+978] //Offset
mov eax,[eax+84] //Mouse-Y Offset
mov [edi],eax
mov ebx,[ebp+14]
jmp goyy
addxx:
mov eax,[9A549C] //Mouse Pointer
mov eax,[eax+978] //Offset
mov eax,[eax+88] //Mouse-X Offset
mov [ebx],eax
mov edi,[ebp+10]
jmp goxx
00A89822:
jmp addyy //CSEAX-Y
goyy:
00A897BD:
jmp addxx //CSEAX-X
goxx:
[DISABLE]
00A89822:
mov [edi],eax
mov ebx,[ebp+14]
00A897BD:
mov [ebx],eax
mov edi,[ebp+10]
Dealloc(addyy)
Dealloc(addxx)
Code: Select all
[enable]
//Monster Suck Left + Gravity Float
00A854C9:
fld qword ptr [ebp+01]
[disable]
00A854C9:
fld qword ptr [ebp+0c]
Code: Select all
//no knockback
[ENABLE]
00A1B64A:
mov [ebp+0c],0
mov [ebp+10],0
jmp 00A1B67B
[DISABLE]
00A1B64A:
cmp [ebp+0c],ebx
jne 00A1B654
cmp [ebp+10],ebx
je 00A1B67B
mov eax,[ebp-10]
fild dword ptr [ebp+10]
Anyways All Are Untested :X
Credits
Boredness
Wizme
MPC Forums Helpers
