pyrobloxbot
pyrobloxbot is an open-source package for making Roblox bots that interact with the game strictly through the keyboard.
It simplifies this process by providing features like:
Methods for most actions your character can make, like movement, chatting, resetting, etc
Methods to navigate through game ui elements through the keyboard only, to avoid needing the mouse which is unreliable
Methods to join games, join users and join private servers
Highly customizable bots, by changing different options to fit your use case
A global failsafe to avoid your bot going rogue
Support for multi account bots
Installation guide
pyrobloxbot can be installed using pip, by doing:
pip install pyrobloxbot
Note
For now, pyrobloxbot is Windows only. See the issue tracker for updates.
Have a question?
Don’t hesitate to ask!
You can check the FAQ, open an issue, or contact me on discord (mews75)!
Got an idea?
All feature requests are welcome!
You can submit them on github by opening an issue and using the feature template.
Also, feel free to share anything you make with me through my discord (mews75)!
Sections
Getting Started
Usage Guides
Advanced Usage
Usage Examples