Advertisement
coinwalk

1.0 from faucet try over and over just-dice.com browser console bot by snowy

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