Okay so here's my situation.
I'm working on a tool to host a server for clients to send information to via autoit.
The PC running the server will also be hosting a minecraft server.
It's basically to simplify commands.
Here's where my issue arises.
As we know, autoit is very easy to decompile, and if someone was to decompile the script, they would be able to send data to the server for servers that they aren't supposed to be able to access.
Is there any way it is possible to have a script load a script sent through my server and run it so that the .au3 can't be accessed to be decompiled or is this not possible?
Also, before it is suggested, I already know about obfuscation, I just prefer not to go that route.
Thanks, and if this doesn't make sense please let me know and i'll try to clarify any confusion.