| View previous topic :: View next topic |
| Author |
Message |
h3x1c Master Cheater
Reputation: 17
Joined: 27 Apr 2013 Posts: 306
|
Posted: Tue Jan 26, 2016 12:45 pm Post subject: Minecraft just got a lot easier to hack. |
|
|
Microsoft's new Minecraft Education Edition - written in C++ - will outrun the Java version
Speaking on the behalf of playing Minecraft locally, the move to a C++ code base should make hacking the game infinitely easier. No matter how much I've learned about hacking games, to this day, I still can't figure out how to give myself infinite health in Java-based Minecraft...
_________________
|
|
| Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Tue Jan 26, 2016 7:41 pm Post subject: |
|
|
Different branch, won't affect people or servers who currently play the main branch, the main branch is still in development by the main programmers and will continue as it always has in Java.
With interpreted code that updates libraries and junk, it's generally far easier (and more stable) to either modify the base code (in this case the .jar itself like mods do) or use built-in commands like creative mode.
_________________
|
|
| Back to top |
|
 |
mgostIH Expert Cheater
Reputation: 3
Joined: 01 Jan 2016 Posts: 159
|
Posted: Wed Jan 27, 2016 7:45 am Post subject: |
|
|
| Rydian wrote: | Different branch, won't affect people or servers who currently play the main branch, the main branch is still in development by the main programmers and will continue as it always has in Java.
With interpreted code that updates libraries and junk, it's generally far easier (and more stable) to either modify the base code (in this case the .jar itself like mods do) or use built-in commands like creative mode. |
Having it in C++ would make it far more efficient on resource sides however.
_________________
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25836 Location: The netherlands
|
Posted: Wed Jan 27, 2016 9:17 am Post subject: |
|
|
actually, java is easier. ce has an jvmti interface you can use to change java classes (much like mono)
it's just that java by default doesn't jit everything, but you can use an commandline option to make it do that (just like turning of compressed pointers)
_________________
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 |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Wed Jan 27, 2016 12:05 pm Post subject: |
|
|
Got an example on how to use it so I can see if that's actually reliable or not?
_________________
|
|
| Back to top |
|
 |
h3x1c Master Cheater
Reputation: 17
Joined: 27 Apr 2013 Posts: 306
|
Posted: Wed Jan 27, 2016 4:40 pm Post subject: |
|
|
Have you tried finding health in Minecraft, Rydian? A few years ago, it was simple to find, but after they changed it to whatever's going on now, I can't find it for shit, no matter what I try.
I always find my way to the same values, but no matter what I've tried to modify in code, actual health remains elusive.
I've tried scanning for all value types and doing changed/unchanged, including trying it using just half a heart (losing only half a heart, then gaining it back, then losing half again, then gaining it back), thinking that maybe each heart container works like containers for items do...but that doesn't seem to be it, either.
I've tried placing values in what seems to be referenced addresses just before related read instructions, searching around seemingly related addresses, attempting group scans, and other stuff. I couldn't care less about actually using a cheat, because you can just do it natively; it's the elusive puzzle aspect of it that keeps me coming back every so often to try again...
_________________
|
|
| Back to top |
|
 |
fingersmith Newbie cheater
Reputation: 0
Joined: 05 Apr 2016 Posts: 17
|
Posted: Sat Apr 30, 2016 5:41 am Post subject: |
|
|
Is there any tutorial or example to show how CE jvmti can be used?
Any suggestion would be greatly appreciated.
Thanks!
FS
|
|
| Back to top |
|
 |
|