taultunleashed logoWOW Macro: Anti-AFK, Auto Queue BG's : World of Warcraft Nerfed Info
newtopic  postreply
 [ 93 posts ]  1, 2, 3, 4, 5 ... 7  Next
blue large dot

WOW Macro: Anti-AFK, Auto Queue BG's : World of Warcraft Nerfed Info

Posted: August 23rd, 2006, 7:23 am
 
cdarnau

Total Posts: 142
Joined: August 23rd, 2006, 6:52 am
cdarnau's Reps: 0
User avatar
Active User > 50 Posts
premium
Now.

-------------------Never Go AFK-------------------
(works great in AV and also if you just don't wanna go afk)

Here are Step-by-step fool proof instructions on how to do this.

First - Goto www.autoitscript.com and download V3.1.1.
Second - Create a note pad file and add this code to it.

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
HotKeySet("^!z","Movment");^!z is Ctrl+Alt+'z' to run the Movment
HotKeySet("^!x","End");^!x is Ctrl+Alt+'x' to close the Movment
While 1
    Sleep(100)
WEnd
Func Movment()
    While 1
        Sleep(20000)
        Send("{A}")
        Sleep(40000)
        Send("{D}")

    WEnd
EndFunc
Func End()
    Exit
EndFunc


Third - Save the file as anythingyouwish.au3

Fourth - Open the autoit program and browse for this file. Select the file and at the bottom there will be a button that say "Convert". convert the file.

Fith - Run the new converted file. It will appear in the bottom right corner of your screen next to your time.

Sixth - Open WoW and Windows out of the game. (alt + tab or your Windows key beside your Alt key)

Seventh - Press Ctrl + Alt + Z and this will start the process of moving your character with the letters A and D every 20 seconds for A and 4 seconds for D.

Open the game up and never go AFK again. When you want it to stop windows out of WoW and right click on the icon in the bottom right corner and click exit.

-------------------Log Into BG's Automatically.-------------------
(enters instance and selects first avaliable for you)

To get this program to start working Just Load the Anti-AFK and hit "F8" while in the game.


For this to work you have to have joined the AB que already in Arathi Basin. Or another BG in it's location.

What this program does:
When you leave an AB, or BG's it makes you walk backwards for 7 seconds. When you leave an AV your facing away from the portal so this walks you back into the portal. It then moves your mouse to 205,531 which is the "Join first avaliable" button. It then clicks the button. It does this every 60 seconds. once you have backed into the portal and clicked the join button another cue window will not come up.

Can this get you banned? Definetly. I have been using it since WoW came out and have only gotten reported once. Just make sure you use it in moderation. Don't do 20 AV's in a row and expect somone not to send a tell when your in the cave every game.


(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
; Press Esc to terminate script, Pause/Break to "pause"

Global $Paused, $t
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
HotKeySet("{F8}", "Showme")

;;;; Body of program would go here;;;;
While 1
    If $t = 1 Then
        Send("{s down}");presses the s button and holds it
        Sleep(5800);waits for 5800 milliseconds/5.8 sec
        Send("{s up}");releases s button
        MouseClick("left",205,531);leftclicks at the coordinates x=205,y=531
        Sleep(60 * 1000)
    EndIf
    Sleep(10)
WEnd
;;;;;;;;

Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
        ToolTip('Script is "Paused"',0,0)
    WEnd
    ToolTip("")
EndFunc

Func Terminate()
    Exit 0
EndFunc

Func Showme()
    If $t = 0 Then
        $t = 1
        Return
    EndIf
    If $t = 1 Then
        $t = 0
        Return
    EndIf
EndFunc


Does this kind of stuff get you free membership upgrades and such?


Last edited by cdarnau on August 30th, 2006, 9:51 am, edited 2 times in total.

Reply with quote
Posted: August 23rd, 2006, 4:57 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
Can premium members say yay or nay to this being moved to a confirmed section.


Reply with quote
Posted: August 23rd, 2006, 6:56 pm
 
cdarnau

Total Posts: 142
Joined: August 23rd, 2006, 6:52 am
cdarnau's Reps: 0
User avatar
Active User > 50 Posts
premium
These work... I am using them with the new patch and AB.

here are also a few other tid bits i use. A little different.. More for my needs then anything else..

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
HotKeySet("^!z","Movment");^!z is Ctrl+Alt+'z' to run the Movment
HotKeySet("^!x","End");^!x is Ctrl+Alt+'x' to close the Movment
While 1
    Sleep(100)
WEnd
Func Movment()
    While 1
        Sleep(170000)
        Send("{a}")
    Sleep(2000)
    Send("{d}")
    WEnd
EndFunc
Func End()
    Exit
EndFunc


Same thing as the AFK code accept for the times are spread further out so your not moving every 20 seconds. Works alot better since when your drinking... you get up.

_________________________________________

Fishing Buddy.

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
HotKeySet("^!z","Movment");^!z is Ctrl+Alt+'z' to run the Movment
HotKeySet("^!x","End");^!x is Ctrl+Alt+'x' to close the Movment
While 1
    Sleep(100)
WEnd
Func Movment()
    While 1
    Send("{SHIFTDOWN}")
    Sleep(30000)
    Send("{SHIFTUP}")
    Sleep(900)
    WEnd
EndFunc
Func End()
    Exit
EndFunc


All this does is Hold the shift key down so it automatically bags your fish that you catch instead of holding the shift key.... Yes i am lazy. =-)


Another thing is... Each and every one of these i have made personally. When i was in college i use to use this to CTRL + S while i was typing a paper.. So that when the dorm parties got out of control and we lost power.. My paper would have been saved from the CTRL + S (save) that happened once every min.

Since college i have perfected this...If you need anything made that has the use of buttons and timing. Let me know.. i can make it.


Reply with quote
Posted: August 24th, 2006, 12:38 pm
 
darktactic
darktactic's Reps:
User avatar
/yay pretty useful, I wish it was more advanced and auto joined you into AV- would be alot cooler- you could leave it running all night and wake up in the morning exhalted with Stormpike Guard


Reply with quote
Posted: August 24th, 2006, 12:48 pm
 
cdarnau

Total Posts: 142
Joined: August 23rd, 2006, 6:52 am
cdarnau's Reps: 0
User avatar
Active User > 50 Posts
premium
What do you mean? It really works with any BG. as long as you enter the portal first.

When you enter the portal and you exit the BG it puts you outside the portal facing away from it. (it would be better if you were facing foward, then you could run around the bg and look like your playing lol.) So since your facing away from it... it will move you backwards into the portal and cue you up for first avaliable.

If i were using it in AV though i would probably change the 60 * 1000 to 900 * 1000 so that you do it every 15mins instead of every min. Just make sure you got the AFK script moving as well so you don't afk out.
and the good thing about the afk script is it moves you a then d... so you are back int eh same place you where when it was over.

The good thing about my scripts are they are very user friendly. You can change times buttons cords... anything you want and you don't have to be a C++ programer to do it.

Also the timer need to be changed to 5.7 seconds(5700 instead of 7000).. for some reason with the new patch if you walk to far into the cave... it removes the screen. found that out this morning when i woke up.

It will work with any portal.. AB AV or WSG. I am not sure where the exit portal for AV is though while you are inside of AV. Is it in the same place you spawn? if so you would just walk out of the instance. I am gonna change the seconds on the program tonight when i get home so it will work better.

Also for this to work. you don't have to be windowed.


Reply with quote
Posted: August 30th, 2006, 9:48 am
 
cdarnau

Total Posts: 142
Joined: August 23rd, 2006, 6:52 am
cdarnau's Reps: 0
User avatar
Active User > 50 Posts
premium
do i need to change the topic to get people to respond to this lol.


Reply with quote
Posted: August 31st, 2006, 4:23 pm
 
gibson1789
gibson1789's Reps:
User avatar
hey, im using this in conjuction with BGassist to auto join AB, and im having some problems.

I enter through the portal, and BGassist auto joins, and auto accepts for me, your script keeps me out of AFK, so far so good.

The problem, however, occurs when I exit AB. It places me at a wierd angle outside, so that running backwards does nothing but run me into a fence, which I get stuck in. any thoughts?

Thanks


Reply with quote
Posted: September 1st, 2006, 6:01 am
 
cdarnau

Total Posts: 142
Joined: August 23rd, 2006, 6:52 am
cdarnau's Reps: 0
User avatar
Active User > 50 Posts
premium
I am not sure. When you leave the bg, you are supose to be faced backwards. all my characters are. If you are actually playing, when you leave if your turning or on a mount it will put you at the last place you turned.

Also, yes you have to use this with an auto accept program. Like BGassist or asmo honor tracker.

I am not sure why you get ported back out in a weird angle. Do you have your left mouse set up to turn your player instead of your right mouse? if so this will turn you do the the fact it is moving the mouse to join for you.

If this is the fact, just change left mouse click to right mouse click.

Or if your using somthing that autojoins you, just use

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
; Press Esc to terminate script, Pause/Break to "pause"

Global $Paused, $t
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
HotKeySet("{F8}", "Showme")

;;;; Body of program would go here;;;;
While 1
    If $t = 1 Then
        Send("{s down}");presses the s button and holds it
        Sleep(5800);waits for 5800 milliseconds/5.8 sec
        Send("{s up}");releases s button
        Sleep(60 * 1000)
    EndIf
    Sleep(10)
WEnd
;;;;;;;;

Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
        ToolTip('Script is "Paused"',0,0)
    WEnd
    ToolTip("")
EndFunc

Func Terminate()
    Exit 0
EndFunc

Func Showme()
    If $t = 0 Then
        $t = 1
        Return
    EndIf
    If $t = 1 Then
        $t = 0
        Return
    EndIf
EndFunc


I took the Mouse click out of it.


Reply with quote
Posted: September 1st, 2006, 6:46 pm
 
gibson1789
gibson1789's Reps:
User avatar
Thanks for the input, appreciated.

However, I added in some code by myself (using your code as a guide) and fixed the problem. I simply added a 150ms turn to the code so it face directly towards the AV portal.

Anyway, thanks for the base code, been looking for one of these for a while!


Reply with quote
Posted: September 2nd, 2006, 5:31 pm
 
fatstuffnut

Total Posts: 728
Joined: October 8th, 2005, 3:07 pm
fatstuffnut's Reps: 3
User avatar
Active User > 50 Posts
do uahve to be at the portal to use this?

so like AV portal, or AB portal?

_________________
(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))


Reply with quote
Posted: September 3rd, 2006, 12:18 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
works well 1000 to you.


Reply with quote
Posted: September 4th, 2006, 8:53 am
 
giomacri04
giomacri04's Reps:
User avatar
so do i make 2 seperate files or put all that code into 1 script?


Reply with quote
Posted: September 4th, 2006, 4:49 pm
 
fatstuffnut

Total Posts: 728
Joined: October 8th, 2005, 3:07 pm
fatstuffnut's Reps: 3
User avatar
Active User > 50 Posts
yea i need some help with this

_________________
(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))


Reply with quote
Posted: September 4th, 2006, 4:54 pm
 
fatstuffnut

Total Posts: 728
Joined: October 8th, 2005, 3:07 pm
fatstuffnut's Reps: 3
User avatar
Active User > 50 Posts
i got the first 1 to work.. how do i make it join bg automaticly? do the same and run both of em?!

_________________
(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))


Reply with quote
Posted: September 4th, 2006, 5:23 pm
 
rabidsoccerball
rabidsoccerball's Reps:
User avatar
ehrmm theres autojoin addons.


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 41 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of World of Warcraft Nerfed Info RSS Feed 
Sitemap of World of Warcraft Nerfed Info Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?