coinwalk

snowybot jd browser console bot 3.14

Jan 18th, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. var belance = parseFloat(document.getElementById('pct_balance').value);
  2. document.getElementById('pct_chance').value = 49.5;
  3. document.getElementById('pct_payout').value = 2;
  4. var snow = ((belance/50000).toFixed(8));
  5. var joe = snow;
  6. var target = 1000;
  7. var nucance;
  8. var upper = 6.9;
  9. var darn = 2.9;
  10. var rupt = (snow*10);
  11. var crud = (snow*6.9);
  12. var pok = rupt;
  13. var donce = false;
  14. var box = false;
  15. var citix = parseFloat(document.getElementById('pct_balance').value);
  16. var doper = parseFloat(document.getElementById('pct_balance').value);
  17. var jitix = parseFloat(document.getElementById('pct_balance').value);
  18. var jotox = parseFloat(document.getElementById('pct_balance').value);
  19. var have = parseFloat(document.getElementById('pct_balance').value);
  20. var pip = parseFloat(document.getElementById('pct_balance').value);
  21. var min = parseFloat(document.getElementById('pct_balance').value);
  22. var wild = parseFloat(document.getElementById('pct_balance').value);
  23. var olderest = parseFloat(document.getElementById('pct_balance').value);
  24. var dope = parseFloat(document.getElementById('pct_balance').value);
  25.  
  26. function getR(minz, maxz) {
  27. minz = Math.ceil(minz);
  28. maxz = Math.floor(maxz);
  29. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  30.  
  31. function dobet() {
  32. console.clear();
  33. document.getElementById('pct_chance').value = 49.5;
  34. document.getElementById('pct_payout').value = 2;
  35. doper = document.getElementById('pct_balance').value;
  36. if (doper>jitix) {
  37. dope = dope+(parseFloat(joe));
  38. jitix = parseFloat(doper);
  39. }
  40. if (doper<jitix) {
  41. dope = dope-(parseFloat(joe));
  42. jitix = parseFloat(doper);
  43. }
  44. if (nucance==null) {
  45. nucance = (parseFloat(joe));
  46. }
  47. if (dope>(have+(joe*upper))) {
  48. nucance = joe*2;
  49. joe = joe*2;
  50. upper = 4.9;
  51. darn = 4.9;
  52. have = parseFloat(dope);
  53. }
  54. if (dope<(have-(joe*darn))) {
  55. upper = 4.9;
  56. darn = 4.9;
  57. nucance = joe*2;
  58. joe = joe*2;
  59. pok = 0;
  60. have = parseFloat(dope);
  61. }
  62. if ((dope>=(jotox+pok))&&(nucance>=(snow*8))&&(dope<(jotox+(((Math.floor((dope-jotox)/rupt))*rupt)+crud)))) {
  63. have = jotox+((Math.floor((dope-jotox)/rupt))*rupt);
  64. jotox = jotox+((Math.floor((dope-jotox)/rupt))*rupt);
  65. snow = (((parseFloat(dope))/50000).toFixed(8));
  66. rupt = (snow*10);
  67. crud = (snow*6.9);
  68. upper = 6.9;
  69. darn = 2.9;
  70. donce = false;
  71. nucance = snow;
  72. joe = snow;
  73. pok = rupt;
  74. }
  75. if ((dope>=(jotox+pok))&&(nucance>=(snow*8))&&(dope>(jotox+(((Math.floor((dope-jotox)/rupt))*rupt)+crud)))) {
  76. have = jotox+((Math.floor((dope-jotox)/rupt))*rupt);
  77. jotox = jotox+((Math.floor((dope-jotox)/rupt))*rupt);
  78. snow = (((parseFloat(dope))/50000).toFixed(8));
  79. rupt = (snow*10);
  80. crud = (snow*6.9);
  81. donce = false;
  82. upper = 4.9;
  83. darn = 4.9;
  84. nucance = snow*2;
  85. joe = snow*2;
  86. pok = rupt;
  87. }
  88. if ((dope>target) ||(nucance>dope)){
  89. return;
  90. }
  91. if (dope>wild) {
  92. wild = parseFloat(dope);
  93. }
  94. if (dope<min) {
  95. min = parseFloat(dope);
  96. }
  97. var freak = ((dope-olderest).toFixed(8));
  98. console.log("balance made");
  99. console.log(freak);
  100. console.log("biggest balance");
  101. console.log((parseFloat(wild)).toFixed(8));
  102. console.log("lowest balance");
  103. console.log((parseFloat(min)).toFixed(8));
  104. parseFloat(document.getElementById('pct_bet').value = ((nucance*1).toFixed(8)));
  105. parseFloat(document.getElementById('pct_profit').value = ((nucance*1).toFixed(8)));
  106. $('#a_lo').click();
  107. }
  108. setInterval(() => dobet(), 8);
Add Comment
Please, Sign In to add comment