Vurv78 / Autorun-rs

Modern scripthook with lua execution and filesteal. Replacement for gluasteal and most lua executors
Apache License 2.0
104 stars 11 forks source link

make it compatible with "menu plugins redux" #27

Closed YohSambre closed 2 years ago

YohSambre commented 2 years ago

I discovered this while browsing on github, it could be interesting for you to discover it

https://github.com/djsime1/menu-plugins-redux

much cleaner than the basic plugin system

Vurv78 commented 2 years ago

Not sure what you want to be done here, this is just the rust binary module side, there's no lua. If anything this would be a issue for whatever uses Autorun, like https://github.com/Vurv78/Safety

Will still need to look into this though, looks nice.

YohSambre commented 2 years ago

with your skill level, I thought you could develop plugins in the future :p

Vurv78 commented 2 years ago

I mean it would just be one line of lua. require("autorun") kind of excessive for a plugin

Vurv78 commented 2 years ago

Closing this as sort of invalid unless you want to elaborate what you mean. Maybe setting up autorun to use a plugin system instead of having only two files?