Advertisement
coinwalk

new snowybot

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