Advertisement
coinwalk

testing phase 1

Apr 18th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 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 (balancey<=(have-god)) {
  42. mybet = (stuit*2);
  43. cript = (stuit*2);
  44. god = (stuit*5);
  45. have = parseFloat(balancez);
  46. stiff = true;
  47. joe = true;
  48. }
  49. if ((balancez>=(have+(cript*6)))&&(stiff==true)) {
  50. mybet = (stuit*2);
  51. cript = (stuit*2);
  52. god = (stuit*5);
  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*5);
  60. have = parseFloat(balancez);
  61. }
  62. if ((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))==1) {
  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 = true;
  70. joe = false;
  71. }
  72. if ((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))>1) {
  73. mybet = bob;
  74. cript = bob;
  75. god = (bob*3);
  76. joe = false;
  77. have = (ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10)));
  78. ian = ian+((Math.floor((balancez-ian)/(bob*10)).toPrecision(1))*(bob*10));
  79. stiff = true;
  80. joe = false;
  81. }
  82. if (((balancez-ian)<=(bob*5))&&(joe==true)&&((balancez-ian)>=0)){
  83. mybet = bob;
  84. cript = bob;
  85. god = (bob*3);
  86. have = ian;
  87. joe = false;
  88. stiff = false;
  89. }
  90. if (balancez>=target) {
  91. //stop();
  92. return;
  93. }
  94. if (balancez>wild) {
  95. wild = parseFloat(balancez);
  96. }
  97. if (balancez<min) {
  98. min = parseFloat(balancez);
  99. }
  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);
  108. parseFloat(document.getElementById('pct_profit').value = mybet);
  109. $('#a_lo').click();
  110. }
  111. setInterval(() => dobet(), 80);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement