View previous topic :: View next topic |
Author |
Message |
floowsnaake How do I cheat?
Reputation: 0
Joined: 17 Oct 2014 Posts: 5
|
Posted: Fri Oct 17, 2014 9:17 am Post subject: Cheat engine and Java! HELP! |
|
|
Hey so i use CE in a Java game and i woks great but i can find the pointer so i have to search for the adress every time!
wich takes some time and i were just wondering if there are any ways to make the search any faster
thank you soo much
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Fri Oct 17, 2014 10:04 am Post subject: |
|
|
if you've activated the java jvmti feastures of CE you could use
java_getObjectHandleToAddress(address) to see if you can find the java object of the thing you just found
then java_getObjectClass(object) to figure out the class and java_getClassSignature(class) to get the class signature
then next time the game is ran you can use java_findClass(signature) to find that class, and then you can use java_findAllObjectsFromClass(class) to find all the objects of that class.
With luck there is only one and then you can go with that, else you should only have a handful of objects to inspect
Also, if you pass parameter "-XX:-UseCompressedOops" to java when launched, you can use the pointerscan
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
fingersmith Newbie cheater
Reputation: 0
Joined: 05 Apr 2016 Posts: 17
|
Posted: Sat Apr 30, 2016 5:43 am Post subject: |
|
|
But how to activate jvmti of CE?
The java program is run as a exe. I know it is java for sure, since CE displayed the Java option as soon as I associate the process.
Thanks,
FS
|
|
Back to top |
|
 |
Cake-san Grandmaster Cheater
Reputation: 8
Joined: 18 Dec 2014 Posts: 541 Location: Semenanjung
|
|
Back to top |
|
 |
fingersmith Newbie cheater
Reputation: 0
Joined: 05 Apr 2016 Posts: 17
|
Posted: Sun May 01, 2016 4:09 am Post subject: |
|
|
good feature, but how to activate?
FS
|
|
Back to top |
|
 |
|