For raiding Jitsi Meet conferences with bots with features like earrape, chat spam and synced spoofed camera feed.
Report a Bug | Request a New Feature | Help Develop This Project | Fund Me
Loved the project? Please consider giving a star :)
WARNING: THIS IS FOR EDUCATIONAL PURPOSES ONLY! I AM NOT RESPONSIBLE FOR ANY DAMAGE OR DISTURBANCE RESULTING FROM THIS!
NOTE: THIS SCRIPT ONLY WORKS FOR JITSI MEET AND NO OTHER VIDEO CONFERENCE SOFTWARES LIKE ZOOM OR BIGBLUEBUTTON!
- Download the ZIP folder
- Download NodeJS
- Execute
npm i
in the downloaded folder - In
config.json
you can adjust everything to your liking:
{
"url": "YourJitsiMeetURL", //Your Jitsi Meet URL (e.g. "https://meet.jit.si/Test123Max12")
"numberofbots": 5, //The number of bots you want to join
"haspassword": false, //If Jitsi meeting uses password
"password": "YourJitsiMeetPassword", //The meeting password if "haspassword" = true
"message": "YourCustomMessage", //The custom message you want the bots to send
"writemessage": true, //Should the bots send messages?
"raisehands": true, //Should the bots raise their hands on join?
"userandomnames": true, //Uses randomly generated bot usernames (if false - see "customname")
"customname": "YourCustomBotsName", //The name you want the bots to have
"playvideo": true, //Should the bots play the Welcome To The Game skull as spoofed cam?
"playaudio": true //Should the bots play the Purge siren as spoofed mic?
}
- (If you download the source code: Download
hacked.y4m
from here &black.y4m
from here and move them into themedia
folder) - Execute
node index.js
to run the script - Done!
Click on the image to watch the YouTube video i made on this project.
I will not teach you how to code or edit basic JSON files. Just use Google if you need help with that.
For support you can create an issue here on GitHub or you can join my Discord.
- Join a Jitsi Meeting with multiple bots
- Spam the text chat
- Siren sound voice chat spam
- "Come forward" button spam
- "Welcome to the Game" skull fake camera
Feedback is great! If you have a suggestion or request, create an issue! Smilarly, if you have any issues, use the issue tab to let us know.
You are not allowed to remove any part of the footer. That includes all of the info about the copyright. If you wish to remove that info feel free to contact me on my Discord
- Ability to use proxies
- Direct message spam
- Better console logging
You can help develop this project by doing some things of the todolist and making a pull request. If you have some even better ideas on how this project can be improved you can also make a pull request.
This repo is licensed under MIT. For more information see file "LICENSE".