StepByStep Guide for AFK Invasion Leveling menu

User Tag List

Results 1 to 12 of 12
  1. #1
    DrFofilly's Avatar Member
    Reputation
    8
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    StepByStep Guide for AFK Invasion Leveling

    Got the Idea from Roy Schmidt and made my own better version.

    It also works in the background!

    What you need:
    1. Autoscript
    2.The Addon "GeneralInv"
    3.Two Macros

    Instuctions:
    1.Install Autoscript
    2.Make a new Script
    2.1 To make a new script open SciTe Script Editor
    2.2 Copy my script
    2.3 Save it anywhere and then compile it
    3. Install the Addon
    4. Go Ingame and make two Macros
    5. Set the first Macro as 2 and the second as 3
    6. Stand in safe place. For example in the inn in Dun Morogh
    7.Go to back to the character screen
    8. Start the AutoIt Script/Exe

    First Macro:
    /script LeaveParty()
    /logout

    Second Macro:
    /generalinv
    AutoIt:
    HotKeySet("{PAUSE}", "EndScript")

    While 1

    Sleep(5000)
    ControlSend ("World of Warcraft", "", "", "{Enter}")
    Sleep(10000)
    ControlSend ("World of Warcraft", "", "", "3")
    Sleep(300000)
    ControlSend ("World of Warcraft", "", "", "2")
    Sleep(5000)

    WEnd

    ; Function to exit script
    Func EndScript()
    $exit = MsgBox(4, "KlickBot", "End KlickBot?")
    If $exit = 6 Then
    Exit
    EndIf
    EndFunc
    Last edited by DrFofilly; 08-28-2016 at 08:45 AM.

    StepByStep Guide for AFK Invasion Leveling
  2. Thanks epuhs (1 members gave Thanks to DrFofilly for this useful post)
  3. #2
    Roy Schmidt's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice one mate

  4. #3
    obushka's Avatar Member
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Error at line 10.

    Line text: WEnd
    Error: this line does not contain a recognized action

    The program will exit.

    Any ideas? Get this error everytime i try to use a script

  5. #4
    DrFofilly's Avatar Member
    Reputation
    8
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is the most simple script that works basically the same:
    While 1

    Sleep(5000)
    ControlSend ("World of Warcraft", "", "", "{Enter}")
    Sleep(10000)
    ControlSend ("World of Warcraft", "", "", "3")
    Sleep(300000)
    ControlSend ("World of Warcraft", "", "", "2")
    Sleep(5000)

    WEnd
    If this doesn't work i have no idea sorry

  6. #5
    LouTx's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this script program against Blizzards rules for automatisation of the game?

  7. #6
    Alkogu's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well every single automatization is against Blizz rules, except for multiboxing macro

    Why does it send ENTER to WoW ? it just make the thing don't work..
    Last edited by Alkogu; 08-28-2016 at 07:27 AM.

  8. #7
    Mahizzta's Avatar Contributor
    Reputation
    86
    Join Date
    Aug 2012
    Posts
    111
    Thanks G/R
    2/18
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Alkogu View Post
    Well every single automatization is against Blizz rules, except for multiboxing macro

    Why does it send ENTER to WoW ? it just make the thing don't work..
    Enter is to log you back in

  9. #8
    DrFofilly's Avatar Member
    Reputation
    8
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Alkogu View Post
    Well every single automatization is against Blizz rules, except for multiboxing macro

    Why does it send ENTER to WoW ? it just make the thing don't work..
    You have to start the script at the character screen

  10. #9
    Jerryloco1121's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a reason why it cancels my logout everytime?

  11. #10
    DrFofilly's Avatar Member
    Reputation
    8
    Join Date
    Aug 2016
    Posts
    5
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jerryloco1121 View Post
    is there a reason why it cancels my logout everytime?
    I guess you want to logout outside an inn? If so you have to increase the last sleeptimer in the script to 25000

  12. #11
    Jerryloco1121's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i actually did that and changed the 2 macro to /camp instead of /logout so i could make it press twice in case it goes into afk mode because it doesn't reset. It seems though that while it's counting down to cancel for me it knocks me out of logging out if there's a mob doing mechanics.

  13. #12
    jujuu's Avatar Contributor
    Reputation
    161
    Join Date
    May 2008
    Posts
    86
    Thanks G/R
    5/26
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working like a charm finishing up my 4th 100.

Similar Threads

  1. Guide for Feral Druid / Leveling Spec
    By xlAnonym0uslx in forum World of Warcraft Guides
    Replies: 4
    Last Post: 08-14-2008, 02:59 PM
  2. Joana's Leveling Guide for 2.3
    By Alth in forum World of Warcraft Guides
    Replies: 99
    Last Post: 12-18-2007, 05:22 PM
  3. [Guide] easy weapon skill levelling for highish levels
    By Stew in forum World of Warcraft Guides
    Replies: 3
    Last Post: 11-28-2007, 12:51 PM
  4. Rogue Leveling Guide for The Burning Crusade (60-70)
    By johnson in forum World of Warcraft Guides
    Replies: 6
    Last Post: 01-15-2007, 11:20 AM
  5. Can anyone write guide for lots of money for smaller levels????
    By MARKOMAN in forum World of Warcraft General
    Replies: 1
    Last Post: 07-29-2006, 09:57 AM
All times are GMT -5. The time now is 07:08 PM. 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