Advertisement
coinwalk

looooooky

Jan 25th, 2020
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. chance = 33
  2. base = balance/100000
  3. nextbet = base
  4. snob = balance*3
  5. shit = balance
  6. sol = 0
  7. lol = 0
  8. gol = 0
  9. zol = 0
  10. bethigh = false
  11. shck = balance*1.00000001
  12. function dobet()
  13. if win then
  14. sol+=1
  15.  
  16. else
  17. zol +=1
  18. gol+=1
  19. lol+=1
  20. end
  21. if (lol == 3) then
  22. nextbet = previousbet*2
  23. lol = 0
  24. end
  25. if (gol == 5) then
  26. nextbet = previousbet*2
  27. gol = 0
  28. end
  29. if balance > shck and win then
  30. shck = balance*1.00000001
  31. nextbet = base
  32.  
  33. end
  34. if balance > snob then
  35. tip(303973219,shit)
  36. snob = balance*3
  37. base = balance/100000
  38. nextbet = base
  39. end
  40. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement