Crack8 VBS整人脚本 你不说你爱我 就关机 |
本文标签:VBS,整人脚本 复制代码 代码如下: set ierunner=createobject("wscript.shell") ierunner.run "cmd /c start http://www.baidu.com/",0 wscript.sleep 2000 ierunner.sendkeys "%{F4}" on error resume next dim WSHshellA set WSHshellA = wscript.createobject("wscript.shell") WSHshellA.run "cmd.exe /c shutdown -r -t 8 -c ""快说你爱我···"" ",0 ,true dim a do while(a <> "我爱你") a = inputbox ("说你爱我,就不关机,快点,说 ""我爱你"" ","说不说","不说",8000,7000) msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox" loop msgbox chr(13) + chr(13) + chr(13) + "早说就行了嘛" dim WSHshell set WSHshell = wscript.createobject("wscript.shell") WSHshell.run "cmd.exe /c shutdown -a",0 ,true msgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,真过瘾" 把分隔线里面的内容保存为任意.vbs的文件名 发送给对方运行就OK 解除方法 开始 运行 shutdown -a 回车 怕女的不太懂什么解除 特别说明Crack8_编程小组[K.8] 各种群共享都有这分源码 仅供研究 请勿非法用途 |