Jump to content

Sending keystroke to game


Recommended Posts

I play knight online and am starting to get tired of countlessly clicking over and over. I think it must have some kind of hack protection on it because the Send command won't work, but other people somehow do it. All I need it to do is send z then r and repeat, I don't need nor want anything elaborate. So far this is what I have and all I need if I can get it to send it to the window.

HotKeySet("{HOME}", "_Call")
HotKeySet("{END}", "_End")

While 1
    Sleep(200)
WEnd    
Func _Call()
While 1
    Send("z")
    Sleep(200)
    Send("r")
    Sleep(1000)
WEnd
EndFunc

Func _End()
    Exit
EndFunc

Thanks

Edited by bucky002
Link to comment
Share on other sites

Hi,

that has been asked several times before. Just go ahead searching for knight online.

I think you'll find some good threads.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

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