AI Gaea Network BOT
Features
- Auto Get Account Information
- Auto Complete Available Mission
- Auto Send Ping Every 10 Minutes
- Multi Accounts With Threads
- Proxy support
Requiremnets
- Make sure you have Python3.9 or higher installed and pip.
Instalation
1. Clone The Repositories:
2. Install Requirements:
Configuration
Punta kayo sa dashboard ni AiGAEA tas F12 lang para mapunta sa inspect element tas punta kayu jan sa Application
- accounts.json: You will find the file
- proxy.txt: You will find the file
Run
Credits sa may ari, makikita nyunaman yan sa pag git clone
Use at your own risk, All risk are borne with the user.
- Register Here : You do not have permission to view the full content of this post. Log in or register now.
- Use Code: gaEXfn4rq59PWz
Features
- Auto Get Account Information
- Auto Complete Available Mission
- Auto Send Ping Every 10 Minutes
- Multi Accounts With Threads
- Proxy support
Requiremnets
- Make sure you have Python3.9 or higher installed and pip.
Instalation
1. Clone The Repositories:
Code:
git clone https://github.com/vonssy/AiGaea-BOT.git
Code:
cd AiGaea-BOT
2. Install Requirements:
Code:
pip install -r requirements.txt
Configuration
Punta kayo sa dashboard ni AiGAEA tas F12 lang para mapunta sa inspect element tas punta kayu jan sa Application
The First 8 Digits of Ur Browser ID And yang GAEA_TOKEN din
- accounts.json: You will find the file
accounts.json inside the project directory. Make sure accounts.json contains data that matches the format expected by the script. Here are examples of file formats:
Code:
[
{
"Browser_ID": "The first 8 digits of your browser_id 1",
"Token": "Your aigaea_bearer_token 1"
},
{
"Browser_ID": "The first 8 digits of your browser_id 2",
"Token": "Your aigaea_bearer_token 2"
}
]
// if gusto nyu isa lang is i remove nyulang yang pangalawa tas kita nyuyang sa una yang sa last part na may , remove nyulangyan and then okay na
- proxy.txt: You will find the file
proxy.txt inside the project directory. Make sure proxy.txt contains data that matches the format expected by the script. Here are examples of file formats:
Code:
ip:port # Default Protcol HTTP.
protocol://ip:port
protocol://user:pass@ip:port
Run
Code:
python bot.py #or python3 bot.py
Credits sa may ari, makikita nyunaman yan sa pag git clone
Use at your own risk, All risk are borne with the user.