RedDead36
OP Binger
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2
800 XP
Method :
1. Open Telegram Web, and go to https://t.me/FacuetFatherBot?start=2 2. Press Faucet.
3. Open Console (Right Click > Inspect Element)
4. Script for pressing the faucet button every 30 seconds:
5. Keep the tab on and refer as many as you can!
1. Open Telegram Web, and go to https://t.me/FacuetFatherBot?start=2 2. Press Faucet.
3. Open Console (Right Click > Inspect Element)
4. Script for pressing the faucet button every 30 seconds:
Code:
function faucet()
{$('.reply_markup_button_wrap.reply_markup_button_w1').find('button').click();
}
setInterval(faucet, 30*1000);