劍網(wǎng)3喊話工具按鍵小精靈是一款專門為游戲喊話而制作的插件,做工精良,完成度極高,功能強大。
內(nèi)容:
本工具只為喊話用,用按鍵精靈做的小精靈,怕不安全的自行選擇。
1、不支持后臺(因為代碼很簡單);
2、不支持同時操作鍵盤按鍵(因為會沖突,使喊話不正常);
3、鼠標(biāo)點也會影響(會在輸入時取消了聊天欄的激活狀態(tài),使喊話不正常)。
4、因為以上三點,適合沒事做掛機的團員幫團長喊人用,團長要用需要在操作時停止小精靈。
代碼說明:
1、請先設(shè)定好喊話,再保證按【上方向鍵】是切到需要喊的話。(因為是用上方向鍵來切喊話,所以喊話中是可以有招募信息且能正常鏈接的)
2、喊話自動喊“世界”、“地圖”、“陣營”、“同門”、“好友”及“同盟”六個頻道。
3、說明就這些,有缺點也有優(yōu)點,請自行選擇。
按鍵代碼:
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)條件成立的時候,離開循環(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
使用方法:
下載完成后解壓