Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.03 KB | None | 0 0
  1. base= balance/100000
  2.  
  3.  
  4.  
  5.  
  6.  
  7. prebet = balance/100000
  8.  
  9. preroll=2
  10. hilo = true
  11.  
  12. target=balance+88888
  13.  
  14. nextbet = prebet
  15. losecount = 0
  16. betcount = 0
  17. bethigh=false
  18. highloss=0
  19. hibet=0
  20. totalloss=0
  21. totalwin=0
  22. wincount=0
  23. aveloss=0
  24. hbid=0
  25. counter=0
  26.  
  27.  
  28.  
  29. function dobet()
  30.  
  31.  if win then
  32.     if highloss == losecount then
  33.         hbid=lastBet.Id
  34.     end
  35.  
  36.        nextbet = prebet
  37.        wincount+=1
  38.        totalwin+=1
  39.        totalloss+=losecount
  40.        aveloss=totalloss/totalwin
  41.        losecount = 0
  42.        betcount += 1
  43.        base= balance/100000
  44.  
  45.  
  46.     if wincount==1 then
  47.         bethigh=hilo
  48.     end
  49.  
  50.     if wincount>=1 then
  51.         bethigh=hilo
  52.     end
  53.  
  54.     if balance>=target then
  55.      print("Congrats Target Reward Balance Reached")
  56.      print(" ")
  57.     stop()
  58.     end
  59.  
  60.   else
  61.        losecount += 1
  62.        betcount += 1
  63.        nextbet = prebet
  64.  
  65.   end
  66.  
  67.  
  68. if losecount > highloss then
  69.     highloss = losecount
  70. end
  71.  
  72. if e==0 then
  73.     nextbet = base
  74. end
  75.  
  76. if losecount==0 then
  77.     nextbet = base
  78.     chance = 66
  79. end
  80. if losecount==0 and (lastBet.Roll < 50) then
  81. bethigh = false
  82.  nextbet = base
  83.     chance = 66
  84. end
  85.  
  86.  
  87. if losecount == 1 and (lastBet.Roll > 90)  then
  88.  bethigh = false
  89. nextbet = base*11
  90.     chance = 90
  91. end
  92. if losecount == 1 and (lastBet.Roll < 10)  then
  93.  bethigh = true
  94. nextbet = base*11
  95.     chance = 90
  96. end
  97. if losecount == 1 and (lastBet.Roll < 90) and (lastBet.Roll > 80)  then
  98.  bethigh = false
  99. nextbet = base*11
  100.     chance = 80
  101. end
  102. if losecount == 1 and (lastBet.Roll < 20) and (lastBet.Roll > 10)  then
  103.  bethigh = true
  104. nextbet = base*11
  105.     chance = 80
  106. end
  107. if losecount == 1 and (lastBet.Roll < 80) and (lastBet.Roll > 75)  then
  108.  bethigh = false
  109. nextbet = base*7
  110.     chance = 75
  111. end
  112. if losecount == 1 and (lastBet.Roll > 20) and (lastBet.Roll < 25)  then
  113.  bethigh = true
  114. nextbet = base*7
  115.     chance = 75
  116. end
  117. if losecount == 1 and (lastBet.Roll < 40) and (lastBet.Roll > 25)  then
  118.  bethigh = true
  119. nextbet = base*2.5
  120.     chance = 66
  121. end
  122. if losecount == 1 and (lastBet.Roll > 60) and (lastBet.Roll < 75)  then
  123.  bethigh = false
  124. nextbet = base*2.5
  125.     chance = 66
  126. end
  127.  
  128.  
  129.  
  130. if losecount == 2 and (lastBet.Roll > 90)  then
  131.  bethigh = false
  132. nextbet = base*110
  133.     chance = 90
  134. end
  135. if losecount == 2 and (lastBet.Roll < 10)  then
  136.  bethigh = true
  137. nextbet = base*110
  138.     chance = 90
  139. end
  140. if losecount == 2 and (lastBet.Roll < 90) and (lastBet.Roll > 80)  then
  141.  bethigh = false
  142. nextbet = base*110
  143.     chance = 80
  144. end
  145. if losecount == 2 and (lastBet.Roll < 20) and (lastBet.Roll > 10)  then
  146.  bethigh = true
  147. nextbet = base*110
  148.     chance = 80
  149. end
  150. if losecount == 2 and (lastBet.Roll < 80) and (lastBet.Roll > 75)  then
  151.  bethigh = false
  152. nextbet = base*70
  153.     chance = 75
  154. end
  155. if losecount == 2 and (lastBet.Roll > 20) and (lastBet.Roll < 25)  then
  156.  bethigh = true
  157. nextbet = base*70
  158.     chance = 75
  159. end
  160. if losecount == 2 and (lastBet.Roll < 40) and (lastBet.Roll > 25)  then
  161.  bethigh = true
  162. nextbet = base*25
  163.     chance = 66
  164. end
  165. if losecount == 2 and (lastBet.Roll > 60) and (lastBet.Roll < 75)  then
  166.  bethigh = false
  167. nextbet = base*25
  168.     chance = 66
  169. end
  170.  
  171.  
  172. if losecount == 3 and (lastBet.Roll > 90)  then
  173.  bethigh = false
  174. nextbet = base*1100
  175.     chance = 90
  176. end
  177. if losecount == 3 and (lastBet.Roll < 10)  then
  178.  bethigh = true
  179. nextbet = base*1100
  180.     chance = 90
  181. end
  182. if losecount == 3 and (lastBet.Roll < 90) and (lastBet.Roll > 80)  then
  183.  bethigh = false
  184. nextbet = base*1100
  185.     chance = 80
  186. end
  187. if losecount == 3 and (lastBet.Roll < 20) and (lastBet.Roll > 10)  then
  188.  bethigh = true
  189. nextbet = base*1100
  190.     chance = 80
  191. end
  192. if losecount == 3 and (lastBet.Roll < 80) and (lastBet.Roll > 75)  then
  193.  bethigh = false
  194. nextbet = base*700
  195.     chance = 75
  196. end
  197. if losecount == 3 and (lastBet.Roll > 20) and (lastBet.Roll < 25)  then
  198.  bethigh = true
  199. nextbet = base*700
  200.     chance = 75
  201. end
  202. if losecount == 3 and (lastBet.Roll < 40) and (lastBet.Roll > 25)  then
  203.  bethigh = true
  204. nextbet = base*250
  205.     chance = 66
  206. end
  207. if losecount == 3 and (lastBet.Roll > 60) and (lastBet.Roll < 75)  then
  208.  bethigh = false
  209. nextbet = base*250
  210.     chance = 66
  211. end
  212.  
  213.  
  214.  
  215. if losecount == 4 and (lastBet.Roll > 90)  then
  216.  bethigh = false
  217. nextbet = base*11000
  218.     chance = 90
  219. end
  220. if losecount == 4 and (lastBet.Roll < 10)  then
  221.  bethigh = true
  222. nextbet = base*11000
  223.     chance = 90
  224. end
  225. if losecount == 4 and (lastBet.Roll < 90) and (lastBet.Roll > 80)  then
  226.  bethigh = false
  227. nextbet = base*11000
  228.     chance = 80
  229. end
  230. if losecount == 4 and (lastBet.Roll < 20) and (lastBet.Roll > 10)  then
  231.  bethigh = true
  232. nextbet = base*11000
  233.     chance = 80
  234. end
  235. if losecount == 4 and (lastBet.Roll < 80) and (lastBet.Roll > 75)  then
  236.  bethigh = false
  237. nextbet = base*7000
  238.     chance = 75
  239. end
  240. if losecount == 4 and (lastBet.Roll > 20) and (lastBet.Roll < 25)  then
  241.  bethigh = true
  242. nextbet = base*7000
  243.     chance = 75
  244. end
  245. if losecount == 4 and (lastBet.Roll < 40) and (lastBet.Roll > 25)  then
  246.  bethigh = true
  247. nextbet = base*2500
  248.     chance = 66
  249. end
  250. if losecount == 4 and (lastBet.Roll > 60) and (lastBet.Roll < 75)  then
  251.  bethigh = false
  252. nextbet = base*2500
  253.     chance = 66
  254. end
  255.  
  256. --12222
  257.  
  258. if losecount == 5  then
  259.  bethigh = true
  260. nextbet = base*1230
  261.     chance = 9
  262. end
  263. if losecount == 6  then
  264.  bethigh = true
  265. nextbet = base*1353
  266.     chance = 9
  267. end
  268. if losecount == 7  then
  269.  bethigh = true
  270. nextbet = base*1488
  271.     chance = 9
  272. end
  273. if losecount == 8  then
  274.  bethigh = true
  275. nextbet = base*1637
  276.     chance = 9
  277. end
  278. if losecount == 9  then
  279.  bethigh = true
  280. nextbet = base*1800
  281.     chance = 9
  282. end
  283. if losecount == 10  then
  284.  bethigh = true
  285. nextbet = base*1981
  286.     chance = 9
  287. end
  288. if losecount == 11  then
  289.  bethigh = true
  290. nextbet = base*2179
  291.     chance = 9
  292. end
  293. if losecount == 12  then
  294.  bethigh = true
  295. nextbet = base*2397
  296.     chance = 9
  297. end
  298. if losecount == 13  then
  299.  bethigh = true
  300. nextbet = base*2637
  301.     chance = 9
  302. end
  303. if losecount == 14  then
  304.  bethigh = true
  305. nextbet = base*2901
  306.     chance = 9
  307. end
  308. if losecount == 15  then
  309.  bethigh = true
  310. nextbet = base*3191
  311.     chance = 9
  312. end
  313. if losecount == 16  then
  314.  bethigh = true
  315. nextbet = base*1850
  316.     chance = 4.95
  317. end
  318. if losecount == 17  then
  319.  bethigh = true
  320. nextbet = base*1961
  321.     chance = 4.95
  322. end
  323. if losecount == 18  then
  324.  bethigh = true
  325. nextbet = base*2079
  326.     chance = 4.95
  327. end
  328. if losecount == 19 then
  329.  bethigh = true
  330. nextbet = base*2204
  331.     chance = 4.95
  332. end
  333. if losecount == 20 then
  334.  bethigh = true
  335. nextbet = base*2336
  336.     chance = 4.95
  337. end
  338. if losecount == 21 then
  339.  bethigh = true
  340. nextbet = base*2476
  341.     chance = 4.95
  342. end
  343. -- 48000
  344.  
  345. if losecount == 22 then
  346.  bethigh = true
  347. nextbet = base*9600
  348.     chance = 16.5
  349. end
  350. if losecount == 23 then
  351.  bethigh = true
  352. nextbet = base*11520
  353.     chance = 16.5
  354. end
  355. if losecount == 24 then
  356.  bethigh = true
  357. nextbet = base*13824
  358.     chance = 16.5
  359. end
  360. if losecount == 25 then
  361.  bethigh = true
  362. nextbet = base*16589
  363.     chance = 16.5
  364. end
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. end
  401.  
  402.  
  403. end
  404. end
  405.  
  406. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement