Advertisement
coinwalk

lastest snowybot

Mar 18th, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. var belance = document.getElementById('pct_balance').value;
  2. document.getElementById('pct_chance').value = 49.5;
  3. document.getElementById('pct_payout').value = 2;
  4. var sternman = ((belance/100000).tofixed(8));
  5. var fruck = sternman;
  6. var dope = (sternman*3);
  7. var dole = 6;
  8. var joe = (sternman*10);
  9. var targe = 50000;
  10. var sevrr = true;
  11. var farg = true;
  12. var frogger = false;
  13. var nounce = 0;
  14. var bull = 7;
  15. var olderest = document.getElementById('pct_balance').value;
  16. var foul = parseFloat(document.getElementById('pct_balance').value);
  17. var sutten = parseFloat(document.getElementById('pct_balance').value);
  18. var older = parseFloat(document.getElementById('pct_balance').value);
  19. var smartarse = parseFloat(document.getElementById('pct_balance').value);
  20. var freman = parseFloat(document.getElementById('pct_balance').value);
  21. var ian = parseFloat(document.getElementById('pct_balance').value);
  22. var wild = document.getElementById('pct_balance').value;
  23. var grrr = document.getElementById('pct_balance').value;
  24. var nextbe;
  25. parseFloat(document.getElementById('pct_bet').value = sternman);
  26. parseFloat(document.getElementById('pct_profit').value = sternman);
  27.  
  28. function dobet(){
  29. console.clear();
  30. foul = document.getElementById('pct_balance').value;
  31. var kite = document.getElementById('pct_bet').value;
  32. document.getElementById('pct_chance').value = 49.5;
  33. document.getElementById('pct_payout').value = 2;
  34. if (nextbe==null) {
  35. nextbe = kite;
  36. }
  37. if ((foul<=(freman-dope))&&(sevrr==true)) {
  38. nextbe = kite*2;
  39. fruck = nextbe;
  40. sevrr = false;
  41. joe = 0;
  42. dope = (fruck*3);
  43. sutten = parseFloat(foul);
  44. freman = parseFloat(foul);
  45. }
  46. if ((foul<=(freman-dope))&&(sevrr==false)) {
  47. nextbe = kite/2;
  48. fruck = nextbe;
  49. dope = (fruck*4);
  50. sevrr = true;
  51. joe = 0;
  52. sutten = parseFloat(foul);
  53. freman = parseFloat(foul);
  54. }
  55. if (foul>=(sutten+(fruck*6))) {
  56. nextbe = kite*2;
  57. fruck = nextbe;
  58. sevrr==false
  59. dope = (fruck*3);
  60. freman = parseFloat(foul);
  61. sutten = parseFloat(foul);
  62. }
  63. if (foul>=(ian+joe)) {
  64. sternman = (((parseFloat(foul))/100000).tofixed(8));
  65. nextbe = sternman;
  66. fruck = sternman;
  67. dope = (sternman*3)
  68. sevrr = true;
  69. farg = true;
  70. freman = (ian+joe);
  71. sutten = (ian+joe);
  72. ian =(ian+joe);
  73. joe = (sternman*10);
  74. }
  75. if (foul>=targe) {
  76. return;
  77. }
  78. if (foul>wild) {
  79. wild = parseFloat(foul);
  80. }
  81. if (foul<grrr) {
  82. grrr = parseFloat(foul);
  83. }
  84. var freak = ((foul-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. parseFloat(document.getElementById('pct_bet').value = (((nextbe*2)-nextbe).toFixed(8)));
  92. parseFloat(document.getElementById('pct_profit').value = (((nextbe*2)-nextbe).toFixed(8)));
  93. $('#a_lo').click();
  94. }
  95. setInterval(() => dobet(), 800);
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement