Game Hack in Java
Hello Guys,
it feels like that 99% of all hacks are written in C#/C++. Someone of you ever tried to create a hack in Java? I´m aware that Java runs in his own JVM, but actually u are able to access native method for memory processing (kernel32.dll, user32.dll) with the JNA library.
But I guess u are limited to external programs then, cause I don´t think u are able to insert a GUI for the game itself like in multiple examples i´ve seen on threads here!
Curious about your opinion!