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
直接给你脚本:很短的说
  1. #==============================================================================
  2. # Módulo AntiLag
  3. #==============================================================================
  4.     module AntiLag
  5.       SPC = Win32API.new("kernel32", "SetPriorityClass", "pi", "i")
  6.       @@high_priority = false
  7.       def self.high_priority ; @@high_priority; end
  8.       def self.high_priority?; @@high_priority; end
  9.       def self.high_priority=(valor)
  10.         return if @@high_priority == valor
  11.         @@high_priority = valor
  12.         if @@high_priority
  13.           SPC.call(-1, 0x80)
  14.           return
  15.         end
  16.         SPC.call(-1, 0x20)
  17.       end
  18.     end
  19.     AntiLag.high_priority = true
复制代码





欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1