Advertisement
coinwalk

cool supersnowzy strikes back

Jun 22nd, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. bob = balance/1000
  2. ian = balance
  3. tom = false
  4. sex = true
  5. four = bob
  6. jib = 7
  7. have = balance
  8. bol = balance
  9. dipper = balance
  10. yall = (bob*3)
  11. tommy = false
  12. chance = 49.5
  13. nextbet = bob
  14. bethigh = false
  15. target = balance*5
  16. resetstats()
  17.  
  18. function dobet()
  19. if ((balance>=(have+(four*7))) and (tom==false)) then
  20. nextbet = four*2
  21. four = four*2
  22. tom = true
  23. yall = (four*4)
  24. have = balance
  25. end
  26. if (balance<(have-yall)) then
  27. nextbet = four*2
  28. four = four*2
  29. yall = (four*3)
  30. have = balance
  31. end
  32. if ((balance<=bol) and (tom==true)) then
  33. nextbet = bob
  34. four = bob
  35. tom = false
  36. yall = (bob*3)
  37. bol = balance
  38. have = balance
  39. end
  40. if (balance>(bol+(bob*10))) then
  41. nextbet = bob
  42. four = bob
  43. tom = false
  44. yall = (bob*3)
  45. bol = bol+((math.floor((balance-bol)/(bob*10)))*(bob*10))
  46. have = bol
  47. end
  48. if nextbet>=balance then
  49. stop()
  50. end
  51. if (balance>=target) then
  52. stop()
  53. end
  54. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement