Advertisement
coinwalk

superb

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