- UID
- 359901
- 帖子
- 33
- 主題
- 20
- 精華
- 0
- 積分
- 30
- 楓幣
- 1998
- 威望
- 25
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 0
- GP
- 15
- 閱讀權限
- 10
- 在線時間
- 103 小時
- 註冊時間
- 2022-9-11
- 最後登入
- 2024-10-28
|
[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],60 //这里修改速度
call Pet_Loop
pop r9
pop rdi
pop rsi
pop rcx
pop rax
Exit:
call 14082D400
jmp 1431AC010+5
Pet_Loop:
mov rdi,0
mov rax,[1456190F0]
test rax,rax
je Pet_Loop_Ret
mov rax,[rax+00019BB0]
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
1431AC010:
jmp PetRush
[DISABLE]
1431AC010:
call 14082D400
DeAlloc(PetRush)
DeAlloc(Pet_Loop)
DeAlloc(Pet_Count)
|
-
總評分: 彩票 + 1
查看全部評分
|