Advertisement
coinwalk

snowybot reserected

Mar 11th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. //snowy bot completed just-dice.com devconsole bot;
  2.  
  3. // step 1 signup https://freebitcoins.com on xchange;
  4. // step 2 wait 24hrs for the claims faucet cool off period;
  5. // step 3 claim every hr for a few hrs faucets on https://freebitcoins.com/faucet/ ;
  6. // step 4 signup for free at just-dice.com ;
  7. // step 5 use address in deposit on just-dice.com for withdraw on freebitcoins.com remember it must be CLAM coin ;
  8. // step 6 remember it will take roughly 20-30mins to recieve your CLAM to just-dice.com after 6 confirms from miners it'll be deposited so just wait a while;
  9. // step 7 run this entire sites text in browser console by pressing f12 on keyboard and coping and pasting to the console;
  10. // note this can only be done on browsers for desktops or laptops cannot be done on phones;
  11. // sit back relax and have a good time this bot will possibly make you thousands of dollars a year;
  12. // note you can get free vps if have only phone from aws by amazon remember only use free teir otherwise they will charge you also get windows 2019 server;
  13. // note if use vps download rdp program for free you'll need the microsoft one possibly if running android;
  14. // good luck;
  15. // please dont forget tip snowy at just-dice.com chat if make it huge;
  16. // plus snowy always likes to chat yeah;
  17. var belance = document.getElementById('pct_balance').value;
  18. // get start balance;
  19. document.getElementById('pct_chance').value = 49.5;
  20. document.getElementById('pct_payout').value = 2;
  21. // set chance;
  22. var kiff = 0.0001;
  23. // div;
  24. var fruck = kiff;
  25. // div again;
  26. var dope = -3;
  27. // 3x div;
  28. var dap = 7;
  29. // 4x div;
  30. var dol = 3;
  31. var joe = (kiff*6);
  32. // 10x div;
  33. var targe = 50000;
  34. // target;
  35. var sev = true;
  36. var farg = true;
  37. var frogger = false;
  38. var beet = 0;
  39. var wine = 0;
  40. var won = 0;
  41. var wan = 0;
  42. // variables;
  43. var olderest = document.getElementById('pct_balance').value;
  44. var balanc = parseFloat(document.getElementById('pct_balance').value);
  45. var have = parseFloat(document.getElementById('pct_balance').value);
  46. var older = document.getElementById('pct_balance').value;
  47. var smartarse = parseFloat(document.getElementById('pct_balance').value);
  48. var still = parseFloat(document.getElementById('pct_balance').value);
  49. var ian = document.getElementById('pct_balance').value;
  50. var wild = document.getElementById('pct_balance').value;
  51. var min = document.getElementById('pct_balance').value;
  52. // floating old balances;
  53. var nextbe;
  54. // nextbet;
  55. parseFloat(document.getElementById('pct_bet').value = fruck);
  56. parseFloat(document.getElementById('pct_profit').value = fruck);
  57. // to set the bet;
  58.  
  59. function getR(minz, maxz) {
  60. minz = Math.ceil(minz);
  61. maxz = Math.floor(maxz);
  62. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  63. }
  64. // get random;
  65.  
  66.  
  67. function dobet(){
  68. console.clear();
  69. // clear console;
  70. balanc = document.getElementById('pct_balance').value;
  71. // get balance;
  72. var prev = document.getElementById('pct_bet').value;
  73. // get previousbet;
  74. document.getElementById('pct_chance').value = 49.5;
  75. document.getElementById('pct_payout').value = 2;
  76. // set chance;
  77. if (nextbe==null) {
  78. nextbe = prev
  79. }
  80. if (balanc>older) {
  81. wine = wine+1;
  82. won = won+1
  83. wan = wan+1
  84. older = parseFloat(balanc);
  85. }
  86. if (balanc<older) {
  87. wine = wine-1;
  88. won = won-1;
  89. wan = wan-1;
  90. older = parseFloat(balanc);
  91. }
  92. if ((won<=dope)&&(frogger==false)) {
  93. nextbe = prev*2;
  94. frogger = true;
  95. dope = -3;
  96. joe= 0;
  97. won = 0;
  98. }
  99. if ((won<=dope)&&(frogger==true)) {
  100. nextbe = prev/2;
  101. frogger = false;
  102. dope = -4;
  103. joe = 0;
  104. dap = 6;
  105. won = 0;
  106. wan = 0;
  107. }
  108. if (wan>=dap) {
  109. nextbe = prev*2;
  110. frogger = false;
  111. dope = -3;
  112. wan = 0;
  113. won = 0;
  114. }
  115. if (balanc>=(ian+joe)) {
  116. nextbe = kiff;
  117. frogger = false;
  118. won = 0;
  119. dope = -4
  120. dap = 6;
  121. wan = 0;
  122. joe = (kiff*10);
  123. ian = parseFloat(balanc);
  124. }
  125. if (nextbe<kiff) {
  126. nextbe = kiff;
  127. }
  128. // script;
  129. if (balanc>=targe) {
  130. //stop();
  131. return;
  132. }
  133. if (balanc>wild) {
  134. wild = parseFloat(balanc);
  135. }
  136. if (balanc<min) {
  137. min = parseFloat(balanc);
  138. }
  139. var freak = ((balanc-olderest).toFixed(8));
  140. console.log("balance made");
  141. console.log(freak);
  142. console.log("biggest balance");
  143. console.log(parseFloat(wild));
  144. console.log("lowest balance");
  145. console.log(parseFloat(min));
  146. // find biggest lowest and made balances;
  147. parseFloat(document.getElementById('pct_bet').value = (((nextbe*2)-nextbe).toFixed(8)));
  148. parseFloat(document.getElementById('pct_profit').value = (((nextbe*2)-nextbe).toFixed(8)))
  149. // set bets;
  150. $('#a_lo').click();
  151. // click bet;
  152. }
  153. setInterval(() => dobet(), 600);
  154. // set loop;
  155.  
  156.  
  157.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement