Advertisement
coinwalk

Untitled

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