消息重复发送的代码怎么搞

昆玉市2022-06-19  9

qq消息重复发送 操作方法 01

右键单击桌面并选择新建文本文档。

02

单击我的电脑,单击查看按钮,然后检查文件扩展名。您可以看到显示了新创建的文本文档的后缀。

03

填写不带数字的代码。
填写。txt,代码如下:(如图)如果没有编号,显示发送了多少次:
dimwshshell,a
setwshshell = createobject(" wscript . shell quot;)
a = inputbox( quot;输入发送消息的次数。chr(13)和ampchr(13)和amp"* * * * * * ★由生命制造★* * * * * " amp;chr(13)和ampchr(13)和amp"请确保光标在刚才的QQ表单中!", quot提示")
WshShell。AppActivate quot"#39;活动聊天窗口的名称,例如。QQ-group quot,“打开”对话框上有显示 # 39;
wscript . sleep 1000
for I = 1到100 # 39;循环次数为100 # 39;
wscript . sleep 500 # 39;暂停500毫秒 # 39;
wsh shell . sendkeys quot;^vquot;#39;paste
wsh shell . sendkeys“% s quot;#39;% s =输入并发送密钥sendkeys+发送内容 # 39;
next
wscript . quit

04

用数字填写代码。
填写。txt,代码如下:如果有数字,显示发送了多少次:

dimwshshell,a
setwshshell = CreateObject( quot wscript . shell quot;)
a = inputbox( quot;输入发送消息的次数。chr(13)和ampchr(13)和amp"* * * * * * ★由生命制造★* * * * * " amp;chr(13)和ampchr(13)和amp"请确保光标在刚才的QQ表单中!", quot提示")
WshShell。AppActivate quot"#39;活动聊天窗口的名称,例如。QQ-group quot,“打开”对话框上有显示 # 39;
wscript . sleep 1000
for I = 1到100 # 39;循环次数为100 # 39;
wscript . sleep 500 # 39;暂停500毫秒 # 39;
wsh shell . sendkeys quot;^vquot;#39;粘贴 # 39;
wsh shell . sendkeys I # 39;数量 # 39;
wsh shell . sendkeys quot;% s quot#39;% s =输入并发送密钥sendkeys+发送内容 # 39;
next
wscript . quit

05

右键单击文档,单击重命名,并将文本文档的后缀更改为。vbs,OK。
所以程序设置好了。

06

双击程序,在对话框中输入你想要的,比如:青春飞扬。
然后选择输入的内容,再点击ctrl+x(剪切)或ctrl+c(复制)确认。然后把鼠标光标放在qq输入框里,就可以了。

07

如果有防火墙组织,请单击允许。

08

图片也可以这样发。

转载请注明原文地址:https://juke.outofmemory.cn/read/373189.html

最新回复(0)