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;
- int stairs;
- int Door;
- int option;
- cout << "If you want to play this Scuuury game press 1" << endl;
- cin >> start;
- if (start == 1){
- system("CLS");
- cout << "You are in a dark Scuuury 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 << "Play the Scuuury game game!" << endl;
- return 0;
- }
- system("CLS");
- if (girl == 2){
- cout << "You ate 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\n" << endl;
- Sleep(1200);
- cout << "You come across some stairs that go up and some that go down.\n" << endl;
- Sleep(1200);
- cout << "You see a note....\n" << endl;
- Sleep(1200);
- cout << "The combination is the amount of stars on the american flag.\n" << endl;
- Sleep(1200);
- cout << "Press 1 to go up and 2 to go down" << endl;
- cin >> stairs;
- }
- else if (girl == 3){
- system("CLS");
- 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;
- }if (stairs == 1){
- system("CLS");
- cout << "You start walking up the stairs and you hear a faint cracking noise...\n" << endl;
- Sleep(700);
- cout << "Clank" << endl;
- Sleep(700);
- cout << "Clonk" << endl;
- Sleep(700);
- cout << "Clink?" << endl;
- Sleep(700);
- cout << "You have fallen down into a cellar\n" << endl;
- Sleep(1200);
- cout << "You see a door but it has a combination Lock.\n" << endl;
- Sleep(1200);
- cout << "There are some stairs that head down...But a beware sign is on it...\n" << endl;
- Sleep(1200);
- cout << "Press 1 to try to get the correct door combination\n" << endl;
- Sleep(1200);
- cout << "or 2 to go down the stairs BUT BEWARE\n" << endl;
- cin >> option;
- }if (option == 1){
- cin >> Door;
- }
- else{
- cout << "You died it said warning...." << endl;
- }if (Door == 50){
- if (Door == 50){
- system("CLS");
- cout << "You got the right combination..\n" << endl;
- Sleep(1200);
- cout << "You hear a creeking noise and the door opens\n" << endl;
- Sleep(1200);
- cout << "As you walked threw the door you hear a clicking noise...\n" << endl;
- Sleep(1200);
- cout << "You feel a large pain in the back of your head and you feel blooding starting to fall\n" << endl;
- Sleep(1200);
- cout << "You faint...." << endl;
- Sleep(1200);
- cout << "You wake up on a table and hear a drilling noise.." << endl;
- Sleep(1200);
- cout << "You see a man with a drill he is whispering DIE DIE DIE!!!!" << endl;
- Sleep(1200);
- cout << "Just as he is about to drill into your head you....WAKE UP!!!!!! JOHNNY" << endl;
- Sleep(1200);
- cout << "The END?" << endl;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement