Advertisement
coinwalk

dole

Apr 11th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. var bolank = document.getElementById('pct_balance').value;
  2. document.getElementById('pct_chance').value = 49.5;
  3. document.getElementById('pct_payout').value = 2;
  4. var patrick = 0.0001;
  5. var snow = patrick;
  6. var jim = (patrick*3);
  7. var ruth = (patrick*10);
  8. var shipt = 5000;
  9. var shallow = false;
  10. var quad = false;
  11. var mum = 7;
  12. var happy = parseFloat(document.getElementById('pct_balance').value);
  13. var grrr = parseFloat(document.getElementById('pct_balance').value);
  14. var wild = parseFloat(document.getElementById('pct_balance').value);
  15. var olderest = parseFloat(document.getElementById('pct_balance').value);
  16. var lol = parseFloat(document.getElementById('pct_balance').value);
  17. var emy = parseFloat(document.getElementById('pct_balance').value);
  18. var emily = parseFloat(document.getElementById('pct_balance').value);
  19. var sulin = parseFloat(document.getElementById('pct_balance').value);
  20. var james = parseFloat(document.getElementById('pct_balance').value);
  21. var daddy;
  22. parseFloat(document.getElementById('pct_bet').value = patrick);
  23. parseFloat(document.getElementById('pct_profit').value = patrick);
  24.  
  25. function ZZZZ(mini, maxi) {
  26. mini = Math.ceil(mini);
  27. maxi = Math.floor(maxi);
  28. return Math.floor(Math.random() * (maxi - mini + 1)) + mini;
  29. }
  30.  
  31. function funk(){
  32. console.clear();
  33. var kind = (document.getElementById('pct_balance').value);
  34. happy = (document.getElementById('pct_balance').value);
  35. var kit = (document.getElementById('pct_bet').value);
  36. document.getElementById('pct_chance').value = 49.5;
  37. document.getElementById('pct_payout').value = 2;
  38. if (daddy==null) {
  39. daddy = kit;
  40. }
  41. if (happy>=(emy+(snow*7))){
  42. snow = kit*2;
  43. emy = parseFloat(happy);
  44. daddy = kit*2;
  45. }
  46. if (kind<=(emily-(jim))){
  47. snow = kit*2;
  48. jim = (snow*3);
  49. ruth = 0;
  50. emy = parseFloat(happy);
  51. emily = parseFloat(happy);
  52. daddy = kit*2;
  53. }
  54. if (happy>=(james+ruth)){
  55. snow = patrick;
  56. emy = (james+ruth);
  57. emily = (james+ruth);
  58. jim = (patrick*3);
  59. james = (james+ruth);
  60. ruth = (patrick*10);
  61. daddy = patrick;
  62. }
  63. if (happy>=shipt) {
  64. return;
  65. }
  66. if (happy>wild){
  67. wild = parseFloat(happy);
  68. }
  69. if (happy<grrr) {
  70. grrr = parseFloat(happy);
  71. }
  72. var freak = ((happy-olderest).toFixed(8));
  73. console.log("balance made");
  74. console.log(freak);
  75. console.log("biggest balance");
  76. console.log(parseFloat(wild));
  77. console.log("lowest balance");
  78. console.log(parseFloat(grrr));
  79. document.getElementById('pct_bet').value = daddy;
  80. document.getElementById('pct_profit').value = daddy;
  81. document.getElementById('a_lo').click();
  82. }
  83. setInterval(() =>funk(), (ZZZZ(80,10)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement