Jump to content

need a script for a game i play Knight Online


Recommended Posts

HI & welcome,

have a look at http://www.autoitscript.com/forum/index.ph...l=Knight+Online

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

hi, yes im new here :D i would just like a basic script of z r wait z r wait you know? :D would much apreciate it if you could help :P and does anyone know if autoIT wrks with knight online? thx

if by "help" you mean write the script for you, then no one will.

look at these functions in the help file:

Send: http://www.autoitscript.com/autoit3/docs/functions/Send.htm

Sleep: http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

WinActivate("Knight Online Client")
sleep(200)
WinWaitActive("Knight Online Client")
While 1
sleep (200)
Wend
$x = 1
Do
Send("z")
sleep(200)
send("r")
sleep(200)
Until $x = 2

Edited by codemyster
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...