Results 1 to 5 of 5
Thread: Explain Offsets to me.
-
05-13-2011 #1
Explain Offsets to me.
Well I'm a wondering how exactly do I code an offset if so for a game. And what exactly does it do?
Explain or link me to a guide.
Thanks
-
05-13-2011 #2
Re: Explain Offsets to me.
I didn't know what an offset was either, So lets say for example.
_level0.Player.HP
_Level0 Would be the offset right? or would _level0.Player be the offset, Or is it both
-
05-13-2011 #3
Re: Explain Offsets to me.
it's neither, an offset is the location of a byte or bytes represented by a integer.

-
The Following 2 Users Say Thank You to abis24 For This Useful Post:
godzcheater (05-14-2011), Unkn0wn95 (05-26-2011)
-
05-13-2011 #4
Re: Explain Offsets to me.
How would I find the offset and code it to make it what I want?
Any guides or tutorials?
-
05-13-2011 #5
Re: Explain Offsets to me.
Well you would have to open up HxD and look in the bottom left corner and that is the offset.
Offsets are usually written in base 16.
Like this
0x0
0x1
0x2
0x3
0x4
0x5
0x6
0x7
0x8
0x9
0xA
0xB
0xC
0xE
0xF
a=10
b=11
c=12
d=13
e=14
f=15
Also known as hexadecimal. You can convert it with a calculator.
Google around that's all I can say now. Abis pretty much summed it up.I see you read my signature.
-
The Following 2 Users Say Thank You to Matt For This Useful Post:
airs (05-13-2011), godzcheater (05-14-2011)
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)



LinkBack URL
About LinkBacks
Reply With Quote




Bookmarks