whatisthismagic 0 Report post Posted November 30, 2013 Hello, this is a multipart request / question. 1) Have there been any plans of adding Lua scripting to interface the Exiled Bots API/core? It significantly improves the quality of your bot and centralizes the direction of your development. It allows the community to make the scripts for whatever they might want without open sourcing it. At the same time, developers get to focus on improving functionality. 2) Have you considered using function signature searching for updating addresses / pointers? It will significantly decrease (eliminate) your time in IDA / Olly / whatever you use to find the addresses each patch. I feel like it's something that should be in every bot and is extremely easy to implement. One last thing I'd suggest is tightening up the security. There are some really good deployment / implementation patterns people are using nowadays to prevent kids from easily cracking it. Aside from that, you can just use something like Themida or any virtual machine type packer. Good luck in your future development. Quote Share this post Link to post Share on other sites
darkbluefirefly 11 Report post Posted November 30, 2013 +1 on suggestion #2 less downtime = more happy peeps. Quote Share this post Link to post Share on other sites