Advertisement
coinwalk

snowybot with compound

Apr 12th, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 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 bob = 0.000001;
  5. var basebet = bob;
  6. var oldbal = parseFloat(document.getElementById('pct_balance').value);
  7. var cript = bob;
  8. var god = (bob*3);
  9. var sin = 7;
  10. var joe = (bob*10);
  11. var target = 50000;
  12. var sev = true;
  13. var olderest = document.getElementById('pct_balance').value
  14. var balancey = parseFloat(document.getElementById('pct_balance').value);
  15. var have = parseFloat(document.getElementById('pct_balance').value);
  16. var v = parseFloat(document.getElementById('pct_balance').value);
  17. var teee = parseFloat(document.getElementById('pct_balance').value);
  18. var ian = parseFloat(document.getElementById('pct_balance').value);
  19. var mybet;
  20. var wild = document.getElementById('pct_balance').value;
  21. var min = document.getElementById('pct_balance').value;
  22. parseFloat(document.getElementById('pct_bet').value = bob);
  23. parseFloat(document.getElementById('pct_profit').value = bob);
  24.  
  25. function getR(minz, maxz) {
  26. minz = Math.ceil(minz);
  27. maxz = Math.floor(maxz);
  28. return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
  29. }
  30.  
  31. function dobet(){
  32. console.clear()
  33. var balancez = document.getElementById('pct_balance').value;
  34. balancey = document.getElementById('pct_balance').value;
  35. var stuit = document.getElementById('pct_bet').value;
  36. document.getElementById('pct_chance').value = 49.5;
  37. document.getElementById('pct_payout').value = 2;
  38. if (mybet==null) {
  39. mybet = stuit;
  40. }
  41. if (balancey<=(have-god)) {
  42. mybet = (stuit*2);
  43. cript = (stuit*2);
  44. god = (cript*3);
  45. joe = 0;
  46. sin = 6;
  47. have = parseFloat(balancez);
  48. }
  49. if (balancez>=(have+(cript*sin))) {
  50. mybet = (stuit*2);
  51. cript = (stuit*2);
  52. sin = 6;
  53. god = (stuit*5)
  54. sev = false;
  55. have = parseFloat(balancey);
  56. }
  57. if (balancey>=(ian+(joe))) {
  58. mybet = bob;
  59. cript = bob;
  60. god = (bob*3);
  61. sev = true;
  62. sin = 7;
  63. teee = (ian+joe);
  64. have = (ian+joe);
  65. ian = ian+joe;
  66. joe = (bob*10);
  67. }
  68. if (balancey>=(oldbal*10)) {
  69. bob = bob*10
  70. mybet = bob;
  71. cript = bob;
  72. god = (bob*3);
  73. sev = true;
  74. sin = 7;
  75. teee = (ian+joe);
  76. have = (ian+joe);
  77. ian = ian+joe;
  78. joe = (bob*10);
  79. oldbal = parseFloat(balancey);
  80. }
  81. if (balancez>=target) {
  82. //stop();
  83. return;
  84. }
  85. if (balancez>wild) {
  86. wild = parseFloat(balancez);
  87. }
  88. if (balancez<min) {
  89. min = parseFloat(balancez);
  90. }
  91. var freak = ((balancez-olderest).toFixed(8));
  92. console.log("balance made");
  93. console.log(freak);
  94. console.log("biggest balance");
  95. console.log(parseFloat(wild));
  96. console.log("lowest balance");
  97. console.log(parseFloat(min));
  98. parseFloat(document.getElementById('pct_bet').value = mybet);
  99. parseFloat(document.getElementById('pct_profit').value = mybet);
  100. $('#a_lo').click();
  101. }
  102. setInterval(() => dobet(), 1200);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement