Advertisement
coinwalk

snowybot 5001

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