Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <windows.h>
- #include <string>
- using namespace std;
- int main()
- {
- system("title ROFLCOPTER!!!");
- string x;
- string f;
- int c = 0, q = 0;
- while(true)
- {
- x.push_back(' ');
- Beep(100,40);
- cout << f;
- cout << x << "ROFL:ROFL:LOL: " << endl;
- cout << x << " ____^____" << endl;
- cout << x << " _/ [] \\ " << endl;
- cout << x << "LOL==_ \\ " << endl;
- cout << x << " \___________] " << endl;
- cout << x << " I I " << endl;
- cout << x << " ----------/" << endl;
- Sleep(40);
- system("cls");
- Beep(300,40);
- cout << f;
- cout << x << " :LOL:ROFL:ROFL" << endl;
- cout << x << " ____^____" << endl;
- cout << x << " L _/ [] \\ " << endl;
- cout << x << " O ==_ \\ " << endl;
- cout << x << " L \___________] " << endl;
- cout << x << " I I " << endl;
- cout << x << " ----------/" << endl;
- Sleep(40);
- system("cls");
- c++;
- if (c == 45)
- {
- c = 0;
- f += "\n\n\n";
- ++q;
- if (q == 10)
- f.clear();
- x.clear();
- }
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment