Jump to content

Recommended Posts

Posted (edited)

I am trying to make it so that according to the ini file certan actions will happen

for example if I have this in the ini

2040 A 0.21 0 20 10

2041 B 0.25 1 20 10

2042 C 0.14 0 10 10

2043 D 0.62 0 30 10

... for 3000 more times...

how could I make it click based on the 4th colum then search for the second colum then paste something into the third colum?

(all the spaces are "tab's")

Im thinking...

CODE
If something then $1 if something else then $2

PixelGetColor(500, 500) <> 0 ; wait for page to load

sleep(500)

send("^f{enter})

sleep(300)

send("...I dont know for this part...

MouseClick( "left", 142, 101, 2)

sleep(300)

send("^c")

clipget() = and then i dont know again...

I would post the code for this just there well... isnt any to post...

Edited by botanic

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...