Advertisement
irishstorm

lololol

May 27th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Main()
  2. {
  3. Thread PedoBear();
  4. Stalking_Time = 1000000;
  5. }
  6.  
  7. PedoBear()
  8. {
  9. While(Stalking)
  10. {
  11. If( PedoBear == Stalking )
  12. {
  13. Self Hide();
  14. iprintlnbold("Awhhh Yeaah");
  15. wait Stalking_Time;
  16. Self Show();
  17. }
  18.  
  19. If( PedoBear == Caught )
  20. {
  21. Self suicide();
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement