BarbaMocha / quantum-bot

WhatsApp Bot for Groups friendly interactions and wholesome entertainment. This bot is a personal project, and the deobfuscated code is neither for sale nor freely distributed. Thank you for visiting this repository. Don't forget to smile! :D

Home Page:https://gitlab.com/NeKosmic/nk-bot-md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GIF

WhatsApp Bot MD

Autor

Bot Features
functions and commands Y/N-Maybe
Create Stickers
Automatic Welcome
Multi Language
Jadibot
Anti Links/Urls
Anti Weird
Anti Foreigners
Anti Calls
Anti Private
Anti Spam(Command flood)
Music/video download
Public/Private Mode
Editing Tools
Games
AI/Chat Bot
Random Commands
More features to come ♻️

Installation 🧑‍💻

Termux

[_>] Copy and paste line by line into termux for installation. it can also be used on systems based on Debian and Ubuntu.

~$ apt update && apt upgrade -y

~$ apt install nodejs git libwebp ffmpeg imagemagick yarn -y

~$ git clone https://github.com/NeoKode/quantum-bot

~$ cd quantum-bot

~$ yarn
Node.js

[_>] This bot is developed in JavaScript and is compatible with any Node.js service for its execution.

  • Android/iPhone
  • PC/RDP/VPS
  • Host/Virtual machines

Configure and edit bot

Basic settings

File package.json

Note: avoid using special characters when editing the package.json, example: !, @, #, $, %, ^, &, *, etc.
{
"name": "Quantum_Bot", //If you want you can change the name of the project :D
...
"author": {
"name": "Matt_Mdz" //Here enter your name or nickname!
},
...
}

File config.json

{
"Prefijo": "/", //You can change the value with symbols, letters or special characters.

"MultiIdioma": [true, ""], //Within the array you can change the default language, example: [false, "en"], English language.

"Propietario": [ //Owner name and number
["51991378809", "Matt_M", false], //When the third element of the array is false, here you can only add secondary numbers, etc.
["51995386439", "N3K0SM1C", true] //The third element is a boolean that will tell the bot if it is the true owner to give it complete control.
],

"LocPref": "51", //Change the value with the prefix of your main country.

"NombreDelBot": "🄱🄾🅃", //You can give your bot any name.

"MinimoDeUsuarios": 3, //This key works with the "join" command, if someone uses the command the bot will check if the number of participants is more than 3 and will join, otherwise not.

"Limits": {"gms": 5, "dls": 10, "rdn": 15}, //Default limits for each user: games, downloads and other commands respectively.

"DBtype": "json", //I dont know :v

"FakeList": ["20"], //You can add more elements of numbers or prefixes, this works with the "antifakes" command, the bot will eliminate numbers that start with one of the elements of this array

"GrupoWa": "", //WhatsApp link XD

"recursion": false //Activate works recursively to the main executor.
}
Modify texts and multimedia

Text files Here you can modify most texts by language, available languages: (Español, English, Bahasa Indonesia, Português)

Media files Here you can modify some images.

Start bot script 🙀

$ cd quantum-bot

Log in with a QR Code:

$ npm start 

Log in with a Pairing Code:

$ npm start +51995xxx

Thanks 🗿

  • GitHub

About

WhatsApp Bot for Groups friendly interactions and wholesome entertainment. This bot is a personal project, and the deobfuscated code is neither for sale nor freely distributed. Thank you for visiting this repository. Don't forget to smile! :D

https://gitlab.com/NeKosmic/nk-bot-md

License:GNU General Public License v3.0


Languages

Language:Nix 100.0%