- UID
- 175467
- 帖子
- 24451
- 主題
- 1251
- 精華
- 0
- 積分
- 3002
- 楓幣
- 4555
- 威望
- 2421
- 存款
- 137915
- 贊助金額
- 1500
- 推廣
- 0
- GP
- 6042
- 閱讀權限
- 150
- 在線時間
- 4124 小時
- 註冊時間
- 2017-1-18
- 最後登入
- 2024-11-11
|
//TwMs v234.2 ICS 自動洗楓魔方
[ENABLE]
Alloc(AutoFunICS,512)
Alloc(AutoFunICS2,512)
Alloc(AutoFunDelay,4)
Alloc(AutoFunTimer,4)
Label(AutoFun)
Label(AutoFun2)
Label(AutoFunExit)
AutoFunDelay:
DD 7D0
AutoFunTimer:
DD 0
AutoFunICS:
cmp [esp],00C31747
jne GetFocus
mov [esp],AutoFun
jmp GetFocus
AutoFunICS2:
cmp [esp+54C],032698E5
jne GetLastError
mov [esp+54C],AutoFun2
jmp GetLastError
AutoFun:
pushad
cmp [043FAA74],0
je AutoFunExit
mov eax,[043FAA74]
mov eax,[eax+00168]
cmp eax,FFFFFFFF
je AutoFunExit
cmp eax,3A98
jg AutoFunExit
call GetTickCount
mov ecx,eax
sub ecx,[AutoFunTimer]
cmp ecx,[AutoFunDelay]
jl AutoFunExit
mov [AutoFunTimer],eax
pushad
mov ecx,[043FAA74]
call 032697C0
popad
jmp AutoFunExit
AutoFunExit:
popad
jmp 00C31747
AutoFun2:
add esp,0C
mov ecx,esp
push eax
mov [ecx],00000000
call 004902D0
mov eax,6
jmp 032698FB
04C28F48:
DD AutoFunICS
039591A4:
DD AutoFunICS2
[DISABLE]
04C28F48:
DD GetFocus
039591A4:
DD GetLastError
DeAlloc(AutoFunICS)
DeAlloc(AutoFunICS2)
DeAlloc(AutoFunDelay)
DeAlloc(AutoFunTimer)
|
-
總評分: 彩票 + 1
查看全部評分
|