Advertisement
coinwalk

testing now

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