QQ向陌生人聊天的autoit脚本

2023-12-05 0 610

复制代码 代码如下:#include<GUIConstants.au3> #include<Process.au3> Global$GUIWidth Global$GUIHeight $GUIWidth=160 $GUIHeight=100 $maingui=GUICreate(\”与陌生QQ联络\”,$GUIWidth,$GUIHeight) $Status=GUICtrlCreateLabel(\”NothingtoUndo\”,0,67,160,14,BitOR($SS_SUNKEN,$SS_CENTER)) GUICtrlSetData($Status,\”悠久资源网-QQ联络陌生人\”,\”1111\”) $helpmenu=GuiCtrlCreateMenu(\”菜单[&F]\”) $aboutitem=GuiCtrlCreateMenuitem(\”关于[&A]\”,$helpmenu) $separator1=GuiCtrlCreateMenuitem(\”\”,$helpmenu) $exititem=GuiCtrlCreateMenuitem(\”退出[&X]\”,$helpmenu) $okbutton=GuiCtrlCreateButton(\”对话\”,20,35,50,20) $cancelbutton=GuiCtrlCreateButton(\”退出\”,90,35,50,20) GuiSetState() GUICtrlCreateLabel(\”对方QQ:\”,20,10) $QQ=GUICtrlCreateInput(\”461478385\”,70,7,70,20) GUICtrlSetTip(-1,\”输入对方的QQ号码\”) GUICtrlSetLimit($QQ,10,5) While1 $msg=GUIGetMsg() Select Case$msg=$GUI_EVENT_CLOSEOr$msg=$cancelbutton ExitLoop Case$msg=$exititem ExitLoop Case$msg=$okbutton $rc=_RunDos(\”explorer.exe\”&chr(\”34\”)&\”tencent://Message/?menu=yes&exe=&uin=\”&GUICtrlRead($QQ)&\”&websiteName=未知区域\”&chr(\”34\”)&\”\”) Case$msg=$aboutitem MsgBox(32,\”悠久资源网\”,\”悠久资源网www.jb51.net欢迎你\”) EndSelect WEnd GUIDelete() Exit保存为qq.au3,运行前你必须保证你的电脑有autoit3的程序,具体下载地址上一篇文章autoit在线手册

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

悠久资源 AutoIt QQ向陌生人聊天的autoit脚本 https://www.u-9.cn/jiaoben/autoit/100847.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务