Advertisement
Baliarta

payjo ngamok

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