Post: Question about offsets!
09-26-2015, 08:25 AM #1
Devious
Treasure hunter
(adsbygoogle = window.adsbygoogle || []).push({}); I have scanned all offsets from a game and saved in a .ncm but I don't get what to do next. I seen this one guy do it over ccapi and with netcheat only , can some lead me here
(adsbygoogle = window.adsbygoogle || []).push({});
09-26-2015, 11:02 AM #2
Scouse Power
Knowledge is power
Originally posted by Devious View Post
I have scanned all offsets from a game and saved in a .ncm but I don't get what to do next. I seen this one guy do it over ccapi and with netcheat only , can some lead me here


You only use netcheat to find address' like health, money, rank, etc. You can't find things likes of god mode as there will be so many results (unless changing health).
But after searching for the values just copy the address (or offset) and do then set it using something like RTE
E.g. to change money it's probably

uint Address = 0x2348239; //This is the address.
uint Offset = 0x832; //The distance away from the address, you don't need for net cheat. But you said "offset" in your post so you may use?
int Amount = 10000000000; //new amount of money.
Lib.Extension.WriteInt32(Address+Offset, Amount);

Please note that's totally random offset and address, use the address' from netcheat.
09-26-2015, 10:10 PM #3
Devious
Treasure hunter
Originally posted by StackOverflow View Post
You only use netcheat to find address' like health, money, rank, etc. You can't find things likes of god mode as there will be so many results (unless changing health).
But after searching for the values just copy the address (or offset) and do then set it using something like RTE
E.g. to change money it's probably

uint Address = 0x2348239; //This is the address.
uint Offset = 0x832; //The distance away from the address, you don't need for net cheat. But you said "offset" in your post so you may use?
int Amount = 10000000000; //new amount of money.
Lib.Extension.WriteInt32(Address+Offset, Amount);

Please note that's totally random offset and address, use the address' from netcheat.

I scanned them in ranges and what I'm scanning is Battlefield 4 there is a shit load of offsets or ranges & can I get your offsets you found for Battlefield 4 ? I'lll add you in credits if my tool is good enough
09-26-2015, 10:13 PM #4
Devious
Treasure hunter
Originally posted by StackOverflow View Post
You only use netcheat to find address' like health, money, rank, etc. You can't find things likes of god mode as there will be so many results (unless changing health).
But after searching for the values just copy the address (or offset) and do then set it using something like RTE
E.g. to change money it's probably

uint Address = 0x2348239; //This is the address.
uint Offset = 0x832; //The distance away from the address, you don't need for net cheat. But you said "offset" in your post so you may use?
int Amount = 10000000000; //new amount of money.
Lib.Extension.WriteInt32(Address+Offset, Amount);

Please note that's totally random offset and address, use the address' from netcheat.

Is there a tutorial for this including pictures?
09-26-2015, 10:14 PM #5
Scouse Power
Knowledge is power
Originally posted by Devious View Post
I scanned them in ranges and what I'm scanning is Battlefield 4 there is a shit load of offsets or ranges & can I get your offsets you found for Battlefield 4 ? I'lll add you in credits if my tool is good enough


What you looking for?
09-26-2015, 10:25 PM #6
Devious
Treasure hunter
Originally posted by StackOverflow View Post
What you looking for?

Just looking for new stuff
God mode , Super jump (maybe) , Fast Regen health if its possible , God mode vehicle
09-26-2015, 11:38 PM #7
Scouse Power
Knowledge is power
Originally posted by Devious View Post
Just looking for new stuff
God mode , Super jump (maybe) , Fast Regen health if its possible , God mode vehicle


Wouldn't know how to find these in netcheat
09-27-2015, 03:20 AM #8
bAdReQuEsT
11700k/4070ti
Originally posted by Devious View Post
Is there a tutorial for this including pictures?


Yea the creator of Netcheat your using does have a few tutorials on youtube. Hope this helps you out.
You must login or register to view this content.
Credits- Dnawrkshop A.K.A Dan Gerendasy.
09-27-2015, 03:44 AM #9
Chris
Former Staff
Originally posted by Devious View Post
I have scanned all offsets from a game and saved in a .ncm but I don't get what to do next. I seen this one guy do it over ccapi and with netcheat only , can some lead me here


Thread moved to PS3 Mods Questions and Inquiries section.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo