|
Yeah...I looked at that ..I thought that changing
WindCap db 'Half-Life 2 DM',0 to
FileName db 'hl2.exe',0
and changing
Invoke TrainerEngine, NULL, Offset WindCap, 024000300h, Offset Button00000, 6 to
Invoke TrainerEngine, NULL, Offset FileName, 024000300h, Offset Button00000, 6
would of done it ....but not to be!!lol
is there anyway for it to look for multiple windows then.....
as an example (I know this doesnt work)
WindCap db 'Half-Life 2 DM' or 'Counter-Strike Source',0
thanx
|