Advertisement
supersnowzy

best of snowy update 2

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