Advertisement
coinwalk

jd snowybot

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