Advertisement
coinwalk

Untitled

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