Rogue AFK Gold - 70g+/hour 1,7k a day menu

User Tag List

Page 4 of 10 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 141
  1. #46
    Woodlauncher's Avatar Member
    Reputation
    6
    Join Date
    Jan 2009
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ratsrfroobs View Post
    ok, download autoit have no idea what to do. My target button is tab. Anybody mind posting a quick step by step?
    Code:
    While true
        Send("{1}")
        sleep(100)
    WEnd
    Something like this should work. It's all in Tutorial Core Language - AutoIt Wiki

    Rogue AFK Gold - 70g+/hour 1,7k a day
  2. #47
    kixer's Avatar Master Sergeant
    Reputation
    34
    Join Date
    May 2010
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Woodlauncher View Post
    Code:
    While true
        Send("{1}")
        sleep(100)
    WEnd
    Something like this should work. It's all in Tutorial Core Language - AutoIt Wiki
    This will work (with the macro that does /cleartarget), but I recommend using this:

    Code:
    HotKeySet("x", "MyExit")
    
    WinActivate("World of Warcraft") 
    
    While true
        Send("{TAB}")
        Sleep(25)
        Send("c")
        Sleep(225)
    WEnd
    
    Func MyExit()
        Exit
    EndFunc
    I have the macro bound to key 'C', so what the script does is:

    1. sets the key X to be the Exit script key (always use this when creating scripts with infinite loops )
    2. activates the World Of Warcract window
    3. in infinite loop do: press TAB, press C, wait a bit, repeat

    So if you want, save this as a text file with extension au3 (like "profit.au3", run WoW, position your rogue, bind the macro to C or change the line Send("c") to whatever key do you use, run the script (just double click on the au3 file).

    I've already made like 600g

    You can of course use the better macro and remove the TABbing part.
    Last edited by kixer; 09-24-2010 at 12:26 AM.

  3. #48
    Minkieboy's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can also use MMOWNED - _KeySpam
    allows you to do other things on the pc while doing this since the program sends keynotes to the specified window

    and this awesome, alrdy made over 3k gold
    Last edited by Minkieboy; 09-24-2010 at 04:47 AM.

  4. #49
    R11tz0r's Avatar Banned
    Reputation
    54
    Join Date
    Oct 2009
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hivetyrant View Post
    Hmmm, got up this morning, all excited to see how much gold I had farmed, I went from 110g to 202g......

    I'm like "wtf?" and started reading the in game warnings, each time I was attempting to pickpocket, it was saying "The target has already had it's pockets picked".

    I thought Blizzard must have caught on and fixed it. Turns out someone else had read this thread and was about 20 yards behind me grabbing them all first

    All good though, all's fair in love and war, hopefully I'll be the only one there tonight, and I did manage to fill my bags with lockboxes which finally maxxed my lockpicking.
    Just had a good laugh at the office :P Owned!

  5. #50
    ratsrfroobs's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kixer View Post
    This will work (with the macro that does /cleartarget), but I recommend using this:

    Code:
    HotKeySet("x", "MyExit")
    
    WinActivate("World of Warcraft") 
    
    While true
        Send("{TAB}")
        Sleep(25)
        Send("c")
        Sleep(225)
    WEnd
    
    Func MyExit()
        Exit
    EndFunc
    I have the macro bound to key 'C', so what the script does is:

    1. sets the key X to be the Exit script key (always use this when creating scripts with infinite loops )
    2. activates the World Of Warcract window
    3. in infinite loop do: press TAB, press C, wait a bit, repeat

    So if you want, save this as a text file with extension au3 (like "profit.au3", run WoW, position your rogue, bind the macro to C or change the line Send("c") to whatever key do you use, run the script (just double click on the au3 file).

    I've already made like 600g

    You can of course use the better macro and remove the TABbing part.
    ok thanks got it to work, hypothetically speaking if bliz caught you somehow, would it be a perma ban?

  6. #51
    BlackDragonXADM's Avatar Member
    Reputation
    23
    Join Date
    Dec 2008
    Posts
    203
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    HotKeySet("x", "MyExit")
    
    WinActivate("World of Warcraft") 
    
    While true
        ControlSend( "World of Warcraft", "", "", "{c}")
        Sleep(25)
        ControlSend( "World of Warcraft", "", "", "{TAB}")
        Sleep(200)
    WEnd
    
    Func MyExit()
        Exit
    EndFunc
    Little adjustment on the code so you can use it while wow is minimized happy hunting guys
    Last edited by BlackDragonXADM; 09-24-2010 at 10:41 AM. Reason: Fied keybindings

  7. #52
    nightcracker's Avatar Contributor
    Reputation
    102
    Join Date
    Jan 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well WTF is this? People saying my macro doesn't work? Let me explain it step by step to explain it, and you will see it just has to work! While writing this post I found out that it indeed didn't work, leaving the post here for educational purposes.

    Code:
    #showtooltip Pick Pocket
    /targetenemy [noharm,nodead]
    /use [nostealth,combat]Vanish;[nostealth]Stealth;Pick Pocket
    The first line:
    Code:
    #showtooltip Pick Pocket
    This causes the macro to show the pick pocket icon and the pick pocket tooltip when you hover over it. May be ommited.
    Code:
    /targetenemy [noharm,nodead]
    /targetenemy targets an enemy just like tab, but it also has certain conditions, which are in the brackets:
    • [noharm] This prevents targetting aggresive mobs, may be ommited. This was causing the issue.
    • [nodead] Prevents the targetting of dead mobs. May be ommited but strongly recommended.

    And the final line:
    Code:
    /use [nostealth,combat]Vanish;[nostealth]Stealth;Pick Pocket
    If you are in combat and out of stealth([nostealth,combat]) it will cast vanish, if you are out of stealth(and we can't be in combat since the first check filtered that), cast stealth. In every other case, cast Pick Pocket.

    The completely working macro:
    Code:
    #showtooltip Pick Pocket
    /targetenemy [nodead]
    /use [nostealth,combat]Vanish;[nostealth]Stealth;Pick Pocket
    EDIT: Don't use tab in your AutoIt-script or other automation mechanism, the macro takes care of that.

  8. #53
    GHOST999's Avatar Member
    Reputation
    3
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't you get banned for using autoIT/auto hot key?

  9. #54
    frozenthorn's Avatar Active Member
    Reputation
    20
    Join Date
    Dec 2008
    Posts
    277
    Thanks G/R
    1/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes GHOST999. any kind of automation that allows for game play that your not doing is bannable, but they would have to prove you weren't there which will be done by a GM sending you a tell to which you are required to respond. So unless your GM messaged and fail to respond you should be fine as there is really nothing to be detected.

    I still wouldn't suggest you do this while your off at work all day but few hours at a time maybe while your doing something else near by would be easy money. Players will take notice, and either try and get you killed with the hostile mobs nearby or report you for suspected botting, which could lead to a GM messaging you as mentioned above. I've seen several people doing this on my server alone, and its a pretty fixed spot with no other purpose, only one person per sever can effectively do this at a time, still a handy find.


    Originally Posted by BlackDragonXADM View Post
    Code:
    HotKeySet("x", "MyExit")
    
    WinActivate("World of Warcraft") 
    
    While true
        ControlSend( "World of Warcraft", "", "", "{c}")
        Sleep(25)
        ControlSend( "World of Warcraft", "", "", "{TAB}")
        Sleep(200)
    WEnd
    
    Func MyExit()
        Exit
    EndFunc
    Little adjustment on the code so you can use it while wow is minimized happy hunting guys
    If using the hot key of 'x', its pretty easy to accidentally close the problem while doing almost anything else that requires typing. Perhaps something like F10? Also I"d bind the macro to something besides 'c', for me atleast thats my character sheet, I don't think 'g' is used for anything and its a 'gold' macro lol
    Code:
    HotKeySet("{F10}", "MyExit")
    
    WinActivate("World of Warcraft") 
    
    While true
        ControlSend( "World of Warcraft", "", "", "{g}")
        Sleep(Random(400,600))
    WEnd
    
    Func MyExit()
        Exit
    EndFunc
    Then use the macro posted earlier bound to 'g', /targetenemy is more effective than using tab alone.

    Code:
    #showtooltip Pick Pocket
    /cleartarget
    /run SetCVar(”targetNearestDistance”, 5.000000 )
    /targetenemy [noharm,nodead]
    /run SetCVar(”targetNearestDistance”, 41.000000 )
    /use [nostealth,combat]Vanish;[nostealth]Stealth;Pick Pocket
    Last edited by frozenthorn; 10-01-2010 at 12:26 AM.

  10. #55
    Vandra's Avatar Contributor
    Reputation
    288
    Join Date
    Mar 2008
    Posts
    471
    Thanks G/R
    26/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As a Dexter watcher (Smallville, Fringe also(you know, new seasons...))
    I wrote this little thing for autoit:
    Code:
    $hwnd = WinGetHandle("World of Warcraft") 
    If @Error Then
        MsgBox(0, "World of Warcraft", "Sorry the handle could not be found.")
    Else
    EndIf
    
    While 1 = 1
          ControlSend($hwnd, "", "", "{x}")
    	  sleep(100)
    Wend
    Where x is my macro key:
    Code:
    #showtooltip Pick Pocket
    /targetenemy [harm][nodead]
    /targetenemy [noharm][dead]
    /cast Pick Pocket
    Keys will be send to a minimized/background window.

    And now i go back to NCIS ! (while my rogue is still picking)
    Last edited by Vandra; 09-26-2010 at 07:12 PM.

  11. #56
    Cloudflash's Avatar Contributor
    Reputation
    137
    Join Date
    Dec 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have uploaded my clicker and provided link in the post, sry for taking so long time :P glad to hear some of you are making moneyz

  12. #57
    Captain Bad's Avatar Contributor
    Reputation
    81
    Join Date
    Sep 2007
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, never thought about this but the possibilities are actually endless now. This type of, botting I guess, is just absolutely safe. If by some chance some player actually happens to somehow spot you in the middle of nowhere next to a mob that no one would care to even grind... they'd kill you, move on and probably never even report you thinking you're just some AFK rogue.

  13. #58
    rixx's Avatar Private
    Reputation
    18
    Join Date
    Aug 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    rly nice xploit, working smothly ty!!! i dont know if i can +rep but u deserve some

  14. #59
    R11tz0r's Avatar Banned
    Reputation
    54
    Join Date
    Oct 2009
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well saturday i've made +/-1500gold doing this, this method is great.
    Last edited by R11tz0r; 09-27-2010 at 08:52 AM.

  15. #60
    gooey's Avatar Member
    Reputation
    18
    Join Date
    Jan 2008
    Posts
    142
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You realize Warden can scan this. If you are not in control of the game, it's bannable and you can easily get caught. No one needs to report you, well that will just speed up the process. This is detectable, thus bannable by Warden.

    You are risking your account for chump change.

Page 4 of 10 FirstFirst 12345678 ... LastLast

Similar Threads

  1. Replies: 749
    Last Post: 07-26-2012, 11:14 AM
  2. Rogue talent exploit and how to get 1k gold per hour
    By Ukrajinc in forum WoW EMU Exploits & Bugs
    Replies: 7
    Last Post: 02-17-2010, 06:56 AM
  3. Make 8 Gold an Hour While AFK
    By Yeti in forum World of Warcraft Guides
    Replies: 22
    Last Post: 07-28-2008, 07:16 PM
  4. Make 8 Gold an Hour While AFK
    By infamouszz in forum World of Warcraft Guides
    Replies: 7
    Last Post: 01-21-2008, 04:23 PM
  5. 600 WOW Gold For Level 60 Rogue/Druid Class Per Hour
    By jman123248 in forum World of Warcraft Guides
    Replies: 5
    Last Post: 01-20-2008, 11:47 AM
All times are GMT -5. The time now is 06:17 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