Advertisement
coinwalk

snowybot good

Oct 7th, 2023
1,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var smiley = parseFloat(document.getElementById('pct_balance').value);
  2. var nudle = Number((smiley/8000).toFixed(8));
  3. var chan = 9.9;
  4. var paymout = (99/chan);
  5. var blert = nudle;
  6. var taget = smiley;
  7. var teget =100000;
  8. var lemon = (nudle*50);
  9. var burger = (nudle*34.5);
  10. var blueberry = ((Math.floor(smiley/lemon))*lemon);
  11. var blackberry = ((Math.floor(smiley/lemon))*lemon);
  12. var strawberry = ((Math.floor(smiley/lemon))*lemon);
  13. var fart = 1;
  14. var razzle = ((blert*1).toFixed(8));
  15. var bolance = smiley;
  16. var passion = true;
  17. var oniq = 34.5;
  18. var uniq = 14.5;
  19.  
  20. function get(){
  21. console.clear();
  22. bolance = document.getElementById('pct_balance').value;
  23. if (bolance>(blackberry+(blert*oniq))) {
  24.     uniq = 24.5;
  25.     oniq = 24.5;
  26.     blert = blert*2;
  27.     blackberry = parseFloat(bolance);
  28. }
  29. if (bolance<=(blackberry-(blert*uniq))){
  30.     blert = blert*2;
  31.     uniq = 24.5;
  32.     oniq = 24.5;
  33.     fart = 0;
  34.     blackberry = parseFloat(bolance);
  35. }
  36. if (bolance<(strawberry-lemon)){
  37. blueberry = parseFloat(strawberry);
  38. }
  39. if ((bolance>=(blueberry+(lemon*fart)))&&(bolance<(((Math.floor(bolance/lemon))*lemon)+burger))) {
  40.     blert = nudle;
  41.     oniq = 34.5;
  42.     uniq = 14.5;
  43.     fart = 1;
  44.     blackberry = ((Math.floor((parseFloat(bolance))/lemon))*lemon);
  45.     blueberry = ((Math.floor((parseFloat(bolance))/lemon))*lemon);
  46. }
  47. if (bolance>=(strawberry+(nudle*8000))){  
  48.     blert = nudle;
  49.     oniq = 34.5;
  50.     uniq = 14.5;
  51.     fart = 1;
  52.     blackberry = ((Math.floor((parseFloat(bolance))/lemon))*lemon);
  53.     blueberry = ((Math.floor((parseFloat(bolance))/lemon))*lemon);
  54.     strawberry = ((Math.floor((parseFloat(bolance))/lemon))*lemon);
  55. }
  56.     if (bolance>=teget) {
  57.         console.log("winner winner chicken dinner");
  58.         return;
  59.     }
  60. razzle = (blert*1).toFixed(8);
  61. $('#pct_chance').val(chan);
  62. $('#pct_payout').val(paymout);
  63. $('#pct_bet').val(razzle);
  64. $('#a_lo').click();
  65. var good = ((bolance-smiley).toFixed(8));
  66. console.log("profit");
  67. console.log(good);
  68. setTimeout(() => get(), 1);
  69. }
  70. get();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement