- UID
- 119417
- 帖子
- 10915
- 主題
- 4238
- 精華
- 0
- 積分
- 5308
- 楓幣
- 12830
- 威望
- 5212
- 存款
- 70
- 贊助金額
- 0
- 推廣
- 0
- GP
- 2439
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 1920 小時
- 註冊時間
- 2015-10-18
- 最後登入
- 2024-11-1
|
- //TwMs v238.4 滑鼠左鍵點擊移動
- [ENABLE]
- Alloc(Check_ESP,64)
- Alloc(Mouse_Teleport,128)
- Label(Teleport)
- Label(Exit)
- Check_ESP:
- cmp [esp+24],0186CC16
- jne GetCursorPos
- nop
- mov [esp+24],Mouse_Teleport
- jmp GetCursorPos
- Mouse_Teleport:
- mov esi,[04627928]
- pushad
- mov eax,esi
- cmp [eax+00000974],0C
- jne Exit
- mov eax,[eax+0000097C]
- mov edx,[eax+000000B0]
- mov ebx,[eax+000000B4]
- call Teleport
- jmp Exit
- Teleport:
- mov esi,[04387158]
- lea ecx,[esi+04]
- mov eax,[esi+04]
- mov eax,[eax+24]
- call eax
- test eax,eax
- je Exit
- push ebx
- push edx
- push 01
- mov ecx,eax
- call 00C44B30
- ret
- Exit:
- popad
- jmp 0186CC16+6
- 05250B48:
- DD Check_ESP
- [DISABLE]
- 05250B48:
- DD GetCursorPos
- DeAlloc(Check_ESP)
- DeAlloc(Mouse_Teleport)
複製代碼 |
-
總評分: 彩票 + 1
查看全部評分
|