coinwalk

awesome

Jun 10th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. stopprofit = 50
  2. ---------------------------------------------------------------don' t change anything
  3. ------------------------------------------------or change if you know how to edit
  4.  
  5. function changebet()
  6.  
  7. randswitch= math.random(1,20)
  8. if(randswitch >= 5) then
  9. return true
  10. else
  11. return false
  12. end
  13. end
  14.  
  15. base = 0.0000010 ----can be set---------set your basebet HERE
  16. chance = 90 -------------------set your starting chance HERE
  17. bethigh = true
  18. target = balance + (balance * stopprofit / 100)
  19.  
  20. function dobet()
  21. if (balance >= target) then stop() print("YOU WIN")
  22. end
  23. function dobet()
  24.  
  25. if (win) then
  26. nextbet = base
  27. bethigh = true
  28. chance =90
  29. else
  30. nextbet = nextbet * 2
  31. chance = 49.5
  32. bethigh = false
  33. end
  34. if (currentstreak == - 2) then
  35. bethigh = false
  36. chance = 65
  37. nextbet = nextbet * 1.5
  38. end
  39. if (currentstreak == - 3) then
  40. bethigh = true
  41. chance = 75
  42. nextbet = nextbet * 3
  43. end
  44. if (currentstreak == -4) then
  45. bethigh = false
  46. chance = 49.5
  47. nextbet = nextbet
  48. end
  49. if (currentstreak == - 5) then
  50. bethigh = true
  51. chance = 65
  52. nextbet = nextbet * 1.5
  53. print (" made by jimchua from philippines")
  54. end
  55. if (currentstreak == - 6) then
  56. bethigh = false
  57. chance = 75
  58. nextbet = nextbet * 3
  59. end
  60. if (currentstreak == - 7) then
  61. bethigh = true
  62. chance = 49.5
  63. nextbet = nextbet
  64. end
  65. if (currentstreak == - 8) then
  66. bethigh = false
  67. chance = 65
  68. nextbet = nextbet * 1.5
  69. end
  70. if (currentstreak == - 9) then
  71. bethigh = false
  72. chance = 75
  73. nextbet = nextbet * 3
  74. end
  75. if (currentstreak == - 10) then
  76. bethigh = true
  77. chance = 49.5
  78. nextbet = nextbet
  79. end
  80. if (currentstreak == - 11) then
  81. bethigh = false
  82. chance = 65
  83. nextbet = nextbet * 1.5
  84. end
  85. if (currentstreak == - 12) then
  86. bethigh = true
  87. chance = 75
  88. nextbet = nextbet * 3
  89. end
  90. if (currentstreak == - 14) then
  91. bethigh = false
  92. chance = 49.5
  93. nextbet = nextbet
  94. end
  95. if (currentstreak == - 15) then
  96. bethigh = false
  97. chance = 65
  98. nextbet = nextbet * 1.5
  99. end
  100. if (currentstreak == - 16) then
  101. bethigh = true
  102. chance = 75
  103. nextbet = nextbet * 3
  104. end
  105. if (currentstreak == - 17) then
  106. bethigh = false
  107. chance = 49.5
  108. nextbet = nextbet
  109. end
  110. if (currentstreak == - 18) then
  111. bethigh = true
  112. chance = 65
  113. nextbet = nextbet * 100
  114. end
  115. end
  116. end
Add Comment
Please, Sign In to add comment