Advertisement
coinwalk

supersnowzy did it he thinks maybe

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