Follow the development of everything plus related via our discord Plus Studios
GPlus was a side project of mine. It's a multi-client testing tool that allows the user to connect bots to a garry's mod server, it also comes with a discord bot to control them on a mass scale.
It was made in LUA and Node JS. I'm quite new to Node JS so the code is quite messy. Other than that, it works. Just make sure to fill out everything correctly, and make sure to make a .ENV file in discord_bot with this structure:
BOT_TOKEN=""
CLIENT_ID=""
GUILD_ID=""After that fill out the Globals.lua file.
This project requires Sandboxie Plus.
The only edits I made to GTerm this was editing the projects name to match GPlus and made it compatiable with cmd line arguments.
From my testing (With using a config that does some optimisation magic) each instance will use around 2 GB of ram, I don't believe you can go lower than that, so if you're planning on self hosting large amounts of bots. Don't.