Post: [NOOB FRIENDLY] How to find offsets
01-02-2014, 12:37 AM #1
ozzy21
Little One
(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.


Okay, so I see a lot of you struggling with finding the offsets.
I know a lot of you guys already know this, but this is for the noobs that still need help. ExceptionHell made a tutorial similar to this for GTA V, but i'm going to show how to do it regarding Minecraft. You're going to have to use it a lot more frequently as the offsets for inventory change every time you place the block.

What you need:

  • DEX PS3
  • NETCHEAT
  • PS3 DEBUGGER/TARGET MANAGER




Okay, let's start.

1. First thing you want to do is open NetCheat PS3.


2. Connect and Attach.

3. Once that's done, you want to think of what you want to find the offset for. (ie. Number of item in hand, health, hunger, number of item in chest.)

For this tut, I'll be doing the amount of dirt in my inventory.

4. Go to the "search" tab in Netcheat.

5. Uncheck the "Hex" checkbox.

6. Type the amount of that block you have (In my case i have 57 dirt) *Note: It cannot be done with only one of that item, must be 2 or more.

7. Enter for the following: Start - 30000000 | Stop - 40000000

*I notice a lot of people still using the ranges I posted for 1.01, they are not the same any more!

You must login or register to view this content.

8. Hit "Initial Scan," and wait for progress bar to complete (It may take a while for slow PC's). Once it's done, there will be a lot of results

You must login or register to view this content.

9. Once the search finishes, throw a couple of the block away from you. (I now have "54")

10. Replace the old amount with the new amount.

11. Instead of hitting "New Scan," click "Next Scan." This will search all of the offsets that it found previously and show which ones have changed to the new amount. You may have to repeat steps 9-11 until you only get one or two results.

You must login or register to view this content.

The offset under "Address" is the one you have to enter in the Debugger!

*Notes:


  • Make sure to add "0x" before the offset, just good practice as it may send you to the wrong place.

  • Only change the last byte, not all four. For example, if you go to the offset you found, it will be like this in the debugger "00 00 00 XX" XX being the amount in hex. Only change those last two digits or it will just remove the block. FF is the highest, meaning you can have 255 of a single block in your hand xD

[/LIST]'

You must login or register to view this content.

Same can be done for health, just remember that there are 10 hearts, each can be split in half. Meaning you have to initially scan for 20.

Hope this helps.

The following 15 users say thank you to ozzy21 for this useful post:

anxify, CenzMoDx, Creepzoid 0___0, Flappy Bird, popcornmods, ItsAndyOG1, jp187187, kameron101, Kieron, Renton, Terrorize 420, TheNewZeOn, trunk208, WhyAName, xAceHDx
01-02-2014, 12:57 AM #2
Renton
Hurah!
ive beeen able to find my inventory but it moves when that item runs out or i drop it.
ive been trying to find a pointer but no luck. how about you?

The following user thanked Renton for this useful post:

xKrazy SicknesS
01-02-2014, 01:48 AM #3
ozzy21
Little One
Originally posted by Renton View Post
ive beeen able to find my inventory but it moves when that item runs out or i drop it.
ive been trying to find a pointer but no luck. how about you?


Nope, I messed around with it a little today to find something. No luck.

Here is what it changed to in chronological order.

0x35947CAC
0x36E39FFC
0x35D6B4EC
0x35E98ABC
0x3496DBFC
01-02-2014, 02:19 AM #4
jp187187
Bounty hunter
Originally posted by ozzy21 View Post
Nope, I messed around with it a little today to find something. No luck.

Here is what it changed to in chronological order.

0x35947CAC
0x36E39FFC
0x35D6B4EC
0x35E98ABC
0x3496DBFC



I have as well and it is stressful the messed up thing is that my son laughed at me and asked why I am wasting my time on it (he is 7 years old ) I said I would like to have more inventory then he said all I needed to do was make a world in creative and store all the things I wanted in a chest and then change it to survival and bam it would be there hmm it made me feel dumb rofl
01-02-2014, 02:39 AM #5
ozzy21
Little One
Originally posted by jp187187 View Post
I have as well and it is stressful the messed up thing is that my son laughed at me and asked why I am wasting my time on it (he is 7 years old ) I said I would like to have more inventory then he said all I needed to do was make a world in creative and store all the things I wanted in a chest and then change it to survival and bam it would be there hmm it made me feel dumb rofl


Yeah haha, I've thought that many times before. The advantage would be to have 255 health, and 255 blocks on one inventory spot.
01-02-2014, 02:42 AM #6
jp187187
Bounty hunter
Originally posted by ozzy21 View Post
Yeah haha, I've thought that many times before. The advantage would be to have 255 health, and 255 blocks on one inventory spot.
i cant agree with you more Smile
01-03-2014, 07:34 AM #7
Hi, I have a few questions

1.How exactly do you set this up and does this work on a non jailbroken ps3?
2.After finding the "offsets" are we able to edit them and save them?
01-03-2014, 08:40 AM #8
ozzy21
Little One
Originally posted by Mathew425 View Post
Hi, I have a few questions

1.How exactly do you set this up and does this work on a non jailbroken ps3?
2.After finding the "offsets" are we able to edit them and save them?


1. You need a jailbroken PS3 with DEX firmware (Converted to a developer console.), there are many tutorials on how to set this up. You must login or register to view this content.

2. Offsets are just a way to find the location of something you're trying to mod in the memory. You don't edit the offsets, but the memory located there.

I would suggest you do a little more snooping around in the forums before asking too many questions, as you might not be answered as nicely. Here is a guide for modding the PS3 in detail. Not calling you an idiot, but it would help someone in your position. - You must login or register to view this content.

Hope this helped.
Last edited by ozzy21 ; 01-03-2014 at 08:44 AM.
01-03-2014, 09:08 AM #9
Ozzy21 was wondering if you can help me with Debugger as for some reason I lost explorer Target on my Target Manager so I don't have those side options.
01-03-2014, 11:49 AM #10
i just wanna share this. after finding the offset (for example: the first inventory slot), you can change the amount of the item and the item itself into anything you want..
im using CEX, Netcheat and CCAPI Debugger..
[ATTACH=CONFIG]28956[/ATTACH]
Last edited by quicksi1ver ; 01-03-2014 at 11:56 AM.

The following user thanked quicksi1ver for this useful post:

ozzy21

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo