A simple and lightweight WhatsApp bot script built for fast implementation. Its primary functions include downloading content from social media, basic group management features, and other essential utility operations directly through WhatsApp.
🏷️ Price : Rp. 150.000 / $20.80
Special Features & Benefit :
- Auto Download
- Chatbot + Logic (Supp. Audio, Image, Video, etc)
- 30+ Mini Games
- RPG (Tournament, Battle Pet, Clan, etc)
- Leveling & Roles
- Captcha Verification
- Email Verification
- Send Email
- Cloud Storage
- Menfess w/ Session
- Store Plugin (Product)
- Bot Hosting (Jadibot Auto Reconnect)
- Mistery Box
- Scheduler Message (Reminder)
- Scheduler Ad Message
- Plugin Model (ESM)
- 700+ Commands Available
- Clean Code
- High Optimation
- Free Updates
- Bonus ApiKey 100K Request (for 1 year)
Note
Product link for more information and if you want to buy https://shop.neoxr.eu/product/TCnb / Wildan Izzuin / Channel
- NodeJS >= 20 (Recommended v20.18.1)
- FFMPEG
- Server vCPU/RAM 1/1GB (Min)
- NAT VPS Hostdata (Recommended)
- Hosting Panel The Hoster
- VPS OVH Hosting
- PostgreSQL Supabase ~ Setup Tutorial (Recommended)
- PostgreSQL Cockroach (Recommended)
- PostgreSQL Aiven ~ Remove
?sslmode=required - MySQL Aiven
- MongoDB MongoDB ~ Setup Tutorial (Recommended)
Configuration of this script consists of two files: config.json and .env.
{
"owner": "6285xxxxxxxx",
"owner_name": "Wildan Izzudin",
"database": "data",
"limit": 15, // Usage limit (default: 15)
"ram_limit": "900mb",
"max_upload": 50, // File size limit for premium users (default: 50mb)
"max_upload_free": 25, // File size limit for free users (default: 25mb)
"cooldown": 3, // Anti-spam hold (default: 3s)
"timer": 180000,
"timeout": 1800000,
"permanent_threshold": 3,
"notify_threshold": 4,
"banned_threshold": 5,
"blocks": ["994", "91", "92"],
"evaluate_chars": ["=>", "~>", "<", ">", "$"],
"pairing": {
"state": true, // Set to "true" if you want to use the pairing code dan "false" to use scan qr
"number": 6285xxxxxxxx, // Your bot number
"code": "NEOXRBOT" // Custom pairing code
}
}### Neoxr API : https://api.neoxr.my.id
API_KEY = ''
### Database (Mongo, PostgreSQL, MySQL) — leave empty for local (JSON)
DATABASE_URL = ''
### Timezone (Important)
TZ = 'Asia/Jakarta'Make sure the configuration and server meet the requirements so that there are no problems during installation or when this bot is running, type this on your console (linux) :
$ bash install.sh
to run in it, type this :
$ pm2 start pm2.config.cjs && pm2 logs neoxr
Note
I don't know how to use Windows bacause I'm Linux user, so I didn't create files for installation on Windows :v
$ sudo apt update -y && sudo apt install curl -y
$ curl -fsSL https://get.docker.com | bash
$ git clone https://github.com/neoxr/neoxr-bot
$ cd neoxr-bot
$ docker build -t bot .
$ docker run -d --name neoxr bot && docker logs -f neoxrHow to stop ?
$ docker stop neoxrImportant
Check this repository regularly to get updates because the progress base is not 100% yet (this is just a base or beta test), if you find an error please make an issue. Thanks.