Results 1 to 1 of 1
  1. #1
    ceesol
    ceesol is offline
    Guest
    Join Date
    2012 Sep
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Rep Power
    0

    [GMS v117] Updated Bypassless FMA AA Script

    Updated for v117 using AoB saved from v116.

    Physical Mob disarm
    Code:
    Code:
    [ENABLE]
    alloc(IntersectRectHook,128)
    label(returnhere_intersectrect)
    label(ret_false)
    
    IntersectRect:
    jmp IntersectRectHook
    returnhere_intersectrect:
    
    IntersectRectHook:
    cmp [esp],0072D766
    je ret_false
    mov edi,edi
    push ebp
    mov ebp,esp
    jmp returnhere_intersectrect
    
    ret_false:
    mov eax,0
    ret 0C
    
    [DISABLE]
    IntersectRect:
    mov edi,edi
    push ebp
    mov ebp,esp
    
    dealloc(IntersectRectHook)
    Magic Mob Disarm
    Code:
    Code:
    [ENABLE]
    alloc(IntersectRectHook,128)
    label(returnhere_intersectrect)
    label(ret_false)
    
    IntersectRect:
    jmp IntersectRectHook
    returnhere_intersectrect:
    
    IntersectRectHook:
    cmp [esp],00713B44
    je ret_false
    cmp [esp],00713B6D
    je ret_false
    cmp [esp],00713B88
    je ret_false
    cmp [esp],00713BAB
    je ret_false
    cmp [esp],00707A52
    je ret_false
    mov edi,edi
    push ebp
    mov ebp,esp
    jmp returnhere_intersectrect
    
    ret_false:
    mov eax,0
    ret 0C
    
    [DISABLE]
    IntersectRect:
    mov edi,edi
    push ebp
    mov ebp,esp
    
    dealloc(IntersectRectHook)
    FMA
    Code:
    Code:
    [ENABLE]
    alloc(IntersectRectHook,128)
    label(returnhere_intersectrect)
    label(ret_true)
    
    IntersectRect:
    jmp IntersectRectHook
    returnhere_intersectrect:
    
    IntersectRectHook:
    cmp [esp],0072DF1E
    je ret_true
    mov edi,edi
    push ebp
    mov ebp,esp
    jmp returnhere_intersectrect
    
    ret_true:
    mov eax,1
    ret 0C
    
    [DISABLE]
    IntersectRect:
    mov edi,edi
    push ebp
    mov ebp,esp
    FMA+Physical Mob Disarm+Magic Mob Disarm
    Code:
    Code:
    [ENABLE]
    alloc(IntersectRectHook,128)
    label(IntersectRect_Return)
    label(return_false)
    label(return_true)
    
    IntersectRect:
    jmp IntersectRectHook
    IntersectRect_Return:
    
    IntersectRectHook:
    cmp [esp],0072D766
    je return_false
    cmp [esp],00713B44
    je ret_false
    cmp [esp],00713B6D
    je ret_false
    cmp [esp],00713B88
    je ret_false
    cmp [esp],00713BAB
    je ret_false
    cmp [esp],00707A52
    je ret_false
    cmp [esp],0072DF1E
    je return_true
    mov edi,edi
    push ebp
    mov ebp,esp
    jmp IntersectRect_Return
    
    return_false:
    mov eax,0
    ret 000C
    
    return_true:
    mov eax,1
    ret 000C
    
    [DISABLE]
    IntersectRect:
    mov edi,edi
    push ebp
    mov ebp,esp
    
    dealloc(IntersectRectHook)
    Here's Mob Disarm with no FMA:

    Code:
    [ENABLE]
    alloc(IntersectRectHook,128)
    label(IntersectRect_Return)
    label(return_false)
    
    
    IntersectRect:
    jmp IntersectRectHook
    IntersectRect_Return:
    
    
    IntersectRectHook:
    cmp [esp],0072D766
    je return_false
    cmp [esp],00713B44
    je ret_false
    cmp [esp],00713B6D
    je ret_false
    cmp [esp],00713B88
    je ret_false
    cmp [esp],00713BAB
    je ret_false
    cmp [esp],00707A52
    je ret_false
    mov edi,edi
    push ebp
    mov ebp,esp
    jmp IntersectRect_Return
    
    
    return_false:
    mov eax,0
    ret 000C
    
    
    [DISABLE]
    IntersectRect:
    mov edi,edi
    push ebp
    mov ebp,esp
    
    
    dealloc(IntersectRectHook)
    Credits:
    anthony_

  2. The Following 2 Users Say Thank You to ceesol For This Useful Post:


Similar Threads

  1. Replies: 0
    Last Post: 2012-07-28, 06:24 PM
  2. Post count updated!
    By Grooguz in forum Rules/Announcements
    Replies: 1
    Last Post: 2012-06-15, 03:02 AM
  3. Updated info
    By kwikill in forum Forsaken World Guides, Tutorials
    Replies: 1
    Last Post: 2012-06-04, 04:23 PM
  4. [Guide] [Guide Duelist] Updated
    By sabbat in forum Cabal Guides, Tutorials
    Replies: 0
    Last Post: 2012-04-08, 02:11 PM
  5. [Pedido] Aika BR Unpacked
    By Milson22 in forum Português
    Replies: 3
    Last Post: 2012-01-07, 12:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •