If this program could be detected before, it will be still detected then.
So as always: Use this on your own risk.
Changelog
- Updated for latest Sejuani patch
- Fixed a bug in the loader where it might have been stuck at “Found a new Pullback!” while injecting into a new game.
- Fixed the STATE_READY and SLOT_RECALL globals
- Fixed the lol.LevelSpell(slot) function which was missing
- Added the lol.BuyItem(id), lol.IsItemPurchasable(id), lol.isRecipePurchasable(id), lol.GetInventoryItem( slot ) functions
- Moved the CreateObject callback so the created object has all information ready (like team information!)
- Fixed “lol.CalculateDamage” function, which should now correctly include armor and armor pen into the calculation
- Rewrote tower range script, it shouldn’t crash anymore and should be with good performance
Note: I couldn’t dump all item ids yet.. so you will need to buy the items you need ingame and print the id with GetInventoryItem if you want to use the new functions.

