OldSchoolHack

Register / Login English

Counterstrike offsets


icon Counterstrike offsets #1

Join Date: May 2011

Posts: 3

Hi,

I am sorry I cannot read or write in German.

I have finished developing a program that can read directly from the Counterstrike 1.6 memory. Although it will work for Counterstrike Source, Counterstrike 1.6 is my chosen topic.

I would like to know what the offsets are for the ESP values, players health, position, kills and deaths, as an example. I assume these values will be hl.exe (+ offset.)

I hope that makes sense, I will be able to rewrite it if it doesn't.

Many thanks if anyone can help.

icon #2

Join Date: Mar 2011

Posts: 127

User-Rating:

1 positive
0 negative
visit https://www.oldschoolhack.me/forum/thread.php?id=7060
there is a way for CSS to find all these values with a playerstruct array
on that page...: baseplayerpointer + 0x140 * playerid + OFFSET
OFFSET should be the name/health/team/x/y/z... offset
icon #3

Join Date: May 2011

Posts: 3

This is for Counterstrike source if I am not mistaken. I need it for Counterstrike.

Thankyou for the information anyway.
icon #4

Join Date: May 2011

Posts: 3

Is the data in memory encrypted?

I have tried going on my own but I cannot find the string "player" anywhere in the memory addresses of the hl.exe process. It could be in wide character.

Can someone help point me in a direction?