#NoTrayIcon #Region ;**** 参数创建于 ACNWrapper_GUI **** #AutoIt3Wrapper_Icon=QQ网吧网关.ico #AutoIt3Wrapper_UseX64=n #AutoIt3Wrapper_Res_Comment=www.58pxe.com #AutoIt3Wrapper_Res_Description=www.58pxe.com #AutoIt3Wrapper_Res_Fileversion=20201010 #AutoIt3Wrapper_Res_LegalCopyright=www.58pxe.com #EndRegion ;**** 参数创建于 ACNWrapper_GUI **** #endregion ;**** 参数创建于 ACNWrapper_GUI **** RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", @ScriptName, "REG_SZ", @ScriptFullPath);写入开机启动 While 1 Local $var = @HOUR & ":" & @MIN ;系统时间 Local $time = 12 & ":" & 30;定时时间 If $var = $time Then ProcessClose("QQNetBar.exe") ProcessClose("qqwb_protect.exe") ProcessClose("UPS.exe") Sleep(5000) ShellExecute("C:\Documents and Settings\Public\QQNetBar\QQNetBar.exe") Else EndIf Sleep(60000) WEnd
更多示例: http://www.winos.vip/1331.html AutoIt3获取操作系统的当前时间
更多关于QQ网吧假死的解决方案: https://www.hxwglm.com/thread-38110-1-1.html QQ网吧服务端假死解决工具V1 by:华夏网盟