Advertisement
Guest User

"The Brady" Dicebot Script

a guest
Feb 7th, 2021
2,773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.16 KB | None | 0 0
  1. -- Introducing "The Brady" DiceBot Script from FuckingGambling.com
  2.  
  3. -- The script works with DiceBot on the following sites:
  4. -- https://stake.com/?c=rake - send live support rakeback code "bitcoinwizards" for instant rakeback.
  5. -- Also share your Stake username with me for $7 dollars welcome bonus!
  6. -- https://bit-exo.com/?ref=FuckingGambling
  7. -- https://bitvest.io?r=155871
  8. -- https://primedice.com/?c=jumpstart
  9. -- https://windice.io/?r=finggambling
  10. -- https://www.999dice.com/?342488460
  11. -- https://yolodice.com/r?NqHa-2f3f
  12. -- https://duckdice.io/?c=ab61766477
  13.  
  14.  
  15.  
  16.  
  17. nextbet = balance/2000000
  18. chance = 6.5
  19. profittarget = balance*1.9
  20.  
  21.  
  22.  
  23.  
  24. function dobet()
  25.  
  26.  
  27. if (wagered) >= profittarget*9999 then
  28. stop();
  29. end
  30.  
  31. if win then
  32.  
  33. nextbet = balance/2000000
  34. chance = 6.5
  35. A = math.random(100)
  36. if A <= 29 then
  37. bethigh=true
  38. end
  39.  
  40. if A >= 71 then
  41. bethigh=false
  42. end
  43.  
  44. else
  45.  
  46. nextbet=previousbet / 0.98
  47. chance = 6.5 * 1.093
  48. J=math.random(100)
  49. if J <= 29 then
  50. betcount=0
  51. else
  52. betcount=betcount+1
  53. end
  54. A=math.random(100)
  55. if A <= 29 then
  56. bethigh=true
  57. end
  58.  
  59. if A >= 71 then
  60. bethigh=false
  61. end
  62. end
  63.  
  64.  
  65.  
  66. if currentstreak==-2 then
  67.  
  68. nextbet=previousbet / 0.96
  69. chance = 7.2136 * 1.093
  70. J=math.random(100)
  71. if J <= 29 then
  72. betcount=0
  73. else
  74. betcount=betcount+1
  75. end
  76. A=math.random(100)
  77. if A <= 29 then
  78. bethigh=true
  79. end
  80.  
  81. if A >= 71 then
  82. bethigh=false
  83. end
  84. end
  85.  
  86.  
  87.  
  88. if currentstreak==-3 then
  89.  
  90. nextbet=previousbet / 0.94
  91. chance = 7.8843 * 1.093
  92. J=math.random(100)
  93. if J <= 29 then
  94. betcount=0
  95. else
  96. betcount=betcount+1
  97. end
  98. A=math.random(100)
  99. if A <= 29 then
  100. bethigh=true
  101. end
  102.  
  103. if A >= 71 then
  104. bethigh=false
  105. end
  106. end
  107.  
  108.  
  109.  
  110. if currentstreak==-4 then
  111.  
  112. nextbet=previousbet / 0.92
  113. chance = 8.6173 * 1.093
  114. J=math.random(100)
  115. if J <= 29 then
  116. betcount=0
  117. else
  118. betcount=betcount+1
  119. end
  120. A=math.random(100)
  121. if A <= 29 then
  122. bethigh=true
  123. end
  124.  
  125. if A >= 71 then
  126. bethigh=false
  127. end
  128. end
  129.  
  130.  
  131.  
  132. if currentstreak==-5 then
  133.  
  134. nextbet=previousbet / 0.90
  135. chance = 9.4185 * 1.093
  136. J=math.random(100)
  137. if J <= 29 then
  138. betcount=0
  139. else
  140. betcount=betcount+1
  141. end
  142. A=math.random(100)
  143. if A <= 29 then
  144. bethigh=true
  145. end
  146.  
  147. if A >= 71 then
  148. bethigh=false
  149. end
  150. end
  151.  
  152.  
  153.  
  154. if currentstreak==-6 then
  155.  
  156. nextbet=previousbet / 0.85
  157. chance = 10.2941 * 1.093
  158. J=math.random(100)
  159. if J <= 29 then
  160. betcount=0
  161. else
  162. betcount=betcount+1
  163. end
  164. A=math.random(100)
  165. if A <= 29 then
  166. bethigh=true
  167. end
  168.  
  169. if A >= 71 then
  170. bethigh=false
  171. end
  172. end
  173.  
  174.  
  175.  
  176. if currentstreak==-7 then
  177.  
  178. nextbet=previousbet / 0.83
  179. chance = 11.2512 * 1.093
  180. J=math.random(100)
  181. if J <= 29 then
  182. betcount=0
  183. else
  184. betcount=betcount+1
  185. end
  186. A=math.random(100)
  187. if A <= 29 then
  188. bethigh=true
  189. end
  190.  
  191. if A >= 71 then
  192. bethigh=false
  193. end
  194. end
  195.  
  196.  
  197.  
  198. if currentstreak==-8 then
  199.  
  200. nextbet=previousbet / 0.81
  201. chance = 12.2971 * 1.093
  202. J=math.random(100)
  203. if J <= 29 then
  204. betcount=0
  205. else
  206. betcount=betcount+1
  207. end
  208. A=math.random(100)
  209. if A <= 29 then
  210. bethigh=true
  211. end
  212.  
  213. if A >= 71 then
  214. bethigh=false
  215. end
  216. end
  217.  
  218.  
  219.  
  220. if currentstreak==-9 then
  221.  
  222. nextbet=previousbet / 0.79
  223. chance = 13.4403 * 1.093
  224. J=math.random(100)
  225. if J <= 29 then
  226. betcount=0
  227. else
  228. betcount=betcount+1
  229. end
  230. A=math.random(100)
  231. if A <= 29 then
  232. bethigh=true
  233. end
  234.  
  235. if A >= 71 then
  236. bethigh=false
  237. end
  238. end
  239.  
  240.  
  241.  
  242. if currentstreak==-10 then
  243.  
  244. nextbet=previousbet / 0.77
  245. chance = 14.69 * 1.093
  246. J=math.random(100)
  247. if J <= 29 then
  248. betcount=0
  249. else
  250. betcount=betcount+1
  251. end
  252. A=math.random(100)
  253. if A <= 29 then
  254. bethigh=true
  255. end
  256.  
  257. if A >= 71 then
  258. bethigh=false
  259. end
  260. end
  261.  
  262.  
  263.  
  264. if currentstreak==-11 then
  265.  
  266. nextbet=previousbet / 0.75
  267. chance = 17.5485 * 1.093
  268. J=math.random(100)
  269. if J <= 29 then
  270. betcount=0
  271. else
  272. betcount=betcount+1
  273. end
  274. A=math.random(100)
  275. if A <= 29 then
  276. bethigh=true
  277. end
  278.  
  279. if A >= 71 then
  280. bethigh=false
  281. end
  282. end
  283.  
  284.  
  285. if currentstreak==-12 then
  286.  
  287. nextbet=previousbet / 0.73
  288. chance = 19.1797 * 1.093
  289. J=math.random(100)
  290. if J <= 29 then
  291. betcount=0
  292. else
  293. betcount=betcount+1
  294. end
  295. A=math.random(100)
  296. if A <= 29 then
  297. bethigh=true
  298. end
  299.  
  300. if A >= 71 then
  301. bethigh=false
  302. end
  303. end
  304.  
  305.  
  306.  
  307. if currentstreak==-13 then
  308.  
  309. nextbet=previousbet / 0.68
  310. chance = 20.963 * 1.093
  311. J=math.random(100)
  312. if J <= 29 then
  313. betcount=0
  314. else
  315. betcount=betcount+1
  316. end
  317. A=math.random(100)
  318. if A <= 29 then
  319. bethigh=true
  320. end
  321.  
  322. if A >= 71 then
  323. bethigh=false
  324. end
  325. end
  326.  
  327.  
  328.  
  329. if currentstreak==-14 then
  330.  
  331. nextbet=previousbet / 0.66
  332. chance = 22.9119 * 1.093
  333. J=math.random(100)
  334. if J <= 29 then
  335. betcount=0
  336. else
  337. betcount=betcount+1
  338. end
  339. A=math.random(100)
  340. if A <= 29 then
  341. bethigh=true
  342. end
  343.  
  344. if A >= 71 then
  345. bethigh=false
  346. end
  347. end
  348.  
  349.  
  350.  
  351. if currentstreak==-15 then
  352.  
  353. nextbet=previousbet / 0.64
  354. chance = 25.0424 * 1.093
  355. J=math.random(100)
  356. if J <= 29 then
  357. betcount=0
  358. else
  359. betcount=betcount+1
  360. end
  361. A=math.random(100)
  362. if A <= 29 then
  363. bethigh=true
  364. end
  365.  
  366. if A >= 71 then
  367. bethigh=false
  368. end
  369. end
  370.  
  371.  
  372.  
  373. if currentstreak==-16 then
  374.  
  375. nextbet=previousbet / 0.62
  376. chance = 29.4494 * 1.093
  377. J=math.random(100)
  378. if J <= 29 then
  379. betcount=0
  380. else
  381. betcount=betcount+1
  382. end
  383. A=math.random(100)
  384. if A <= 29 then
  385. bethigh=true
  386. end
  387.  
  388. if A >= 71 then
  389. bethigh=false
  390. end
  391. end
  392.  
  393.  
  394.  
  395. if currentstreak==-17 then
  396.  
  397. nextbet=previousbet / 0.57
  398. chance = 32.1878 * 1.093
  399. J=math.random(100)
  400. if J <= 29 then
  401. betcount=0
  402. else
  403. betcount=betcount+1
  404. end
  405. A=math.random(100)
  406. if A <= 29 then
  407. bethigh=true
  408. end
  409.  
  410. if A >= 71 then
  411. bethigh=false
  412. end
  413. end
  414.  
  415.  
  416.  
  417. if currentstreak==-18 then
  418.  
  419. nextbet=previousbet / 0.55
  420. chance = 35.18 * 1.093
  421. J=math.random(100)
  422. if J <= 29 then
  423. betcount=0
  424. else
  425. betcount=betcount+1
  426. end
  427. A=math.random(100)
  428. if A <= 29 then
  429. bethigh=true
  430. end
  431.  
  432. if A >= 71 then
  433. bethigh=false
  434. end
  435. end
  436.  
  437.  
  438.  
  439. if currentstreak==-19 then
  440.  
  441. nextbet=previousbet / 0.53
  442. chance = 38.4511 * 1.093
  443. J=math.random(100)
  444. if J <= 29 then
  445. betcount=0
  446. resetseed();
  447. else
  448. betcount=betcount+1
  449. end
  450. A=math.random(100)
  451. if A <= 29 then
  452. bethigh=true
  453. end
  454.  
  455. if A >= 71 then
  456. bethigh=false
  457. end
  458. end
  459.  
  460.  
  461.  
  462. if currentstreak==-20 then
  463.  
  464. nextbet=previousbet / 0.47
  465. chance = 42.0257 * 1.093
  466. J=math.random(100)
  467. if J <= 29 then
  468. betcount=0
  469. else
  470. betcount=betcount+1
  471. end
  472. A=math.random(100)
  473. if A <= 29 then
  474. bethigh=true
  475. end
  476.  
  477. if A >= 71 then
  478. bethigh=false
  479. end
  480. end
  481.  
  482.  
  483.  
  484. if currentstreak==-21 then
  485.  
  486. nextbet=previousbet / 0.45
  487. chance = 45.9333 * 1.093
  488. J=math.random(100)
  489. if J <= 29 then
  490. betcount=0
  491. else
  492. betcount=betcount+1
  493. end
  494. A=math.random(100)
  495. if A <= 29 then
  496. bethigh=true
  497. end
  498.  
  499. if A >= 71 then
  500. bethigh=false
  501. end
  502. end
  503.  
  504.  
  505. if currentstreak==-22 then
  506.  
  507. nextbet=previousbet / 0.40
  508. chance = 50.2028 * 1.093
  509. J=math.random(100)
  510. if J <= 29 then
  511. betcount=0
  512. else
  513. betcount=betcount+1
  514. end
  515. A=math.random(100)
  516. if A <= 29 then
  517. bethigh=true
  518. end
  519.  
  520. if A >= 71 then
  521. bethigh=false
  522. end
  523. end
  524.  
  525.  
  526. if currentstreak==-23 then
  527.  
  528. nextbet=previousbet / 0.38
  529. chance = 54.8689 * 1.093
  530. J=math.random(100)
  531. if J <= 29 then
  532. betcount=0
  533. else
  534. betcount=betcount+1
  535. end
  536. A=math.random(100)
  537. if A <= 29 then
  538. bethigh=true
  539. end
  540.  
  541. if A >= 71 then
  542. bethigh=false
  543. end
  544. end
  545.  
  546. if currentstreak==-24 then
  547.  
  548. nextbet=previousbet / 0.36
  549. chance = 59.9709 * 1.093
  550. J=math.random(100)
  551. if J <= 29 then
  552. betcount=0
  553. else
  554. betcount=betcount+1
  555. end
  556. A=math.random(100)
  557. if A <= 29 then
  558. bethigh=true
  559. end
  560.  
  561. if A >= 71 then
  562. bethigh=false
  563. end
  564. end
  565. if currentstreak==-25 then
  566.  
  567. nextbet=previousbet / 0.31
  568. chance = 65.5456 * 1.093
  569. J=math.random(100)
  570. if J <= 29 then
  571. betcount=0
  572. else
  573. betcount=betcount+1
  574. end
  575. A=math.random(100)
  576. if A <= 29 then
  577. bethigh=true
  578. end
  579.  
  580. if A >= 71 then
  581. bethigh=false
  582. end
  583. end
  584.  
  585. if currentstreak==-26 then
  586.  
  587. nextbet=previousbet / 0.26
  588. chance = 71.6405 * 1.093
  589. J=math.random(100)
  590. if J <= 29 then
  591. betcount=0
  592. else
  593. betcount=betcount+1
  594. end
  595. A=math.random(100)
  596. if A <= 29 then
  597. bethigh=true
  598. end
  599.  
  600. if A >= 71 then
  601. bethigh=false
  602. end
  603. end
  604.  
  605. if currentstreak==-27 then
  606.  
  607. nextbet=previousbet / 0.24
  608. chance = 78.298 * 1.093
  609. J=math.random(100)
  610. if J <= 29 then
  611. betcount=0
  612. else
  613. betcount=betcount+1
  614. end
  615. A=math.random(100)
  616. if A <= 29 then
  617. bethigh=true
  618. end
  619.  
  620. if A >= 71 then
  621. bethigh=false
  622. end
  623. end
  624.  
  625. if currentstreak==-28 then
  626.  
  627. nextbet=previousbet / 0.19
  628. chance = 85.5809 * 1.093
  629. J=math.random(100)
  630. if J <= 29 then
  631. betcount=0
  632. else
  633. betcount=betcount+1
  634. end
  635. A=math.random(100)
  636. if A <= 29 then
  637. bethigh=true
  638. end
  639.  
  640. if A >= 71 then
  641. bethigh=false
  642. end
  643. end
  644.  
  645. if currentstreak==-29 then
  646.  
  647. nextbet=previousbet / 0.1
  648. chance = 93.5373 * 1.0477
  649. J=math.random(100)
  650. if J <= 29 then
  651. betcount=0
  652. else
  653. betcount=betcount+1
  654. end
  655. A=math.random(100)
  656. if A <= 29 then
  657. bethigh=true
  658. end
  659.  
  660. if A >= 71 then
  661. bethigh=false
  662. end
  663. end
  664.  
  665. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement