Advertisement
coinwalk

try this from faucet

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