Gaming Hacking Questions C/C++

10/13/2012 16:15 galio#1
Hello, I have basic C Knowledge and will be having C++ Lessons shortly and I wanted to start do hacks for games (mainly Cabal online) Though I have a few questions.
Even if I know the programing language how do I apply it to the game? I mean how do I find the Codes to make a wallhack for example.

How do I make a GUI? As I said I only know C at the moment and from what I see C doesn't have GUI support, can some one tell me a nice GUI for C++?.

Thanks a lot,
10/14/2012 11:45 tnd0#2
neither does c++ have any GUI support. GUIs are platform specific, on windows all you'd need to do is call WinAPI functions which will create windows for you (see msdn: CreateWindow/Ex ), those functions are all C-style so you could do it with c (and any other language supporting c-style function calls).
10/20/2012 12:30 Utharnl#3
You can use Qt to create GUIs and it support multiple platforms.
[Only registered and activated users can see links. Click Here To Register...]

~Uthar