冰楓論壇

標題: TwMS v231.2 CRC 人物移動加速(正確版) [打印本頁]

作者: btb    時間: 2021-1-24 20:28
標題: TwMS v231.2 CRC 人物移動加速(正確版)
// TwMS v231.2 CRC 人物移動加速
// 速度設定越快越容易斷線
[Enable]
Alloc(CharSpeedUp, 256)
Alloc(Speed, 04)
Alloc(FakeTime, 04)
RegisterSymbol(Speed)
Label(SpeedChk)
Label(Return)
Label(SetFakeTime)
Label(InitFakeTime)

Speed: // 速度設定
DD 03

FakeTime:
DD 00

//-----------------------
CharSpeedUp:
push esi
mov esi,[Speed]

SpeedChk:
test esi,esi
je Return

dec esi
push esi
push ecx
call 00B9F6B0
pop ecx
pop esi
jmp SpeedChk

Return:
pop esi
jmp 02AA0B91+5

//-----------------------
SetFakeTime:
cmp [FakeTime],00
je InitFakeTime

mov eax,[FakeTime]
add eax,000001FE

InitFakeTime:
mov [FakeTime],eax
jmp 04C46601

//-----------------------
02AA0B91:
jmp CharSpeedUp

04C465EF:
jmp SetFakeTime

//-----------------------
[Disable]
02AA0B91:
call 00B9F6B0

04C465EF:
DB E9 0D 00 00 00

DeAlloc(CharSpeedUp)
DeAlloc(FakeTime)
DeAlloc(Speed)
UnRegisterSymbol(Speed)


作者: ekh0285    時間: 2021-1-25 16:12
如何在KMS中找到04C465EF的值?




歡迎光臨 冰楓論壇 (https://bingfong.com/) Powered by 冰楓