This script automates interactions with the Crestal platform, including session initiation, authentication, quest completion, and referral code claiming. It is designed to be user-friendly and compatible with all major operating systems (Linux, macOS, and Windows).
- Automated Session Management: Initiates and manages sessions with exponential backoff for retries.
- Secure Authentication: Uses Ethereum wallets for secure authentication.
- Quest Automation: Automatically retrieves and completes quests.
- Referral Code Claiming: Automatically claims referral codes.
- User-Friendly Logging: Colorful and informative logging for a user-friendly experience.
- Python 3.10 or higher
- Required Python packages (listed in
requirements.txt
)
-
Clone the repository:
git clone https://github.com/0xsya/crestal.git cd crestal
-
Create a virtual environment:
- Windows:
python -m venv venv
- Linux/macOS:
python3 -m venv venv
- Windows:
-
Activate the virtual environment:
- Windows:
venv\Scripts\activate
- Linux/macOS:
source venv/bin/activate
- Windows:
-
Install the required packages:
pip install -r requirements.txt
- Create and populate the necessary files:
privatekeys.txt
: List of private keys, one per line.ua.txt
: JSON file containing User-Agent strings.session_data.json
: JSON file to store session data.code.txt
: List of referral codes, one per line.
-
Run the script:
- Windows:
python main.py
- Linux/macOS:
python3 main.py
-
Follow the on-screen instructions.
This project is licensed under the MIT License.
This script is intended for educational purposes only. The use of this script is at your own risk. The authors are not responsible for any misuse or damage caused by this script. By using this script, you agree to comply with all applicable laws and regulations.
Script ini mengotomatisasi interaksi dengan platform Crestal, termasuk inisiasi sesi, autentikasi, penyelesaian quest, dan klaim kode referral. Script ini dirancang agar mudah digunakan dan kompatibel dengan semua sistem operasi utama (Linux, macOS, dan Windows).
- Manajemen Sesi Otomatis: Menginisiasi dan mengelola sesi dengan backoff eksponensial untuk percobaan ulang.
- Autentikasi Aman: Menggunakan dompet Ethereum untuk autentikasi yang aman.
- Otomatisasi Quest: Secara otomatis mengambil dan menyelesaikan quest.
- Klaim Kode Referral: Secara otomatis mengklaim kode referral.
- Logging Ramah Pengguna: Logging berwarna dan informatif untuk pengalaman pengguna yang ramah.
- Python 3.10 atau lebih tinggi
- Paket Python yang diperlukan (tercantum di
requirements.txt
)
-
Clone repositori:
git clone https://github.com/0xsya/crestal.git cd crestal
-
Buat virtual environment:
- Windows:
python -m venv venv
- Linux/macOS:
python3 -m venv venv
- Windows:
-
Aktifkan virtual environment:
- Windows:
venv\Scripts\activate
- Linux/macOS:
source venv/bin/activate
- Windows:
-
Install paket yang diperlukan:
pip install -r requirements.txt
- Buat dan isi file yang diperlukan:
privatekeys.txt
: Daftar private key, satu per baris.ua.txt
: File JSON berisi string User-Agent.session_data.json
: File JSON untuk menyimpan data sesi.code.txt
: Daftar kode referral, satu per baris.
-
Run the script:
- Windows:
python main.py
- Linux/macOS:
python3 main.py
-
Ikuti instruksi di layar.
Proyek ini dilisensikan di bawah Lisensi MIT.
Script ini ditujukan hanya untuk tujuan pendidikan. Penggunaan script ini adalah risiko Anda sendiri. Penulis tidak bertanggung jawab atas penyalahgunaan atau kerusakan yang disebabkan oleh script ini. Dengan menggunakan script ini, Anda setuju untuk mematuhi semua hukum dan peraturan yang berlaku.