View Single Post
  #3  
Old 11-08-2008, 04:09
sawky sawky is offline
Junior Member
 
Join Date: Aug 2008
Location: u.k
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
sawky is on a distinguished road
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
Reply With Quote