Counter Strike: Source Address Thread
Hey MPGH!
A few years ago, it was really easy to write memory hacks for Counter Strike: Source (or other Source Engine games).
But then, suddenly, a wild source engine update appears (current version is Source Engine 22, Build 5028) and the static addresses / offsets became dynamic.
(I think that's the reason why so many trainers for css have disappeared.)
If you get the Modulebase from client.dll/server.dll/engine.dll it's possible to calculate the new address with an offset.
How you do it with VB.NET:
http://www.mpgh.net/forum/33-visual-...e-address.html
Like for other games here on MPGH, i want to create an Address Thread.
(the list will expanded bit by bit)
Module + Offset for Source Engine 22 (Build 5028):
Source Engine 22, CSS
[COMMAND] - [MODULE]+[OFFSET]
sv_cheats - server.dll+5A4918
r_drawothermodels - client.dll+737A60
Hope you need it.
More will be added soon!
~ hoschi111