Jump to content

Help


Recommended Posts

:lmao: How do you keep a script active? Cause i made a hotkey thing but as soon as it finishes loading all the info it just shuts down. so is there a function or somin to keep the script active? o:) Edited by WHRobin566
Witch Hunter Robin
Link to comment
Share on other sites

  • Developers

:lmao: How do you keep a script active? Cause i made a hotkey thing but as soon as it finishes loading all the info it just shuts down. so is there a function or somin to keep the script active? o:)

<{POST_SNAPBACK}>

;
While 1
   Sleep(10)
Wend

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

:lmao: Thanks. And one last question how do you get the mouse to click there?

These are pos i wanted it to click in order.

X: 867 Y: 424

X: 542 Y: 417

X: 508 Y: 432

Thanks. o:)

Nm i got it but its not clicking in right pos. Any ideas?

Edited by WHRobin566
Witch Hunter Robin
Link to comment
Share on other sites

Ok Forget all the above. I was wondering when you use WinGetTitle why wont it work i can use it for like Untitled - (untitled - notepad) and it finds it but when i use it for somthing that has a random thing first the the thing it always is it wont work such as ( - Conversation) on msn. can anyone get thing to work for things with random words first.

$haha = WinGetTitle(" - Conversation")

msgbox(0, "TEST", "Title: ", $haha)

thats what i did it dont work. :)

Witch Hunter Robin
Link to comment
Share on other sites

Still not working... :)

is this right?

Opt("WinTitleMatchMode",4)

$haha = WinGetTitle(" - Conversation")

msgbox(0, "TEST", "Title: ", $haha)

?

<{POST_SNAPBACK}>

You need to get your parameters correct.

msgbox(0, "TEST", "Title: " & $haha)
Link to comment
Share on other sites

Forget above ok i need help with this how do you get text to be picked out from a bunch of text?

Opt("WinTextMatchMode",2)

$work = Wingettext($haha, $hatext)

msgbox(0, "TEST", "work: " & $work)

if $work = $hatext Then

Why wont it get the text???

o yea by the way all the msgbox says is Work: 1 why wont it say what i want it to say? :)

Edited by WHRobin566
Witch Hunter Robin
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...