Skip to content
forked from hrt/Lmeme

Python based league of legends orbwalker

Notifications You must be signed in to change notification settings

sajadfx96/Lmeme

 
 

Repository files navigation

League of Legends Orbwalker

Alt text

Usage

  1. Install python3
  2. Create a python3 venv (for windows)
  3. Install the requirements pip install -r requirements.txt
  4. Get inside the game and run main.py after champions, including any dummies, have loaded
  5. 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 -

About

Python based league of legends orbwalker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%