A Python library that is hopefully stealthy and abstracts externally reading and writing memory to get datamodel information from the roblox game client. Initial library was derived from Dig Macro project which was made by upio, mstudio45, and Master Oogway.
Join our Discord for support and updates.
- Windows offsets: offsets.imtheo.lol
Project is not affiliated in any way shape or form with imtheo.lol
- macOS offsets: offsets.upio.dev
Inhouse macOS offsets, they are dumped via a fork of a windows dumper
PyPI:
pip install robloxmemoryapiDevelopment (editable install from source):
pip install -e .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.
This project is licensed under the MIT License.