TwMS v231.1 ICS 人物移動加速
本帖最後由 rhg59321 於 2021-1-14 00:32 編輯// TwMS v231.1 ICS 人物移動加速
// 速度越快越容易斷線
Alloc(Check_Esp,256)
Alloc(Speed,04)
Alloc(FakeTime,04)
RegisterSymbol(Speed)
Label(SpeedChk)
Label(Return)
Label(SetFakeTime)
Label(InitFakeTime)
Label(CharSpeedUp)
Speed: // 速度設定
DD 03
FakeTime:
DD 00
//-----------------------
Check_Esp:
cmp ,02AA0C56
jne GetLastError
mov ,CharSpeedUp
jmp GetLastError
CharSpeedUp:
push esi
mov esi,
SpeedChk:
test esi,esi
je Return
dec esi
push esi
mov ecx,
call 00B9F6B0
pop esi
jmp SpeedChk
Return:
pop esi
jmp 02AA0C56
//-----------------------
SetFakeTime:
cmp ,00
je InitFakeTime
mov eax,
add eax,000001FE
InitFakeTime:
mov ,eax
jmp 04C52A22
//-----------------------
03B6E1A8:
DD Check_Esp
04C52A0E:
jmp SetFakeTime
//-----------------------
03B6E1A8:
DD GetLastError
04C52A0E:
DB E9 0F 00 00 00
DeAlloc(Check_Esp)
DeAlloc(FakeTime)
DeAlloc(Speed)
UnRegisterSymbol(Speed)
頁:
[1]