Jump to content

How to loop


asura
 Share

Recommended Posts

what i trying to do is a weapon switch, quite a manual script as im a noob in coding.

Sleep(5000) - 5 secs - during this time, i execute the script from desktop n quickly switch to my game

send("1") - char is holding existing weapon A, switch to weapon B in slot 1

Sleep(200) - wait .02 sec

send("2") - skill which can only be executed by weapon B

Sleep(5000) - wait 5 sec for execution of skill from slot 2

send("3") - switch back to weapon A

Sleep(200) - wait .02 sec

send("4") - skill which can only be executed by weapon A.

Sleep(30000) - wait 300 secs, then start loop.

i want this script to loop after 300seconds. Kindly advice. Thanks in advance.

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