Advertisement
coinwalk

damn good

Jul 3rd, 2022
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. bob = balance/10000
  2. four = bob
  3. chance = 49.5
  4. god = balance
  5. bethigh = false
  6. boo = 0
  7. ian = balance
  8. target = 5000
  9. nextbet = 0
  10. resetstats()
  11.  
  12. function dobet()
  13. if win then
  14. boo = boo+1
  15. else
  16. boo = 0
  17. nextbet = 0
  18. end
  19. if (balance<ian) then
  20. four = (ian-balance)
  21. end
  22. if (balance>ian) then
  23. four = bob
  24. ian = balance
  25. end
  26. if (boo==4) then
  27. nextbet = (four+bob)
  28. end
  29. if (boo==5) then
  30. nextbet = 0
  31. boo = 0
  32. end
  33. if ((balance-nextbet)<=(god-(god/100))) then
  34. ian = balance
  35. god = balance
  36. end
  37. if (balance>=(god+(god/100))) then
  38. bob = balance/10000
  39. god = balance
  40. end
  41. if (balance>=target) then
  42. stop()
  43. end
  44. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement