I've been trying to exploit a game engine which uses Lua.
I've been changing a string using the game engine's programming and trying to get the program to interpret part of the string as an instruction rather than a string value. Is there any kind of character I should be using with Lua to end the coding region?
Could you give me an example?