Advertisement
supersnowzy

testing now

Feb 12th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. var mango = parseFloat(document.getElementById('pct_balance').value);
  2. var ying = parseFloat(document.getElementById('pct_balance').value);
  3. document.getElementById('pct_chance').value = 49.5;
  4. document.getElementById('pct_payout').value = 2;
  5. var mate = (mango*10000000).toPrecision(1);
  6. var other = (mate/mate+mate-mate)/100000000;
  7. var troll = (other/100)
  8. var hertz = troll;
  9. var earnpoint = 5000;
  10. var real = troll;
  11. var flank = 6.9;
  12. var under = 2.9;
  13. var claim = (troll*10);
  14. var krux = (troll*6.9);
  15. var ingot = 1;
  16. var nolta = false;
  17. var green = other;
  18. var crazy = other;
  19. var utter = other;
  20. var nobel = 0;
  21. var trash = mango;
  22. var yeah = 0;
  23.  
  24. function dobet() {
  25. console.clear();
  26. document.getElementById('pct_chance').value = 49.5;
  27. document.getElementById('pct_payout').value = 2;
  28. trash = document.getElementById('pct_balance').value;
  29. if (trash>ying) {
  30. nobel = 0;
  31. utter = (utter+(parseFloat(hertz)));
  32. ying = parseFloat(trash);
  33. }
  34. if (trash<ying) {
  35. nobel = nobel+1;
  36. utter = (utter-(parseFloat(hertz)));
  37. ying = parseFloat(trash);
  38. }
  39. if (real==null){
  40. real = parseFloat(hertz);
  41. }
  42. if (utter>(crazy+(hertz*flank))) {
  43. real = hertz*2;
  44. hertz = hertz*2;
  45. flank = 4.9;
  46. under = 4.9;
  47. ingot = 1;
  48. nolta = true;
  49. yeah = 0;
  50. crazy = parseFloat(utter);
  51. }
  52. if ((utter<(crazy-(hertz*under)))&&(!nolta)&&(yeah>=2)&&(yeah===6)&&(yeah<9)) {
  53. flank = 9.9;
  54. under = 9.9;
  55. yeah = yeah+1;
  56. crazy = parseFloat(utter);
  57. }
  58. if ((utter<(crazy-(hertz*under)))&&(!!nolta)&&(yeah>=2)&&(yeah===6)&&(yeah<9)) {
  59. flank = 9.9;
  60. under = 9.9;
  61. yeah = yeah+1;
  62. crazy = parseFloat(utter);
  63. }
  64. if (((utter<(crazy-(hertz*under)))&&(!nolta)&&(yeah<2))||((utter<(crazy-(hertz*under)))&&(!nolta)&&(yeah>=5)&&(yeah<7))||((utter<(crazy-(hertz*under)))&&(!nolta)&&(yeah>=9))) {
  65. real = hertz*2;
  66. hertz = hertz*2;
  67. ingot = 0;
  68. flank = 4.9;
  69. under = 4.9;
  70. yeah = yeah+1;
  71. crazy = parseFloat(utter);
  72. }
  73. if (((utter<(crazy-(hertz*under)))&&(!!nolta)&&(yeah<2))||((utter<(crazy-(hertz*under)))&&(!!nolta)&&(yeah>=5)&&(yeah<7))||((utter<(crazy-(hertz*under)))&&(!!nolta)&&(yeah>=9))) {
  74. real = hertz*2;
  75. hertz = hertz*2;
  76. flank = 4.9;
  77. under = 4.9;
  78. yeah = yeah+1;
  79. crazy = parseFloat(utter);
  80. }
  81. if ((utter>(green+(claim*ingot)))&&(utter<(green+(((Math.floor((utter-green)/claim))*claim)+krux)))) {
  82. crazy = green+((Math.floor((utter-green)/claim))*claim);
  83. green = green+((Math.floor((utter-green)/claim))*claim);
  84. flank = 6.9;
  85. ingot = 1;
  86. nolta = false;
  87. yeah = 0;
  88. under = 2.9;
  89. real = troll;
  90. hertz = troll;
  91. }
  92. if ((utter>(green+(claim*ingot)))&&(utter>(green+(((Math.floor((utter-green)/claim))*claim)+krux)))) {
  93. crazy = green+((Math.floor((utter-green)/claim))*claim);
  94. green = green+((Math.floor((utter-green)/claim))*claim);
  95. flank = 4.9;
  96. ingot = 1;
  97. nolta = false;
  98. yeah = 0;
  99. under = 4.9;
  100. real = troll*2;
  101. hertz = troll*2;
  102. }
  103. if (trash>earnpoint) {
  104. return;
  105. }
  106. parseFloat(document.getElementById('pct_bet').value = ((real*1).toFixed(8)));
  107. parseFloat(document.getElementById('pct_profit').value = ((real*1).toFixed(8)));
  108. $('#a_lo').click();
  109. }
  110. setInterval(() => dobet(), 80);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement