🌟 Auto Complete Tasks on Cicada Preseason Campaign
➡️ Register at Cicada Preseason Campaign
⏰ Note: The campaign ends in 6 days. Hurry up!
git clone https://github.com/nguyenanh29/cicada-auto-bot.git
cd cicada-auto-botnpm install- Create a file called
accounts.jsonin the project directory:
[
{
"AUTH_TOKEN": "paste_your_token_1",
"COOKIES": "paste_your_cookies_1"
},
{
"AUTH_TOKEN": "paste_your_token_2",
"COOKIES": "paste_your_cookies_2"
}
]- Create a file called
proxy.txt(one proxy per line):
http://user:pass@ip:port
http://ip:port
npm startOr:
node index.js- Never share your
accounts.jsonorproxy.txt! They contain sensitive info. - Proxies are optional; if not present, the bot works without them.
This code is credited to Airdrop Insider Vikitoshi
MIT License – see LICENSE for details.

