I need help

xeonshaun Aug 22, 2013

  1. xe

    xeonshaun Newbie
    0/47

    Joined:
    Mar 27, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Xbox
    Hi guys, I have a few projects waiting to release but there a secret.

    My problem is I know what I need to find to mod the saves in HxD but as I progress through the game that data is pushed down so



    Dim xxxsreader As New PackageIO.Reader(filepath, PackageIO.Endian.Big)
    xxxreader.Position = 80740
    xxx = xxxsreader.Position
    xxx.Text = xxxreader.ReadInt32

    Wont work I need to somehow get it to search for the ACII or Sequence of data that doesn't change and locates the correct area then set position say 4 bytes after I have tried



    Dim xxxyreader As New PackageIO.Reader(Filepath, PackageIO.Endian.Big)
    xxxreader.ReadASCII = ACIIvalue
    xxxreader.Position = xxxreader.ReadASCII + 4
    xxx = xxxreader.Position
    xxx.Text = xxxreader.ReadInt32

    But no luck please help :)
     

Share This Page

Close