愛睏爺 發表於 2013-2-8 23:48:22

ICS數據更新卡住了



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 , 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,

jmp SpeedChk

SpeedUpMain:

add esp, 4

push esi

mov esi,6

jmp SpeedChk

SpeedChk:

test esi,esi

je Normal

dec esi

Pushad

Mov Ecx,

Mov Eax,

Lea Eax,

Add ,Ecx

Popad

push esi

push ecx

push eax

call dword ptr

pop eax

pop ecx

pop esi

Pushad

Mov Ecx,

Mov Eax,

Lea Eax,

Sub ,Ecx

Add ,000001Fe

Popad

jmp SpeedChk

Normal:

pop esi

jmp 009BF0A0

00DC0DEC:
dd SpeedUp



00DC0DEC: // //  
dd 00A0FEAF // // 53 56 57 8b f9 8d 77 ?? 8b 06

dealloc(SpeedUp)

dealloc(Speed)

dealloc(FakeTime)

紅字的地方新版是 00DC0E1C 但我不知道這是怎麼找出來的 打入AOB碼去找 也不對 跑出的是2回事的東西 請問 我是哪裡還不懂的地方 其他地方我都更新對了 就只差那邊 可以教導小弟嗎?

天天 發表於 2013-2-8 23:53:45

你用4bytes  收尋  00A0FEAF 這個地方 看看吧

愛睏爺 發表於 2013-2-9 02:22:31

回覆 2# 天天


    可以再多加說明嗎? 是 載入AOB碼 在改成用4BYTES嗎?

天天 發表於 2013-2-9 12:52:02

回覆 3# 愛睏爺


    dd 00A0FEAF 這部份 你更新好後

數值類型變更為4Bytes 去收尋 00A0FEAF  這的地址

愛睏爺 發表於 2013-2-9 14:31:16

回覆 4# 天天


    謝謝 我成功了 但 接下來我發現一個問題 當我輸入時 他跑出很多數據 共20個 請問我要再加輸入甚麼 才能縮小範圍呢?
頁: [1]
查看完整版本: ICS數據更新卡住了