Anti-AFK Bot for Mac using Automator menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 29 of 29
  1. #16
    icypher01's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    The first pause in the right click part ?

    Anti-AFK Bot for Mac using Automator
  2. #17
    greencomet31's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    Originally Posted by icypher01 View Post
    The first pause in the right click part ?

    Put the move mouse after the pause following the left click. It should look like:

    -Left click
    -Pause
    -Move Mouse
    -Pause
    -Right Click
    -Pause
    -Run Virtual Input Actions

  3. #18
    crackimon's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    Hey All,

    Using this automator business i was able to not only create the afk bot/auto queue, but i was able to create a whisper exporter. Basically by using prat's copy paste functionality i was able to use automator to copy the text to the clip board then export it to a text file via pbpaste (shell command).

    You all must be wondering why I would bother doing this, but once you get the whisper text out of warcraft you have many options such as parsing the text for a <GM> string and then having a simple program forward this to your cell phone or force an /afk in warcraft. I haven't quite decided exactly how i would want to handle a gm whisper, perhaps some of you have some ideas?

    p.s. I will post screen shots of the process and mod links as soon as i have this a little more developed.

  4. #19
    silentsim's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    I was able to get it to queue once, but the nag screen seems to be making further queus not possible. Did all you guys purchase this Automator Virtual Input software? If anyone got a free serial...i beg of you to help me out

    Thanks.

  5. #20
    lolempire's Avatar Member
    Reputation
    1
    Join Date
    May 2006
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    The nag screen was screwing me up too so i decided to try to make the applescript call closer the nag screen. It wont but somehow calling the app and sending return allows the program to keep runing even tho the nag screen hasnt been closed.

    Code:
    repeat 2 times
    	tell application "System Events"
    		tell application "World of Warcraft" to activate
    		key code 49
    	end tell
    	
    	delay (random number from 60 to 180)
    end repeat
    tell application "System Events"
    	tell application "Automator Virtual Input" to activate
    	key code 36
    end tell
    YMMV but it worked for me

  6. #21
    anonymopt's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    Originally Posted by silentsim View Post
    I was able to get it to queue once, but the nag screen seems to be making further queus not possible. Did all you guys purchase this Automator Virtual Input software? If anyone got a free serial...i beg of you to help me out

    Thanks.

    need it 2 :S im sick of the nagg.. nag nag nag kil the nag

  7. #22
    steven45's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    mine dont work =(

  8. #23
    insomniaxvi's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    As far as the right click not working, here's a crappy explanation (I'm really tired), and an easy fix.

    When the VI moves the mouse over the BG Queue, it does not register the mouse as being 'moved' or 'dragged' onto the the NPC and the mouse remains in the pointer state, rendering the VI Right-Click incapable of 'conversing' with the Queue NPC.

    To fix this, all you have to do is create two VI actions that move the mouse on the BG Queue NPC:

    (My "Boo" automator file looks like...)

    1. AppleScript to activate WoW window
    Code:
    tell application "System Events"
    	tell application "World of Warcraft" to activate
    end tell
    2. Pause for 2000 milliseconds

    3. Move mouse to X,Y coordinates [500,265 for me]

    4. Pause for 500 milliseconds

    5. Move mouse to X,Y coordinates [500,260 (will activate the 'converse mouse state')]

    6. Pause for 200 milliseconds

    7. Right click at X,Y coordinates [500,260]

    8. Run VI Actions

    That should work. Note: I have the registered version of VI, but with the posted fixes for the nag window in this thread, it should still work. Just be sure to use your OWN coordinates, only slightly adjusting the second move mouse action.

    Cheers! :wave:
    Last edited by insomniaxvi; 10-21-2007 at 07:22 PM.

  9. #24
    kevriggy's Avatar Member
    Reputation
    16
    Join Date
    May 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    edit; bler
    Last edited by kevriggy; 10-23-2007 at 05:58 AM.

  10. #25
    locklea7's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    what does the spooky workflow look like? picture please?

  11. #26
    insomniaxvi's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    Same "Spooky" as one posted.

  12. #27
    hootch's Avatar Member
    Reputation
    5
    Join Date
    Oct 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    It rox pretty much but I was wondering: The complete windows community is scared of teh 'warden' but a friend of mine said no warden is in place for Macintosh players...

    Is this true?

    Update: So I did some research and the answers are quite scattered some people I know said it's Winblows only, others say warden runs on the serverside (sounds like bullcrap to me, but hey... I know jack about this stuff!)

    My best guess is to start up launcher and littlesnitch see what kinda stuff hapens, read some logs that kinda stuff... Unless you guys have a defenite answer for me ofc!


    Thanks
    Last edited by hootch; 10-29-2007 at 03:40 PM.

  13. #28
    hootch's Avatar Member
    Reputation
    5
    Join Date
    Oct 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Anti-AFK Bot for Mac using Automator

    Sorry for the doublepost... But it is for the greater good

    Here's my new and improved version of the anti-afk bot!
    this is Boo




    And this is Spooky

    Applescript:

    tell application "System Events"
    tell application "Automator Virtual Input" to activate
    key code 36
    end tell

    tell application "System Events"
    tell application "World of Warcraft" to activate
    key code 49
    end tell
    delay (random number from 80 to 160)
    So why is this an upgrade?

    - Auto clicks away the nag screen after trying to get to the battlemaster
    - Only does one jump and thus you're in a new AV faster!
    - More pauses and extra rightclicks to never miss your battlemaster!

    Improvements I'm thinking about for the future:

    + make a sequence to walk to a place quite common to fight to never get the debuff
    + walk back again... (Perhaps use the exalted stormpike trinket, no cd)
    + Getting to know whether we've got a fear of the warden with the automator software...
    + Use the new record feature in automator of Leopard!
    Last edited by hootch; 10-30-2007 at 10:08 AM.

  14. #29
    chrism13's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if im correct you cant get banned for this "bot" right?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Req] Anti afk bot for 3.3.5a
    By Danz93 in forum WoW Bots Questions & Requests
    Replies: 9
    Last Post: 11-04-2015, 12:09 AM
  2. [Auto-Clicker] Is there an Anti-AFK bot for Wildstar BGs
    By AdamEd in forum WildStar Bots and Programs
    Replies: 13
    Last Post: 07-03-2014, 01:32 AM
  3. Anti-afk / following - for MAC
    By Kungah in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 01-19-2012, 04:25 PM
  4. Another way to use Anti-AFK Bot in BG.
    By Tinky in forum World of Warcraft Bots and Programs
    Replies: 33
    Last Post: 10-14-2007, 01:44 PM
  5. Easy Mac Anti-AFK bot
    By wowpew in forum World of Warcraft Bots and Programs
    Replies: 18
    Last Post: 08-02-2007, 09:04 PM
All times are GMT -5. The time now is 07:54 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search