Something like this is NOT POSSIBLE, concept of resolver is very low level meaning that it is dealing with complex mathematical calculations, game memory, and engine predictions, thus there are a lot of vectors that are being used for such resolver, and at the same time any scripting language is very simple meaning that it can only modify already existing functions in cheats in some ways, thus making something like LUA resolver is just stupid thing since there are no cheat that would provide API for that, and also it will be extremely bad if we talk about optimization, since resolver requires analyzing a lot of things such as patterns across multiple game ticks and player states, and at the same time resolvers need to make predictions in milliseconds to be effective, and if we run it through a scripting language, it will cause very big latency, thus it will be not effective. In other words any person that is saying that they have any script that is resolvers are just very stupid...