Advertisement
coinwalk

Untitled

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