怎么用按键精灵让魔兽世界挂机不掉线?

RT 找人带PS 怎么能挂着不掉线 就是 弄个一直按空格的就好 麻烦说详细点 谢谢

不用那么麻烦 宏1:

/script ps="喊话内容";sc=SendChatMessage;

宏2:

/script T,F=T or 0,F or CreateFrame("frame")if X then print("off") X=nil else print("on") X=function()local t=GetTime()if t-T>60 then SendChatMessage(ps,"channel",nil,1)T=t end end end F:SetScript("OnUpdate",X)

先按宏1,再按宏2即可,要停止再按一下宏2

自动喊话 只要有点卡 不维护,你可以挂一万年!!!!
温馨提示:答案为网友推荐,仅供参考
第1个回答  推荐于2016-01-08
//无限循环
DO
Delay 1000 //延时一秒,一秒钟跳一下,可以自行修改

keypress"space"

LOOP
相似回答