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-03-2014, 04:34 PM #11
keesie1
Bounty hunter
Every time I do a scan my NetCheat stops working and crashes :s
01-03-2014, 06:04 PM #12
ozzy21
Little One
Originally posted by quicksi1ver View Post
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]


Good to know, never noticed. Thanks.

Originally posted by keesie1 View Post
Every time I do a scan my NetCheat stops working and crashes :s


Try searching between 32000000 - 37000000.
01-04-2014, 05:28 AM #13
i tried to change the item to a mob spawner.
then pigs came out of the spawner! hahaha.
im still experimenting with other items.
01-04-2014, 08:04 AM #14
NSV
Do a barrel roll!
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.



Great tutorial. However im just wondering if there is any possibility of a guide for finding offsets on a CEX Console. That would be great and much appreciated.

Regards,

Mitch
01-04-2014, 08:06 AM #15
I'm wondering the same, try CCAPI Debugger 2.1 by MaDetho

Originally posted by Viper View Post
Great tutorial. However im just wondering if there is any possibility of a guide for finding offsets on a CEX Console. That would be great and much appreciated.

Regards,

Mitch
01-04-2014, 07:50 PM #16
Originally posted by quicksi1ver View Post
i tried to change the item to a mob spawner.
then pigs came out of the spawner! hahaha.
im still experimenting with other items.


I need some help? If you want we can work on finding offsets together, i am working on some right now with NetCheat CCAPI and CCAPI Debugger. I just need some sort of lead trying to direct me the right way lol. I am not entirely sure if i am doing it right, it seems like i am though.

SKYPE = ShadowlandWarrior

EDIT: I have tried changing the Glass Panels that i had on the 10th item slot, it was a success.
I had only 3 to begin with, then 19, then 35.. after that i debug and changed it to 255..
in-game i put the 255 to different item slots and could no longer find the offset after that when it turned to 64 lol.
This is a pain :P

And then.. this happened!
(but it doesn't save it when i add it to another slot)
[ATTACH=CONFIG]28990[/ATTACH]
Last edited by Creepzoid 0___0 ; 01-04-2014 at 08:52 PM.
01-04-2014, 10:08 PM #17
jp187187
Bounty hunter
Originally posted by V View Post
I need some help? If you want we can work on finding offsets together, i am working on some right now with NetCheat CCAPI and CCAPI Debugger. I just need some sort of lead trying to direct me the right way lol. I am not entirely sure if i am doing it right, it seems like i am though.

SKYPE = ShadowlandWarrior

EDIT: I have tried changing the Glass Panels that i had on the 10th item slot, it was a success.
I had only 3 to begin with, then 19, then 35.. after that i debug and changed it to 255..
in-game i put the 255 to different item slots and could no longer find the offset after that when it turned to 64 lol.
This is a pain :P

And then.. this happened!
(but it doesn't save it when i add it to another slot)
[ATTACH=CONFIG]28990[/ATTACH]


I have done the same with diamond and life.. I have a idea if you want to try it I would but my two sons are taking over the game I did notice one thing we can all try to see if this works and it is just a shot in the dark but when I did this on my (ipod) I know it is not the same as ps3 but it worked so here you go get the item in mind and change the value of it so if it is diamonds will say make it 0xFF and it becomes 255 now instead of putting it to a new slot store it in a chest and it will become two slots of 64 as far as that goes I say maybe a chest is what we need because the value can be stored and the slot wont change so maybe the address wont jump now we can search the item again with the chest open and transfer 2-3 of them and change the value of the chest item now when I did this it gave me 4 rows of 64..... ok as far a health i think the key maybe the food cause if you have the food bar up your health returns but if its gone then it stays at the same value it was until you get a heart or food. I noticed when I did change health too 255 it returned to the value of 5 hearts or 10 dec thank you for that info ozzy as soon as sons are done i will get to it again until then lets see what we come up with.....

The following user thanked jp187187 for this useful post:

Creepzoid 0___0
01-04-2014, 10:36 PM #18
I dropped the item then picked it back up and it fills inventory or try to have them in hand and drop them one by one.
01-04-2014, 10:43 PM #19
jp187187
Bounty hunter
Originally posted by pink1 View Post
I dropped the item then picked it back up and it fills inventory or try to have them in hand and drop them one by one.

hit square over the chest item it will grab half of them then hover over inventory and hit square it will place 1 ok

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo