Advertisement
coinwalk

mega bot snowybot just-dice

Dec 3rd, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 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 = 0.003;
  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+0.006)) {
  38. nextbet = b*2;
  39. }
  40. if ((balance<=(oldbal-bim))||((balance>older)&&(r==false))) {
  41. nextbet = b*2;
  42. f = false;
  43. r = true;
  44. older = parseFloat(balance);
  45. }
  46. if (balance<=(oldbal-0.009)) {
  47. nextbet = b;
  48. f = true;
  49. r = false
  50. bim = 0.004;
  51. oldbal = parseFloat(balance);
  52. old = parseFloat(balance);
  53. }
  54. if ((balance>=(old+0.01))||((balance>old)&&(f==false))) {
  55. nextbet = b;
  56. bim = 0.004;
  57. r = true;
  58. f = true;
  59. oldbal = parseFloat(balance);
  60. old = parseFloat(balance);
  61. }
  62. if (balance>=(olde+0.01)) {
  63. nextbet = b;
  64. bim = 0.004;
  65. r = true;
  66. f = true;
  67. oldbal = parseFloat(balance);
  68. old = parseFloat(balance);
  69. olde = parseFloat(balance);
  70. }
  71. if (balance>=target) {
  72. //stop();
  73. return;
  74. }
  75. if (balance>wild) {
  76. wild = parseFloat(balance);
  77. }
  78. if (balance<min) {
  79. min = parseFloat(balance);
  80. }
  81. var freak = ((balance-olderest).toFixed(8));
  82. console.log("balance made");
  83. console.log(freak);
  84. console.log("biggest balance");
  85. console.log(parseFloat(wild));
  86. console.log("lowest balance");
  87. console.log(parseFloat(min));
  88. parseFloat(document.getElementById('pct_bet').value = (((nextbet*2)-nextbet).toFixed(8)));
  89. parseFloat(document.getElementById('pct_profit').value = (((nextbet*2)-nextbet).toFixed(8)))
  90. $('#a_lo').click();
  91. }
  92. setInterval(() => dobet(), 1200);
  93.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement