Skip to main content

A python library to control the roblox character and interact with game ui through keyboard inputs

Project description

pyrobloxbot

A python library to control the roblox character and interact with game ui through keyboard inputs

This library uses pydirectinput to control the keyboard

It has a decorator to ensure that the roblox window is in focus before sending keyboard inputs

There is also a global failsafe that can be triggered using control + m to avoid your bot getting out of control

  • The failsafe hotkey can be changed using set_failsafe_hotkey

    Example:

    #Sets the failsafe hotkey to control + shift + y
    set_failsafe_hotkey("ctrl", "shift", "y")
    

Installation

Install pyrobloxbot using pip install pyrobloxbot

Usage/Examples

import pyrobloxbot as bot

#Send a message in chat
bot.chat("Hello world!")

#Walk forward for 5 seconds
bot.walk_forward(5)

#Reset player character
bot.reset_player()

Documentation

Changelog

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrobloxbot-1.0.9.tar.gz (26.7 MB view hashes)

Uploaded Source

Built Distribution

pyrobloxbot-1.0.9-py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page