Jump to content

Keyboard/mouse hook help


Recommended Posts

I tried searchin around to find this but can someone tell me if useing a keyboardhook to send A-Z keys on the keyboard would make it so that I could send keys to games using NProtects Gamegaurd. If it can if anyone knows of a AutoIt keyboard and mouse hook that works with mouse mov and clicks and can send keys A-Z and F1-F12 and if anyone knows something that would use a different method to pixel search casue gamegaurd stops that too. I know C++ would do all this but C++ is way to much for me and would take too long to learn

Thxs for help

Link to comment
Share on other sites

Just so you know: Keyboard/mouse hook is not simulating mouse strokes/movement/ key presses / etc. It's a system which catches these events that have been conducted by the user.

Anyway, you want to consult the helpfile:

MouseClick ( "button" [, x, y [, clicks [, speed ]]] )

MouseMove ( x, y [, speed] )

Send ( "keys" [, flag] )

Link to comment
Share on other sites

I tried searchin around to find this but can someone tell me if useing a keyboardhook to send A-Z keys on the keyboard would make it so that I could send keys to games using NProtects Gamegaurd. If it can if anyone knows of a AutoIt keyboard and mouse hook that works with mouse mov and clicks and can send keys A-Z and F1-F12 and if anyone knows something that would use a different method to pixel search casue gamegaurd stops that too. I know C++ would do all this but C++ is way to much for me and would take too long to learn

Thxs for help

Don't bother bypassing Gameguard if this is what you come here for.

Gameguard blocked all user32.dll Keystroke input.

Use C++ or VB to get API for hardware should work.

Link to comment
Share on other sites

Don't bother bypassing Gameguard if this is what you come here for.

Gameguard blocked all user32.dll Keystroke input.

Use C++ or VB to get API for hardware should work.

thxs

and all of u who posted the send command I alrdy know the AutoIt commands I wanted to know if there was a different way of sending it which I guess there isnt

EDIT: anyone know a good place to find example sources of a C++ or VB pixel bot so that I see how they are made

Edited by zachzhuff
Link to comment
Share on other sites

thxs

and all of u who posted the send command I alrdy know the AutoIt commands I wanted to know if there was a different way of sending it which I guess there isnt

EDIT: anyone know a good place to find example sources of a C++ or VB pixel bot so that I see how they are made

Well if you mean a different way maybe Send("Key Down") and Send("Key up").

I don't see the point of you getting the source of the Bot, if you know C++ you would've made it. If you don't know C++ you will have no idea at all.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...