What's new

Tutorial Borderlands2 Offset Help

  • Thread starter Lipton7s
  • Start date
  • Views 1,212
Lipton7s

Lipton7s

Enthusiast
Messages
112
Reaction score
15
Points
70
Sin$
0
hey guys im coding a borderlands 2 modding tool along with other games i tried to find the offset for the game with hex work shop but it didnt work heres my code for my borderlands 2 offset

Code:
OFD.ShowDialog()
        Dim Reader As New PackageIO.Reader(OFD.FileName, Endian.Big)
        Reader.Position = Codehere?
        TextBox1.Text = Reader.ReadInt32()
 
griffin89

griffin89

Enthusiast
Messages
704
Reaction score
250
Points
125
Sin$
0
-___-

you can't find the offsets with hex workshop, its not that easy

you have to know how to properly decompile the xex and then search through it and do a lot of testing to find the offset

**edit, ur doing big edian which means ur reading the save file and not trying to do real time editing, thts completely different
 
Lipton7s

Lipton7s

Enthusiast
Messages
112
Reaction score
15
Points
70
Sin$
0
-___-

you can't find the offsets with hex workshop, its not that easy

you have to know how to properly decompile the xex and then search through it and do a lot of testing to find the offset

**edit, ur doing big edian which means ur reading the save file and not trying to do real time editing, thts completely different
its a little hard
 
Top Bottom
Login
Register