Advertisement
coinwalk

snowybot jd browser console

Jan 4th, 2023
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 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 run = 10000;
  5. var domination = (run/20);
  6. var snow = ((belance/run).toFixed(8));
  7. var joe = snow;
  8. var target = 5000;
  9. var nucance;
  10. var upper = 6.9;
  11. var darn = 2.9;
  12. var rupt = (snow*10);
  13. var jitix = parseFloat(document.getElementById('pct_balance').value);
  14. var jotox = parseFloat(document.getElementById('pct_balance').value);
  15. var have = parseFloat(document.getElementById('pct_balance').value);
  16. var pip = parseFloat(document.getElementById('pct_balance').value);
  17. var min = parseFloat(document.getElementById('pct_balance').value);
  18. var wild = parseFloat(document.getElementById('pct_balance').value);
  19. var olderest = parseFloat(document.getElementById('pct_balance').value);
  20. var dope = parseFloat(document.getElementById('pct_balance').value);
  21.  
  22.  
  23. function dobet() {
  24. console.clear();
  25. document.getElementById('pct_chance').value = 49.5;
  26. document.getElementById('pct_payout').value = 2;
  27. dope = document.getElementById('pct_balance').value;
  28. if (nucance==null) {
  29. nucance = (parseFloat(joe));
  30. }
  31. if (dope>(have+(joe*upper))) {
  32. nucance = joe*2;
  33. joe = joe*2;
  34. upper = 4.9;
  35. darn = 4.9;
  36. have = parseFloat(dope);
  37. }
  38. if ((dope>jotox)&&(nucance>=(jitix/domination))) {
  39. upper = 6.9;
  40. darn = 2.9;
  41. nucance = snow;
  42. joe = snow;
  43. have = jotox+((Math.floor((dope-jotox)/rupt))*rupt);
  44. pip = jotox+((Math.floor((dope-jotox)/rupt))*rupt);
  45. jotox = jotox+((Math.floor((dope-jotox)/rupt))*rupt);
  46. }
  47. if (dope<(pip-(joe*darn))) {
  48. nucance = joe*2;
  49. joe = joe*2;
  50. upper = 2.9;
  51. darn = 4.9;
  52. pip = parseFloat(dope);
  53. have = parseFloat(dope);
  54. }
  55. if (dope>target) {
  56. return;
  57. }
  58. if (dope>wild) {
  59. wild = parseFloat(dope);
  60. }
  61. if (dope<min) {
  62. min = parseFloat(dope);
  63. }
  64. var freak = ((dope-olderest).toFixed(8));
  65. console.log("balance made");
  66. console.log(freak);
  67. console.log("biggest balance");
  68. console.log((parseFloat(wild)).toFixed(8));
  69. console.log("lowest balance");
  70. console.log((parseFloat(min)).toFixed(8));
  71. parseFloat(document.getElementById('pct_bet').value = ((nucance*1).toFixed(8)));
  72. parseFloat(document.getElementById('pct_profit').value = ((nucance*1).toFixed(8)));
  73. $('#a_lo').click();
  74. }
  75. setInterval(() => dobet(), 8);
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement