Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. _BankRecords = "Found bank records.";
  2. _ContactInfo = "Found contact logs.";
  3. _PhotoInfo = "Found Incriminating photos.";
  4.  
  5. _whatsInTheBox = ["Found porn.", _BankRecords, "Found family photos.", "Found cat pictures.", _ContactInfo, "Found a picture of you.", _PhotoInfo] call BIS_fnc_selectRandom;
  6.  
  7. hint "Searching.";
  8.  
  9. sleep 1;
  10. hint "I";
  11. sleep 1;
  12. hint "II";
  13. sleep 1;
  14. hint "III";
  15. sleep 1;
  16. hint "IIII";
  17. sleep 1;
  18. hint "IIIII";
  19. sleep 1;
  20. hint "IIIIII";
  21. sleep 1;
  22. hint "IIIIIII";
  23. sleep 1;
  24. hint "IIIIIIII";
  25. sleep 1;
  26. hint "IIIIIIIII";
  27. sleep 1;
  28. hint "IIIIIIIIII";
  29. sleep 1;
  30.  
  31. hint _whatsInTheBox;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement