Advertisement
coinwalk

update

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