Skip to main content

Python Library that abstracts reading and writing data from the Roblox DataModel

Project description

RobloxMemoryAPI

A Python library that is hopefully stealthy and abstracts externally reading memory to get datamodel information from the roblox game client.

This was made by upio, mstudio45, and Master Oogway and created for the Dig Macro project (external mode and not the computer vision mode).

Installation

PyPI:

pip install robloxmemoryapi

Development (editable install from source):

pip install -e .

Usage

An example script can be found in example.py. If running from the repo, use the editable install above so import robloxmemoryapi resolves the src package.

Import the library and create a client instance:

from robloxmemoryapi import RobloxGameClient

client = RobloxGameClient()

To request write access (e.g. to patch values), pass allow_write=True when creating the client.

client = RobloxGameClient(allow_write=True)

Access the data model:

game = client.DataModel

Kill the local player:

# (requires allow_write=True when creating the client)
# allow_write may be detected by roblox. It is disabled by default.
game.Players.LocalPlayer.Character.Humanoid.Health = 0

Get the local player's name:

print("Player Name:", game.Players.LocalPlayer.Name)

License

This project is licensed under the MIT License.

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

robloxmemoryapi-0.1.3.tar.gz (22.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

robloxmemoryapi-0.1.3-py3-none-any.whl (24.1 kB view details)

Uploaded Python 3

File details

Details for the file robloxmemoryapi-0.1.3.tar.gz.

File metadata

  • Download URL: robloxmemoryapi-0.1.3.tar.gz
  • Upload date:
  • Size: 22.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for robloxmemoryapi-0.1.3.tar.gz
Algorithm Hash digest
SHA256 1a515da8cae7f2944f463d2c0a8d5f3b40516c24173c5fdd0013c2ab3e029a55
MD5 1f7b47c522e11109be7162ff6443045d
BLAKE2b-256 18a35b3453e3e5a95cd5b34173e525f15a95fcccbbcb8c04ea181521d4368016

See more details on using hashes here.

File details

Details for the file robloxmemoryapi-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for robloxmemoryapi-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 85d2951e98f0207cc40459c3c5105ab8fd390f2a5633c516181b37e237568a6b
MD5 134dbfc60ede84f04f75bb8706ce1d0f
BLAKE2b-256 59048016afab3f91b756d31a17b10d8dcec6f2004792a3259e92c063c7989881

See more details on using hashes here.

Supported by

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