Advertisement
coinwalk

emanuel snowybot

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