zachzhuff Posted April 14, 2007 Posted April 14, 2007 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
ToKicoBrothers Posted April 14, 2007 Posted April 14, 2007 Try Send ( "The Key You Want") My Scripts: SimplePlayer 1.0 - A very simple music player. PCInfo 1.2 - A script that displays PC information.
zatorg Posted April 14, 2007 Posted April 14, 2007 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] )
Generator Posted April 14, 2007 Posted April 14, 2007 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 learnThxs for helpDon'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.
zachzhuff Posted April 14, 2007 Author Posted April 14, 2007 (edited) 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.thxsand 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 isntEDIT: 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 April 14, 2007 by zachzhuff
Generator Posted April 15, 2007 Posted April 15, 2007 thxsand 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 isntEDIT: anyone know a good place to find example sources of a C++ or VB pixel bot so that I see how they are madeWell 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now