- UID
- 119417
- 帖子
- 10954
- 主題
- 4278
- 精華
- 0
- 積分
- 5350
- 楓幣
- 13324
- 威望
- 5253
- 存款
- 70
- 贊助金額
- 0
- 推廣
- 0
- GP
- 2481
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 1931 小時
- 註冊時間
- 2015-10-18
- 最後登入
- 2024-11-10
|
- // TwMs v231.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],00BCBC98
- jne GetFocus
- mov [esp],AutoFun
- jmp GetFocus
- AutoFunICS2:
- cmp [esp+54C],0342DEF5
- jne GetLastError
- mov [esp+54C],AutoFun2
- jmp GetLastError
- AutoFun:
- pushad
- cmp [046AC09C],0
- je AutoFunExit
- mov eax,[046AC09C]
- mov eax,[eax+00000168]
- 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,[046AC09C]
- call 0342DDD0
- popad
- jmp AutoFunExit
- AutoFunExit:
- popad
- jmp 00BCBC98
- AutoFun2:
- add esp,0C
- mov ecx,esp
- push eax
- mov [ecx],00000000
- call 00486040
- mov eax,6
- jmp 0342DEF5+16
- 046C10A8:
- DD AutoFunICS
- 03B6E1A8:
- DD AutoFunICS2
- [DISABLE]
- 046C10A8:
- DD GetFocus
- 03B6E1A8:
- DD GetLastError
- DeAlloc(AutoFunICS)
- DeAlloc(AutoFunICS2)
- DeAlloc(AutoFunDelay)
- DeAlloc(AutoFunTimer)
複製代碼 |
-
總評分: 彩票 + 1
查看全部評分
|