Completely Automated Private Tacticalmanx75 to tell Skids and Humans Apart
Captsha is a ChatGPT Action that allows you to remotely control Roblox servers.
git clone https://github.com/etmerda/captsha --depth 1
cd captsha
bun i
bun start
A .env file will be created WRITE_KEY
defined. Copy the key for later, the GPT will use it for authentication.
Replace https://localhost:3000
in ./captsha.openapi.json
with the URL of your web server,
Then, in your Roblox game:
- Enable
HttpService
- Enable
loadstring
. - Add the script to your game and change
SERVER_URL
to the URL of your web server.
Warning
ChatGPT Plus is required to create GPTs.