Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Wed Feb 19, 2025 10:32 pm

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Simple Anti-AFK Macro
Thanked: 1 time(s)  Unread post Posted: Sat Aug 31, 2019 12:08 pm 
New User
New User
User avatar



Joined: Sat Aug 03, 2019 3:48 pm
Posts: 3
Been thanked: 1 time(s)
Has thanked: 1 time(s)
Contribution Points: 11
This script is really simple and nothing special. It's more about the method, which I find best to not get flagged or reported for AFK while being ingame. This is especially useful for Classic WoW, as you wont have to sit in an hourly long queue if you go AFK for longer than 15 minutes. All you have to do is stand in front of a NPC that you can talk to (like a vendor), execute the script and put your mouse cursor on the NPC. Don't forget to check the infinite option in the macro editor.

Code:
 begin
     Macro.Wait for current global loop execution time to exceed("4102")
     Mouse.Hold button("right")
     Macro.Wait for current global loop execution time to exceed("4199")
     Mouse.Release button("right")
     Variable.Set random number("ms", "50", "500")
     Macro.Pause("{ms}")
     Macro.Wait for current global loop execution time to exceed("9572")
     Keyboard.Hold keys("{<escape>}")
     Macro.Wait for current global loop execution time to exceed("9705")
     Keyboard.Release keys("{<escape>}")
     Variable.Set random number("ms", "50", "500")
     Macro.Pause("{ms}")
 end
 


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron


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