Noblegarden Easy Egg Mode (Clicker Autoit Walkthrough) menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Bugger00's Avatar Member
    Reputation
    27
    Join Date
    Jan 2009
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Noblegarden Easy Egg Mode (Clicker Autoit Walkthrough)

    Simple Autoit Clicker and Egg Cracker -p

    Simple quick script to AFK and get all the eggs you will need, this works best in higher population areas as you will have a shorter time till egg respawn.

    1. Create a Macro to open eggs (Since they don't stack)
    a) For the macro put in
    Code:
    /use Brightly Colored Egg
    b) Drag Macro icon to whatever the 2 hotkey is set to
    2. Use the following Autoit script, depending on screen size, resolution, and what you desire as your "Egg Cracker" button edit as you like.
    Code:
    WinWaitActive("World of Warcraft")
    
    Global $UnPaused
    HotKeySet("{F1}", "TogglePause")
    HotKeySet("{F2}", "Terminate")
    
    While 1
        Sleep(100)
        ToolTip("Doing Nothing... F1=Click for Egg, F2=Quit",0,0)
    WEnd
    
    Func TogglePause()
        $UnPaused = NOT $UnPaused
        While $UnPaused
    
    		ToolTip("Clicking for Egg... F1=Pause, F2=Quit",0,0)
    		
    		sleep (800)
    		MouseClick("right")
    		sleep (1000)
    		Send ("2")  ;Set whatever button you want to have used to crack your eggs (This is the button tied to the macro)
        WEnd
    EndFunc
    
    Func Terminate()
        Exit 0
    EndFunc
    3. Make sure you have auto loot turned on in interface options.
    4. Find a location that you like, place your mouse pointer where the egg spawns, Hit F1 to Start it, and go have a beer or 7.

    AutoIt Instructions:
    If you don't have Autoit you can grab it from: AutoIt v3 - Downloads
    Then just copy and paste script in, save, compile(Tools\Compile). The executable that it creates will be stored in the same location that you saved your script in.

    If you don't want to get AutoIt:
    Download for pre-compiled version: http://www.megaupload.com/?d=5XOIBJ4A (If using this version you still need to do step 1, 3, 4)

    TIPS:
    1. Start the script as a rabbit, either run around and grab a couple eggs or have somenoe case the rabbit branch thing on you. This will make sure that once you do start looting eggs you will not have your perspective changed when you get turned into a rabbit which will screw up your mouse positioning.
    2. First person view for the egg clicking and also close to the place where the egg spawns is your best bet though 3rd person will work your targetable area for clicking is much smaller and you have a greater chance that someone running by will get clicked on and you might turn slightly.
    Last edited by Bugger00; 04-28-2009 at 11:55 AM.

    Noblegarden Easy Egg Mode (Clicker Autoit Walkthrough)
  2. #2
    sider45's Avatar Member
    Reputation
    6
    Join Date
    Apr 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just what I was looking for thanks!

    Edit: Guess I can't +rep yet but I tried...
    Last edited by sider45; 04-27-2009 at 02:16 AM.

  3. #3
    jaylu's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nais!!

    +Rep

  4. #4
    Disphotic's Avatar ( ͡° ͜ʖ ͡°) CoreCoins Purchaser
    Reputation
    640
    Join Date
    Sep 2006
    Posts
    1,344
    Thanks G/R
    79/103
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great contribution! +rep

  5. #5
    Bareno's Avatar Contributor
    Reputation
    195
    Join Date
    Sep 2006
    Posts
    477
    Thanks G/R
    5/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just an FYI, if you can't get it to work like me, most likely you have auto loot disabled, enable that, and than this will work, ty, +rep.

  6. #6
    Casperx's Avatar Member
    Reputation
    17
    Join Date
    Sep 2008
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this bannable?

  7. #7
    Bugger00's Avatar Member
    Reputation
    27
    Join Date
    Jan 2009
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would say not bannable, just an autoit script that does mouse movements/clicks. But as you know everything can get you in a little trouble. I would say the risk is ultra low with this.
    Bugger
    Last edited by Bugger00; 04-27-2009 at 09:52 AM.

  8. #8
    Bugger00's Avatar Member
    Reputation
    27
    Join Date
    Jan 2009
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Added a download for a pre-compiled version since some people think that's easier ;-)

  9. #9
    Mikeylol's Avatar Member
    Reputation
    6
    Join Date
    Jan 2009
    Posts
    135
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is AUTOMATED gameplay and is therefor banable

  10. #10
    Bugger00's Avatar Member
    Reputation
    27
    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 Gramarye View Post
    It is AUTOMATED gameplay and is therefor banable
    Most everything is bannable if you were really concerned about it you wouldn't be on this site. This like other things this has a very low risk factor, pretty the same as drinking Russian River Pliny the Elder and eating crackers.

  11. #11
    sider45's Avatar Member
    Reputation
    6
    Join Date
    Apr 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just wanted to say thanks again, I've had this running a couple hours while I've been doing other things and so far have gotten 162 chocolates and most of the items I need for the event.

  12. #12
    crazy08's Avatar Member
    Reputation
    7
    Join Date
    May 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh hell yeah.... +reppage

  13. #13
    Bugger00's Avatar Member
    Reputation
    27
    Join Date
    Jan 2009
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Added a couple tips.

    I'm up to 600+ eggs gathered and still no damned pants! If only the pants you can buy from the vendor counted....

  14. #14
    timebandit1's Avatar Active Member
    Reputation
    60
    Join Date
    Feb 2009
    Posts
    439
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If people report you for suspicious or bad behavior during these holiday gayfests, Blizz puts you under the microscope sometimes. But this program looks fun! Will try on alt account maybe.
    "As for man, his days are as grass: as a flower of the field, so he flourishes. But the wind passes over, and soon all disappears; and his place will no more exist."

  15. #15
    Casperx's Avatar Member
    Reputation
    17
    Join Date
    Sep 2008
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Used this collected alot of eggs but I still need the elegant dress

Similar Threads

  1. [Guide] Easy Egg Farming at Razor Hill - Better with a Druid
    By kkso in forum World of Warcraft Guides
    Replies: 2
    Last Post: 04-08-2012, 11:33 AM
  2. [Event] Noblegarden: Fast eggs
    By Bon in forum World of Warcraft Guides
    Replies: 2
    Last Post: 04-08-2012, 06:36 AM
  3. [Guide] Noblegarden - Easy eastereggs (5 nearby spawnpoints)
    By Samiam in forum World of Warcraft Guides
    Replies: 3
    Last Post: 04-08-2012, 05:46 AM
  4. [Guide] Easy Eggs in Goldshire.
    By sublime86 in forum World of Warcraft Guides
    Replies: 6
    Last Post: 04-27-2009, 07:48 AM
  5. [Guide] FAST and EASY eggs at NobleGarden Event!
    By Gankenstein in forum World of Warcraft Guides
    Replies: 16
    Last Post: 04-26-2009, 02:08 PM
All times are GMT -5. The time now is 06:32 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search