Advertisement
Guest User

sample script

a guest
Aug 23rd, 2022
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. chance = 49.5
  2. multiplier = 2
  3. basebet = 0.00000010
  4. bethigh = false
  5. function dobet()
  6. if profit >= 0.1 then
  7. stop()
  8. end
  9.  
  10. if win then
  11. nextbet = basebet
  12. else
  13. nextbet = previousbet * multiplier
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement