Advertisement
coinwalk

Untitled

Apr 16th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 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 mill = (mango*10000000).toPrecision(1);
  6. var zoll = (mill/mill+mill-mill)/100000000;
  7. var div = 1000;
  8. var troll = ((mango/24000).toFixed(8));
  9. var hertz = troll;
  10. var real = troll;
  11. var flank = 6.5;
  12. var under = 2.5;
  13. var claim = (troll*10);
  14. var krux = (troll*6.5);
  15. var bob = false;
  16. var joe = 0;
  17. var nobby = ((utter-mango)/100);
  18. var gunkybutt = ((Math.floor(mango/claim))*claim);
  19. var gunk = ((Math.floor(mango/claim))*claim);
  20. var crazy = ((Math.floor(mango/claim))*claim);
  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 blet = 0;
  28. var stupid = noddy;
  29. var james = false;
  30. var trick = document.getElementById('me').firstChild.lastChild.firstChild.childNodes[5].textContent
  31. var duel = document.getElementById('me').firstChild.lastChild.firstChild.childNodes[5].textContent
  32.  
  33. function getR(minz, maxz) {
  34. minz = Math.ceil(minz);
  35. maxz = Math.floor(maxz);
  36. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  37. }
  38.  
  39. function dobet() {
  40. console.clear();
  41. document.getElementById('pct_chance').value = 49.5;
  42. document.getElementById('pct_payout').value = 2;
  43. trash = document.getElementById('pct_balance').value;
  44. trick = document.getElementById('me').firstChild.lastChild.firstChild.childNodes[5].textContent;
  45. if ((!(trick==duel))&&(document.getElementById('me').firstChild.lastChild.firstChild.className=="result win me ")){
  46. utter = utter+(parseFloat(hertz));
  47. blet = blet+1;
  48. duel = trick;
  49. }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 "))) {
  50. utter = utter-(parseFloat(hertz));
  51. blet = blet+1;
  52. duel = trick;
  53. }
  54. if (trash>ying) {
  55. noddy = ((parseFloat(hertz)).toPrecision(8));
  56. stupid = ((parseFloat(trash-ying)).toPrecision(8));
  57. ying = parseFloat(trash);
  58. }
  59. if (trash<ying) {
  60. noddy = ((parseFloat(hertz)).toPrecision(8));
  61. stupid = ((parseFloat(ying-trash)).toPrecision(8));
  62. ying = parseFloat(trash);
  63. }
  64. if (!(stupid==noddy)){
  65. console.log('someone played your balance elsewhere');
  66. return;
  67. }
  68. if (real==null){
  69. real = parseFloat(hertz);
  70. }
  71. if ((utter>(crazy+(hertz*flank)))||(utter<(crazy-(hertz*under)))) {
  72. real = hertz*2;
  73. hertz = hertz*2;
  74. flank = 4.5;
  75. under = 4.5;
  76. crazy = parseFloat(utter);
  77. }
  78. nobby = (((utter-mango)/(mango/100)).toFixed(2));
  79. console.log('percentage made already');
  80. console.log(nobby);
  81. if ((nobby>=(joe+0.1))&&(utter<(((Math.floor(utter/claim))*claim)+krux))) {
  82. crazy = ((Math.floor(utter/claim))*claim);
  83. gunk = ((Math.floor(utter/claim))*claim);
  84. bob = false;
  85. joe = joe+0.1;
  86. flank = 6.5;
  87. under = 2.5;
  88. real = troll;
  89. hertz = troll;
  90. }
  91. if ((nobby>=(joe+0.1))&&(utter>(((Math.floor(utter/claim))*claim)+krux))) {
  92. crazy = ((Math.floor(utter/claim))*claim);
  93. gunk = ((Math.floor(utter/claim))*claim);
  94. bob = false;
  95. joe = joe+0.1;
  96. flank = 4.5;
  97. under = 4.5;
  98. real = troll*2;
  99. hertz = troll*2;
  100. }
  101. if (nobby>=400){
  102. return;
  103. }
  104. parseFloat(document.getElementById('pct_bet').value = ((real*1).toFixed(8)));
  105. parseFloat(document.getElementById('pct_profit').value = ((real*1).toFixed(8)));
  106. if (trick==duel){
  107. document.getElementById('a_lo').click();
  108. }
  109. }
  110. setInterval(() => dobet(), (getR(11,18)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement