Advertisement
coinwalk

wow hey

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