This is a group finder for Roblox. For some reason GitHub shows that 2/3 of my code is written in Python, but that 2/3 is for the installer. The group finder is made in NodeJS.
You need:
- NodeJS
- NPM
- Clone this repository (or download as ZIP and extract)
- Change the directory to that repository
- Run
npm install
to install the dependencies - Create a .env file
WEBHOOK_URL=Your_webhook_url_here MODE=normal
Normal is the normal mode. Proxy mode is comming soon. Keep in mind that it is case sensitive. - Run
node index.js
to run the code.
You might want to run this with PM2, a guide for this is comming soon.
Comming soon. I just need to do PyToExe for the installer script. If you have some bash emulator (CygWin, MinTTY), you can follow the Unix based OSes Automatic Install and it should work, but you also need Python, and make sure to write python instead of python3, because there is no distinction for the executable name in Windows.
You need Python3 to run this installer. It is installed on most Unix based OSes by default. You also need the bash shell. It's the default shell for almost all Unix Based OSes.
Run this command on bash on an empty folder:
python3 <(wget https://raw.githubusercontent.com/rblxploit/WabzGroupFinder/master/install.py -q -O-)
It will tell you the rest.