Automate Trick or Treating (Logitech Macro Keyboard) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    AzureKaitou's Avatar Site Donator
    Reputation
    28
    Join Date
    May 2009
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Automate Trick or Treating (Logitech Macro Keyboard)

    Well I noticed the AutoIt program that was posted a couple days ago and personally I dislike using something that a) Could be easily detected by Warden and b) Asks for my password (I'm just overly-anal about those things).

    So I came up with my own little trick using my Logitech Macro Keyboard and the accompanying software that comes with it.


    I first set up two macros in WoW.

    Code:
    Macro 1 : Gossip
    
    /script SelectGossipOption(1);
    Code:
    Macro 2 : TreatBag
    
    /use Treat Bag
    With that being set I put the Gossip macro into my 1 spot, and my TreatBag macro into my 2 slot.

    I then open up the Logitech Profiler and create a new macro.

    Holiday Treat Farm

    Code:
    Right Button Down
    Right Button Up
    
    5.000 sec delay
    
    1 Down
    1 Up
    
    10.000 sec delay
    
    2 Down
    2 Up
    
    600.000 sec delay
    Space Down
    Space Up
    600.000 sec delay
    Space Down
    Space Up
    600.000 sec delay
    Space Down
    Space Up
    600.000 sec delay
    Space Down
    Space Up
    600.000 sec delay
    Space Down
    Space Up
    610.000 sec delay
    (Please note the the 10 Minute delays plus the space bar is just AFK prevention. :P)

    Now that you've got the macro set be sure to configure it to toggle that way it's constantly running.

    Also be sure that you have auto-loot on.

    Once you've got everything configured you can camp next to any innkeeper in the world and then put your mouse over him/her and then go to sleep at the end of your day knowing that you will have lots of candy and whatnot in the morning. (Unless you had automatic updates accidentally turn on and restart your computer like I had happen once T.T)
    "As Rule# 87 states: Actors are not good for nothing, they're best for nothing." - Frank Kincaid

    Automate Trick or Treating (Logitech Macro Keyboard)
  2. #2
    Wowfx's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    exept the fact that the trick or treat bags are unique..

  3. #3
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wowfx View Post
    exept the fact that the trick or treat bags are unique..
    You should definately learn how to read.


  4. #4
    hDy's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you using a G15 keyboard? I didn't know the logitech software could simulate mouse clicks..

    Oh damn.. after messing with the profiler I see that you can do mouse clicks now.. <3 +rep for helping me learn something new about my keyboard
    Last edited by hDy; 10-21-2009 at 08:36 PM.

  5. #5
    AzureKaitou's Avatar Site Donator
    Reputation
    28
    Join Date
    May 2009
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wowfx View Post
    exept the fact that the trick or treat bags are unique..
    That's the whole purpose of Macro 2 is to /use the Treat Bag to automatically loot the treat bag.

    Originally Posted by hDy View Post
    Are you using a G15 keyboard? I didn't know the logitech software could simulate mouse clicks..

    Oh damn.. after messing with the profiler I see that you can do mouse clicks now.. <3 +rep for helping me learn something new about my keyboard
    Thank you, I love that it works with mouse clicks, no matter what mouse you have!
    "As Rule# 87 states: Actors are not good for nothing, they're best for nothing." - Frank Kincaid

  6. #6
    hDy's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright after messing with your macro, I've changed it a little.. to remove the mouse click, (since if anyone is standing by the innkeeper you might not be able to click the innkeeper..)

    This was done fairly easily using the info from the other auto trick or treat autoit script. So here we go.

    Code:
    1 Down
    1 Up
    
    2.000 sec delay
    
    F12 Down
    F12 Up
    
    2.000 sec delay
    
    2 Down
    2 Up
    
    10.000 sec delay
    
    3 Down
    3 Up
    
    600.000 sec delay
    Space Down
    Space Up
    600.000 sec delay
    Space Down
    Space Up
    600.000 sec delay
    Space Down
    Space Up
    600.000 sec delay
    Space Down
    Space Up
    600.000 sec delay
    Space Down
    Space Up
    610.000 sec delay
    1 Macro
    Code:
    /target Innkeepersname
    F12
    This button is bound to "Interact With Target" this keybind can be found halfway down the keybinds page. Set it just like any other keybind.
    2 Macro
    Code:
    /script SelectGossipOption(1);
    3 Macro
    Code:
    /use Treat Bag
    Using this it won't matter were your mouse is, or if a big fatass tauren is standing on the innkeeper.

  7. #7
    AzureKaitou's Avatar Site Donator
    Reputation
    28
    Join Date
    May 2009
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ahh, very nice work around. I just always went to an innkeeper that was away from normal people.
    "As Rule# 87 states: Actors are not good for nothing, they're best for nothing." - Frank Kincaid

  8. #8
    Canizzz's Avatar Member
    Reputation
    10
    Join Date
    Apr 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lawl, going to try this out, ty ^^

  9. #9
    AzureKaitou's Avatar Site Donator
    Reputation
    28
    Join Date
    May 2009
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Canizzz View Post
    Lawl, going to try this out, ty ^^

    Works for me and it got me my Sinister Squashling.
    "As Rule# 87 states: Actors are not good for nothing, they're best for nothing." - Frank Kincaid

  10. #10
    Leenotrio's Avatar Member
    Reputation
    12
    Join Date
    Aug 2007
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1. Find an auto-right-clicker (i dont know where, i tried myself but i know there is one)
    2. Set it to every 10 mins (for AFK and in case something goess wrong, just safety)
    3. Go into WoW and make this macro:
    Code:
    /in 3600 /script SelectGossipOption(1);
    /in 3601 /use Treat Bag
    /in 7260 /script SelectGossipOption(1);
    /in 7261 /use Treat Bag
    /in 10920 /script SelectGossipOption(1);
    /in 10921 /use Treat Bag
     
    (Can be continued just add 3660 each time, then 1)


    4. Do the latest trick or treat from the innkeeper and/or use the treat bag in your bag if there is one.
    5. Start the auto right-clicker. (10 minutes between each click)
    6. Wait a couple of seconds (10 is appropriate, doesnt matter).
    7. Click macro.
    8. Leave mouse on the innkeeper.

    (I was born tutering noobs)
    (Not sure this is working at ALL)

  11. #11
    LokiCZE's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Don't have G15

    Hey, I have one question.) Can I use this if I don't own Logitech Macro Keyboard?

  12. #12
    Nonominator's Avatar Banned
    Reputation
    30
    Join Date
    Apr 2007
    Posts
    489
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What does this exactly do? I read... I don't understand?

  13. #13
    hDy's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nonominator View Post
    What does this exactly do? I read... I don't understand?
    Its a macro for logitech keyboards that have an autoit like function that allows you to run a macro.

    The macro above targets an innkeeper, selects trick or treat, then loots the bag. it then jumps every 10 minutes to keep you from going afk so you can trick or treat again once your debuff expires.

  14. #14
    laecki's Avatar Member
    Reputation
    5
    Join Date
    Sep 2009
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great, gonna try this out asap... hope i get the helm, last achievement for title for me
    going afk running it, will response in the noon +Rep from me

  15. #15
    hDy's Avatar Member
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just be careful using this.. I was unaware that afew ppl added me to there friends lists for heroics, got some tells through out the evening (3 different people) asking me to run heroics, only to find me not replying and afk near an inn keeper with a fresh debuff.. It gets pretty obvious if anyone is watching you :/

    Guess thats what I get for running a bunch of heroics and being a decent healer? lol..

Page 1 of 2 12 LastLast

Similar Threads

  1. trick Or treat Exploit/trick??
    By wownurd in forum World of Warcraft Exploration
    Replies: 11
    Last Post: 10-28-2008, 05:52 PM
  2. Fun but useless Trick or Treat Trick
    By 13eefcake in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 10-24-2008, 03:06 PM
  3. Small Trick or treat thing
    By Diacetylmorphine in forum World of Warcraft Exploits
    Replies: 21
    Last Post: 10-21-2008, 01:00 PM
  4. (Exploit\trick) Flying without using the keyboard and mouse!
    By dragoonman in forum World of Warcraft Exploits
    Replies: 19
    Last Post: 07-04-2008, 12:41 AM
  5. Another trick or treat exploit!
    By svstoned in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 10-29-2007, 05:06 PM
All times are GMT -5. The time now is 02:39 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