Advertisement
coinwalk

yo chris ya gotta try 1k doge

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