Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Read Text, Do Action...
#2
Why IsWindowVisible? Use operator = or ~, or functions find or match, or sel. Example with sel:

Code:
Copy      Help
str a.getwintext(child("" "Ate32Class" win("Username1 : Username2- Instant Message" "AIM_IMessage") 0x5))   ;;****Gets the message from IM Window*****
sel a 3
,case "*Usernamehere: sign out*" ;;if contains this text (* are wildcard character, ie match 0 or more characters)
,mou 45 45
,;here also could be
,;case "*other text*"
,;other actions
,;and so on
,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)