pyrobloxbot

Getting Started

  • Installation guide
  • Starting guide
    • Making your first bot
    • Identifying what can be botted
    • Bot building basics
  • API References
    • pyrobloxbot
      • reset_player()
      • chat()
      • equip_slot()
      • toggle_shift_lock()
      • enable_shift_lock()
      • disable_shift_lock()
      • toggle_inventory()
      • open_inventory()
      • close_inventory()
      • image_is_visible()
      • wait_for_image()
      • press_key()
      • hold_key()
      • keyboard_action()
      • hold_keyboard_action()
      • key_down()
      • key_up()
      • mouse_left_click()
      • mouse_right_click()
      • walk()
      • walk_forward()
      • walk_left()
      • walk_right()
      • walk_back()
      • jump()
      • jump_continuous()
      • leave_game()
      • join_game()
      • join_user()
      • join_private_server()
      • join_server()
      • find_servers()
      • toggle_ui_navigation()
      • enable_ui_navigation()
      • disable_ui_navigation()
      • ui_navigate()
      • ui_navigate_up()
      • ui_navigate_down()
      • ui_navigate_left()
      • ui_navigate_right()
      • ui_click()
      • ui_scroll_up()
      • ui_scroll_down()
      • restore_focus
      • wait_for_focus()
      • wait()
    • pyrobloxbot.options
      • _BotOptions
    • pyrobloxbot.keybinds
      • _BotKeybinds
    • pyrobloxbot.state
      • _BotState
    • pyrobloxbot.exceptions
      • ImageTimeoutExpired
      • NoRobloxWindowException
      • RobloxApiException
    • pyrobloxbot.constants
      • KEYBOARD_KEYS
      • WALK_DIRECTIONS
      • UI_ACTIONS
    • pyrobloxbot.decorators
      • apply_cooldown()
      • require_focus()
      • requires_ui_navigation_mode()
      • resets_state()
  • FAQ
    • Why pyrobloxbot?
    • “Windowless” / “Headless” bots
    • pywintypes.error: (0, ‘SetForegroundWindow’, ‘No error message is available’)
    • Why only use the keyboard?

Usage Guides

  • Changing keybinds
    • Changing keybinds
    • Changing the failsafe hotkey
  • Using Options
    • Waiting in background
    • “Windowless” / “Headless” bots
  • Image recognition
  • UI interactions
    • UI navigation
    • Scrolling
  • Joining games
    • Joining random servers
    • Joining users
    • Joining private servers
    • Joining a specific server
      • Using find_servers()
      • Checking if the game makes it public
      • If you develop the game

Advanced Usage

  • Moving items from the inventory
    • Understanding how moving items works
    • Moving items with pyrobloxbot
  • Multi Account bots
    • Using a multiple Roblox instances client
    • Using an android emulator

Usage Examples

  • Anti-AFK bot
  • Playtime rewards bot
  • Macros
  • Factory Raid bot
pyrobloxbot
  • API References
  • View page source

API References

  • pyrobloxbot
  • pyrobloxbot.options
  • pyrobloxbot.keybinds
  • pyrobloxbot.state
  • pyrobloxbot.exceptions
  • pyrobloxbot.constants
  • pyrobloxbot.decorators
Previous Next

© Copyright 2026, Mews.

Built with Sphinx using a theme provided by Read the Docs.