Announcement

Collapse
No announcement yet.

[PS2] GTA SA - Pointers/offsets

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [PS2] GTA SA - Pointers/offsets

    I Will continue to update this thread as I find more pointers and offsets for this game. This information is useful for anyone who writes code for grand theft auto.

    Cj's Pointer
    ---------------------------
    007095D0
    ---------------------------

    +0044 coord X
    +0048 coord Y
    +004C coord Z
    +008c Jump Gravity
    +0098 Jump Distance
    +012c Character brightness
    +0580 Health
    +0588 Armour
    +059C Look Direction
    +05A0 Look Speed
    +0624 Pistol Ammo Current
    +0628 Pistol Ammo Change

  • #2
    Make note that that pointer is from the A0 version. the version with the Hot coffee fix changed pointers ..

    i have a list of this placed somewhere to of CJ player pointer. from 2005 i i will check around for it and post if i can find it.
    his current Car pointer is in there to also a flag that swaps 0 to 1 when inside/outside a car


    0x75C = AiM pointer (then follows same offsets as above for Peds and so on)

    -----------Example of....
    Aim Of Death
    200A0000 3C010071
    200A0004 8C2195D0
    200A0008 10200005
    200A0010 8C21075C
    200A0014 10200002
    200A001C FC200580
    200A0024 03E00008
    20532674 08028000
    Last edited by Skiller; 05-09-2015, 10:42:17 PM.

    For If you like what i do

    Comment


    • #3
      Originally posted by Skiller View Post
      Make note that that pointer is from the A0 version. the version with the Hot coffee fix changed pointers ..

      i have a list of this placed somewhere to of CJ player pointer. from 2005 i i will check around for it and post if i can find it.
      his current Car pointer is in there to also a flag that swaps 0 to 1 when inside/outside a car


      0x75C = AiM pointer (then follows same offsets as above for Peds and so on)

      -----------Example of....
      Aim Of Death
      200A0000 3C010071
      200A0004 8C2195D0
      200A0008 10200005
      200A0010 8C21075C
      200A0014 10200002
      200A001C FC200580
      200A0024 03E00008
      20532674 08028000
      Thanks i'll check this out. I can think of a few neat codes I could make with that.

      Comment

      Working...
      X