Advertisement
Guest User

BASIC 2

a guest
May 25th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. pls=0
  2. basebet=balance/3125
  3. chance=60
  4.  
  5. function dobet()
  6.  
  7. bethigh = true
  8.  
  9. if currentstreak<= 0 then
  10. pls = currentstreak
  11. end
  12.  
  13. if currentstreak <= 0 and (previousbet>=balance/26) then
  14. stop()
  15.  
  16. else if currentstreak == 1 and (pls <= -2) then
  17. nextbet=previousbet*5
  18.  
  19. else if currentstreak>= 2 then
  20. nextbet=balance/3125
  21.  
  22. else if (pls == -4) then
  23. resetseed();
  24.  
  25. end
  26. end
  27. end
  28. end
  29.  
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement