Advertisement
coinwalk

testing now thursday morning

Apr 8th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 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. xix = 0
  16. kim = 0
  17. function dobet()
  18.  
  19. if (win) then
  20. kim = 0
  21. lol = 0
  22. los = 0
  23. zim +=1
  24. else
  25. zix +=1
  26. kim +=1
  27. los +=1
  28. lol +=1
  29. zim = 0
  30. end
  31. if (nextbet == slog) then
  32. xix+=1
  33. end
  34. if (xix>1) and (kim>1) then
  35. nextbet = basebet
  36. kim = 0
  37. xix = 0
  38. end
  39. if nextbet <= shit and win then
  40. nextbet = basebet
  41. end
  42. if (lol>0) then
  43. nextbet = previousbet*2
  44. if nextbet >= kill then
  45. nextbet = slog
  46. end
  47. end
  48. if balance > good then
  49. stop()
  50. end
  51. if balance >= more and win then
  52. nextbet = basebet
  53. more = balance
  54. end
  55. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement