Advertisement
coinwalk

Untitled

Apr 5th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 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.00001;
  5. var snow = patrick;
  6. var jim = (patrick*3);
  7. var ruth = (patrick*10);
  8. var mum = 7;
  9. var shipt = true;
  10. var lol = parseFloat(document.getElementById('pct_balance').value);
  11. var emy = parseFloat(document.getElementById('pct_balance').value);
  12. var emily = parseFloat(document.getElementById('pct_balance').value);
  13. var sulin = parseFloat(document.getElementById('pct_balance').value);
  14. var james = parseFloat(document.getElementById('pct_balance').value);
  15. var daddy;
  16. parseFloat(document.getElementById('pct_bet').value = patrick);
  17. parseFloat(document.getElementById('pct_profit').value = patrick);
  18.  
  19. function ZZZZ(mini, maxi) {
  20. mini = Math.ceil(mini);
  21. maxi = Math.floor(maxi);
  22. return Math.floor(Math.random() * (maxi - mini + 1)) + mini;
  23. }
  24.  
  25. function funk(){
  26. var happy = (document.getElementById('pct_balance').value);
  27. var kit = (document.getElementById('pct_bet').value);
  28. document.getElementById('pct_chance').value = 49.5;
  29. document.getElementById('pct_payout').value = 2;
  30. if (daddy==null) {
  31. daddy = kit;
  32. }
  33. if (happy<=(emily-(jim))){
  34. snow = (kit*2);
  35. jim = (snow*5);
  36. mum = 6;
  37. ruth = 0;
  38. shipt = false;
  39. emily = parseFloat(happy);
  40. daddy = (kit*2);
  41. }
  42. if (happy>=(emily+(snow*7))){
  43. snow = (kit*2);
  44. jim = (snow*3);
  45. daddy = (kit*2);
  46. emily = parseFloat(happy);
  47. }
  48. if (happy>=(james+ruth)){
  49. snow = patrick;
  50. jim = (patrick*3);
  51. emily = (james+ruth);
  52. james = (james+ruth);
  53. ruth = (patrick*10);
  54. daddy = patrick;
  55. }
  56. if (happy>=2000) {
  57. return;
  58. }
  59. document.getElementById('pct_bet').value = daddy;
  60. document.getElementById('pct_profit').value = daddy;
  61. document.getElementById('a_lo').click();
  62. }
  63. setInterval(() =>funk(), (ZZZZ(8,10)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement