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-05-2014, 11:22 PM #29
kameron101
Do a barrel roll!
Originally posted by quicksi1ver View Post
are you using CCAPI debugger by MaDetho?
the value 00 00 00 FF didn't change maybe coz you didn't refreshed it.. just saying..
finding the offset is pretty easy. but the problem is that it's dynamic.. :(


Wow dude the offset didn't change cause I had just put 00 00 00 FF to make it a stack of 255. Then I threw them down one by one and when I got down to the original number I started with.. I went back to debugger where I put 00 00 00 FF and I selected to put that again even though it was saying 00 00 00 FF and it made the stack in my hand 255 again. I'm not having any problems if that's what you thought. SMH AND NO IM ON DEX.....FTW
Last edited by kameron101 ; 01-05-2014 at 11:25 PM.
01-06-2014, 07:06 AM #30
Seth209
Bounty hunter
Originally posted by kameron101 View Post
You go to memory in debugger and search for the offset you found with net cheat


I'm using prodg target manager is that what the debugger is?
01-06-2014, 08:40 AM #31
ozzy21
Little One
Originally posted by Seth209 View Post
I'm using prodg target manager is that what the debugger is?


You need both the Target Manager and the Debugger. The Debugger is what you use to actually edit the memory. It's in the last image of this tutorial.
01-06-2014, 10:39 AM #32
Originally posted by ozzy21 View Post
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.


nicee
01-06-2014, 12:13 PM #33
Seth209
Bounty hunter
Originally posted by ozzy21 View Post
You need both the Target Manager and the Debugger. The Debugger is what you use to actually edit the memory. It's in the last image of this tutorial.


can you link me to a download?
01-06-2014, 08:26 PM #34
ozzy21
Little One
Originally posted by Seth209 View Post
can you link me to a download?


It should have came with the ProDG Target Manager, they come together.
01-07-2014, 04:33 AM #35
kiwi_modz
I defeated!
Originally posted by V View Post
We need make a skype conference with anyone who is working on this. It will be nice to have everyone working together so that our results will be 100x better than just individuals. If you want to work with me and others who are working with this to make a tool, shoot me a msg through skype at ShadowlandWarrior.
Smile


I'm keen Smile I'm working on a cex/dex tool for this atm.


Sent from my iPhone using NGU
01-07-2014, 05:53 AM #36
i've made a tool to search for the offset of an item in the inventory..
but it's very very slow.. the rate is like 64 offsets per second..
but the are millions of offsets to search.
i wish i knew how Dnawrkshp does it.haha
01-07-2014, 08:17 AM #37
kiwi_modz
I defeated!
Originally posted by quicksi1ver View Post
i've made a tool to search for the offset of an item in the inventory..
but it's very very slow.. the rate is like 64 offsets per second..
but the are millions of offsets to search.
i wish i knew how Dnawrkshp does it.haha


Haha me to :/ this tool of mine does not search for the offset. Users can just use net cheat untill I allso figure out how to point / search offsets. Soo far the user just inputs the offset and the tool tells the user if it's the right off set using the items pointer and the item drop down menu.

Add my Skype jay_oreilly

Sent from my iPhone using NGU

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo