League of Legends Orbwalker
July 14, 2023 ยท View on GitHub
This repository is outdated.
Here are some notable repositories that have built on top of this and may be updated:
League of Legends Orbwalker
Usage
- Install python3
- Create a python3 venv (for windows)
- Install the requirements
pip install -r requirements.txt - Get inside the game and run
main.pyafter champions, including any dummies, have loaded - Hold down space to attack champions
Note that this repo currently assumes that you have "Target Champions Only" binded to middle mouse (MB3)
Known Issues
- Issues with retrieving wind up times for certain champs like Jhin and Jinx. They're not supported - I've hard coded a 30% wind up animation when we can't automatically find it.
Offsets
| Name | Signature | Extra Note |
|---|---|---|
oLocalPlayer | \x8B\x3D\x00\x00\x00\x00\x3B\xF7\x75 xx????xxx | aBlueHero (string) |
oObjectManager | \x8B\x0D\x00\x00\x00\x00\x89\x7C\x24\x14 xx????xxxx | - |
oObjectManager | \x8B\x0D\x00\x00\x00\x00\x56\x50\xE8\x00\x00\x00\x00\x8B\xF0 xx????xxx????xx | - |
oViewProjMatrices | \xB9\x00\x00\x00\x00\x0F\x10\x80 x????xxx | - |
oViewProjMatrices | \x68\x00\x00\x00\x00\x51\x8B\x00 x????xxx | - |
oViewProjMatrices | \x68\x00\x00\x00\x00\x8D\x84\x24\x00\x00\x00\x00\x50\x8B\x44\x24\x1C x????xxx????xxxxx | - |
oRenderer | \xA1\x00\x00\x00\x00\x53\x8B\x1D\x00\x00\x00\x00\x56\x57\x8B\xF9 x????xxx????xxxx | aWidth (string) |
oGameTime | \xF3\x0F\x5C\x0D\x00\x00\x00\x00\x0F\x2F\xC1\xF3 xxxx????xxxx | - |
oObjectHealth | \x8D\x8B\x00\x00\x00\x00\xE8\x00\x00\x00\x00\x83\xEC xx????x????xx | - |
