Anti-afk macro menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Ginchy's Avatar Elite User
    Reputation
    371
    Join Date
    Nov 2006
    Posts
    775
    Thanks G/R
    286/110
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Anti-afk macro

    NOTE: YOU MST BE RUNNING AUTOIT IN ORDER FOR THIS TO WORK



    OK so I was bored... use autoit to run this macro. Hit F9 to minimize wow and go surf the web or play some other game. Press F10 to bring wow back up.





    HotKeySet("{F9}", "hide")
    HotKeySet("{F10}", "show")
    AutoItSetOption("WinTitleMatchMode", 4)
    While 1
    Sleep(1000)
    WEnd

    Func hide()
    Global $Show = 0
    Global $handle = WinGetHandle("classname=GxWindowClassD3d")
    WinSetState($handle, "", @SW_MINIMIZE)
    WinSetState($handle, "", @SW_HIDE)
    If @error Then
    MsgBox(0, "error", "couldnt find WoW")
    Else
    While 1
    $unique = Random(1, 4, 1)
    If $unique = 1 Then
    ControlSend($handle, "", "", "{UP DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{UP UP}")
    ControlSend($handle, "", "", "{DOWN DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{DOWN UP}")
    Sleep(200000 + Random(5000, 15000, 1))
    ElseIf $unique = 2 Then
    ControlSend($handle, "", "", "{RIGHT DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{RIGHT UP}")
    ControlSend($handle, "", "", "{LEFT DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{LEFT UP}")
    Sleep(200000 + Random(5000, 15000, 1))
    ElseIf $unique = 3 Then
    ControlSend($handle, "", "", "{DOWN DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{DOWN UP}")
    ControlSend($handle, "", "", "{UP DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{UP UP}")
    Sleep(200000 + Random(5000, 15000, 1))
    ElseIf $unique = 4 Then
    ControlSend($handle, "", "", "{LEFT DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{LEFT UP}")
    ControlSend($handle, "", "", "{RIGHT DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{RIGHT UP}")
    Sleep(200000 + Random(5000, 15000, 1))
    EndIf
    If $Show > 0 Then ExitLoop
    WEnd
    EndIf
    EndFunc ;==>hide

    Func show()
    Global $Show = 1
    WinSetState("World of Warcraft", "", @SW_SHOW)
    WinSetState("World of Warcraft", "", @SW_MAXIMIZE)
    WinActivate($handle, "")
    EndFunc ;==>show


    Good luck with this. would like some feedback

    Anti-afk macro
  2. #2
    brahlol's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool! >filler<

  3. #3
    gbery's Avatar Member
    Reputation
    9
    Join Date
    May 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you get banned for using this (question mark)

  4. #4
    Ginchy's Avatar Elite User
    Reputation
    371
    Join Date
    Nov 2006
    Posts
    775
    Thanks G/R
    286/110
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nope, blizz cant ban a program created by windows

  5. #5
    gbery's Avatar Member
    Reputation
    9
    Join Date
    May 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cool, +rep

  6. #6
    finalball's Avatar Active Member
    Reputation
    54
    Join Date
    Jun 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, but they can ban you for not participating in a battleground.

  7. #7
    Quickfix's Avatar Member
    Reputation
    2
    Join Date
    Apr 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I use it and can i only be detected by someone reporting me? Also wonder if you have some macro like this who can run and stuff to? Also wounder if you know if its save to use bot alterac afk bot waypoints?) when you can download the new patch now? ( need to know)

  8. #8
    Hikarie's Avatar Active Member
    Reputation
    22
    Join Date
    May 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not repping for copy paste.

  9. #9
    Ginchy's Avatar Elite User
    Reputation
    371
    Join Date
    Nov 2006
    Posts
    775
    Thanks G/R
    286/110
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you tell me where I copy and pasted this from please?

  10. #10
    kynox's Avatar Account not activated by Email
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ginchypwnsju View Post
    Can you tell me where I copy and pasted this from please?
    It's all over google. lol.

  11. #11
    Ginchy's Avatar Elite User
    Reputation
    371
    Join Date
    Nov 2006
    Posts
    775
    Thanks G/R
    286/110
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I didnt copy and paste though, I found a different variation of it and tweaked it to make it idiotproof.

  12. #12
    Yazuak's Avatar Active Member
    Reputation
    123
    Join Date
    Mar 2007
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ginchypwnsju View Post
    Nope, blizz cant ban a program created by windows
    Actually blizzard can ban you for whatever they want...

    You should also specify that this macro is an autoit script, and how to deal with autoit scripts; thus making your script "idiot proof."

  13. #13
    jrdaz's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Error:
    Line 1 (File "C:\................\****.au3"):

    HotKeySet({F9}, hode}
    HotKeySet(^ ERROR

    Error: Unable to parse line.

    Just accept as option, and it closes.

    Any idea how to solve this?

  14. #14
    Ginchy's Avatar Elite User
    Reputation
    371
    Join Date
    Nov 2006
    Posts
    775
    Thanks G/R
    286/110
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe try recopying and pasting. I havent had any problems with it yet

  15. #15
    Chang's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha cool +rep

Page 1 of 2 12 LastLast

Similar Threads

  1. I need a working anti-afk macro / tool - what kind of is there?
    By crunk001 in forum World of Warcraft General
    Replies: 2
    Last Post: 07-10-2015, 08:53 AM
  2. Anyone have a anti afk macro?
    By EternalOwnz in forum World of Warcraft General
    Replies: 9
    Last Post: 08-25-2011, 11:04 AM
  3. [Auto-Clicker] Anti AFK Macro Help Please
    By Asham14 in forum World of Warcraft Bots and Programs
    Replies: 2
    Last Post: 10-26-2010, 11:15 AM
  4. Anti-afk macro
    By Ginchy in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 09-13-2008, 08:34 PM
  5. anti-afk MACRO, NO bot needed!
    By surfsem in forum World of Warcraft Exploits
    Replies: 70
    Last Post: 08-01-2008, 02:46 AM
All times are GMT -5. The time now is 04:04 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search