Jump to content

Sending keys help


 Share

Recommended Posts

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?

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...