Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "昵稱" ' 賬號昵稱
for i=1 to 100 ' 轟炸次數
WScript.Sleep 20 ' 轟炸間隔
WshShell.SendKeys"^v" ' 轟炸內容
WshShell.SendKeys"%s"
Next
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.AppActivate "昵稱" ' 賬號昵稱
for i=1 to 100 ' 轟炸次數
WScript.Sleep 20 ' 轟炸間隔
WshShell.SendKeys"^v" ' 轟炸內容
WshShell.SendKeys"%s"
Next
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。