Advertisement
Baliarta

Payjo Edan

May 24th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.59 KB | None | 0 0
  1. --Payjo Edan
  2. base = 0.00000010001700987
  3.  
  4. pilose = 1+((chance/100)*1.5/2)
  5.  
  6. palose = 1.62 --+((chance/100)*1.8/1.3)
  7.  
  8. polose = 1+((chance/100)*1.5/2)
  9.  
  10. pwin = 0.01
  11.  
  12. target = base*0.10001
  13.  
  14. opit = 250.1010001
  15.  
  16. lose = 900.1010001
  17.  
  18. speeds = 0.0
  19.  
  20. --Randomizer--chance-----------------------------
  21.  
  22. A1 = 48 B1 = 48 A2 = 46 B2 = 46
  23.  
  24.  
  25.  
  26. A3 = 2.8 B3 = 9 A4 = 12 B4 = 46
  27.  
  28.  
  29.  
  30. A5 = 1.31 B5 = 3.25 A6 = 2.5 B6 = 25
  31.  
  32. --------------------------------------------------
  33.  
  34. tmpprofit = 0
  35.  
  36. invprofit = 0
  37.  
  38. wincount = 0
  39.  
  40. randm = true
  41.  
  42. nextbet = base
  43.  
  44. invtarget = target
  45.  
  46. stopnow = false
  47.  
  48. tprofit = balance+opit
  49.  
  50. cutlose = balance-lose
  51.  
  52. chance = math.random(90,91)
  53.  
  54. --------------------------------------------------
  55.  
  56. resetseed ()
  57. resetchart()
  58. resetstats()
  59.  
  60. function dobet()
  61.  
  62. sleep(speeds)
  63.  
  64. ------------------------------------------------
  65.  
  66. if r == 1 then
  67.  
  68. bethigh = false
  69.  
  70. else
  71.  
  72. bethigh = randm
  73.  
  74. end
  75.  
  76. --Randomly select High/Low
  77.  
  78. --bethigh = math.random(3)> 1.0
  79.  
  80.  
  81.  
  82. tmpprofit += currentprofit
  83.  
  84. invprofit += currentprofit
  85.  
  86. if balance > tprofit then stop()
  87.  
  88. print ("Anda take PROFIT Bro")
  89.  
  90. end
  91.  
  92. px = 100.0
  93.  
  94. pp = 1.01
  95.  
  96. nb = nextbet
  97.  
  98. pi = pilose
  99.  
  100. pa = palose
  101.  
  102. po = polose
  103.  
  104. pb = previousbet
  105.  
  106. if win then
  107.  
  108. chance = math.random(A1*px,B1*px)/px
  109.  
  110. if (tmpprofit > target) then
  111.  
  112. print("Anda WIN Bro")
  113.  
  114. --resetstats()
  115.  
  116. tmpprofit = 0
  117.  
  118. nextbet = base
  119.  
  120. if(stopnow) then stop() end
  121.  
  122. if(invprofit > invtarget ) then
  123.  
  124. invprofit = 0
  125.  
  126. end
  127.  
  128. else
  129.  
  130. chance = math.random(A1*px,B1*px)/px
  131.  
  132. nextbet=previousbet*pwin
  133.  
  134. if(nextbet < base) then
  135.  
  136. nextbet = base end
  137.  
  138. end
  139.  
  140. else
  141.  
  142. if (currentstreak == -1) then
  143.  
  144. chance = math.random(A2*px,B2*px)/px
  145.  
  146. nextbet = nb*pp
  147.  
  148. if(nextbet < base) then
  149.  
  150. end
  151.  
  152. else
  153.  
  154. if (currentstreak == -2) then
  155.  
  156. chance = math.random(A4*px,B4*px)/px
  157.  
  158. nextbet = nb*pi
  159.  
  160. end
  161.  
  162. if (currentstreak == -3) then
  163.  
  164. chance = math.random(A6*px,B6*px)/px
  165.  
  166. nextbet = nb*pa
  167.  
  168. end
  169.  
  170. if (currentstreak == -4) then
  171.  
  172. chance = math.random(A6*px,B6*px)/px
  173.  
  174. nextbet = nb*pi
  175.  
  176. end
  177.  
  178. if (currentstreak == -5) then
  179.  
  180. chance = math.random(A4*px,B4*px)/px
  181.  
  182. nextbet = nb*pa
  183.  
  184. end
  185.  
  186. if (currentstreak == -6) then
  187.  
  188. chance = math.random(A5*px,B5*px)/px
  189.  
  190. nextbet = nb*pi
  191.  
  192. end
  193.  
  194. if (currentstreak == -7) then
  195.  
  196. chance = math.random(A6*px,B6*px)/px
  197.  
  198. nextbet = nb*po
  199.  
  200. end
  201.  
  202. if (currentstreak == -8) then
  203.  
  204. chance = math.random(A4*px,B4*px)/px
  205.  
  206. nextbet = nb*pi
  207.  
  208. end
  209.  
  210. if (currentstreak == -9) then
  211.  
  212. chance = math.random(A4*px,B4*px)/px
  213.  
  214. nextbet = pb*pa
  215.  
  216. end
  217.  
  218. if (currentstreak == -10) then
  219.  
  220. chance = math.random(A3*px,B3*px)/px
  221.  
  222. nextbet = nb*pi
  223.  
  224. end
  225.  
  226. if (currentstreak == -11) then
  227.  
  228. chance = math.random(A6*px,B6*px)/px
  229.  
  230. nextbet = nb*pa
  231.  
  232. end
  233.  
  234. if (currentstreak == -12) then
  235.  
  236. chance = math.random(A3*px,B3*px)/px
  237.  
  238. nextbet = nb*po
  239.  
  240. end
  241.  
  242. if (currentstreak == -13) then
  243.  
  244. chance = math.random(A3*px,B3*px)/px
  245.  
  246. nextbet = nb*pa
  247.  
  248. end
  249.  
  250. if (currentstreak == -14) then
  251.  
  252. chance = math.random(A3*px,B3*px)/px
  253.  
  254. nextbet = nb*pi
  255.  
  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.  
  470. chance = math.random(A3*px,B3*px)/px
  471.  
  472. nextbet = nb*pi
  473.  
  474. end
  475.  
  476. if (currentstreak == -42) then
  477.  
  478. chance = math.random(A3*px,B3*px)/px
  479.  
  480. nextbet = nb*pa
  481.  
  482. end
  483.  
  484. if (currentstreak == -43) then
  485.  
  486. chance = math.random(A3*px,B3*px)/px
  487.  
  488. nextbet = nb*pi
  489.  
  490. end
  491.  
  492. if (currentstreak == -44) then
  493.  
  494. chance = math.random(A3*px,B3*px)/px
  495.  
  496. nextbet = nb*pa
  497.  
  498. end
  499.  
  500. if (currentstreak == -45) then
  501.  
  502. chance = math.random(A3*px,B3*px)/px
  503.  
  504. nextbet = nb*pi
  505.  
  506. end
  507.  
  508. if (currentstreak == -46) then
  509.  
  510. chance = math.random(A3*px,B3*px)/px
  511.  
  512. nextbet = nb*pa
  513.  
  514. end
  515.  
  516. if (currentstreak == -47) then
  517.  
  518. chance = math.random(A3*px,B3*px)/px
  519.  
  520. nextbet = nb*pi
  521.  
  522. end
  523.  
  524. if (currentstreak == -48) then
  525.  
  526. chance = math.random(A3*px,B3*px)/px
  527.  
  528. nextbet = nb*pi
  529.  
  530. end
  531.  
  532. if (currentstreak == -49) then
  533.  
  534. chance = math.random(A3*px,B3*px)/px
  535.  
  536. nextbet = pb*pa
  537.  
  538. end
  539.  
  540. if (currentstreak == -50) then
  541.  
  542. chance = math.random(A3*px,B3*px)/px
  543.  
  544. nextbet = nb*pi
  545.  
  546. end
  547.  
  548. if (currentstreak == -51) then
  549.  
  550. chance = math.random(A3*px,B3*px)/px
  551.  
  552. nextbet = nb*pa
  553.  
  554. end
  555.  
  556. if (currentstreak == -52) then
  557.  
  558. chance = math.random(A3*px,B3*px)/px
  559.  
  560. nextbet = nb*pi
  561.  
  562. end
  563.  
  564. if (currentstreak == -53) then
  565.  
  566. chance = math.random(A3*px,B3*px)/px
  567.  
  568. nextbet = nb*pa
  569.  
  570. end
  571.  
  572. if (currentstreak == -54) then
  573.  
  574. chance = math.random(A3*px,B3*px)/px
  575.  
  576. nextbet = nb*pi
  577.  
  578. end
  579.  
  580. if (currentstreak == -55) then
  581.  
  582. chance = math.random(A3*px,B3*px)/px
  583.  
  584. nextbet = nb*po
  585.  
  586. end
  587.  
  588. if (currentstreak == -56) then
  589.  
  590. chance = math.random(A3*px,B3*px)/px
  591.  
  592. nextbet = nb*pa
  593.  
  594. end
  595.  
  596. if (currentstreak == -57) then
  597.  
  598. chance = math.random(A3*px,B3*px)/px
  599.  
  600. nextbet = nb*pi
  601.  
  602. end
  603.  
  604. if (currentstreak == -58) then
  605.  
  606. chance = math.random(A3*px,B3*px)/px
  607.  
  608. nextbet = nb*pa
  609.  
  610. end
  611.  
  612. if (currentstreak == -59) then
  613.  
  614. chance = math.random(A3*px,B3*px)/px
  615.  
  616. nextbet = pb*pi
  617.  
  618. end
  619.  
  620. if (currentstreak == -60) then
  621.  
  622. chance = math.random(A3*px,B3*px)/px
  623.  
  624. nextbet = nb*pa
  625.  
  626. end
  627.  
  628. if (currentstreak == -61) then
  629.  
  630. chance = math.random(A3*px,B3*px)/px
  631.  
  632. nextbet = nb*pi
  633.  
  634. end
  635.  
  636. if (currentstreak == -62) then
  637.  
  638. chance = math.random(A3*px,B3*px)/px
  639.  
  640. nextbet = nb*po
  641.  
  642. end
  643.  
  644. if (currentstreak == -63) then
  645.  
  646. chance = math.random(A3*px,B3*px)/px
  647.  
  648. nextbet = nb*pa
  649.  
  650. end
  651.  
  652. if (currentstreak == -64) then
  653.  
  654. chance = math.random(A3*px,B3*px)/px
  655.  
  656. nextbet = nb*pi
  657.  
  658. end
  659.  
  660. if (currentstreak == -65) then
  661.  
  662. chance = math.random(A3*px,B3*px)/px
  663.  
  664. nextbet = nb*pa
  665.  
  666. end
  667.  
  668. if (currentstreak == -66) then
  669.  
  670. chance = math.random(A3*px,B3*px)/px
  671.  
  672. nextbet = nb*pi
  673.  
  674. end
  675.  
  676. if (currentstreak == -67) then
  677.  
  678. chance = math.random(A3*px,B3*px)/px
  679.  
  680.  
  681. nextbet = nb*pa
  682.  
  683. end
  684.  
  685. if (currentstreak == -68) then
  686.  
  687. chance = math.random(A3*px,B3*px)/px
  688.  
  689. nextbet = nb*pi
  690.  
  691. end
  692.  
  693. if (currentstreak == -69) then
  694.  
  695. chance = math.random(A3*px,B3*px)/px
  696.  
  697. nextbet = pb*po
  698.  
  699. end
  700.  
  701. if (currentstreak == -70) then
  702.  
  703. chance = math.random(A3*px,B3*px)/px
  704.  
  705. nextbet = nb*pa
  706.  
  707. end
  708.  
  709. if (currentstreak == -71) then
  710.  
  711. chance = math.random(A3*px,B3*px)/px
  712.  
  713. nextbet = nb*pi
  714.  
  715. end
  716.  
  717. if (currentstreak == -72) then
  718.  
  719. chance = math.random(A3*px,B3*px)/px
  720.  
  721. nextbet = nb*pa
  722.  
  723. end
  724.  
  725. if (currentstreak == -73) then
  726.  
  727. chance = math.random(A3*px,B3*px)/px
  728.  
  729. nextbet = nb*pi
  730.  
  731. end
  732.  
  733. if (currentstreak == -74) then
  734.  
  735. chance = math.random(A3*px,B3*px)/px
  736.  
  737. nextbet = nb*pa
  738.  
  739. end
  740.  
  741. if (currentstreak == -75) then
  742.  
  743. chance = math.random(A3*px,B3*px)/px
  744.  
  745. nextbet = nb*pi
  746.  
  747. end
  748.  
  749. if (currentstreak == -76) then
  750.  
  751. chance = math.random(A3*px,B3*px)/px
  752.  
  753. nextbet = nb*po
  754.  
  755. end
  756.  
  757. if (currentstreak == -77) then
  758.  
  759. chance = math.random(A3*px,B3*px)/px
  760.  
  761. nextbet = nb*pa
  762.  
  763. end
  764.  
  765. if (currentstreak == -78) then
  766.  
  767. chance = math.random(A3*px,B3*px)/px
  768.  
  769. nextbet = nb*pi
  770.  
  771. end
  772.  
  773. if (currentstreak == -79) then
  774.  
  775. chance = math.random(A3*px,B3*px)/px
  776.  
  777. nextbet = pb*pa
  778.  
  779. end
  780.  
  781. if (currentstreak == -80) then
  782.  
  783. chance = math.random(A3*px,B3*px)/px
  784.  
  785. nextbet = nb*pi
  786.  
  787. end
  788.  
  789. if (currentstreak == -81) then
  790.  
  791. chance = math.random(A3*px,B3*px)/px
  792.  
  793. nextbet = nb*pa
  794.  
  795. end
  796.  
  797. if (currentstreak <= -82) then
  798.  
  799. chance = math.random(A1*px,B1*px)/px
  800.  
  801. nextbet = pb*pi
  802.  
  803. end
  804.  
  805. end
  806.  
  807. if balance < cutlose then stop()
  808.  
  809. print("Anda Stop LOSE Bro")
  810.  
  811. print("TARGET REACHED!")
  812.  
  813.  
  814.  
  815. end
  816.  
  817.  
  818.  
  819. end
  820.  
  821.  
  822.  
  823. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement