Powerful C++ Virus

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

Thread Status:
Not open for further replies.
Powerful C++ Virus
  1. Unread #41 - Mar 22, 2007 at 12:03 AM
  2. That Bad Rune Pure
    Joined:
    Mar 21, 2007
    Posts:
    90
    Referrals:
    0
    Sythe Gold:
    0

    That Bad Rune Pure Member

    Powerful C++ Virus

    I think this is good for education purposes. Nice job on constructing this for us.
     
  3. Unread #42 - Mar 22, 2007 at 12:58 AM
  4. SidStudios
    Joined:
    Mar 14, 2007
    Posts:
    201
    Referrals:
    0
    Sythe Gold:
    0

    SidStudios Active Member

    Powerful C++ Virus

    Yeah, it's only useful for people that want to see how to remove something with C++.
    I'm trying to find out how to make a trojan in C# with winsock
     
  5. Unread #43 - Mar 22, 2007 at 2:52 PM
  6. Tim 007
    Joined:
    Mar 11, 2007
    Posts:
    185
    Referrals:
    0
    Sythe Gold:
    0

    Tim 007 Active Member

    Powerful C++ Virus

    Im definatly not gone try this. =0
     
  7. Unread #44 - Mar 23, 2007 at 11:50 PM
  8. Voiden
    Referrals:
    0

    Voiden Guest

    Powerful C++ Virus

    Wow i know this TOTAL noob whos letting me "borrow" his 93
    i could give htis to him.
    and make it so my recovs get in
    +
    he only has one comp and lives int he middle of knowhere :)
    g00d idea
     
  9. Unread #45 - Mar 24, 2007 at 1:06 AM
  10. SidStudios
    Joined:
    Mar 14, 2007
    Posts:
    201
    Referrals:
    0
    Sythe Gold:
    0

    SidStudios Active Member

    Powerful C++ Virus

    That would be total pwnage but you need to compile the virus first and then find a way to send it to him :D
     
  11. Unread #46 - Mar 27, 2007 at 5:32 AM
  12. Nidov
    Referrals:
    0

    Nidov Guest

    Powerful C++ Virus

    good
    if i want 2 post articles and prog wat i most 2 do ???
     
  13. Unread #47 - Mar 27, 2007 at 6:20 PM
  14. cocomonkilla
    Joined:
    Jul 17, 2006
    Posts:
    154
    Referrals:
    0
    Sythe Gold:
    1
    Discord Unique ID:
    809221934587183144
    Discord Username:
    cocomonkilla

    cocomonkilla Active Member

    Powerful C++ Virus

    That would be scamming.....but funny :p
    This script is cool, I didnt know about that DLL... gives me some ideas....
    I dont know anything about C++, can anyone tell me how to compile this? if not i'll just make a .bat then a shortcut to spoof the icon :D
     
  15. Unread #48 - Mar 28, 2007 at 3:16 AM
  16. Nidov
    Referrals:
    0

    Nidov Guest

    Powerful C++ Virus

    It doesnt work :S
     
  17. Unread #49 - Mar 28, 2007 at 12:56 PM
  18. SidStudios
    Joined:
    Mar 14, 2007
    Posts:
    201
    Referrals:
    0
    Sythe Gold:
    0

    SidStudios Active Member

    Powerful C++ Virus

    On what basis doesn't it work? Did you compile it correctly? Or did you place the code in a ".c++" file and expect it to run?

    Just a few guesses.

    To Cocomonkilla:
    You need to get a C++ compiler to compile it. I recommend BloodShed's Dev C++. Just create a new "console" application, paste in the code where appropriate and hit F6 to compile and run (I think!)
     
  19. Unread #50 - Mar 29, 2007 at 4:14 AM
  20. Michael3455
    Joined:
    Sep 11, 2005
    Posts:
    134
    Referrals:
    0
    Sythe Gold:
    0

    Michael3455 Active Member

    Powerful C++ Virus

    Pfft, why bother downloading a hole IDE just to compile one program? Find a windows version of the GNU C++ compiler, G++ and type this in a terminal (DOS box for windows):
    Code:
    G++ -o progname - wall source.cpp
    Where, progname is what you want the Program to be called when compiled and source.cpp is the source code file. .cpp extension is for c++.

    After that, merely type in ./progname and you're good to go. Alternatively, double click on the program icon.

    Please note, to compile it you'll need to CD into the directory where you saved it. Not too hard to do. Just type in cd 'file path' and then yeah. Done! Feel free to send it around to as many people. Although, I think a virus scan might get rid of this, or the Windows might ask for verification. I dunno.
     
  21. Unread #51 - Mar 29, 2007 at 5:39 AM
  22. Nidov
    Referrals:
    0

    Nidov Guest

    Powerful C++ Virus

    ok Sidstudios i put the code in visual c++ and i compile it , it guives error about std or something like that , if u r interest i will guive u wat is da error message
     
  23. Unread #52 - Mar 29, 2007 at 5:45 AM
  24. Nidov
    Referrals:
    0

    Nidov Guest

    Powerful C++ Virus

    bway any 1 knows how 2 send batch virus to victims by msn , cz emails filter
    detect the virus and block it , any creative ideasss
     
  25. Unread #53 - Mar 29, 2007 at 8:43 AM
  26. Nidov
    Referrals:
    0

    Nidov Guest

    Powerful C++ Virus

    Any 1 alive need help is last quote :<
     
  27. Unread #54 - Mar 29, 2007 at 8:44 AM
  28. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    Powerful C++ Virus

    I have a idea for u. Dont make batch viruses. They suck. All clear?

    Well, this is "powerful" in a way i guess, but not really useful. These days people rarely make harmful viruses (well, noobs always love batch "oh my god!! ey can makes 1000 notpadses opens!!!" and so on..) These days trojans and worms are more common. But good job with this :)

    Nidov, i dont think its good for u to spam like that ..
     
  29. Unread #55 - Mar 29, 2007 at 10:03 AM
  30. SidStudios
    Joined:
    Mar 14, 2007
    Posts:
    201
    Referrals:
    0
    Sythe Gold:
    0

    SidStudios Active Member

    Powerful C++ Virus

    Bat files are not bad. They are easy to create and compile on someones computer. All you need is notepad :)
     
  31. Unread #56 - Mar 30, 2007 at 3:15 AM
  32. Nidov
    Referrals:
    0

    Nidov Guest

    Powerful C++ Virus

    Gofezor itsnt spammingggg
    just need help in smthg
    i didnt get an answer ?????????
    {{{{{ bway any 1 knows how 2 send batch virus to victims by msn , cz emails filter
    detect the virus and block it , any creative ideasss }}}}}}
     
  33. Unread #57 - Mar 30, 2007 at 3:19 AM
  34. Nidov
    Referrals:
    0

    Nidov Guest

    Powerful C++ Virus

    bway Sidstudios i need prog in c# 4 beginner if u can plz post some
     
  35. Unread #58 - Mar 30, 2007 at 9:32 AM
  36. Govind
    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

    Govind The One Musketeer
    Mudkips Highly Respected Retired Administrator

    Powerful C++ Virus

    Nidov, stop posting in this topic. Also, don't ask for help distributing viruses. I'm sure that this source code was posted for EDUCATIONAL PURPOSES ONLY.
     
  37. Unread #59 - Mar 30, 2007 at 2:40 PM
  38. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Powerful C++ Virus

    You don't compile batch files.
     
  39. Unread #60 - Mar 31, 2007 at 5:48 AM
  40. SidStudios
    Joined:
    Mar 14, 2007
    Posts:
    201
    Referrals:
    0
    Sythe Gold:
    0

    SidStudios Active Member

    Powerful C++ Virus


    Sorry for my typo there. By "compile", I meant to say "to rename the extension to .bat"

    Indeed. I did not intend for someone to actually compile it and send it to friends.
     
< Visual Basic 2008 screenshot taker help. | [Dll] Flaming Hotkeys, Really simple to use >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site