TwMS ALL_ICS_AutoLR
這是會自動更新的人物左右走
由AutoLRRange控制:0停止, 或設定距離
由AutoLRRange控制:0停止, 或設定距離
- //TwMS ALL_ICS_AutoLR
- //Auther:Onion
- //AutoUpDate for TwMS, U can use it forever?
- //Bypassless AutoLR!
- //Control by AutoLRRange:0-->Off, Else-->Range
- [Enable]
- CreateThread(AutoLRICS)
- Alloc(AutoLRICS,512)
- Alloc(EspCheck, 04)
- Alloc(JneAdr, 04)
- Label(SearchAOB)
- Label(StartHook)
- Label(ICS)
- RegisterSymbol(AutoLRRange)
- Alloc(AutoLRRange, 04)
- Alloc(AutoLRValue, 04)
- Label(AutoLRMain)
- Label(GoLeft)
- Label(GoRight)
- Label(JneBack)
- AutoLRICS:
- Mov Eax, 00400000
- SearchAOB:
- Cmp [Eax], 15FF0478
- Je StartHook
- Inc Eax
- Cmp Eax, 00C00000
- Jle SearchAOB
- Ret
- StartHook:
- Mov Ebx, [Eax+04]
- Lea Ecx, [Eax+08]
- Mov [EspCheck], Ecx
- Mov Edx, [Ecx+04]
- Lea Eax, [Ecx+08]
- Add Eax, Edx
- Mov [JneAdr], Eax
- Lea Eax, [ICS]
- Mov [Ebx], Eax
- Mov [AutoLRRange], A //AutoLR On
- Ret
- ICS:
- Cmp [AutoLRRange],00
- Je GetFocus
- //-------------------
- Mov Eax, [EspCheck]
- Cmp [Esp], Eax
- Jne GetFocus
- Mov [Esp], AutoLRMain
- Jmp GetFocus
- //-------------------
- AutoLRMain:
- Push Eax
- Inc [AutoLRValue]
- Mov Eax, [AutoLRRange]
- Cmp Eax, [AutoLRValue]
- Jge GoLeft
- Add Eax, [AutoLRRange]
- Cmp Eax, [AutoLRValue]
- Jge GoRight
- Mov [AutoLRValue], 1
- Jmp GoLeft
- GoLeft:
- Mov [Ebp-04], FFFFFFFF
- Pop Eax
- Jmp JneBack
- GoRight:
- Mov [Ebp-04], 00000001
- Pop Eax
- Jmp JneBack
- JneBack:
- Push [JneAdr]
- Ret
- [Disable]
留言
張貼留言