Elliott1992
Junior Member
- Apr 16, 2011
- 163
- 31
Hello all,
I'm new here and this is my first question and post.
Right my question is, Is it possible to open up a game using java and manipulate it (as a cheat). So i want to open up "chess" Using java (this is fine) But then i want to be able to "read" what is on the screen and act due to different actions, or moves etc.
Is this possible? And what is the best way to do this?
What i know so far
I can open the file by doing
Process process = Runtime.getRuntime().exec("");
But i don't know how i can get information from it.
Thank you
I'm new here and this is my first question and post.
Right my question is, Is it possible to open up a game using java and manipulate it (as a cheat). So i want to open up "chess" Using java (this is fine) But then i want to be able to "read" what is on the screen and act due to different actions, or moves etc.
Is this possible? And what is the best way to do this?
What i know so far
I can open the file by doing
Process process = Runtime.getRuntime().exec("");
But i don't know how i can get information from it.
Thank you
Last edited by a moderator: