Advertisement
coinwalk

just-dice.com MEGA SNOWYBOT!!!!!!!!!!

Apr 9th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. var bolank = document.getElementById('pct_balance').value;
  2. document.getElementById('pct_chance').value = 49.5;
  3. document.getElementById('pct_payout').value = 2;
  4. //-------divide balance by 10000 to nearest 1 --------;
  5. var patrick = 0.000001;
  6. //-------divide end---------;
  7. var snow = patrick;
  8. var jim = (patrick*3);
  9. var ruth = (patrick*10);
  10. var mum = 7;
  11. var shipt = 5000;
  12. var shallow = false;
  13. var happy = parseFloat(document.getElementById('pct_balance').value);
  14. var grrr = parseFloat(document.getElementById('pct_balance').value);
  15. var wild = parseFloat(document.getElementById('pct_balance').value);
  16. var olderest = parseFloat(document.getElementById('pct_balance').value);
  17. var lol = parseFloat(document.getElementById('pct_balance').value);
  18. var emy = parseFloat(document.getElementById('pct_balance').value);
  19. var emily = parseFloat(document.getElementById('pct_balance').value);
  20. var sulin = parseFloat(document.getElementById('pct_balance').value);
  21. var james = parseFloat(document.getElementById('pct_balance').value);
  22. var daddy;
  23. parseFloat(document.getElementById('pct_bet').value = patrick);
  24. parseFloat(document.getElementById('pct_profit').value = patrick);
  25.  
  26. function ZZZZ(mini, maxi) {
  27. mini = Math.ceil(mini);
  28. maxi = Math.floor(maxi);
  29. return Math.floor(Math.random() * (maxi - mini + 1)) + mini;
  30. }
  31.  
  32. function funk(){
  33. console.clear();
  34. var kind = (document.getElementById('pct_balance').value);
  35. happy = (document.getElementById('pct_balance').value);
  36. var kit = (document.getElementById('pct_bet').value);
  37. document.getElementById('pct_chance').value = 49.5;
  38. document.getElementById('pct_payout').value = 2;
  39. if (daddy==null) {
  40. daddy = kit;
  41. }
  42. if (happy>=(emily+(snow*7))){
  43. snow = (kit*2);
  44. jim = (kit*9);
  45. shallow = true;
  46. daddy = (kit*2);
  47. emily = parseFloat(happy);
  48. }
  49. if ((kind<=(emily-(jim)))&&(shallow==false)){
  50. snow = (kit*2);
  51. jim = (kit*9);
  52. mum = 6;
  53. ruth = 0;
  54. emily = parseFloat(happy);
  55. daddy = (kit*2);
  56. }
  57. if ((kind<=(emily-(jim)))&&(shallow==true)){
  58. snow = (kit*2);
  59. jim = (kit*9);
  60. mum = 6;
  61. shallow = false;
  62. emily = parseFloat(happy);
  63. daddy = (kit*2);
  64. }
  65. if (happy>=(james+ruth)){
  66. snow = patrick;
  67. jim = (patrick*3);
  68. shallow = false;
  69. mum = 7;
  70. emily = (james+ruth);
  71. james = (james+ruth);
  72. ruth = (patrick*10);
  73. daddy = patrick;
  74. }
  75. if (happy>=shipt) {
  76. return;
  77. }
  78. if (happy>wild) {
  79. wild = parseFloat(happy);
  80. }
  81. if (happy<grrr) {
  82. grrr = parseFloat(happy);
  83. }
  84. var freak = ((happy-olderest).toFixed(8));
  85. console.log("balance made");
  86. console.log(freak);
  87. console.log("biggest balance");
  88. console.log(parseFloat(wild));
  89. console.log("lowest balance");
  90. console.log(parseFloat(grrr));
  91. document.getElementById('pct_bet').value = daddy;
  92. document.getElementById('pct_profit').value = daddy;
  93. document.getElementById('a_lo').click();
  94. }
  95. setInterval(() =>funk(), (ZZZZ(800,1000)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement