冰楓論壇
標題:
TwMS v196.3 CRC 人物移動加速
[打印本頁]
作者:
neilwaker
時間:
2017-3-1 21:20
標題:
TwMS v196.3 CRC 人物移動加速
本帖最後由 neilwaker 於 2017-3-1 21:23 編輯
若要修改移動速度
改數據中Speed
DD後面的03
// TwMS v196.3 CRC 人物移動加速
// Author: kkmomo
[Enable]
Alloc(CharSpeedUp, 256)
Alloc(Speed, 04)
Alloc(FakeTime, 04)
RegisterSymbol(Speed)
Label(SpeedChk)
Label(Normal)
Label(SetFakeTime)
Label(InitFakeTime)
Speed:
DD 03
FakeTime:
DD 00
//-----------------------
CharSpeedUp:
push esi
mov esi,[Speed]
SpeedChk:
test esi,esi
je Normal
dec esi
push esi
push ecx
call 012DB4DD
pop ecx
pop esi
jmp SpeedChk
Normal:
pop esi
jmp 01219066
//-----------------------
SetFakeTime:
cmp [FakeTime],00
je InitFakeTime
mov eax,[FakeTime]
add eax,000001FE
InitFakeTime:
mov [FakeTime],eax
jmp 027F2A92
//-----------------------
01219061:
jmp CharSpeedUp
027F2A7C:
jmp SetFakeTime
//-----------------------
[Disable]
01219061:
call 012DB4DD
027F2A7C:
db E9 11 00 00 00
DeAlloc(CharSpeedUp)
DeAlloc(FakeTime)
DeAlloc(Speed)
UnRegisterSymbol(Speed)
複製代碼
作者:
jaytw
時間:
2017-3-1 22:03
謝謝你分享我去試看看
作者:
ga2007149429
時間:
2017-3-1 22:09
感謝大大請問有紅點不打嗎
作者:
adore0201
時間:
2017-3-2 02:36
謝謝分享 趕路很重要的XD
作者:
AS012345
時間:
2017-3-2 04:11
感恩您~也謝謝你帶給我們希望
歡迎光臨 冰楓論壇 (https://bingfong.com/)
Powered by 冰楓