Advertisement
coinwalk

Untitled

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