Advertisement
coinwalk

yeah baby yeah!!!!!

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