Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. if (jinxed == true) {
  2. if (impatience == true) {
  3. if (asthma == true) {
  4. if (anorexia == true) {
  5. client.send_direct("quickdraw sabre lunar|slash @bitch|predict failure plant @bitch|@set stack 2|@set lock 1")
  6. }
  7. else {
  8. client.send_direct("swiftcurse @bitch anorexia slick|predict failure plant @bitch")
  9. }
  10. } else {
  11. client.send_direct("swiftcurse @bitch asthma disfigure|predict failure plant @bitch")
  12. }
  13. } else {
  14. client.send_direct("swiftcurse @bitch impatience numbness|predict failure plant @bitch")
  15. }
  16. } else {
  17. if (impatience == true) {
  18. if (asthma == true) {
  19. if (anorexia == true) {
  20. client.send_direct("quickdraw sabre lunar|slash @bitch|predict failure plant @bitch|@set stack 2|@set lock 1")
  21. }
  22. else {
  23. client.send_direct("curse @bitch anorexia slick|predict failure plant @bitch")
  24. }
  25. } else {
  26. client.send_direct("curse @bitch asthma jinx|predict failure plant @bitch")
  27. }
  28. } else {
  29. client.send_direct("curse @bitch impatience jinx") }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement