Project1
标题:
請問有沒有vx的事件防卡腳本
[打印本页]
作者:
thomaskkkk
时间:
2011-10-22 00:02
标题:
請問有沒有vx的事件防卡腳本
本帖最后由 thomaskkkk 于 2011-10-22 00:04 编辑
逛過妖精圖書館,沒有想要的東西…
請問有沒有vx的事件防卡腳本?
事件一多,畫面變得不順了。
有沒有類似的vx事件強化腳本?
還是叫 vx事件潤滑劑?(被巴 dsu_plus_rewardpost_czw
作者:
fux2
时间:
2011-10-22 06:08
http://rpg.blue/forum.php?mod=viewthread&tid=159327
这个很萌我会乱说?
作者:
黑之翅膀
时间:
2011-10-23 01:34
直接给你脚本:很短的说
#==============================================================================
# Módulo AntiLag
#==============================================================================
module AntiLag
SPC = Win32API.new("kernel32", "SetPriorityClass", "pi", "i")
@@high_priority = false
def self.high_priority ; @@high_priority; end
def self.high_priority?; @@high_priority; end
def self.high_priority=(valor)
return if @@high_priority == valor
@@high_priority = valor
if @@high_priority
SPC.call(-1, 0x80)
return
end
SPC.call(-1, 0x20)
end
end
AntiLag.high_priority = true
复制代码
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1