deathray Posted January 15, 2008 Posted January 15, 2008 This is what I got HotKeySet("{F9}", "dash") While 1 Sleep(1000) WEnd Func dash () While 1 Send("w") Sleep(100) Send("w") WEnd EndFunc When I press F9 the w letter starts getting spammed. But when I open a game called Gunz the spamming stops. W key isn't being sent. I tried adding Send("w", 1) to send the keys raw but still doesen't work. Are there any other ways?
Nahuel Posted January 15, 2008 Posted January 15, 2008 Isn't that one of those games that block scripting?
deathray Posted January 15, 2008 Author Posted January 15, 2008 Yeah I guess so. There is no possible way then? Forgot to add when I minimized the game the w continues spamming so the script is definetly not killed.
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