Advertisement
coinwalk

33% 15000 divide

Apr 9th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. chance = 33
  2. lol = 0
  3. bethigh = false
  4. good = 100000
  5. slog = balance/10
  6. kill = balance/450
  7. basebet = balance/5000
  8. nextbet = basebet
  9. shit = balance/15000
  10. zim = 0
  11. los = 0
  12. more = balance*1.001
  13. tan = 3
  14. zix = 0
  15. xix = 0
  16. kix = 0
  17. kim = 0
  18. function dobet()
  19.  
  20. if (win) then
  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 <= shit and win then
  32. nextbet = basebet
  33. end
  34. if (zim==3) then
  35. nextbet = previousbet/10
  36. zim = 0
  37. end
  38. if (lol>0) then
  39. nextbet = previousbet*1.5
  40. if nextbet >= kill then
  41. nextbet = slog
  42. if (previousbet==slog) and (kim > 7) then
  43. nextbet = basebet
  44. kim = 0
  45. end end end
  46. if balance > good then
  47. stop()
  48. end
  49. if balance > good then
  50. stop()
  51. end
  52. if balance >= more and win then
  53. nextbet = basebet
  54. more = balance*1.001
  55. end
  56. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement