Advertisement
coinwalk

3 techs in one new tech toooo

Nov 27th, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. basebet = (balance/10000)
  2. chance = 24.96
  3. nextbet = basebet
  4. oldbalance = balance
  5. oldbal = balance
  6. balan = balance
  7. bethigh = false
  8. betstreak = 0
  9. target = 3
  10. resetstats()
  11. function dobet()
  12. basebet = (balance/10000)
  13. if (balance>oldbalance) and win then
  14. nextbet = previousbet*2
  15. betstreak = 0
  16. oldbalance = balance
  17. balan = balance
  18. end
  19. if (balance<=(balan-(previousbet*3))) then
  20. nextbet = previousbet*2
  21. balan = balance
  22. end
  23. if nextbet>=basebet*8 and balance>oldbal and win then
  24. nextbet = basebet
  25. betstreak = 0
  26. oldbal = balance
  27. balan = balance
  28. end
  29.  
  30. if (balance>target) then
  31. stop()
  32. end
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement