- UID
- 100875
- 帖子
- 1817
- 主題
- 1560
- 精華
- 0
- 積分
- 2344
- 楓幣
- 4365
- 威望
- 1612
- 存款
- 30000
- 贊助金額
- 2800
- 推廣
- 0
- GP
- 1872
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 647 小時
- 註冊時間
- 2015-4-27
- 最後登入
- 2024-11-9
|
- //免過CRC檢測
- //TwMs v240.1 穩定吸怪(控速版)
- [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],01DDBE05
- jne GetLastError
- cmp [AitHitMobVacSW],1
- jne GetLastError
- mov [esp+80],AitHitMobVac
- jmp GetLastError
- AitHitMobVac:
- inc [jishi]
- cmp [jishi],16
- jne 01DDBE05
- 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,[044369E0]
- mov eax,[eax+00000160]
- push eax
- mov eax,[044369E0]
- mov eax,[eax+0000015C]
- 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 01DDA5D0
- popad
- mov ecx,edi
- jmp 01DDBE05
- end:
- pushad
- call 02FC35B0
- mov edx,eax
- sub edx,[AitHitMobVacTimer]
- mov ebx,[AitHitMobVacDelay]
- cmp edx,ebx
- jl end2
- mov [AitHitMobVacTimer],eax
- popad
- mov [jishu],0
- jmp 01DDBE05
- end2:
- popad
- jmp 01DDBE05
- 03B8E13C:
- DD AitHitMobVacICS
- [DISABLE]
- 03B8E13C:
- DD GetLastError
複製代碼 |
-
總評分: 彩票 + 1
查看全部評分
|