MULTI DEVICE WHATSAPP BOT JINWOO-V4 | STILL MANY HIDDEN COMMANDS
Jinwoo-v4 BY Malvin King ๐ฉต
Coming soon...
Simply set your number as BOT_NUMBER = '26379099XXX'
in either config.js
or .env
file, then deploy the bot.
A pairing code will be displayed in the terminal. Just scan it to connect.
โจ Features
- Autoreact: Bot reacts to all messages with random beautiful emojis.
- Stickers: Tons of custom stickers available.
- Downloader: Download videos, files, or images from various platforms.
- Games: Fun game commands available.
- Interactive Polls: Create โWould You Ratherโ polls with randomized options.
- Audio Editor: Edit and modify MP3s and voices easily.
- Image AI: Generate images and designs from text prompts using AI models.
- Reactions: Secret group reaction features.
Fork this repo and give it a โญ to support Malvin King!
- Sign up
- Deploy directly:
๐ฅ Tutorial for Panel Setup
- Sign up on Discord (via app or web)
- Watch the YouTube setup guide:
name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
๐ก About Jinwoo-v4
Jinwoo-v4 is a multi-functional WhatsApp bot designed for automatic reactions, status updates, motivational quotes, and music/media downloads. Built with the Baileys API, it aims to enhance user interaction with custom and automated responses. Whether you want fun interactions in a group, to download media from links, or to get motivational quotes, this bot does it all!
Key features include:
- Autoreact: If You enables, Bot Will Reats With Beautiful Random Emojis On All Messages In All Chats.
- Download Media (audio/video) from URLs
- Send Motivational Quotes in response to status updates
- Automatically Views Status Updates with emojis
- Create "Would You Rather" polls with shuffling answers
- Customizable Features: Easily tweak settings for different bots!
To get started with this project, follow the steps below:
- Clone the repository:
git clone https://github.com/XdKing2/Jinwoo-v4.git
๐ฅ Features
๐ .botmenu - The Bot's secret control panel.
๐ฒ๏ธ .ownermenu - Yep, that's for you, Boss!
๐ซ .groupmenu - Groups to unite people.
๐๏ธ .dlmenu - 'DL' stands for 'Delicious Loot'.
๐ญ .funmenu - The bot's party hat. Games, jokes and instant ROFLs.
๐ต .economy - Your personal vault of virtual economy.
๐ฎ .gamemenu - Enter the gaming arena.
๐ซ .stickermenu - A rainbow of stickers.
๐ช .toolsmenu - Your handy-dandy toolkit.
๐งฒ .logomenu - Create a logo that screams You.
๐ .nsfwmenu - The After Dark menu.
๐ .aimenu - Your Personal Artificial Intelligence Copilots.
๐ง .aeditor - Tune The Mp3/Audio As You Wish.
๐ .animemenu - Animated Images,Stickers and Videos.
๐ .reactions - Anime reactions menu for group.
๐ช .infoanime - Full Information About Animes Like imdb.
๐ก .imagen - Create Images and designs based on your thoughts/prompts.
๐ .randompic - Random Images you might like and love.
๐ฅ .randomvid - Random Videos you might like and love.
๐๏ธ .fancy - Fancy text generator Menu.
๐๏ธ .fancy2 - Will Create Images With Fancy Text.
Once the installation is complete and the bot is running, you can use the Jinwoo v4 in your WhatsApp group or chat. Below are some key features and how to interact with them:
- Your Personal Toolkit For Various Things To Do Easily.
- The bot will views status automatically if the feature is enabled.
- Enter a Link After Command For Downloading Media From Various Platforms e.g Instagram link whether its a post image , video or story.
- Example:
.insta <url_link>
- Example:
- Many Image Generator AI Models Will Generates Images And Designs Based On Your Prompts/text.
- You Can Customize All The Group Settings/Events Using Just Commands.
- Whenever the bot owner is tagged in a group, the bot will respond and react accordingly.
- You can enable or disable certain features like chatbot, antilink etc., through the bot's configuration file.
- If You enables, Bot Will Reats With Beautiful Random Emojis On All Messages In All Chats.
For more information on configuring and customizing the bot, refer to the configuration guide.
Once youโve set up the bot, you can begin interacting with it on WhatsApp:
Stickers: You Can Get Sticker ,Make Custom Stikers or Generate Stickers From Image Including Search Gif. Media Downloader: Send a media link (e.g., Facebook,Tiktok or Pinterest) and bot will downloads it for you. Motivational Quotes: Enable status reaction mode to have the bot reply with a quote to every status you view. Create Polls: Start a "Would You Rather" poll by typing wyr followed by two options.
We welcome contributions to Jinwoo-v4 Bot! Here's how you can get involved:
- Fork the repository.
- Create a new branch for your feature or fix.
- Commit your changes with a clear and concise message.
- Push your branch to your forked repository.
- Open a pull request with a detailed description of your changes.
This project is licensed under the Apache-2.0 License. See the LICENSE file for more details.
Jinwoo v4 Bot is not affiliated with WhatsApp Inc. Misusing the bot could result in a temporary or permanent WhatsApp ban. Mr Malvin King is not responsible for any bans or restrictions that may occur.
ยฉ Malvin King 2025
7. DEPLOY IN TERMUX/UBUNTU
apt update && apt upgrade -y
pkg install proot-distro
proot-distro install ubuntu
proot-distro login ubuntu
apt update && apt upgrade -y
apt install -y webp git ffmpeg curl imagemagick
apt -y remove nodejs
curl -fsSl https://deb.nodesource.com/setup_lts.x | bash - && apt -y install nodejs
apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
git clone https://github.com/<your gitHub Username>/Jinwoo-v4
cd Jinwoo-v4
npm install && npm start
pkg update && pkg upgrade -y
pkg install proot-distro
proot-distro install fedora
proot-distro login fedora
dnf update -y
sudo dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install -y https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install -y libwebp git ffmpeg curl ImageMagick
curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -
sudo dnf install -y nodejs
exit
proot-distro login fedora
git clone https://github.com/<your gitHub Username>/Jinwoo-v4
cdTJinwoo-v4
npm install
npm start
- Star โญ the repo if you like Jinwoo-v4.
JINWOO V4 - By Malvin King
- Not For Sale
- If A plugin's code is obfuscated , You don't have permission to edit it in any form
- Don't Forget to Give Credits If you are using or Reuploading My Plugins/files
- Have A Good Day