- UID
- 119417
- 帖子
- 11011
- 主題
- 4333
- 精華
- 0
- 積分
- 5407
- 楓幣
- 14246
- 威望
- 5309
- 存款
- 70
- 贊助金額
- 0
- 推廣
- 0
- GP
- 738
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 1957 小時
- 註冊時間
- 2015-10-18
- 最後登入
- 2024-12-23
|
本帖最後由 乂Boyue乂 於 2021-12-12 20:23 編輯
有人請我更新此數據 , 發一下吧 - //TwMs v239.1 ICS 穩定吸怪(控速板)
- [ENABLE]
- Alloc(AitHitMobVacICS,512)
- Alloc(jishi,04)
- Label(AitHitMobVac)
- Label(end)
- Label(end2)
- Alloc(jishu,04)
- Alloc(AitHitMobVacSW,4)
- RegisterSymbol(AitHitMobVacSW)
- Alloc(MobCount,4)
- RegisterSymbol(MobCount)
- Alloc(AitHitMobVacDelay,4)
- RegisterSymbol(AitHitMobVacDelay)
- Alloc(AitHitMobVacTimer,4)
- AitHitMobVacSW:
- DD 1
- // 每次吸x只,A = 10 只
- MobCount:
- DD A
- // x秒吸一次,1388H = 5000 ms = 5s
- AitHitMobVacDelay:
- DD 1388
- AitHitMobVacICS:
- cmp [esp+80],01CE6B65
- jne GetLastError
- cmp [AitHitMobVacSW],1
- jne GetLastError
- mov [esp+80],AitHitMobVac
- jmp GetLastError
- AitHitMobVac:
- inc [jishi]
- cmp [jishi],16
- jne 01CE6B65
- mov [jishi],00
- push eax
- mov eax,[MobCount]
- cmp [jishu],eax
- pop eax
- je end
- inc [jishu]
- pushad
- push 00
- push 00
- push 00
- push 00
- push 64
- push 00
- push 00
- mov eax,[042E1EE4]
- mov eax,[eax+0000015C]
- push eax
- mov eax,[042E1EE4]
- mov eax,[eax+00000158]
- push eax
- push 12
- push 00
- push 00
- push 00
- push 00
- push 00
- push 00
- push 00
- push 00
- push 07
- mov ecx,ebx
- call 01CE5330
- popad
- mov ecx,edi
- jmp 01CE6B65
- end:
- pushad
- call 02E9AAA0
- mov edx,eax
- sub edx,[AitHitMobVacTimer]
- mov ebx,[AitHitMobVacDelay]
- cmp edx,ebx
- jl end2
- mov [AitHitMobVacTimer],eax
- popad
- mov [jishu],0
- jmp 01CE6B65
- end2:
- popad
- jmp 01CE6B65
- 03A6313C:
- DD AitHitMobVacICS
- [DISABLE]
- 03A6313C:
- DD GetLastError
複製代碼 |
-
總評分: 楓幣 + 11
威望 + 1
鑰匙 + 3
GP + 2
查看全部評分
|