Hi,,
where can i find basic guide for lua script..
i want to build a script that can do pixel searching and basic clicking
where can i find basic guide for lua script..
i want to build a script that can do pixel searching and basic clicking
If you are looking to do this in Lua then you are going to have to build a framework and expose functions to the Lua state to do things like pixel searching. Lua does not have things like that built into it.Quote:
Hi,,
where can i find basic guide for lua script..
i want to build a script that can do pixel searching and basic clicking