- UID
- 17135
- 帖子
- 667
- 主題
- 274
- 精華
- 0
- 積分
- 390
- 楓幣
- 6907
- 威望
- 335
- 存款
- 3034
- 贊助金額
- 0
- 推廣
- 0
- GP
- 305
- 閱讀權限
- 30
- 性別
- 男
- 在線時間
- 1092 小時
- 註冊時間
- 2012-11-11
- 最後登入
- 2024-9-30
|
本帖最後由 sky0823 於 2021-8-15 03:38 編輯
無CRCbypass時,在遊戲內也可開關
其他數據也可利用判斷甚麼來達到開關功能
Alloc的MyPosx的X是大寫喔~
不知道為啥貼出來會變小寫
- [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)
- Alloc(MyPosX, 4)
- Alloc(MyPosY, 4)
- Label(RAYOff)
- Label(RAYOn)
- AitHitMobVacSW:
- DD 0
- // 每次吸x只,A = 10 只
- MobCount:
- DD A
- // x秒吸一次,1388H = 5000 ms = 5s
- AitHitMobVacDelay:
- DD 1388
- AitHitMobVacICS:
- cmp [esp+80],01CB8425
- jne GetLastError
- push eax
- mov eax,[04248E38]
- cmp [eax+073C],a
- je RAYOn
- cmp [eax+073C],b
- je RAYOff
- pop eax
- cmp [AitHitMobVacSW],1
- jne GetLastError
- mov [esp+80],AitHitMobVac
- jmp GetLastError
- RAYOn:
- pop eax
- mov [AitHitMobVacSW],1
- pushad
- mov eax,[04248F84]
- mov eax,[eax+0000015C+4]
- mov [MyPosX],eax
- mov ecx,[04248F84]
- mov ecx,[ecx+0000015C]
- mov [MyPosY],ecx
- popad
- jmp GetLastError
- AitHitMobVac:
- inc [jishi]
- cmp [jishi],16
- jne 01CB8425
- 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,[04248F84]
- //mov eax,[eax+0000015C+4]
- mov eax,[MyPosY]
- push eax
- //mov eax,[04248F84]
- //mov eax,[eax+0000015C]
- mov eax,[MyPosX]
- 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 01CB6B50
- popad
- mov ecx,edi
- jmp 01CB8425
- end:
- pushad
- call 02E37E90
- mov edx,eax
- sub edx,[AitHitMobVacTimer]
- mov ebx,[AitHitMobVacDelay]
- cmp edx,ebx
- jl end2
- mov [AitHitMobVacTimer],eax
- popad
- mov [jishu],0
- jmp 01CB8425
- end2:
- popad
- jmp 01CB8425
- RAYOff:
- pop eax
- mov [AitHitMobVacSW],0
- jmp GetLastError
- 03A27158:
- DD AitHitMobVacICS
- [DISABLE]
- 03A27158:
- DD GetLastError
複製代碼 |
-
總評分: 楓幣 + 5
威望 + 1
彩票 + 3
GP + 1
查看全部評分
|