Jump to content

WoW Anti AFK script


Niv
 Share

Recommended Posts

WinWaitActive("World of Warcraft")

this line makes it that it only sends the keystrokes into WoW only when WoW is active(in front of any other aplication) thats why it doessnt send keystrokes to notepad ;)

Thanks, now I see -- and it is working as it should in WoW.

Thank you

STeen

Link to comment
Share on other sites

  • Replies 57
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi all, i'm don't speak english...

I copy the code in a block notes, after i make a .exe...

I'm on World of warcraft, i run the exe and come on the display ( up on left) AntiAFK Stopped.

What i must do for run the macro?

Thanks

Link to comment
Share on other sites

  • 3 weeks later...
  • Moderators

Didn't look like he/she asked how to start it, looks like they asked what it does...

I don't play wow at all, but the script sends a space every 2 to 4 minutes to something that's not defined, should probably make sure the window is active IMHO, before hand.

So it looks like it would keep you from getting booted for inactivity.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Yeah, I am adding on to this scirpt.

In WoW when you try and enter que's for battle grounds and other PvP events if you go after (5mins of inactivity) then it boots you from battlegrounds. This would make it so that you could get Honor points unfairly and like it.

Link to comment
Share on other sites

I changed it around a little, it works perfect.

WinWaitActive("World of Warcraft")
                 
          
HotKeySet("{PAUSE}", "Start")
HotKeySet("!{PAUSE}","Quit")

TogglePause()
                   
func Start()
HotKeySet("{PAUSE}")
HotKeySet("{PAUSE}", "TogglePause")
ToolTip('AntiAFK started.',0,0)
While 1
Send("{SPACE}")
Sleep(Random(120000,240000))
WEnd
EndFunc

Func TogglePause()
ToolTip('AntiAFK Stopped.',0,0)
HotKeySet("{PAUSE}")
HotKeySet("{PAUSE}", "Start")
While 1
sleep(100)
WEnd
EndFunc

func Quit()
Exit
EndFunc
Would it be possible for someone to compile this and post a link? If not email me the compiled form?
Link to comment
Share on other sites

  • Moderators

You could download SciTe (and AutoIt if you don't have it) and compile all the scripts you want B)

Edit: The links are in my code below, so I'll just copy and paste them here for direct links since it sounds like you don't have either ?

AutoIt = http://www.autoitscript.com/autoit3/files/beta/autoit/

SciTe = http://www.autoitscript.com/autoit3/scite/downloads.php

Edited by ronsrules

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

  • 2 months later...
  • 5 months later...
  • 4 months later...

okay okay, i've saw very much posts about re entering bg's in wordl of warcraft .. its' very simple.

When the battleground is finished, you will spawn in front of the circle where you entering battleground.

So all you must to do is to make a script wich, go backward .. then the coordinates where the continue button is and click. Now you'r in queue .. after a short time the battleground invite window, will pop up.

Now the mouse must be over the join button and click, to join the battleground .. all of this must be coded with autoit scripts.

At least i've must hang on the anti afk script, to leech the honor and rep.

Exactly this :

WinWaitActive("World of Warcraft")

HotKeySet("{PAUSE}", "Start")

HotKeySet("!{PAUSE}","Quit")

TogglePause()

func Start()

HotKeySet("{PAUSE}")

HotKeySet("{PAUSE}", "TogglePause")

ToolTip('AntiAFK started.',0,0)

While 1

Send("{SPACE}")

Sleep(Random(120000,240000))

WEnd

EndFunc

Func TogglePause()

ToolTip('AntiAFK Stopped.',0,0)

HotKeySet("{PAUSE}")

HotKeySet("{PAUSE}", "Start")

While 1

sleep(100)

WEnd

EndFunc

func Quit()

Exit

EndFunc

So, now i've tryed to get the code included for that what i've wrote up here ^

.. can anybody post me a script to make this possible to auto join the battleground in this way, or code somting like this ?.. yeah sry for the bad english i came from china :whistle:

thanks for all the help

Link to comment
Share on other sites

  • 6 months later...
  • 1 month later...

Ey, I am new with the scripts things, So please explain how it works. I copy the link? where do I have to please it? Word docu? how to make it a Exe file? where to place the file? etc.

I will be very thanks full if someone can help me.

Appie

Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...

Ey, I am new with the scripts things, So please explain how it works. I copy the link? where do I have to please it? Word docu? how to make it a Exe file? where to place the file? etc.

I will be very thanks full if someone can help me.

Appie

Guys-.- This is a AUTOIT-FORUM, ring a bell what application to use? You can download it off the main page-.-

Never argue with an idiot, he will just bring you down to his own level and beat you with experience! :D

Link to comment
Share on other sites

  • 3 weeks later...

This is a beta. The only thing that is wrong with it is the depositioning when facing the BG NPC. Any help is appreciated.

For this bot to work properly you need to follow these steps to get it working:

1. Extract and Move BGAssist to your addons folder.

2. Start AutoMouseClicker "Locate" and position it to the most centered part of your screen, use the right

click option, you can set the Click Interval time to whichever you find the most convenient, this is how many times AutoMouseClicker clicks.

3. Start WoW.

4. Type in /bga and accept Auto release, Auto enter, and Auto sign up.

5. Shift+Alt to minimize WoW.

6. Execute AutoMouseClicker, if you haven't done so already.

7. Execute AntiAFK.

8. Maximize back to WoW.

9. Press F9 to activate AutoAFK.

Things you need to know.

The chances of you getting a warning or a ban is slim to none. Blizzard has better things to do.

There are so many afkers in BG that you don't need to worry.

Although you do not have to, you can turn up your volume to ditect any whispers. This is not required.

You can distribute AntiAFK, however you wish.

The only thing I did was made this tut, and compiled these files.

Contact me at brndon1988@gmail.com to send feedback.

AntiAFK

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...