sbp Posted October 8, 2005 Share Posted October 8, 2005 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 youSTeen Link to comment Share on other sites More sharing options...
ertasd Posted October 16, 2005 Share Posted October 16, 2005 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 More sharing options...
wowbotmaker Posted November 4, 2005 Share Posted November 4, 2005 what does this bot do? anti afk for world of warcraft so u dont get disconnected? or is this a grinding bot? Link to comment Share on other sites More sharing options...
Shyke Posted November 5, 2005 Share Posted November 5, 2005 wowbotmaker, I thought this was obvious... You have to hit the pause button on your keyboard for it to start. Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted November 5, 2005 Moderators Share Posted November 5, 2005 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 More sharing options...
Shyke Posted November 5, 2005 Share Posted November 5, 2005 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 More sharing options...
OutlawWaynne Posted November 9, 2005 Share Posted November 9, 2005 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 EndFuncWould 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 More sharing options...
Moderators SmOke_N Posted November 9, 2005 Moderators Share Posted November 9, 2005 (edited) You could download SciTe (and AutoIt if you don't have it) and compile all the scripts you want 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 November 9, 2005 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 More sharing options...
cirko Posted November 11, 2005 Share Posted November 11, 2005 When i run it it say autoAFK stopped..? Help Link to comment Share on other sites More sharing options...
Darkangel1 Posted January 23, 2006 Share Posted January 23, 2006 am new to script.. but how do you change the notepad to a .exe file? and where you put it in WoW folder ? also if there a way to change the "PAUSE" key to something else? I don't have any PAUSE key on my keyboard :S tnx Link to comment Share on other sites More sharing options...
Lörppä Posted July 5, 2006 Share Posted July 5, 2006 The script work fine for, but anyone know a script (or anything) that would always reply yes on ready check in raid. If any1 has a way to avoid it, please reply Link to comment Share on other sites More sharing options...
whirlpool Posted November 9, 2006 Share Posted November 9, 2006 are there any scripts to re go to the bg.. when it's done ? .. must have Link to comment Share on other sites More sharing options...
whirlpool Posted November 9, 2006 Share Posted November 9, 2006 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 1Send("{SPACE}")Sleep(Random(120000,240000))WEndEndFuncFunc TogglePause()ToolTip('AntiAFK Stopped.',0,0)HotKeySet("{PAUSE}")HotKeySet("{PAUSE}", "Start")While 1sleep(100)WEndEndFuncfunc Quit()ExitEndFuncSo, 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 thanks for all the help Link to comment Share on other sites More sharing options...
whirlpool Posted November 11, 2006 Share Posted November 11, 2006 *push* Link to comment Share on other sites More sharing options...
feeder Posted May 15, 2007 Share Posted May 15, 2007 Hi, I would love to use your script also in wow.... But should i do with code? how can i run it? thanks a lot feeder Link to comment Share on other sites More sharing options...
xcal Posted May 15, 2007 Share Posted May 15, 2007 If you can't play the game... don't play it? How To Ask Questions The Smart Way Link to comment Share on other sites More sharing options...
Appie Posted July 6, 2007 Share Posted July 6, 2007 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 More sharing options...
smitress Posted August 26, 2007 Share Posted August 26, 2007 I'd like to test this script on other WOW servers.... can I ask what app you are running to run the script.. or ar you using the wow Macro funtion with this script? Link to comment Share on other sites More sharing options...
Roofel Posted December 9, 2007 Share Posted December 9, 2007 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.AppieGuys-.- 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 More sharing options...
brndon1988 Posted December 30, 2007 Share Posted December 30, 2007 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 More sharing options...
Recommended Posts