View previous topic :: View next topic |
Author |
Message |
Marsunpaisti How do I cheat?
Reputation: 0
Joined: 23 Apr 2009 Posts: 3
|
Posted: Mon Aug 09, 2010 9:03 am Post subject: Minecraft multiplayer |
|
|
So, I decided to try out minecraft SMP block / item cheating but I didn't manage to create blocks out of nowhere. I managed to find out the value of the block in your hand and a single pointer that points to that value, but still didnt manage to change the block type you are holding in your hand (the value changes back immediately) and I'm not able to find another pointer that points to that one so I'd appreciate some help to change the block type I'm holding in my hand.
Also I didn't manage to permanently change block amounts, I found the amount value and managed to change it and freeze it but then the adress changes and the freeze doesnt do anything. Then I tried to replace the code that writes to that value but it crashes minecraft, so I need help in that as well.
Anyone able to help?
Last edited by Marsunpaisti on Mon Aug 09, 2010 12:00 pm; edited 1 time in total |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
|
Back to top |
|
 |
Marsunpaisti How do I cheat?
Reputation: 0
Joined: 23 Apr 2009 Posts: 3
|
Posted: Mon Aug 09, 2010 11:55 am Post subject: |
|
|
The developer of minecraft actually admitted that the inventory is client sided. Also why did I manage to change my item amount then
|
|
Back to top |
|
 |
Agent3004 How do I cheat?
Reputation: 0
Joined: 16 Nov 2010 Posts: 1
|
Posted: Tue Nov 16, 2010 8:47 am Post subject: |
|
|
i tried that inventory stuff online, it worked for me (check the minecraft wiki, there is a tutorial how to do that in singleplayer, for MP its exactly the same... If it doesnt work with 4bytes, try 8bytes)
That way you are able to set the amount and the item-type, but you need ~5 (or more) to find the amount.
if you got the amount, click on "Browse this memory region" - exactly 8 bytes right from there, you will find the Item-Type which you can replace with one of the hex. codes you find here: minecraftwiki.net/wiki/Data_values
if the amount reaches 0 you'll have to get new stuff and do all the steps again...
is there any way to get stuff with an empty inventory? - or is it possible to get the quick-select-slots to get items even if they are empty?
|
|
Back to top |
|
 |
|