Home » Support » User Manual » Using scripts

Using scripts

VMProtect has a built-in powerful script language LUA greatly enhancing the default protection capabilities of VMProtect at every stage of protection.

LUA syntax is very similar to that of JavaScript, but unlike it LUA doesn’t contain explicit classes. Nevertheless, the script language allows easily implementing such object-oriented programming mechanisms as classes, inheritance and events. Script usage examples can be found in the “VMProtect/Examples/Scripts” folder.