This repository was archived by the owner on Mar 6, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
For suggestions and questions, write in the tg channel
License
NotificationsYou must be signed in to change notification settings
TOR968/Y-Nation_Bot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
✅ | Feature |
---|---|
✅ | Daily rewards automation |
✅ | Boost start automation |
✅ | Multiple account support |
✅ | Proxy support (SOCKS/HTTP) |
✅ | Quest automation |
✅ | Lesson automation |
✅ | User-Agent rotation |
✅ | Scheduled runs |
✅ | Auto email generation |
✅ | Auto email verification |
For suggestions or to report a bug, please contacttelegram
Clone the repository:
git clone https://github.com/TOR968/Y-Nation_Bot.gitcd Y-Nation_Bot
Install dependencies:
npm install
Configure your accounts in
data.txt
:account_1_tgInitDataaccount_2_tgInitDataaccount_3_tgInitData
(Optional) Add proxies to
proxy.txt
:http://user:pass@host:porthttps://user:pass@host:portsocks4://user:pass@host:portsocks5://user:pass@host:port
Adjust settings in
config.json
:{"tasksToSkip": ["Task 1","Task 2"],// List of tasks to skip. Tasks that can only be performed manually"autoEmailVerification":true// If set to (true), email will be automatically generated and verified. The link to the email can be found in the `emails.txt` file. If set to (false), the task with email verification will be skipped}
- Open the game in Telegram or Browser
- Open Developer Tools (F12)
- Go to Application tab
- Look for the
tgWebAppData
parameter - Copy the entire value and paste it in
data.txt
Run the bot with:
node index.js
This bot is for educational purposes only. Use at your own risk and responsibility.
This project is licensed under the MIT License - see theLICENSE file for details.
About
For suggestions and questions, write in the tg channel