记得很久之前看到过一个笑话,原版是javascript的
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$Form = GUICreate("优化大师", 313, 134, -1, -1)
$Button1 = GUICtrlCreateButton("优化系统", 114, 54, 75, 25)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
MsgBox(64, '提示', '以优化系统110处,您的系统安全打败全国99.9%的用户!请继续保持~')
EndSwitch
WEnd
系统当机了? 应该修改下
第二次运行提示:以优化系统250处,您的系统安全打败全国99.99%的用户!请继续保持~
第三次运行提示:以优化系统360处,您的系统安全打败全国100%的用户!你已宇宙无敌~
页:
[1]