Advertisement
Guest User

random

a guest
Mar 27th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. @echo off
  2. cls
  3. color 0e
  4. echo Hey, whats up?
  5. echo Respond....
  6. pause
  7. cls
  8.  
  9.  
  10. Random Responce Code here
  11.  
  12. :responce1
  13. echo Im happy!
  14. echo respond....
  15. pause
  16. goto b1
  17. :responce2
  18. echo Im 50 50,thats it pretty much.
  19. echo respond....
  20. pause
  21. goto b2
  22. :responce3
  23. echo Why do you care.
  24. echo respond....
  25. pause
  26. goto b3
  27. :b1
  28. cls
  29. echo Same! Catcha later!
  30. echo (leave room)
  31. pause
  32. exit
  33. :b2
  34. cls
  35. echo Really? Whats putting you down?
  36. pause
  37. cls
  38. echo (No responce)
  39. echo Guess Ill get going then...
  40. echo (leave room)
  41. pause
  42. cls
  43. exit
  44. :b3
  45. echo Oh. Bye then....
  46. echo (leave room)
  47. pause
  48. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement