Advertisement
coinwalk

needs 8k

Aug 27th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. chance = 47
  2. nextbet = 0.00000001
  3. bethigh=true
  4. function dobet()
  5.  
  6. if win then
  7. resetseed();
  8. resetseed();
  9. resetseed();
  10. resetseed();
  11. resetseed();
  12. resetseed();
  13. resetseed();
  14. resetseed();
  15. resetseed();
  16. resetseed();
  17. else
  18. nextbet= previousbet *2
  19. end
  20. if currentstreak == 2 then
  21. nextbet = 0.00000002
  22. end
  23. if currentstreak == 3 then
  24. nextbet=0.00000004
  25. resetseed();
  26. resetseed();
  27. resetseed();
  28. resetseed();
  29. resetseed();
  30. end
  31. if currentstreak == 4 then
  32. nextbet=0.00000008
  33. resetseed();
  34. resetseed();
  35. resetseed();
  36. resetseed();
  37. end
  38. if currentstreak == 6 then
  39. nextbet=0.00000014
  40. resetseed();
  41. resetseed();
  42. resetseed();
  43. end
  44. if previousbet>0.00000036 then
  45. if win then
  46. nextbet = 0.00000001
  47. resetbuiltin()
  48. else
  49. nextbet= previousbet*2
  50. end
  51. end
  52. end
  53. end
  54. if balance >100000 then
  55. stop()
  56. end
  57. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement