A powerful, multi-feature WhatsApp bot built with Baileys. Economy system, games, reactions, AI, downloads, and more — all in one bot.
- Economy System — Wallet, bank, orbs, daily rewards, rob, gamble, fish, dig
- Card Collection — Anime & Pokémon card spawning, catching, trading, battles
- Games — Tic Tac Toe, Chess (canvas), Word Guess, Truth or Dare
- Reactions — 27+ anime GIF reactions (kiss, hug, slap, pat, cuddle, etc.)
- Downloads — YouTube (video/audio), Instagram, Facebook, TikTok
- AI — GPT chat, image generation
- Group Management — Tag all, antilink, mute, kick, promote, demote
- Stickers & QC — Quote sticker maker, image to sticker
- Honor Board — Rank players by wealth, cards, and training
- Deploy Guide — Built-in deployment instructions for all platforms
- Node.js 18+ — https://nodejs.org/
- Git — https://git-scm.com/
- FFmpeg — https://ffmpeg.org/
- yt-dlp — https://github.com/yt-dlp/yt-dlp
- A WhatsApp account (secondary recommended)
termux-wake-lock
pkg update && pkg upgrade -y
pkg install nodejs git ffmpeg python -y
pip install yt-dlp
pkg install chromium -y
git clone https://github.com/hanifssh/redskull.git
cd redskull
npm install
npx playwright install chromium
node index.jsnpm install -g pm2
pm2 start index.js --name redskull
pm2 savesudo apt update && sudo apt upgrade -y
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install nodejs git ffmpeg python3-pip chromium-browser -y
pip3 install yt-dlp
git clone https://github.com/hanifssh/redskull.git
cd redskull
npm install
npx playwright install chromium
node index.jssudo pacman -Syu
sudo pacman -S nodejs npm git ffmpeg yt-dlp chromium
git clone https://github.com/hanifssh/redskull.git
cd redskull
npm install
npx playwright install chromium
node index.jsgit clone https://github.com/hanifssh/redskull.git
cd redskull
docker build -t redskull .
docker run -d --name redskull --restart unless-stopped redskull- Click the button above
- Set config vars: PREFIX, MODE, OWNERS
- Deploy and connect via QR or pairing
Note: Heroku free tier is discontinued. Paid plan or student credits required.
- Click Deploy to Render
- Set environment variables in the dashboard
- Use Web Service type with start command: node index.js
- Click the button and sign in to Koyeb
- Configure environment variables
- Set run command to node index.js
- Deploy
Pull requests are welcome. For major changes, open an issue first to discuss what you'd like to change.
This bot is for educational purposes. Use responsibly. The developer is not responsible for any misuse or account bans.
MIT
Made with 🤍 by Hanif
