- UID
- 18368
- 帖子
- 42
- 主題
- 1
- 精華
- 0
- 積分
- 5
- 楓幣
- 87
- 威望
- 1
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 0
- GP
- 0
- 閱讀權限
- 10
- 性別
- 保密
- 在線時間
- 33 小時
- 註冊時間
- 2012-12-9
- 最後登入
- 2014-3-26
|
[enable]
alloc(SpeedUp,128)
alloc(Client,128)
alloc(Speed,4)
alloc(FakeTime,4)
label(SpeedChk)
label(Normal)
label(SpeedMain)
label(SpeedUpMain)
Speed: // 移動速度
dd 6
SpeedUp:
cmp [esp], 009BF0A0 //8b 86 94 00 00 00 8b 4d 44 83 c0 1c
je SpeedMain
jmp 00A0FEAF
SpeedMain:
add esp, 4
push esi
mov esi,[Speed]
jmp SpeedChk
SpeedUpMain:
add esp, 4
push esi
mov esi,6
jmp SpeedChk
SpeedChk:
test esi,esi
je Normal
dec esi
Pushad
Mov Ecx,[Client]
Mov Eax,[00f71328]
Lea Eax,[Eax+1C]
Add [Eax],Ecx
Popad
push esi
push ecx
push eax
call dword ptr [eax]
pop eax
pop ecx
pop esi
Pushad
Mov Ecx,[Client]
Mov Eax,[00f71328]
Lea Eax,[Eax+1C]
Sub [Eax],Ecx
Add [Client],000001Fe
Popad
jmp SpeedChk
Normal:
pop esi
jmp 009BF0A0
00DC0DEC:
dd SpeedUp
[disable]
00DC0DEC: // [9/10] //
dd 00A0FEAF // [2/2] // 53 56 57 8b f9 8d 77 ?? 8b 06
dealloc(SpeedUp)
dealloc(Speed)
dealloc(FakeTime)
紅字的地方新版是 00DC0E1C 但我不知道這是怎麼找出來的 打入AOB碼去找 也不對 跑出的是2回事的東西 請問 我是哪裡還不懂的地方 其他地方我都更新對了 就只差那邊 可以教導小弟嗎? |
|