热血江湖医生进来

来源:百度知道 编辑:UC知道 时间:2024/05/25 02:59:14
怎么自己做一个QE或者GF用的自动按键程序~~~~详细点说``用什么软件啊等等说清楚点`还有哪里有得下载?不要木马的网站~~

Rem stat
  KeyPress 8 2
  SayString F9=群,Num0=保护,Num5=GF
  WaitKey Key
  KeyPress 8 22
  If Key=120
  SayString 群疗
  Gosub qun
  EndIf
  If Key=96
  SayString 保护
  Gosub bh
  EndIf
  If Key=101
  SayString Num+ 别人,Num- 自己
  Gosub GF
  EndIf
  SayString 请选择模式
  KeyPress 8 8
  Goto stat
  EndScript
  Sub qun
  KeyPress 8 3
  Gosub Mouse
  Rem Q
  For 25
  KeyPress 120 3
  Delay 500
  Gosub baohu
  EndFor
  KeyPress 117 1
  Goto Q
  Return
  Sub baohu
  IfColor 81 11 20f7 2
  Else
  KeyPress 118 1
  IfColor 863 744 0 2
  Gosub home
  EndIf
  EndIf
  IfColor 39 22 392821 2
  KeyPress 117 1
  IfColor 840 735 0 2
  Gosub home
  EndIf
  EndIf
  Return
  Sub bh
  Rem B
  Gosub baohu
  Delay 800
  Goto B
  Return
  Sub GF