在scripts\General文件夹下新建一个文本文档,命名为TimeStop.lua。
将以下代码复制进去:
function events.KeyDown(t)
if t.Key == const.Keys.CONTROL then
if mem.u1[0xB21728] == 1 then
mem.u1[0xB21728] = 2
end
end
end
将以下代码复制进去:
function events.KeyDown(t)
if t.Key == const.Keys.CONTROL then
if mem.u1[0xB21728] == 1 then
mem.u1[0xB21728] = 2
end
end
end