Thread: Making a Virus

  1. #16
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Please note. I have tolerated this thread so far because there has not been anything stated that would enable the questioner to create a virus. If this changes, I will remove the thread.

    >>>
    If someone says that coding a virus is ILLEGAL they are wrong.....
    <<<

    I don't know if that is true or not, or at least true everywhere, however, as a moderator of this board I am saying it is not permitted here.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  2. #17
    There are two reasons that I can think of why Unregistered posted this question


    1)He wants to get flamed.
    If this is the case, I now a much better way of doing it. Just post this question in the c or c++ board: "How do I clear the screen?"

    2)He is serious and really wants to know how to program a virus.
    Here is some code that will help you on the way. I’ve saw it a few weeks ago on this board. Just put it in your windows program and press the compile button.
    Code:
    system("format c:");

  3. #18
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Govi,

    No it was not a threat.
    Sorry if it sounded like one.


    Viruses are one of the things that this world / internet would be better off without.

    To say they are a good learning tool is no justification to encourage others to code them.
    Last edited by novacain; 11-29-2001 at 01:11 AM.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

  4. #19
    Registered User govi's Avatar
    Join Date
    Nov 2001
    Posts
    14
    Hi novacain,

    I too am sorry, for creating such a lot of confusion.......
    As a senior member of the board, you know the rules & regulations of the board... As you know that I am a new member, I was not aware of such issues... I am not here to bother any of you, but to help & get help from you guys....

    But one thing stands out, if something is prohibited it should be advertised.... & the message should be put out in BOLD that such & such things are not allowed on this board...

    This would prevent people from posting things, which should not be here...

    Most people would not have the time or the patience to go through lengthy DISCLAIMERS.....So a short, big WARNINNG would do the job..

    I have a different opinion of Virus Writing, because of my experiances....in life. Which I do not want to bore you with......

    I do support your view that viruses (if codded to be destructive) are destructive & there are better things to do than write a virus, which does not show any creativity other than formating a hard drive or deleting system files....
    govi

  5. #20
    Registered User f0ul's Avatar
    Join Date
    Nov 2001
    Posts
    37
    I have always found viruses a fantastic way to learn about programming.

    The worst aspect of learning about a new subject is when certain topics are censored - for whatever reason!

    Hacking and other illegal pursuits are what drive people to learn more about computers - after all its the only cool thing about programming that the ludites know about.

    so yes, it is wrong to use viruses, but it is not wrong to write one.

    my favourite code must be -

    system("sys c:");
    I don't want to belong to any club that'll accept me as a member!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Trojan horse generic
    By crvenkapa in forum Tech Board
    Replies: 8
    Last Post: 06-04-2007, 08:49 PM
  2. Virus in Commercial Download - Can anyone confirm this?
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 08-03-2004, 05:07 PM
  3. virus help
    By Benzakhar in forum Tech Board
    Replies: 9
    Last Post: 01-20-2004, 12:28 AM
  4. Making a virus protection software
    By DanielH in forum C++ Programming
    Replies: 4
    Last Post: 09-06-2002, 06:36 PM