Advertisement
coinwalk

perfected error and this is crazy bot by snowy

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