[help] How to make a fast trigger

Posts 18 of 8 · Page 1 of 1
[help] How to make a fast trigger
for shooter games
i have made a trainer but i want a fast trigger so it shoots guns with 1 click button like a rifle
can someone help me with it? how to do it

regards,
lolbie
in cod4 u can use scripts dunno for other games
yeah but i wanna make it into my trainer
Catch the mouseclick.

While mouse is down, repress it X times.
hmm i don't get it sorry
Low Level Mouse Hook. there are plenty on MPGH, a module in my API sdk, and MSDN has a standard for it.

Use it to check the mouse event API and if the button is held down, click X amount of times per X amount of time.

and even though you can use vb mouse click event, it will only be effective if the form is in focus, which doesn't help, so you have to use a hook.
Lol, for wich game you made the trainer be more clearly.
Quote Originally Posted by Skinnlaw View Post
Lol, for wich game you made the trainer be more clearly.
Black Ops.
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?