Menggunakan script ini berarti memahami segala risiko yang mungkin terjadi.
Thanks clwkevin! for wallet database 💙
✅ Auto Transfer Custom Token
✅ Auto Transfer TEA Native Token
✅ Batas maksimal transaksi 98-150 kali/hari
✅ Auto pause & restart otomatis jam 00:00 UTC / 07:00 WIB
✅ Delay random antar transaksi untuk keamanan & anti-bot detection
✅ Alamat tujuan otomatis diambil dari sumber eksternal
✅ Jumlah token yang dikirim bersifat acak
✅ Support multi wallet dan multi CA
✅ Notifikasi via Telegram Bot (optional)
Sebelum menjalankan script, pastikan sudah terinstal:
- Node.js v18+ ✅
- NPM ✅
- Wallet dengan Faucet TEA ✅
- Wallet yang sudah deploy token ✅
1️⃣ Clone repository
git clone https://github.com/adryan089/aet-auto.git
cd aet-auto2️⃣ Install dependencies
npm install3️⃣ Konfigurasi Wallet
cp wallets.json.examples wallets.jsonLalu edit file wallets.json dan isi dengan data wallet dan token lo:
Contoh single wallet:
[
{
"PRIVATE_KEY": "privatekeylu",
"TOKEN_ADDRESS": "CA Tokenlu"
}
]Contoh multi wallet:
[
{
"PRIVATE_KEY": "privatekey1",
"TOKEN_ADDRESS": "CA Token wallet 1"
},
{
"PRIVATE_KEY": "privatekey2",
"TOKEN_ADDRESS": "CA Token wallet 2"
}
// dst...
]4️⃣ Konfigurasi Telegram Bot (Opsional)
Untuk mendapatkan notifikasi otomatis via Telegram:
- Buat bot baru di @BotFather dan salin token-nya.
- Dapatkan
chat_iddari user atau grup tujuan, bisa pakai bot seperti @userinfobot. - Buat file baru bernama
.envlalu isi dengan :
BOT_TOKEN=token bot lo
CHAT_ID=chat id lo- Simpan file tersebut di root folder project.
Jika file .env tidak ditemukan, script tetap jalan tapi tanpa notifikasi.
node main.jsDistribusi proyek ini menggunakan lisensi MIT License.
MIT License
Copyright (c) 2025 Skydash.NET
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.