Post: Offsets question
12-10-2013, 04:25 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); but im not sure what this tutorial is telling me to do?

"Use FF for god mode, 00 to take it off
Offset: 0x0FCA41E + (0x280 *i for other clients)"


I know where to enter the offsets, but where to i enter FF or 00 etc
(adsbygoogle = window.adsbygoogle || []).push({});
12-10-2013, 04:36 PM #2
AlabamaHit
ROLL TIDE!!!
It will be the value of that offset.
12-10-2013, 04:37 PM #3
SnaY
Former Lead of GS
Originally posted by Linus21 View Post
but im not sure what this tutorial is telling me to do?

"Use FF for god mode, 00 to take it off
Offset: 0x0FCA41E + (0x280 *i for other clients)"


I know where to enter the offsets, but where to i enter FF or 00 etc


    PS3.SetMemory(0x0177bc66 + (0x5808 * (uint)0), new byte[] { 0xFF });


Enjoy :wub:
12-10-2013, 04:38 PM #4
where do i enter ff ?
12-10-2013, 04:45 PM #5
and i enter that were snay, show me pic?
12-10-2013, 05:12 PM #6
The simplest way I can put it is byte[] God = new byte[] { 0xFF, 0xFF };
SetMemory(0xfca41e + (640 * ClientNum), God);

When you have the byte for an offset you add 0x in front of it and put it where I have shown you

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo