|
First C++ Program
|
|
10-04-2009, 03:43 PM
(This post was last modified: 10-05-2009 07:53 AM by Darkwood.)
Post: #1
|
|||
|
|||
|
First C++ Program
This is my first C++ program that is not just the command prompt text program stuff. It actually serves a purpose.
Don't worry about any viruses, I don't know how to make viruses... yet.(Kidding.) Just run the .exe file and keep all the dll files with it. Comment on it. Guests cannot see links in the the forum. Please register to the forum by clicking here to see links. -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GE/MU/S/O/U d-- s: a--- C++ U? P+ L+ E? W+ N? o? K- w++ O? M VMS? PS PE? Y PGP- t 5? X? R tv+ b+ DI? D+ G e-(e) h !r y-- ------END GEEK CODE BLOCK------ |
|||
|
10-05-2009, 05:22 AM
Post: #2
|
|||
|
|||
RE: First C++ Program
(10-04-2009 03:43 PM)Darkwood Wrote: Guests cannot see links in the the forum. Please register to the forum by clicking here to see links.This is my first C++ program that is not just the command prompt text program stuff. I actually serves a purpose. Don't know how to make viruses? It's close enough! (10-04-2009 03:43 PM)Darkwood Wrote: Guests cannot see links in the the forum. Please register to the forum by clicking here to see links.I actually serves a purpose. Who's that? Lord Vader? Guests cannot see images in the forums. Please register to the forum by clicking here to see images. PHP Code: <?php mysql_query("SELECT FROM users WHERE clue > 0");Vidi, vinci, pwndi! | I'm at Guests cannot see links in the the forum. Please register to the forum by clicking here to see links. |
|||
|
10-05-2009, 07:44 AM
Post: #3
|
|||
|
|||
RE: First C++ Program
(10-04-2009 03:43 PM)Darkwood Wrote: Guests cannot see links in the the forum. Please register to the forum by clicking here to see links.This is my first C++ program that is not just the command prompt text program stuff. I [sic] actually serves a purpose.I'd be interested in trying it out, but I'd rather know what the purpose of it is first. (10-04-2009 03:43 PM)Darkwood Wrote: Guests cannot see links in the the forum. Please register to the forum by clicking here to see links.Don't worry about any viruses, I don't know how to make viruses... yet.(Kidding.) Just run the .exe file and keep all the dll files with it. I don't know about viruses per say, but you can very easily create a file that, when run, will seriously mess up a person's computer, and can't be detected by many antiviruses. All you do is create a .bat file in notepad or some other plain text editor that renames a whole bunch of .dll files in the system32 folder. It can't be detected because all the correct files are still there, but there names have been swapped. Zagorath "There are only 10 types of people in the world: Those who understand binary, and those who don't" "1f u c4n r34d th1s u r34lly n33d t0 g37 l41d" "Roses are #FF0000 Violets are #0000FF All my base Are belong to you" |
|||
|
« Next Oldest | Next Newest »
|