I'm looking to find ways to prevent a Java made game such as runescape from being hacked by using the client server model for keeping the important source code in the server and sending the data to the client. My question is how would it be possible to make something like this, any information links or articles would be helpful.
I'm also wondering what kind of information can someone send from a server that can also be rendered in a 3d graphics engine, or how is it done?
