Advertisement
Guest User

Most swag program ever dont steal

a guest
Oct 31st, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. int blazeIt = 420;
  2. int time = blazeIt;
  3. int kushSize = "huge";
  4. boolean alive = true;
  5.  
  6. method howToLiveYourLife() {
  7. while(alive) {
  8. if(time = blazeIt) {
  9. swag();
  10. }
  11. }
  12. }
  13.  
  14. object Joint(string kushSize) {
  15. boolean jointRolled = false;
  16. method roll() {
  17. if(kushSize == "huge") {
  18. print "time to get high"
  19. jointRolled = true;
  20. } else {
  21. kushSize = "huge";
  22. this.roll();
  23. }
  24. }
  25. method blaze() {
  26. if(kushSize == "huge") {
  27. if(jointRolled) {
  28. print "snoop dogg would be proud"
  29. } else {
  30. alive = false;
  31. }
  32. } else {
  33. kushSize = "huge";
  34. this.roll();
  35. }
  36. }
  37.  
  38. method swag() {
  39. print "9/11";
  40. new Joint fatJoint(kushSize);
  41. fatJoint.roll();
  42. fatJoint.blaze();
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement