Advertisement
coinwalk

ok fixed woooooooooooooooooooot wow snowymegabot

Dec 3rd, 2021
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 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 = 100000000000;
  5. var b = 0.001;
  6. var i = document.getElementById('pct_balance').value;
  7. var oldbal = document.getElementById('pct_balance').value;
  8. var oldb = document.getElementById('pct_balance').value;
  9. var f = true;
  10. var target = 500000;
  11. var olderest = document.getElementById('pct_balance').value
  12. var old = document.getElementById('pct_balance').value;
  13. var olde = document.getElementById('pct_balance').value;
  14. var older = document.getElementById('pct_balance').value;
  15. var oldt = document.getElementById('pct_balance').value;
  16. var nextbet;
  17. var r = true;
  18. var j = true;
  19. var nob = 0;
  20. var box = 6;
  21. var bim = (b*3);
  22. var wild = document.getElementById('pct_balance').value;
  23. var min =document.getElementById('pct_balance').value;
  24. parseFloat(document.getElementById('pct_bet').value = b);
  25. parseFloat(document.getElementById('pct_profit').value = b);
  26.  
  27.  
  28. function dobet(){
  29. console.clear()
  30. var balance = document.getElementById('pct_balance').value;
  31. var previousbet = document.getElementById('pct_bet').value;
  32. document.getElementById('pct_chance').value = 49.5;
  33. document.getElementById('pct_payout').value = 2;
  34. if (nextbet==null) {
  35. nextbet = previousbet;
  36. }
  37. if (balance>=(oldbal+(b*6))) {
  38. nextbet = b*2;
  39. }
  40. if (((balance<=(oldbal-bim))&&(balance>(oldbal-(b*9))))||((balance>=older)&&(r==false))) {
  41. nextbet = b*2;
  42. f = false;
  43. j = false;
  44. r = true;
  45. bim = (b*3);
  46. older = parseFloat(balance);
  47. }
  48. if ((balance<=(oldbal-(b*9)))||((balance>old)&&(f==false))&&(balance<(oldbal+(b*6)))){
  49. nextbet = b;
  50. f = true;
  51. r = false;
  52. j = true;
  53. bim = (b*3);
  54. oldbal = parseFloat(balance);
  55. }
  56. if (balance>=(old+(b*10))) {
  57. nextbet = b;
  58. bim = (b*4);
  59. r = true;
  60. f = true;
  61. j = true;
  62. older = parseFloat(balance);
  63. oldbal = parseFloat(balance);
  64. old = parseFloat(balance);
  65. }
  66. if (balance>=target) {
  67. //stop();
  68. return;
  69. }
  70. if (balance>wild) {
  71. wild = parseFloat(balance);
  72. }
  73. if (balance<min) {
  74. min = parseFloat(balance);
  75. }
  76. var freak = ((balance-olderest).toFixed(8));
  77. console.log("balance made");
  78. console.log(freak);
  79. console.log("biggest balance");
  80. console.log(parseFloat(wild));
  81. console.log("lowest balance");
  82. console.log(parseFloat(min));
  83. parseFloat(document.getElementById('pct_bet').value = (((nextbet*2)-nextbet).toFixed(8)));
  84. parseFloat(document.getElementById('pct_profit').value = (((nextbet*2)-nextbet).toFixed(8)))
  85. $('#a_lo').click();
  86. }
  87. setInterval(() => dobet(), 1200);
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement