Jump to content

Help on my first script ever


Go to solution Solved by Geir1983,

Recommended Posts

I created a script to help me copy some text from a notpad and past it into a software,

I want it to run 10 times in a loop but I don't know how to do that because I'm not a programmer.

This is the script:

MouseClick("left", 1840, 139, 2, 500)
Sleep(200)
Send("^x")
Sleep(200)
Send("{DEL}")
Sleep(100)
MouseClick("left", 600, 840, 2, 500)
Sleep(300)
Send("^v")
Sleep(300)
Send("{ENTER}")

 

Could someone help me please?

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