View Full Version: "Quick scan" (Fake anti virus)

CheatSync.net Forums > C++ Releases > "Quick scan" (Fake anti virus)



Title: "Quick scan" (Fake anti virus)


hoockhand - August 18, 2008 07:20 AM (GMT)
Here is my "anti virus" i made in C++
ok this is a fake anti virus that is made to fool your nub ass friends

Download
CODE
http://www.megaupload.com/?d=TQ04QJQ7


Source
CODE

#include <iostream>
#include <windows.h>  
////made by hoockhand
////Quick Scan V1.1
//// made for fooling your nub friends
using namespace std;

int main (int argc, char *argv[])
{
 cout << "Welcome To quick scan V1.1" << endl;
 cout << "The scan will start when you press ENTER" << endl;
 cin.ignore();
 Sleep(500);
 cout << "Scan Starting" << endl;
 Sleep(1000);
 cout << "Scanning please wait" << endl;
 Sleep(800);
 cout << "Scanning please wait." << endl;
 Sleep(800);
 cout << "scanning please wait.." << endl;
 Sleep(800);
 cout << "Scanning please wait..." << endl;
 Sleep(800);
 cout << "Scanning please wait" << endl;
 Sleep(800);
 cout << "Scanning please wait." << endl;
 Sleep(800);
 cout << "Scanning please wait.." << endl;
 Sleep(800);
 cout << "Scanning please wait..." << endl;
 Sleep(800);
 cout << "Scanning please wait" << endl;
 Sleep(800);
 cout << "Scanning please wait." << endl;
 Sleep(800);
 cout << "Virus Found" << endl;
 Sleep(100);
 cout << "Virus Found" << endl;
 Sleep(100);
 cout << "Virus Found" << endl;
 Sleep(100);
 cout << "Virus Found" << endl;
 Sleep(100);
 cout << "Virus Found" << endl;
 Sleep(100);
 cout << "Virus Found" << endl;
 Sleep(100);
 cout << "Virus Found" << endl;
 Sleep(500);
 int remove;                            
 cout<<"Remove the Virus Yes(1) or No(2): ";    
 cin>> remove;                          
 cin.ignore();                      
 if ( remove == 1 )  
      cout << "Removing Virus" << endl;
 else if ( remove == 2 )
        return 0;
Sleep(2578);
cout<< "Cannot remove the virus\n";
cout<< "ERROR #4721\n";
Sleep(500);
int access;
cout<< "Grant Quick Scan V1.1 Temp Admin access Yes(1) or No(2): \n";
cin>> access;
cin.ignore();
if ( access == 1 )
cout << "Giving Temp Admin access to Quick Scan V1.1\n";
else if ( remove == 2 )
return 0;
Sleep(300);
cout << "Please wait this may take a while\n";
Sleep(4000);
cout << "Please wait this may take a while\n";
Sleep(10000);
cout << "Please wait this may take a while\n";
Sleep(10000);
cout << "Please wait this may take a while\n";
Sleep(2254);
cout << "Temp Admin Access Gained\n";
cout << "Hit ENTER\n";
cin.ignore();
Sleep(500);
cout << "Changing Virus Properties then Deleting\n";
Sleep(250);
cout << "Changing the Properties\n";
Sleep(2500);
cout << "ᐐU]U($1DwD15uDᐐU]U($1DwD15uD\n";
Sleep(100);
cout << "ᐐU]U($1DwD15uDᐐU]U($1DwD15uD\n";
Sleep(100);
cout << "ᐐU]U($1DwD15uDᐐU]U($1DwD15uD\n";
Sleep(100);
cout << "ᐐU]U($1DwD15uDᐐU]U($1DwD15uD\n";
Sleep(100);
cout << "ᐐU]U($1DwD15uDᐐU]U($1DwD15uD\n";
Sleep(100);
cout << "ᐐU]U($1DwD15uDᐐU]U($1DwD15uD\n";
Sleep(1000);
cout << "Unable to change the Virus Properties or Delete the Virus\n";
Sleep(500);
cout << "Re-formatting C Drive\n";
Sleep(250);
cout << "Re-formatting C Drive\n";
Sleep(250);
cout << "Re-formatting C Drive\n";
Sleep(250);
cout << "Re-formatting C Drive\n";
Sleep(250);
cout << "Re-formatting C Drive\n";
Sleep(250);
cout << "Re-formatting C Drive\n";
Sleep(250);
cout << "Re-formatting C Drive\n";
Sleep(250);
cout << "Re-formatting C Drive\n";
Sleep(4000);
ExitWindowsEx(EWX_SHUTDOWN, 0);

 cin.get();
 return 0;
}


Waterbottle - August 18, 2008 10:49 AM (GMT)

hoockhand - August 18, 2008 10:23 PM (GMT)
what dose it do?

Waterbottle - August 19, 2008 02:09 PM (GMT)
I'd be a fool if I revealed what it does. But I'll tell you this much, it's not a virus, spyware or adware.

hoockhand - August 21, 2008 06:55 AM (GMT)
waz it made in C++?

can you plz tell me *gives puppy dog eyes*

Waterbottle - August 21, 2008 12:43 PM (GMT)
It was made in C++ yes.

Compiled with the mingw compiler (bundled with the Dev-C++ IDE).
It includes stdio.h, string.h and windows.h.




Hosted for free by InvisionFree