qq message codes vbs bombing

Figure bucket and roommate on the Internet to find the code, create a text text, copy into the code suffix to vbs, copy the contents to be transmitted, double-click the vbs file, and then click on the chat box to the two versions, one with digital, not a band.

With digital

set wshshell=wscript.createobject("wscript.shell") 
wshshell.AppActivate"要发送的人的名字,我用的时候,和谁聊天跟谁发好像没有影响" 
for i=1 to 100     //循环次数
wscript.sleep 100     //间隔时间,单位毫秒
wshshell.sendKeys "^v" 
wshshell.sendKeys i 
wshshell.sendKeys "%s" 
next

Without digital

set wshshell=wscript.createobject("wscript.shell") 
wshshell.AppActivate"要发送的人的名字,我用的时候,和谁聊天跟谁发好像没有影响" 
for i=1 to 100
wscript.sleep 100 
wshshell.sendKeys "^v" 
wshshell.sendKeys "%s" 
next

 

Guess you like

Origin blog.csdn.net/jiayizhenzhenyijia/article/details/93776368
qq