OldSchoolHack

Registrieren / Anmelden Deutsch

Benutzersuche: snareh

Such-Informationen
snareh
Themen im Forum
Thema Forum Letzter Beitrag Beiträge Zugriffe
icon

Go to first new post NonSDK Project Erstellt am: Fr 13. Aug 2010, 22:18

KN4CK3R

preview Vorschau

Go To Post

That's the same thing I was trying to do, but with slightly difference.
For example i don't take the VEngineClient via CreateInterface but simply I put directly the address of the pointer.

A lil question is needed, how did you take the various function offset? Because I've hw bp the localplayer address and then Im moved into the second call of 0x68. One problem, 0x68 it's not correct.
Counter-Strike: Source

Do 10. Nov 2011, 17:18

von KN4CK3R Go to last post
13 3037
icon

Go to first new post NonSDK Project Erstellt am: Fr 13. Aug 2010, 22:18

KN4CK3R

preview Vorschau

Go To Post

Not something like this?

TEXT Code:
  1.  
  2. MOV ECX,DWORD PTR DS:[Classpoint]
  3. MOV EDX,DWORD PTR DS:[ECX]
  4. MOV EAX,DWORD PTR DS:[EDX+123]
  5. CALL EAX
  6.  


TEXT Code:
  1.  
  2. MOV ECX,DWORD PTR DS:[Classpoint]
  3. MOV EDX,DWORD PTR DS:[ECX+123]
  4. CALL EDX
  5.  
Counter-Strike: Source

Do 10. Nov 2011, 17:18

von KN4CK3R Go to last post
13 3037
Downloads
Es wurden keine entsprechenden Downloads gefunden.