- UID
- 287787
- 帖子
- 219
- 主題
- 94
- 精華
- 0
- 積分
- 381
- 楓幣
- 3010
- 威望
- 354
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 6
- GP
- 101
- 閱讀權限
- 30
- 在線時間
- 546 小時
- 註冊時間
- 2020-8-5
- 最後登入
- 2024-11-11
|
本帖最後由 麗麗 於 2020-9-27 09:49 編輯
使用方法:打開楓魔方,放入物品,打開數據。- [ENABLE]
- Alloc(AutoFunICS,512)
- Label(AutoFun)
- Alloc(AutoFunICS2,512)
- Alloc(AutoFunDelay,4)
- Alloc(AutoFunTimer,4)
- Label(AutoFun2)
- Label(AutoFunExit)
- AutoFunDelay:
- DD 7D0
- AutoFunTimer:
- DD 0
- AutoFunICS:
- cmp [esp+54C],032FC083
- jne GetLastError
- mov [esp+54C],AutoFun
- jmp GetLastError
- AutoFunICS2:
- cmp [esp],00B69B7A
- jne GetFocus
- mov [esp],AutoFun2
- jmp GetFocus
- AutoFun:
- add esp,0C
- mov ecx,esp
- push eax
- mov [ecx],00000000
- call 00482E40
- mov eax,6
- jmp 032FC099
- AutoFun2:
- pushad
- cmp [044E8FE8],0
- je AutoFunExit
- mov eax,[044E8FE8]
- 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,[044E8FE8]
- call 032FBF60
- popad
- jmp AutoFunExit
- AutoFunExit:
- popad
- jmp 00B69B7A
- 039FE1C4:
- DD AutoFunICS
- 044FDBB8:
- DD AutoFunICS2
- [DISABLE]
- 039FE1C4:
- DD GetLastError
- 044FDBB8:
- DD GetFocus
- DeAlloc(AutoFunICS2)
- DeAlloc(AutoFunICS)
- DeAlloc(AutoFunDelay)
- DeAlloc(AutoFunTimer)
複製代碼 |
-
總評分: 彩票 + 1
查看全部評分
|