Jump to content

new here, help with script please


Guest jpirtle
 Share

Recommended Posts

Guest jpirtle

I need to make a script that will simulate a shift key being pressed every 10 seconds. It's for a online game called MapleStory and I get tired of sitting and pushing the key every ten seconds for hours. Any help would be appreciated.

Link to comment
Share on other sites

I need to make a script that will simulate a shift key being pressed every 10 seconds.  It's for a online game called MapleStory and I get tired of sitting and pushing the key every ten seconds for hours.  Any help would be appreciated.

<{POST_SNAPBACK}>

Look in the AutoIt Help File for "While", "Sleep", and "Send".

Phillip

Link to comment
Share on other sites

I need to make a script that will simulate a shift key being pressed every 10 seconds.  It's for a online game called MapleStory and I get tired of sitting and pushing the key every ten seconds for hours.  Any help would be appreciated.

<{POST_SNAPBACK}>

try this:

while 1 ; this is infinite loop

send("+") ; + stands for shift

sleep(10000) ; sleeps 10 seconds ( note it is in miliseconds )

wend

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