Advertisement
coinwalk

update jd dole maker

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