Advertisement
coinwalk

Untitled

Oct 11th, 2023
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var smmly = parseFloat(document.getElementById('pct_balance').value);
  2. var nudist = Number((smmly/800).toFixed(8));
  3. var malderhyde = nudist;
  4. var taget = 999
  5. var bolux = (nudist*7);
  6. var poopy = (nudist*4.5);
  7. var pooridge = (nudist*5.5);
  8. var shakendog = 0;
  9. var woman = ((Math.floor(smmly/bolux))*bolux);
  10. var makenbaby = ((Math.floor(smmly/bolux))*bolux);
  11. var lunch = ((Math.floor(smmly/bolux))*bolux);
  12. var foridge = 1;
  13. var zuggbe = ((malderhyde*1).toFixed(8));
  14. var bolance = smmly;
  15.  
  16. function get(){
  17. console.clear();
  18. bolance = document.getElementById('pct_balance').value;
  19. if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+pooridge))&&(bolance!=shakendog)&&(bolance<woman)) {
  20.     malderhyde = malderhyde*2;
  21.     foridge = 0;
  22.     shakendog = parseFloat(bolance);
  23. }
  24. if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+pooridge))&&(bolance!=shakendog)&&(bolance>woman)) {
  25.     malderhyde = malderhyde*2;
  26.     shakendog = parseFloat(bolance);
  27. }
  28. if ((bolance>=(woman+(bolux*foridge)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  29.     malderhyde = nudist;
  30.     shakendog = 0;
  31.     foridge = 1;
  32.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  33.     lunch = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  34. }
  35. if ((bolance<=(lunch-(bolux*50)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  36.     malderhyde = nudist;
  37.     shakendog = 0;
  38.     foridge = 0;
  39.     lunch = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  40. }
  41. if ((bolance>=(lunch+(bolux*4)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  42.     malderhyde = nudist;
  43.     shakendog = 0;
  44.     lunch = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  45. }
  46. if (bolance<(makenbaby-bolux)){
  47. woman = makenbaby;
  48. foridge = 0;
  49. }
  50. if (bolance>(makenbaby+(nudist*80)))
  51. makenbaby = parseFloat(bolance);
  52. }
  53.     if (bolance >= taget) {
  54.         console.log("winner winner chicken dinner");
  55.         return;
  56.     }
  57. zuggbe = ((malderhyde*1).toFixed(8));
  58. $('#pct_chance').val(49.5);
  59. $('#pct_bet').val(zuggbe);
  60. $('#a_lo').click();
  61. var dog = ((bolance-smmly).toFixed(8));
  62. console.log("profit");
  63. console.log(dog);
  64. setTimeout(() => get(), 1);
  65. }
  66. get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement