Jump to content

Help With Multiple Scripts


Recommended Posts

I got 4 scripts that do similar things but need to all run at the same time.

Is there a way to put them all in 1 script but still run them at the same time,

because when I run all 4 at once it lags my computer up a bit

The scripts look something like this:

While 1=1

If PixelGetColor(62,130) Not = 0 Then

Sleep(50)

Send("{LEFT}")

EndIf

Sleep(75)

WEnd

I got four of them, one for up down left and right.

I looked for a post on this and i didn't see something similar, nor did i see

anything in the help file. Any help is appreciated

Link to comment
Share on other sites

I got 4 scripts that do similar things but need to all run at the same time.

Is there a way to put them all in 1 script but still run them at the same time,

because when I run all 4 at once it lags my computer up a bit

The scripts look something like this:

While 1=1

If PixelGetColor(62,130) Not = 0 Then

Sleep(50)

Send("{LEFT}")

EndIf

Sleep(75)

WEnd

I got four of them, one for up down left and right.

I looked for a post on this and i didn't see something similar, nor did i see

anything in the help file. Any help is appreciated

you can put them in a script, but run them all at the same time ?

you can call them in an order :

script 1

script 2

script 3

script 4

but i don't think you can run them all at the same time like this, instead compile all scripts and then run them at the same time

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