劍網(wǎng)3喊話工具按鍵小精靈是一款專門為游戲喊話而制作的插件,做工精良,完成度極高,功能強(qiáng)大。
內(nèi)容:
本工具只為喊話用,用按鍵精靈做的小精靈,怕不安全的自行選擇。
1、不支持后臺(tái)(因?yàn)榇a很簡單);
2、不支持同時(shí)操作鍵盤按鍵(因?yàn)闀?huì)沖突,使喊話不正常);
3、鼠標(biāo)點(diǎn)也會(huì)影響(會(huì)在輸入時(shí)取消了聊天欄的激活狀態(tài),使喊話不正常)。
4、因?yàn)橐陨先c(diǎn),適合沒事做掛機(jī)的團(tuán)員幫團(tuán)長喊人用,團(tuán)長要用需要在操作時(shí)停止小精靈。
代碼說明:
1、請先設(shè)定好喊話,再保證按【上方向鍵】是切到需要喊的話。(因?yàn)槭怯蒙戏较蜴I來切喊話,所以喊話中是可以有招募信息且能正常鏈接的)
2、喊話自動(dòng)喊“世界”、“地圖”、“陣營”、“同門”、“好友”及“同盟”六個(gè)頻道。
3、說明就這些,有缺點(diǎn)也有優(yōu)點(diǎn),請自行選擇。
按鍵代碼:
n=0
Do While true
Call 地圖()
Delay 1000
Call 陣營()
Delay 1000
Call 門派()
Delay 1000
Call 世界()
Delay 1000
Call 同盟()
Delay 3600
If n>=100 Then
//當(dāng)循環(huán)條件成立的時(shí)候,離開循環(huán)體
Exit do
End if
n=n+1
Loop
//以上為循環(huán)部分
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
使用方法:
下載完成后解壓