Advertisement
coinwalk

trial

Apr 18th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 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. Math.fmod = function (a,b) { return Number((a - (Math.floor(a / b) * b)).toPrecision(8)); }
  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 (balancez<=(have-god)) {
  42. mybet = (stuit*2);
  43. cript = (stuit*2);
  44. god = (stuit*8);
  45. have = parseFloat(balancez);
  46. stiff = false;
  47. joe = true;
  48. }
  49. if ((balancez>=(have+(cript*6)))&&(stiff==true)) {
  50. mybet = (stuit*2);
  51. cript = (stuit*2);
  52. god = (stuit*8);
  53. have = parseFloat(balancez);
  54. stiff = false;
  55. }
  56. if ((balancez>=(have+(cript*7)))&&(stiff==false)) {
  57. mybet = (stuit*2);
  58. cript = (stuit*2);
  59. god = (stuit*8);
  60. have = parseFloat(balancez);
  61. stiff = true;
  62. }
  63. if ((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))==1) {
  64. mybet = bob;
  65. cript = bob;
  66. god = (bob*3);
  67. joe = false;
  68. have = (ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10)));
  69. ian = ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10));
  70. stiff = true;
  71. joe = false;
  72. }
  73. if ((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))>1) {
  74. mybet = bob;
  75. cript = bob;
  76. god = (bob*3);
  77. joe = false;
  78. have = (ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10)));
  79. ian = ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10));
  80. stiff = false;
  81. joe = false;
  82. }
  83. if (((balancez-ian)<=(bob*5))&&(joe==true)&&((balancey-ian)>=0)){
  84. mybet = bob;
  85. cript = bob;
  86. god = (bob*3);
  87. have = ian;
  88. joe = false;
  89. stiff = false;
  90. }
  91. if (balancez>=target) {
  92. //stop();
  93. return;
  94. }
  95. if (balancez>wild) {
  96. wild = parseFloat(balancez);
  97. }
  98. if (balancez<min) {
  99. min = parseFloat(balancez);
  100. }
  101. var freak = ((balancez-olderest).toFixed(8));
  102. console.log("balance made");
  103. console.log(freak);
  104. console.log("biggest balance");
  105. console.log(parseFloat(wild));
  106. console.log("lowest balance");
  107. console.log(parseFloat(min));
  108. parseFloat(document.getElementById('pct_bet').value = mybet);
  109. parseFloat(document.getElementById('pct_profit').value = mybet);
  110. $('#a_lo').click();
  111. }
  112. setInterval(() => dobet(), 80);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement