Lua Scripting Engine for Dota 2
Start a match than execute dota2-esp\tools\dota-inject.bat
$ lua_execute <file_name>
$ lua_unload <file_name>
Work in progress.
dota.GetLocalPlayer()
dota.GetLocalHero()
dota.FindEntities()
dota.AddPaintHook()
dota.AddEventListener()
dota.AddConsoleCommand()
dota.PlayerResource
dota.DrawUtils
dota.GlobalInstanceManager
You can find multiple example-scripts in scripts
.