coinwalk

snowybot fbtc

Oct 19th, 2023
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. var smiley = parseFloat(document.getElementById('balance').innerHTML);
  3. var junky = smiley;
  4. var bear = true;
  5. var nudie = Number((0.00000001).toFixed(8));
  6. var burp = nudie;
  7. var temple = (nudie*10);
  8. var something = temple;
  9. var dork = 8;
  10. var taget = 1000;
  11. var bolux = (nudie*10);
  12. var poopy = (nudie*6.5);
  13. var sexual = 0;
  14. var woman = ((Math.floor(smiley/bolux))*bolux);
  15. var weeman = ((Math.floor(smiley/bolux))*bolux);
  16. var fart = 1;
  17. var bolance = smiley;
  18. var zuggbe = ((burp*1).toFixed(8));
  19.  
  20.  
  21. function get(){
  22. bolance = document.getElementById('balance').innerHTML;
  23. if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+(poopy+nudie)))&&(bolance!=sexual)&&(bolance>=woman)){
  24.     burp = burp*2;
  25.     sexual = parseFloat(bolance);
  26. }
  27. if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+(poopy+nudie)))&&(bolance!=sexual)&&(bolance<woman)&&(fart<=1)){
  28.     burp = burp*2;
  29.     fart = 0;
  30.     sexual = parseFloat(bolance);
  31. }
  32. if ((bolance>(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+(poopy+nudie)))&&(bolance!=sexual)&&(bolance<woman)&&(fart!=1)){
  33.     burp = burp*2;
  34.     sexual = parseFloat(bolance);
  35. }
  36. if (((bolance-burp)<=(burp*dork))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  37.     burp = nudie;
  38.     fart = 3;
  39.     sexual = 0;
  40.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  41. }
  42. if (((smiley-burp)<=(burp*dork))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))) {
  43.     burp = nudie;
  44.     fart = 3;
  45.     sexual = 0;
  46.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  47. }
  48. if (bolance>weeman){
  49. weeman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  50. }
  51. if ((bolance>=(woman+(bolux*fart)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance>=weeman)) {
  52.     burp = nudie;
  53.     fart = 1;
  54.     sexual = 0;
  55.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  56. }
  57. if ((bolance>=(woman+(bolux*fart)))&&(bolance<(((Math.floor(bolance/bolux))*bolux)+poopy))&&(bolance<weeman)) {
  58.     burp = nudie;
  59.     fart = 3;
  60.     sexual = 0;
  61.     woman = ((Math.floor((parseFloat(bolance))/bolux))*bolux);
  62. }
  63. if (bolance>=(something+temple)){
  64. dork = dork+1;
  65. something = something+temple;
  66. }
  67.     if (bolance >= taget) {
  68.         console.log("winner winner chicken dinner");
  69.         return;
  70.     }
  71. zuggbe = ((burp*1).toFixed(8));
  72. if ((bolance==junky)&&(bear)){
  73. document.getElementById('double_your_btc_win_chance').value = 47.50;
  74. document.getElementById('double_your_btc_payout_multiplier').value = 2.00;
  75. parseFloat(document.getElementById('double_your_btc_stake').value = zuggbe);
  76. parseFloat(document.getElementById('win_amount').innerHTML = zuggbe);
  77. document.getElementById('double_your_btc_bet_lo_button').click();
  78. bear = false;
  79. }
  80. if ((bolance!=junky)&&(!bear)){
  81. junky = parseFloat(bolance);
  82. bear = true;
  83. }
  84. setTimeout(() => get(), 1);
  85. }
  86. get();
Add Comment
Please, Sign In to add comment