Advertisement
coinwalk

dole creator hell yeah!!!!!!!

May 6th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 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 = 7;
  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. god = (stuit*7);
  47. sin = 6;
  48. have = parseFloat(balancez);
  49. joe = true;
  50. }
  51. if (balancez>(have+(bob*sin))) {
  52. mybet = stuit*2;
  53. god = (stuit*7);
  54. sin = 9;
  55. have = (have+(bob*sin));
  56. }
  57. if ((balancez-teee)>(bob*10)) {
  58. mybet = bob;
  59. god = (bob*3);
  60. have = teee+((Math.floor(((balancez)-(teee))/(bob*10)).toPrecision(1))*(bob*10));
  61. teee = teee+((Math.floor(((balancez)-(teee))/(bob*10)).toPrecision(1))*(bob*10));
  62. joe = false;
  63. sin = 6;
  64. }
  65. if ((joe==true)&&(balancez>=teee)) {
  66. mybet = bob;
  67. god = (bob*3);
  68. have = teee;
  69. sin = 6;
  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