jougan Posted March 19, 2007 Posted March 19, 2007 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
mrbond007 Posted March 19, 2007 Posted March 19, 2007 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 bitThe scripts look something like this: While 1=1 If PixelGetColor(62,130) Not = 0 Then Sleep(50) Send("{LEFT}") EndIf Sleep(75) WEndI 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 appreciatedyou can put them in a script, but run them all at the same time ?you can call them in an order :script 1script 2script 3script 4but 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 Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now