LuaKeys
WHAT IS IT
LuaKeys is a Lua script interpreter/compiler written in java using the lovely LuaJ lib. It is meant to ease the execution of lua scripts with program automation in mind. Things like pixel reading,image matching ,keyboard and mouse input are all built in to provide you with the tools you need to start building cool scripts.(some features are still not implemented)
I have included a simple fishing script, tested on kronos. 1-75 fishing in about 30 mins(idk i was afk lol)
BUT WHY
Simply made this out of boredom and because i didnt see any similar tools out there. Yes there is things like ahk or autoit but they do not use lua :p
FEATURE LIST
- Send Key Input(wip)
- Send Mouse Input(wip)
- Read Pixel data (wip)
- Pixel Search(wip)
- Advanced Image Searching(planned)
- Human Like Behaviour (planned)
- Input to Background windows (planned)
- Memory Manipulation (planned)
- Key Hooking(planned)
GETTING STARTED
Program Currently runs on all operating systems but requires the latest Version of java.
Get Java at https://java.com/en/download/
WINDOWS:
- To begin using LuaKeys unzip the luakeys folder and place it into your
desired directory. - double click the 'createRUNBAT.jar' to create a windows bat file that
can be opened in administrator mode - Put the scripts you wish to run inside the 'scripts' folder
- right click the run.bat file and run as administrator.(you do not need
to do this but some features will not be enabled if you do not) - select the script to run from the drop down menu and press play
Note that some features are not fully tested on other platforms.
OTHER:
- unzip LuaKeys and head to the folder and run the LuaKeys jar
- Put the scripts you wish to run inside the 'scripts' folder
- select the script to run from the drop down menu and press play
DOWNLOAD:
LuaKeys v0.1
Hope someone can find this useful :) If you have Feedback,Suggestions or Concerns feel free to leave a post.