Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 12:07 pm

All times are UTC




Post a reply
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
Font size:
Font colour
Options:
BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Please click and drag the 2 correct statements to the right hand side.
Please click and drag the 2 correct statements to the right hand side.
Please select the options below to the correct list to avoid automated registrations.
Statements
2 correct statements
Fish can swim
Dogs have 4 legs
Elephants can fly
Chickens can talk
   

Topic review - Macro Start Timer
Author Message
  Post subject:  Re: Macro Start Timer  Reply with quote
Quote:
I need this particular 1 Macro to execute only every 30 minutes
You could simply use macro.pause with a value of 30 minutes for that. I think that would be 1,800,000 ms. There's a tool tab with time-to-milliseconds in the edit mode when you're scripting macros.

Quote:
Also
How to Click at text,
There's not a single instruction (that I know of) that will do that, you would need to script it out. What do you have so far?
Post Posted: Mon Jul 05, 2021 6:35 pm
  Post subject:  Macro Start Timer  Reply with quote
Basically i'm using 2 Macro at once but I need this particular 1 Macro to execute only every 30 minutes
can you guys give me an example script for this?

If (timer hits 30minutes)
Begin script

Also
How to Click at text,
---------------------------------
if Clipboard.Contains text("Google")
begin
Mouse.Click("")
------------------------------------

I want the mouse to Click at text (google)
Post Posted: Mon Jul 05, 2021 4:37 am

All times are UTC


Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group