- UID
- 100875
- 帖子
- 1817
- 主題
- 1560
- 精華
- 0
- 積分
- 2344
- 楓幣
- 4365
- 威望
- 1612
- 存款
- 30000
- 贊助金額
- 2800
- 推廣
- 0
- GP
- 1872
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 646 小時
- 註冊時間
- 2015-4-27
- 最後登入
- 2024-11-6
|
- //TwMs v253.2 寵物狂奔加速
- [ENABLE]
- Alloc(PetRush,256,MapleStory.exe)
- Alloc(Pet_Count,8,MapleStory.exe)
- Alloc(Pet_Loop,256,MapleStory.exe)
- Label(Exit)
- Label(Pet_Loop_Ret)
- PetRush:
- push rax
- push rcx
- push rsi
- push rdi
- push r9
- mov [Pet_Count],5 //這裡修改速度
- call Pet_Loop
- pop r9
- pop rdi
- pop rsi
- pop rcx
- pop rax
- Exit:
- call 14214E130
- jmp 143CAAA84+5
- Pet_Loop:
- mov rdi,0
- mov rax,[146949F38]
- test rax,rax
- je Pet_Loop_Ret
- mov rax,[r15+0001A2F8]
- test rax,rax
- je Pet_Loop_Ret
- mov rcx,[rax+rdi+08]
- test rcx,rcx
- je Pet_Loop_Ret
- mov rax,[rcx]
- call qword ptr [rax]
- dec [Pet_Count]
- cmp [Pet_Count],0
- jne Pet_Loop
- jmp Pet_Loop_Ret
- Pet_Loop_Ret:
- ret
- 143CAAA84:
- jmp PetRush
- [DISABLE]
- 143CAAA84:
- call 14214E130
- DeAlloc(PetRush)
- DeAlloc(Pet_Loop)
- DeAlloc(Pet_Count)
複製代碼 |
-
總評分: 彩票 + 1
查看全部評分
|