Skip to content

Make accounts join games and control what they do with chat commands!

License

CodeGamingLua/Roblox-Botter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Roblox Game Botter

MIT License Forks Stargazers Issues


Make accounts join games and control what they do with chat commands!
The instructions below are listed in order of steps so make sure to follow them!

Some exploits will break at times such as Synapse not auto attaching.
Please do not create an issue about this, report it to the exploit developers instead.


Requirements:



Installing Python

Go to https://www.python.org/ and install the latest version (3.11 recomended) and make sure to add it to Path! You may need to restart afterwards.

Check if python is installed by typing python -h in Commmand prompt.

Python should pip (Python's package manager) as well, so let's check if it installed as well. To do this run pip -h in Command prompt.
If pip as installed sucessfully, run pip install requests pathlib. This will install the required packages.



Grabbing the Roblox account's cookie

For this you need Edit this cookie or simular to browse cookies.

Locate .ROBLOSECURITY and copy it's value



WARNING If you log out of the account, the cookie will become invalid! Instead, set .ROBLOSECURITY's value to  and click the green arrow icon on the bottom of the menu (Shown in picture above).



Adding the cookie

In the cookie array, add the cookie's value as a string.


To format muitple cookies, I have list an example below.

config = {
    "Cookies": [
        ".ROBLOSECURITY Here",
        ".ROBLOSECURITY Here",
        ".ROBLOSECURITY Here"
    ]
}

The last line should not incude a , at the end of the line otherwise it will result in a syntax error.

After this, change the Bot variable to the amount of bots you want! (The max amount is how many cookies you provided)



Adding the bot controler

Locate your exploit's autoexec folder and drag n drop BotControler.lua into it.

image



Botting a game

Once you have compleated the steps above, copy your Roblox's username NOT DISPLAY NAME to be added to the permission list in BotControler.lua. Once copyied paste it into the table and save the file.

Open your exploit and MuitRBX, join the game you would like to bot. Once in the game execute a script like Infinite Yield and copy the game's Jobid and paste it into the python script and reduce it to the image shown below on line 3.

Run the python script and enjoy.

Commands

NOTE: Player names can be shortened! Each argument is seperated by ,

Unlock, (true/false) | Wether all players have permission to use the bots.
Come, (PlayerName) | Teleports all bots to a player | Stop `Come, `
Say, (Msg) | Make the bots say a message.
Say, loop, (Msg) | Make the bots spam a message. | Stop `Say, .`
chatmode, (Mode) | Change the Chat mode e.g `All, General`
Rejoin | Make the bots rejoin the game.
Follow, (Player name) | Make the bots follow a player. | Stop `Follow, `

About

Make accounts join games and control what they do with chat commands!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 71.6%
  • Python 28.4%