剑网3喊话工具按键小精灵是一款专门为游戏喊话而制作的插件,做工精良,完成度极高,功能强大。
本工具只为喊话用,用按键精灵做的小精灵,怕不安全的自行选择。
1、不支持后台(因为代码很简单);
2、不支持同时操作键盘按键(因为会冲突,使喊话不正常);
3、鼠标点也会影响(会在输入时取消了聊天栏的激活状态,使喊话不正常)。
4、因为以上三点,适合没事做挂机的团员帮团长喊人用,团长要用需要在操作时停止小精灵。
1、请先设定好喊话,再保证按【上方向键】是切到需要喊的话。(因为是用上方向键来切喊话,所以喊话中是可以有招募信息且能正常链接的)
2、喊话自动喊“世界”、“地图”、“阵营”、“同门”、“好友”及“同盟”六个频道。
3、说明就这些,有缺点也有优点,请自行选择。
n=0
Do While true
Call 地图()
Delay 1000
Call 阵营()
Delay 1000
Call 门派()
Delay 1000
Call 世界()
Delay 1000
Call 同盟()
Delay 3600
If n>=100 Then
//当循环条件成立的时候,离开循环体
Exit do
End if
n=n+1
Loop
//以上为循环部分
Sub 地图()
KeyPress "Enter", 1
Delay 100
SayString "/y"
Delay 100
KeyPress "Enter", 1
Delay 100
KeyPress "Up", 1
Delay 100
KeyPress "Enter", 1
//地图喊话
End Sub
Sub 阵营()
KeyPress "Enter", 1
Delay 100
SayString "/c"
Delay 100
KeyPress "Enter", 1
Delay 100
KeyPress "Up", 1
Delay 100
KeyPress "Enter", 1
//阵营喊话
End Sub
Sub 门派()
KeyPress "Enter", 1
Delay 100
SayString "/f"
Delay 100
KeyPress "Enter", 1
Delay 100
KeyPress "Up", 1
Delay 100
KeyPress "Enter", 1
//门派喊话
End Sub
Sub 世界()
KeyPress "Enter", 1
Delay 100
SayString "/h"
Delay 100
KeyPress "Enter", 1
Delay 100
KeyPress "Up", 1
Delay 100
KeyPress "Enter", 1
//世界喊话
End Sub
Sub 好友()
KeyPress "Enter", 1
Delay 100
SayString "/o"
Delay 100
KeyPress "Enter", 1
Delay 100
KeyPress "Up", 1
Delay 100
KeyPress "Enter", 1
//好友喊话
End Sub
Sub 同盟()
KeyPress "Enter", 1
Delay 100
SayString "/a"
Delay 100
KeyPress "Enter", 1
Delay 100
KeyPress "Up", 1
Delay 100
KeyPress "Enter", 1
//同盟喊话
End Sub
下载完成后解压