Post: Need help editing Offset values
09-10-2014, 01:43 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys, I'm new to modding by myself so I wanted to know if it is possible to lock a value when I find it, instead of letting it change back to normal, make it infinite, just like infinite ammo and stuff.


My CFW: Rogero 4.55 ; Spoof 4.60

The game I want to mod: Destiny



I tried finding the ammo value in netcheat, took some damn time, but when I die the offset changes, anyway, how can I make the value never change? And what would be the difference between 1 byte, 2 byte and 4 bytes?
(adsbygoogle = window.adsbygoogle || []).push({});
09-10-2014, 05:23 AM #2
Franky
Big Daddy
You can't. It's sorta synced with a server so the addresses change constantly.

They change at death, when you go into a different map, and when you boot the game. Best you can do is find it for the current match, and hope to never get merkd. Also, you won't be able to change it if you have people in your lobby, only when you're solo.

Bytes are based on memory; Example if the Ammo memory was 45 52 BE AA A1

1 Byte - 45
2 Byte - 45 52
4 Byte - 45 52 BE AA
09-10-2014, 02:11 PM #3
Dacoco
I void warranties.
Originally posted by Franky
You can't. It's sorta synced with a server so the addresses change constantly.

They change at death, when you go into a different map, and when you boot the game. Best you can do is find it for the current match, and hope to never get merkd. Also, you won't be able to change it if you have people in your lobby, only when you're solo.

Bytes are based on memory; Example if the Ammo memory was 45 52 BE AA A1

1 Byte - 45
2 Byte - 45 52
4 Byte - 45 52 BE AA

Make a tool and put the code in a timer that keeps resetting every second. Problem solved
09-10-2014, 04:31 PM #4
Citadel
Samurai Poster
Originally posted by Ultragian View Post
Hey guys, I'm new to modding by myself so I wanted to know if it is possible to lock a value when I find it, instead of letting it change back to normal, make it infinite, just like infinite ammo and stuff.


My CFW: Rogero 4.55 ; Spoof 4.60

The game I want to mod: Destiny



I tried finding the ammo value in netcheat, took some damn time, but when I die the offset changes, anyway, how can I make the value never change? And what would be the difference between 1 byte, 2 byte and 4 bytes?


You need the pointer. The offset you have isn't a pointer is the visible one that shows but still allows changing so it works a little bit

The following user thanked Citadel for this useful post:

Ultragian

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo