Advertisement
coinwalk

work in progress

Apr 8th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. chance = 49.95
  2. lol = 0
  3. bethigh = false
  4. good = 10
  5. slog = balance/100
  6. kill = balance/450
  7. basebet = balance/5000
  8. nextbet = basebet
  9. shit = balance/15000
  10. zim = 0
  11. los = 0
  12. more = balance
  13. tan = 3
  14. zix = 0
  15. function dobet()
  16.  
  17. if (win) then
  18. kim = 0
  19. lol = 0
  20. los = 0
  21. zim+=1
  22. else
  23. zix +=1
  24. kim+=1
  25. los+=1
  26. lol += 1
  27. zim = 0
  28. end
  29. if nextbet <= shit and win then
  30. nextbet = basebet
  31. end
  32. if (lol>0) then
  33. nextbet = previousbet*2
  34. if nextbet >= kill then
  35. nextbet = slog
  36. end
  37. end
  38. if balance > good then
  39. stop()
  40. end
  41. if balance >= more and win then
  42. nextbet = basebet
  43. more = balance
  44. end
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement