Advertisement
Baliarta

BEJOPAY

Aug 12th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.55 KB | None | 0 0
  1. --"FastPhayjoe" by Phayjoe----------------------
  2.  
  3. base = balance/10001987
  4.  
  5. pilose = 1.19
  6.  
  7. palose = 1.29
  8.  
  9. polose = 1.8
  10.  
  11. pwin = 0.1
  12.  
  13. target = base*10.10001
  14.  
  15. opit = 1500.1010001
  16.  
  17. lose = 90.1010001
  18.  
  19. speeds = 0.0
  20.  
  21. --Randomizer--chance-----------------------------
  22.  
  23. A1 = 48 B1 = 48 A2 = 46 B2 = 46
  24.  
  25.  
  26.  
  27. A3 = 4 B3 = 9 A4 = 1 B4 = 46
  28.  
  29.  
  30.  
  31. A5 = 0.01 B5 = 1.5 A6 = 2.5 B6 = 25
  32.  
  33. --------------------------------------------------
  34.  
  35. tmpprofit = 0
  36.  
  37. invprofit = 0
  38.  
  39. wincount = 0
  40.  
  41. randm = true
  42.  
  43. nextbet = base
  44.  
  45. invtarget = target
  46.  
  47. stopnow = false
  48.  
  49. tprofit = balance+opit
  50.  
  51. cutlose = balance-lose
  52.  
  53. chance = math.random(90,91)
  54.  
  55. --------------------------------------------------
  56.  
  57. resetseed ()
  58.  
  59. resetstats()
  60.  
  61. function dobet()
  62.  
  63. sleep(speeds)
  64.  
  65. ------------------------------------------------
  66.  
  67. if r == 1 then
  68.  
  69. bethigh = false
  70.  
  71. else
  72.  
  73. bethigh = randm
  74.  
  75. end
  76.  
  77. --Randomly select High/Low
  78.  
  79. --bethigh = math.random(3)> 1.0
  80.  
  81.  
  82.  
  83. tmpprofit += currentprofit
  84.  
  85. invprofit += currentprofit
  86.  
  87. if balance > tprofit then stop()
  88.  
  89. print ("Anda take PROFIT Bro")
  90.  
  91. end
  92.  
  93. px = 100.0
  94.  
  95. pp = 1.01
  96.  
  97. nb = nextbet
  98.  
  99. pi = pilose
  100.  
  101. pa = palose
  102.  
  103. po = polose
  104.  
  105. pb = previousbet
  106.  
  107. if win then
  108.  
  109. chance = math.random(A1*px,B1*px)/px
  110.  
  111. if (tmpprofit > target) then
  112.  
  113. print("Anda WIN Bro")
  114.  
  115. --resetstats()
  116.  
  117. tmpprofit = 0
  118.  
  119. nextbet = base
  120.  
  121. if(stopnow) then stop() end
  122.  
  123. if(invprofit > invtarget ) then
  124.  
  125. invprofit = 0
  126.  
  127. end
  128.  
  129. else
  130.  
  131. chance = math.random(A1*px,B1*px)/px
  132.  
  133. nextbet=previousbet*pwin
  134.  
  135. if(nextbet < base) then
  136.  
  137. nextbet = base end
  138.  
  139. end
  140.  
  141. else
  142.  
  143. if (currentstreak == -1) then
  144.  
  145. chance = math.random(A2*px,B2*px)/px
  146.  
  147. nextbet = nb*pp
  148.  
  149. if(nextbet < base) then
  150.  
  151. end
  152.  
  153. else
  154.  
  155. if (currentstreak == -2) then
  156.  
  157. chance = math.random(A4*px,B4*px)/px
  158.  
  159. nextbet = nb*pi
  160.  
  161. end
  162.  
  163. if (currentstreak == -3) then
  164.  
  165. chance = math.random(A6*px,B6*px)/px
  166.  
  167. nextbet = nb*pa
  168.  
  169. end
  170.  
  171. if (currentstreak == -4) then
  172.  
  173. chance = math.random(A6*px,B6*px)/px
  174.  
  175. nextbet = nb*pi
  176.  
  177. end
  178.  
  179. if (currentstreak == -5) then
  180.  
  181. chance = math.random(A4*px,B4*px)/px
  182.  
  183. nextbet = nb*pa
  184.  
  185. end
  186.  
  187. if (currentstreak == -6) then
  188.  
  189. chance = math.random(A5*px,B5*px)/px
  190.  
  191. nextbet = nb*pi
  192.  
  193. end
  194.  
  195. if (currentstreak == -7) then
  196.  
  197. chance = math.random(A6*px,B6*px)/px
  198.  
  199. nextbet = nb*po
  200.  
  201. end
  202.  
  203. if (currentstreak == -8) then
  204.  
  205. chance = math.random(A4*px,B4*px)/px
  206.  
  207. nextbet = nb*pi
  208.  
  209. end
  210.  
  211. if (currentstreak == -9) then
  212.  
  213. chance = math.random(A4*px,B4*px)/px
  214.  
  215. nextbet = pb*pa
  216.  
  217. end
  218.  
  219. if (currentstreak == -10) then
  220.  
  221. chance = math.random(A3*px,B3*px)/px
  222.  
  223. nextbet = nb*pi
  224.  
  225. end
  226.  
  227. if (currentstreak == -11) then
  228.  
  229. chance = math.random(A6*px,B6*px)/px
  230.  
  231. nextbet = nb*pa
  232.  
  233. end
  234.  
  235. if (currentstreak == -12) then
  236.  
  237. chance = math.random(A3*px,B3*px)/px
  238.  
  239. nextbet = nb*po
  240.  
  241. end
  242.  
  243. if (currentstreak == -13) then
  244.  
  245. chance = math.random(A3*px,B3*px)/px
  246.  
  247. nextbet = nb*pa
  248.  
  249. end
  250.  
  251. if (currentstreak == -14) then
  252.  
  253. chance = math.random(A3*px,B3*px)/px
  254.  
  255. nextbet = nb*pi
  256.  
  257. end
  258.  
  259. if (currentstreak == -15) then
  260.  
  261. chance = math.random(A3*px,B3*px)/px
  262.  
  263. nextbet = nb*pa
  264.  
  265. end
  266.  
  267. if (currentstreak == -16) then
  268.  
  269. chance = math.random(A3*px,B3*px)/px
  270.  
  271. nextbet = nb*pi
  272.  
  273. end
  274.  
  275. if (currentstreak == -17) then
  276.  
  277. chance = math.random(A3*px,B3*px)/px
  278.  
  279. nextbet = nb*pa
  280.  
  281. end
  282.  
  283. if (currentstreak == -18) then
  284.  
  285. chance = math.random(A3*px,B3*px)/px
  286.  
  287. nextbet = nb*pi
  288.  
  289. end
  290.  
  291. if (currentstreak == -19) then
  292.  
  293. chance = math.random(A3*px,B3*px)/px
  294.  
  295. nextbet = pb*pa
  296.  
  297. end
  298.  
  299. if (currentstreak == -20) then
  300.  
  301. chance = math.random(A3*px,B3*px)/px
  302.  
  303. nextbet = nb*pi
  304.  
  305. end
  306.  
  307. if (currentstreak == -21) then
  308.  
  309. chance = math.random(A3*px,B3*px)/px
  310.  
  311. nextbet = nb*pa
  312.  
  313. end
  314.  
  315. if (currentstreak == -22) then
  316.  
  317. chance = math.random(A3*px,B3*px)/px
  318.  
  319. nextbet = nb*pi
  320.  
  321. end
  322.  
  323. if (currentstreak == -23) then
  324.  
  325. chance = math.random(A3*px,B3*px)/px
  326.  
  327. nextbet = nb*pa
  328.  
  329. end
  330.  
  331. if (currentstreak == -24) then
  332.  
  333. chance = math.random(A3*px,B3*px)/px
  334.  
  335. nextbet = nb*po
  336.  
  337. end
  338.  
  339. if (currentstreak == -25) then
  340.  
  341. chance = math.random(A3*px,B3*px)/px
  342.  
  343. nextbet = nb*pa
  344.  
  345. end
  346.  
  347. if (currentstreak == -26) then
  348.  
  349. chance = math.random(A3*px,B3*px)/px
  350.  
  351. nextbet = nb*pi
  352.  
  353. end
  354.  
  355. if (currentstreak == -27) then
  356.  
  357. chance = math.random(A3*px,B3*px)/px
  358.  
  359. nextbet = nb*pa
  360.  
  361. end
  362.  
  363. if (currentstreak == -28) then
  364.  
  365. chance = math.random(A3*px,B3*px)/px
  366.  
  367. nextbet = nb*pi
  368.  
  369. end
  370.  
  371. if (currentstreak == -29) then
  372.  
  373. chance = math.random(A3*px,B3*px)/px
  374.  
  375. nextbet = pb*pa
  376.  
  377. end
  378.  
  379. if (currentstreak == -30) then
  380.  
  381. chance = math.random(A3*px,B3*px)/px
  382.  
  383. nextbet = nb*pi
  384.  
  385. end
  386.  
  387. if (currentstreak == -31) then
  388.  
  389. chance = math.random(A3*px,B3*px)/px
  390.  
  391. nextbet = nb*pa
  392.  
  393. end
  394.  
  395. if (currentstreak == -32) then
  396.  
  397. chance = math.random(A3*px,B3*px)/px
  398.  
  399. nextbet = nb*pi
  400.  
  401. end
  402.  
  403. if (currentstreak == -33) then
  404.  
  405. chance = math.random(A3*px,B3*px)/px
  406.  
  407. nextbet = nb*pa
  408.  
  409. end
  410.  
  411. if (currentstreak == -34) then
  412.  
  413. chance = math.random(A3*px,B3*px)/px
  414.  
  415. nextbet = nb*pi
  416.  
  417. end
  418.  
  419. if (currentstreak == -35) then
  420.  
  421. chance = math.random(A3*px,B3*px)/px
  422.  
  423. nextbet = nb*pa
  424.  
  425. end
  426.  
  427. if (currentstreak == -36) then
  428.  
  429. chance = math.random(A3*px,B3*px)/px
  430.  
  431. nextbet = nb*po
  432.  
  433. end
  434.  
  435. if (currentstreak == -37) then
  436.  
  437. chance = math.random(A3*px,B3*px)/px
  438.  
  439. nextbet = nb*pa
  440.  
  441. end
  442.  
  443. if (currentstreak == -38) then
  444.  
  445. chance = math.random(A3*px,B3*px)/px
  446.  
  447. nextbet = nb*pi
  448.  
  449. end
  450.  
  451. if (currentstreak == -39) then
  452.  
  453. chance = math.random(A3*px,B3*px)/px
  454.  
  455. nextbet = pb*pa
  456.  
  457. end
  458.  
  459. if (currentstreak == -40) then
  460.  
  461. chance = math.random(A3*px,B3*px)/px
  462.  
  463. nextbet = nb*pi
  464.  
  465. end
  466.  
  467. if (currentstreak == -41) then
  468.  
  469. chance = math.random(A3*px,B3*px)/px
  470.  
  471. nextbet = nb*pi
  472.  
  473. end
  474.  
  475. if (currentstreak == -42) then
  476.  
  477. chance = math.random(A3*px,B3*px)/px
  478.  
  479. nextbet = nb*pa
  480.  
  481. end
  482.  
  483. if (currentstreak == -43) then
  484.  
  485. chance = math.random(A3*px,B3*px)/px
  486.  
  487. nextbet = nb*pi
  488.  
  489. end
  490.  
  491. if (currentstreak == -44) then
  492.  
  493. chance = math.random(A3*px,B3*px)/px
  494.  
  495. nextbet = nb*pa
  496.  
  497. end
  498.  
  499. if (currentstreak == -45) then
  500.  
  501. chance = math.random(A3*px,B3*px)/px
  502.  
  503. nextbet = nb*pi
  504.  
  505. end
  506.  
  507. if (currentstreak == -46) then
  508.  
  509. chance = math.random(A3*px,B3*px)/px
  510.  
  511. nextbet = nb*pa
  512.  
  513. end
  514.  
  515. if (currentstreak == -47) then
  516.  
  517. chance = math.random(A3*px,B3*px)/px
  518.  
  519. nextbet = nb*pi
  520.  
  521. end
  522.  
  523. if (currentstreak == -48) then
  524.  
  525. chance = math.random(A3*px,B3*px)/px
  526.  
  527. nextbet = nb*pi
  528.  
  529. end
  530.  
  531. if (currentstreak == -49) then
  532.  
  533. chance = math.random(A3*px,B3*px)/px
  534.  
  535. nextbet = pb*pa
  536.  
  537. end
  538.  
  539. if (currentstreak == -50) then
  540.  
  541. chance = math.random(A3*px,B3*px)/px
  542.  
  543. nextbet = nb*pi
  544.  
  545. end
  546.  
  547. if (currentstreak == -51) then
  548.  
  549. chance = math.random(A3*px,B3*px)/px
  550.  
  551. nextbet = nb*pa
  552.  
  553. end
  554.  
  555. if (currentstreak == -52) then
  556.  
  557. chance = math.random(A3*px,B3*px)/px
  558.  
  559. nextbet = nb*pi
  560.  
  561. end
  562.  
  563. if (currentstreak == -53) then
  564.  
  565. chance = math.random(A3*px,B3*px)/px
  566.  
  567. nextbet = nb*pa
  568.  
  569. end
  570.  
  571. if (currentstreak == -54) then
  572.  
  573. chance = math.random(A3*px,B3*px)/px
  574.  
  575. nextbet = nb*pi
  576.  
  577. end
  578.  
  579. if (currentstreak == -55) then
  580.  
  581. chance = math.random(A3*px,B3*px)/px
  582.  
  583. nextbet = nb*po
  584.  
  585. end
  586.  
  587. if (currentstreak == -56) then
  588.  
  589. chance = math.random(A3*px,B3*px)/px
  590.  
  591. nextbet = nb*pa
  592.  
  593. end
  594.  
  595. if (currentstreak == -57) then
  596.  
  597. chance = math.random(A3*px,B3*px)/px
  598.  
  599. nextbet = nb*pi
  600.  
  601. end
  602.  
  603. if (currentstreak == -58) then
  604.  
  605. chance = math.random(A3*px,B3*px)/px
  606.  
  607. nextbet = nb*pa
  608.  
  609. end
  610.  
  611. if (currentstreak == -59) then
  612.  
  613. chance = math.random(A3*px,B3*px)/px
  614.  
  615. nextbet = pb*pi
  616.  
  617. end
  618.  
  619. if (currentstreak == -60) then
  620.  
  621. chance = math.random(A3*px,B3*px)/px
  622.  
  623. nextbet = nb*pa
  624.  
  625. end
  626.  
  627. if (currentstreak == -61) then
  628.  
  629. chance = math.random(A3*px,B3*px)/px
  630.  
  631. nextbet = nb*pi
  632.  
  633. end
  634.  
  635. if (currentstreak == -62) then
  636.  
  637. chance = math.random(A3*px,B3*px)/px
  638.  
  639. nextbet = nb*po
  640.  
  641. end
  642.  
  643. if (currentstreak == -63) then
  644.  
  645. chance = math.random(A3*px,B3*px)/px
  646.  
  647. nextbet = nb*pa
  648.  
  649. end
  650.  
  651. if (currentstreak == -64) then
  652.  
  653. chance = math.random(A3*px,B3*px)/px
  654.  
  655. nextbet = nb*pi
  656.  
  657. end
  658.  
  659. if (currentstreak == -65) then
  660.  
  661. chance = math.random(A3*px,B3*px)/px
  662.  
  663. nextbet = nb*pa
  664.  
  665. end
  666.  
  667. if (currentstreak == -66) then
  668.  
  669. chance = math.random(A3*px,B3*px)/px
  670.  
  671. nextbet = nb*pi
  672.  
  673. end
  674.  
  675. if (currentstreak == -67) then
  676.  
  677. chance = math.random(A3*px,B3*px)/px
  678.  
  679. nextbet = nb*pa
  680.  
  681. end
  682.  
  683. if (currentstreak == -68) then
  684.  
  685. chance = math.random(A3*px,B3*px)/px
  686.  
  687. nextbet = nb*pi
  688.  
  689. end
  690.  
  691. if (currentstreak == -69) then
  692.  
  693. chance = math.random(A3*px,B3*px)/px
  694.  
  695. nextbet = pb*po
  696.  
  697. end
  698.  
  699. if (currentstreak == -70) then
  700.  
  701. chance = math.random(A3*px,B3*px)/px
  702.  
  703. nextbet = nb*pa
  704.  
  705. end
  706.  
  707. if (currentstreak == -71) then
  708.  
  709. chance = math.random(A3*px,B3*px)/px
  710.  
  711. nextbet = nb*pi
  712.  
  713. end
  714.  
  715. if (currentstreak == -72) then
  716.  
  717. chance = math.random(A3*px,B3*px)/px
  718.  
  719. nextbet = nb*pa
  720.  
  721. end
  722.  
  723. if (currentstreak == -73) then
  724.  
  725. chance = math.random(A3*px,B3*px)/px
  726.  
  727. nextbet = nb*pi
  728.  
  729. end
  730.  
  731. if (currentstreak == -74) then
  732.  
  733. chance = math.random(A3*px,B3*px)/px
  734.  
  735. nextbet = nb*pa
  736.  
  737. end
  738.  
  739. if (currentstreak == -75) then
  740.  
  741. chance = math.random(A3*px,B3*px)/px
  742.  
  743. nextbet = nb*pi
  744.  
  745. end
  746.  
  747. if (currentstreak == -76) then
  748.  
  749. chance = math.random(A3*px,B3*px)/px
  750.  
  751. nextbet = nb*po
  752.  
  753. end
  754.  
  755. if (currentstreak == -77) then
  756.  
  757. chance = math.random(A3*px,B3*px)/px
  758.  
  759. nextbet = nb*pa
  760.  
  761. end
  762.  
  763. if (currentstreak == -78) then
  764.  
  765. chance = math.random(A3*px,B3*px)/px
  766.  
  767. nextbet = nb*pi
  768.  
  769. end
  770.  
  771. if (currentstreak == -79) then
  772.  
  773. chance = math.random(A3*px,B3*px)/px
  774.  
  775. nextbet = pb*pa
  776.  
  777. end
  778.  
  779. if (currentstreak == -80) then
  780.  
  781. chance = math.random(A3*px,B3*px)/px
  782.  
  783. nextbet = nb*pi
  784.  
  785. end
  786.  
  787. if (currentstreak == -81) then
  788.  
  789. chance = math.random(A3*px,B3*px)/px
  790.  
  791. nextbet = nb*pa
  792.  
  793. end
  794.  
  795. if (currentstreak <= -82) then
  796.  
  797. chance = math.random(A1*px,B1*px)/px
  798.  
  799. nextbet = pb*pi
  800.  
  801. end
  802.  
  803. end
  804.  
  805. if balance < cutlose then stop()
  806.  
  807. print("Anda Stop LOSE Bro")
  808.  
  809. print("TARGET REACHED!")
  810.  
  811.  
  812.  
  813. end
  814.  
  815.  
  816.  
  817. end
  818.  
  819.  
  820.  
  821. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement