TwMS ALL_ICS_AutoLR

這是會自動更新的人物左右走
由AutoLRRange控制:0停止, 或設定距離




  1. //TwMS ALL_ICS_AutoLR
  2. //Auther:Onion
  3. //AutoUpDate for TwMS, U can use it forever?
  4. //Bypassless AutoLR!
  5. //Control by AutoLRRange:0-->Off, Else-->Range
  6. [Enable]
  7. CreateThread(AutoLRICS)
  8. Alloc(AutoLRICS,512)
  9. Alloc(EspCheck, 04)
  10. Alloc(JneAdr, 04)
  11. Label(SearchAOB)
  12. Label(StartHook)
  13. Label(ICS)

  14. RegisterSymbol(AutoLRRange)
  15. Alloc(AutoLRRange, 04)
  16. Alloc(AutoLRValue, 04)
  17. Label(AutoLRMain)
  18. Label(GoLeft)
  19. Label(GoRight)
  20. Label(JneBack)

  21. AutoLRICS:
  22.         Mov Eax, 00400000
  23. SearchAOB:
  24.         Cmp [Eax], 15FF0478
  25.         Je  StartHook
  26.         Inc Eax
  27.         Cmp Eax, 00C00000
  28.         Jle SearchAOB
  29.         Ret
  30. StartHook:
  31.         Mov Ebx, [Eax+04]
  32.         Lea Ecx, [Eax+08]
  33.         Mov [EspCheck], Ecx
  34.         Mov Edx, [Ecx+04]
  35.         Lea Eax, [Ecx+08]
  36.         Add        Eax, Edx
  37.         Mov [JneAdr], Eax
  38.         Lea Eax, [ICS]
  39.         Mov [Ebx], Eax
  40.         Mov [AutoLRRange], A        //AutoLR On
  41.         Ret
  42. ICS:
  43.         Cmp [AutoLRRange],00
  44.         Je  GetFocus
  45.         //-------------------
  46.         Mov Eax, [EspCheck]
  47.         Cmp [Esp], Eax
  48.         Jne GetFocus
  49.         Mov [Esp], AutoLRMain
  50.         Jmp GetFocus
  51.         //-------------------
  52.         AutoLRMain:
  53.         Push Eax
  54.         Inc [AutoLRValue]
  55.         Mov Eax, [AutoLRRange]
  56.         Cmp Eax, [AutoLRValue]
  57.         Jge GoLeft
  58.         Add Eax, [AutoLRRange]
  59.         Cmp Eax, [AutoLRValue]
  60.         Jge GoRight
  61.         Mov [AutoLRValue], 1
  62.         Jmp GoLeft

  63.         GoLeft:
  64.         Mov [Ebp-04], FFFFFFFF
  65.         Pop Eax
  66.         Jmp JneBack

  67.         GoRight:
  68.         Mov [Ebp-04], 00000001
  69.         Pop Eax
  70.         Jmp JneBack
  71.         
  72.         JneBack:
  73.         Push [JneAdr]
  74.         Ret
  75. [Disable]


留言

本月最夯

偷用電腦,怎知?事件檢視器全記錄!(開機時間、啟動項時間...)

[Chrome] 不用任何擴充功能,Chrome 內建開發者工具讓您輕鬆下載任何影片!