Post: How to find offsets?
05-03-2014, 07:19 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey I was wondering how do you find offsets? For an example: In the game medal of honor 2010 there are 2 limited edition guns you can only unlock those if you fill in the limited edition code. But there must be a way to mod this in real time right? Because all it really does is change an offset number.
(adsbygoogle = window.adsbygoogle || []).push({});
05-03-2014, 07:29 PM #2
FrenziosMix
Who’s Jim Erased?
Originally posted by Frozenskies View Post
Hey I was wondering how do you find offsets? For an example: In the game medal of honor 2010 there are 2 limited edition guns you can only unlock those if you fill in the limited edition code. But there must be a way to mod this in real time right? Because all it really does is change an offset number.

I'm not sure, but i thought that you could use Debugger to find offsets.
05-03-2014, 08:39 PM #3
Citadel
Samurai Poster
Originally posted by Frozenskies View Post
Hey I was wondering how do you find offsets? For an example: In the game medal of honor 2010 there are 2 limited edition guns you can only unlock those if you fill in the limited edition code. But there must be a way to mod this in real time right? Because all it really does is change an offset number.


You either have to look in the elf file for the strings that lead you to the guns or use debugger and find the gun offset(hoping it's not different for each game) and start typing bytes(same thing for weapon attachments)

The following user thanked Citadel for this useful post:

Frozenskies
05-03-2014, 08:57 PM #4
Originally posted by Citadel View Post
You either have to look in the elf file for the strings that lead you to the guns or use debugger and find the gun offset(hoping it's not different for each game) and start typing bytes(same thing for weapon attachments)


Yeah thanks for that. I also heard something about PPC?
05-03-2014, 08:57 PM #5
Originally posted by FrenziosMix View Post
I'm not sure, but i thought that you could use Debugger to find offsets.


Yes you can but I want to know which one leads to those weapons
05-03-2014, 09:33 PM #6
Citadel
Samurai Poster
Originally posted by Frozenskies View Post
Yeah thanks for that. I also heard something about PPC?


PPC is power PC. It's a type of programming language.
That's usually how you edit eboots

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo