Hi everyone
I'm still learning C++ and i was wondering whats next after the basics.(What sort of projects)
I have decided after im done with the basics i want to start on a game injector which could potentially inject lua scrips into a game or a application.
How would i go about doing this ?
For example what kind of libaries would i use ?
Also please don't think im trying something illegal as i will be using it on applications where i have permission.
That's what I mean I want to inject lua into a game which already uses it I know a couple.
My only question is how would I get about doing this?
Like the type of libraries I have to use ?
It depends entirely on each specific case. In some cases you need not write any code. In other cases it may still be impossible or increasingly difficult.
@Disch it's kinda hard to explain
The game uses lua as scripting it's a game where others can make there games for others to play
I want to make a lua injector to inject lua code of my own to a players game such as admin commands
I seen it done before and was lucky enough to look at its source code a it looked like it had to search for its process and hook it up