Jump to content

need script help


Recommended Posts

ok, again...

i am writing a script that does strokes and movement

and it runs/begin/start when i press a certain key

i would like to change it so that it automatically starts when it see a certain text

like, if it sees this text " start " in the screen, it will automatically start and run

but i am not very sure how to do it

Link to comment
Share on other sites

me either, my screen always says start at the bottom left... stupidlazykid5

8)

er, o_o

what about says start on the bottom left ?

i setup my script to start when i press the button on my keyboard.

but not i want to change it so that when it sees a text it will automatically run itself

Link to comment
Share on other sites

er, o_o

what about says start on the bottom left ?

i setup my script to start when i press the button on my keyboard.

but not i want to change it so that when it sees a text it will automatically run itself

it was a joke, the start menu bar... haha? funny? it always says start on your screen?

[u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Link to comment
Share on other sites

yeah, i did it, but i'm not sure , it didin't work pretty well o_o

can you show me a simple example

it usually gets through my head when i see one @__@

I never use it...gimme 5 mins, I will swoop something up 4 ya
[u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
Link to comment
Share on other sites

I never use it...gimme 5 mins, I will swoop something up 4 ya

this works better

do
sleep(100)
$text = WinGetTitle("","test")
until $text <> ""
MsgBox(0,"","Test found in " & $text)

this works too

do
sleep(100)
$text = WinGettext("","test")
until $text <> ""
MsgBox(0,"","Test found...now we run the program")
Edited by ReaImDown
[u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
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...