现在魔兽开始统一月卡了,所以游戏时间不是问题了,许多小伙伴都喜欢赖在线上不下线了,但是如果长时间不操作的话,系统就开始暂离操作,就会被自动下线,那么怎么才能防止暂离呢?小编今天给大家带来的是魔兽防暂离宏!
魔兽世界防暂离宏
/script T,F=T or 0,F or CreateFrame("frame")if X then X=nil print("OFF.")else print("ON.") X=function()local t=GetTime()if t-T>1 then StaticPopup1Button2:Click()T=t end end end F:SetScript("OnUpdate",X)
在综合频道看on和off开关
弊端:不能切出去玩别的 游戏要调成全屏幕
怀旧服防暂离宏:
/script T,F=T or 0,F or CreateFrame("frame")if X then X=nil print("OFF.")else print("ON.") X=function()local t=GetTime()if t-T>1 then StaticPopup1Button2:Click()T=t end end end F:SetScript("OnUpdate",X)