Advertisement
coinwalk

hacker proof

Apr 4th, 2023
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 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).toFixed(8));
  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 molta = mango;
  18. var gunk = mango;
  19. var gunkybutt = mango;
  20. var crazy = mango;
  21. var utter = mango;
  22. var torn = mango;
  23. var wild = mango;
  24. var min = mango;
  25. var noddy = real;
  26. var trash = mango;
  27. var stupid = noddy;
  28. var smith = 0;
  29. var trick = document.getElementById('me').firstChild.lastChild.firstChild.childNodes[5].textContent
  30. var duel = document.getElementById('me').firstChild.lastChild.firstChild.childNodes[5].textContent
  31. Math.fmod = function (ant,bayt) { return Number((ant - (Math.floor(ant / bayt) * bayt)).toPrecision(8));}
  32.  
  33. function dobet() {
  34. console.clear();
  35. document.getElementById('pct_chance').value = 49.5;
  36. document.getElementById('pct_payout').value = 2;
  37. trash = document.getElementById('pct_balance').value;
  38. trick = document.getElementById('me').firstChild.lastChild.firstChild.childNodes[5].textContent;
  39. if (trash>ying) {
  40. noddy = parseFloat(hertz);
  41. stupid = ((parseFloat(trash-ying)).toPrecision(8));
  42. ying = parseFloat(trash);
  43. }
  44. if (trash<ying) {
  45. noddy = parseFloat(hertz);
  46. stupid = ((parseFloat(ying-trash)).toPrecision(8));
  47. ying = parseFloat(trash);
  48. }
  49. if (!(stupid==noddy)){
  50. alert('someone played your balance elsewhere');
  51. console.log('someone played your balance elsewhere');
  52. return;
  53. }
  54. if ((!(trick==duel))&&(document.getElementById('me').firstChild.lastChild.firstChild.className=="result win me ")){
  55. utter = utter+(parseFloat(hertz));
  56. duel = trick;
  57. }else if (((!(trick==duel))&&(document.getElementById('me').firstChild.lastChild.firstChild.className=="result lose me "))||((!(trick==duel))&&(document.getElementById('me').firstChild.lastChild.firstChild.className=="result lose imp me "))) {
  58. utter = utter-(parseFloat(hertz));
  59. duel = trick;
  60. }
  61. if (real==null){
  62. real = parseFloat(hertz);
  63. }
  64. if (utter>(crazy+(hertz*flank))) {
  65. real = hertz*2;
  66. hertz = hertz*2;
  67. flank = 4.9;
  68. under = 4.9;
  69. smith = smith-1;
  70. crazy = parseFloat(utter);
  71. }
  72. if ((utter<(crazy-(hertz*under)))&&(smith<2)) {
  73. real = hertz*2;
  74. hertz = hertz*2;
  75. ingot = 0;
  76. flank = 4.9;
  77. under = 4.9;
  78. smith = smith+1;
  79. crazy = parseFloat(utter);
  80. }
  81. if ((utter<(crazy-(hertz*under)))&&(smith>=2)) {
  82. flank = 2.9;
  83. smith = 0;
  84. ingot = 0;
  85. under = 2.9;
  86. real = hertz*4;
  87. hertz = hertz*4;
  88. crazy = parseFloat(utter);
  89. }
  90. if (smith<(1-2)){
  91. smith = 0;
  92. }
  93. if ((utter>=(gunkybutt+(claim*ingot)))&&(utter<(((Math.floor(utter/claim))*claim)+krux))){
  94. crazy = ((Math.floor(utter/claim))*claim);
  95. gunkybutt = ((Math.floor(utter/claim))*claim);
  96. flank = 6.9;
  97. ingot = 1;
  98. smith = 0;
  99. under = 2.9;
  100. real = troll;
  101. hertz = troll;
  102. }
  103. if ((utter>=(gunkybutt+(claim*ingot)))&&(utter>(((Math.floor(utter/claim))*claim)+krux))){
  104. crazy = ((Math.floor(utter/claim))*claim);
  105. gunkybutt = ((Math.floor(utter/claim))*claim);
  106. flank = 4.9;
  107. ingot = 1;
  108. smith = 0;
  109. under = 4.9;
  110. real = troll*2;
  111. hertz = troll*2;
  112. }
  113. if (utter>earnpoint) {
  114. return;
  115. }
  116. if (utter>wild) {
  117. wild = parseFloat(utter);
  118. }
  119. if (utter<min) {
  120. min = parseFloat(utter);
  121. }
  122. var freak = ((utter-torn).toFixed(8));
  123. console.log("balance made");
  124. console.log(freak);
  125. console.log("biggest balance");
  126. console.log((parseFloat(wild)).toFixed(8));
  127. console.log("lowest balance");
  128. console.log((parseFloat(min)).toFixed(8));
  129. parseFloat(document.getElementById('pct_bet').value = ((real*1).toFixed(8)));
  130. parseFloat(document.getElementById('pct_profit').value = ((real*1).toFixed(8)));
  131. if (trick==duel){
  132. $('#a_lo').click();
  133. }
  134. }
  135. setInterval(() => dobet(), 100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement