Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <Windows.h>
- using namespace std;
- int main(){
- int girl;
- int jake;
- int start;
- cout << "If you want to play this rapist game press 1" << endl;
- cin >> start;
- if (start == 1){
- system("CLS");
- cout << "You are in a dark scuury building" "\n" << endl;
- Sleep(1200);
- cout << "There was this little girl named justin" "\n" << endl;
- Sleep(1200);
- cout << "You are going to die from hunger..." "\n" << endl;
- Sleep(1200);
- cout << "Do you eat the little girl?" "\n" << endl;
- Sleep(1200);
- cout << "By the way your name is jake. " "\n" << endl;
- Sleep(1200);
- cout << "Press 2 to eat the little girl or 3 to keep going." "\n" << endl;
- cin >> girl;
- }
- else{
- cout << "Faggot Play the rapist game!" << endl;
- return 0;
- }
- system("CLS");
- if (girl == 2){
- cout << "You at the girl you cruel bastard but atleast you didnt die...\n"<< endl;
- Sleep(1200);
- cout << "You start feeling sick...\n" << endl;
- Sleep(1200);
- cout << "The girl had a fatal disease and now you have it...\n" << endl;
- Sleep(1200);
- cout << "but its cureable\n" << endl;
- Sleep(1200);
- cout << "Start looking for the medicine before you die" << endl;
- }
- else if (girl == 3){
- cout << "So you choose to not eat the girl...\n" << endl;
- Sleep(1200);
- cout << "You died from hunger sorry...\n" << endl;
- Sleep(1200);
- cout << "Oh and by the way she feel down stairs and died anyway.\n" << endl;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement