Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. chance=66.1333
  2. multiplier=2
  3. base=10
  4.  
  5. function dobet()
  6. if win and nextbet*0.5 < base then
  7.     nextbet=base
  8. elseif win and nextbet >= base then
  9.     nextbet=previousbet*0.5
  10. else
  11. nextbet=previousbet*multiplier
  12. end
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement