Jump to content

Recommended Posts

Posted

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?

Posted

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.

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
  • Recently Browsing   0 members

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