1 button 10k Unholy DK DPS using AHK menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    carma12's Avatar Active Member
    Reputation
    47
    Join Date
    Sep 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I created a lot of such button spam tools myself and the ones that only spam random skills to use whats off cd are not very viable nowadays.
    They worked pretty well in S6-7 for machinegun-deathknights. But at some point you need to prioritize your skills. So what I did in S8 with
    a mm-hunter was to spam the important buttons more often than the less important ones.

    Example:
    1 = most important
    4 = least important
    1-1-2-1-1-2-3-2-1-1-2-3-4-3-2-1-1-2-3-2-1-1-2-1-1
    So the less important ones allways get encapsulated by the more important ones.

    This did work out pretty well too, but it's ofc not optimal.

    I guess the two most effective methods are:
    - use memory-/screen-reading and let a program do the logic for you
    - spam the buttons that are held down via AHK and do the logic yourself

    Long burstcooldowns are also very situational and should allways be used manually to stack them up with others(i.e. bloodlust).

    1 button 10k Unholy DK DPS using AHK
  2. #17
    asdfowkw's Avatar Master Sergeant Authenticator enabled
    Reputation
    11
    Join Date
    Dec 2007
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by K1boRG View Post
    AHK is some kind of help-me-being-lazy program what let's you make macros what like smashes keyboard buttons invisiblity while you just hold 1 button?
    This is all and really all i see in first post o.O where is this script ?

  3. #18
    Maisteri's Avatar That spoiler guy
    Reputation
    441
    Join Date
    Aug 2007
    Posts
    893
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wish this script had DnD in it :/

  4. #19
    jazman84's Avatar Site Donator
    Reputation
    41
    Join Date
    May 2008
    Posts
    185
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a Logitech G700 Mouse. It can do Keystroke Macros Bound to it's buttons.

    I can also get it to repeat macros by holding down a key.

    As Arms for example, I'd have Rend on it's own hotkey. I then had a Macro where 1 was Colossus Smash, 2 was MS, 3 was Overpower and 4 was Execute. I then Bound Slam to Alt+1,2,3,4. And During Execute Phase Rend wouldnt be up anyway so Overpower wouldn't be in the rotation.

    The macro was 1212314. However, Seeing Colossus Smash can be procced with SD I removed it from the macro so I had more control over when CS was applied so I wasn't clipping it.

    I also had a Macro where 1 was Colossus Smash, 2 was MS, 3 was Overpower and 4 was Heroic Strike. With Slam bound to Alt+1,2,3,4 for high Rage situations.

    So I could just hold down a mouse button for easy rotations.

  5. #20
    Bonkler's Avatar Corporal
    Reputation
    11
    Join Date
    Feb 2011
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by asdfowkw View Post
    This is all and really all i see in first post o.O where is this script ?

    My bad... I edited the first post but because I had under 5 posts i still have to wait for them to be manually approved to avoid spam. Anyway here is all the juicy info:

    The Script:
    #ifWinActive World of Warcraft
    {
    $MButton::
    Loop
    {
    if not GetKeyState("MButton", "P")
    break
    Send {F1},{F2},{F3},{F4},{F5},{F6},{F7},{F8}
    sleep 100
    }
    return
    }
    HERE IS A VIDEO ON HOW IT LOOKS:
    YouTube - Bez nazwy

    The scripts loops from F1 to F8 with the following keybinds:
    F1~F3 Dark Transformation
    F4 Scourge Strike
    F5 Festering Strike
    F6~F7 Death Coil
    F8 Horn of Winter

    All spells are macro'd with Blood Tap and trinkets

    CDs used:
    Unholy Frenzy
    Army of the Dead
    Empower Runic Weapon for lulz

    Also here is a wowhead profile of character that has been used in the video:
    Profiler - Wowhead

    so as you see:
    Tested on RAIDER'S TARGET DUMMY
    Mostly PvP Geared
    No Hit Cap
    No Exp Cap
    No best gems
    No Proffesions
    1 green item


    Yet still breaks 10k easily which is more we ever see commonly in Dungeon Finder "casuals".
    This is script is exactly aimed FOR THEM.
    Yes we know that equally geared skilled player will outpeform this script. But thats exactly the "point".
    Skilled = no life. You wont reason with baddies, but this script will perhaps make them suck less.
    They are worse then this script anyway so this can only help.
    Last edited by Bonkler; 02-10-2011 at 11:23 PM.

  6. #21
    xolieo's Avatar Member
    Reputation
    2
    Join Date
    Jun 2009
    Posts
    21
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There should be a seperate thread for AHK. I do the same thing on my UH DK. Same can be done for a hunter, Enh shaman, Warrior or ret paladin

    Heres how mine is setup

    WinWait World of Warcraft
    $XButton1::
    Loop
    {
    if not GetKeyState("XButton1", "P")
    break
    Send 34536734356345343
    Sleep, 10
    }
    return
    3 is Dark Transformation
    4 is SS (Fest Strike for PVP)
    5 is FS
    6 is DC
    7 is HoW

    Higher priority spells have higher frequencies in the script.
    Last edited by xolieo; 02-10-2011 at 11:35 PM.

  7. #22
    Unholyshaman's Avatar ★ Elder ★
    Reputation
    1517
    Join Date
    Jun 2007
    Posts
    2,827
    Thanks G/R
    20/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by asdfowkw View Post
    This is all and really all i see in first post o.O where is this script ?
    Yeah was a silly mistake of mine when trying to approve his posts, forgot to approve the very first one

  8. #23
    Sklug's Avatar ★ Elder ★
    Reputation
    1084
    Join Date
    Mar 2008
    Posts
    1,210
    Thanks G/R
    210/224
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think this is actually pretty cool... Is this gonna get you more dps? NOPE it won't lol -- BUT, guess what... I can pretty much half-afk with one button in random heroics now while watching a tv show or something and still pull out more dps than half the scrubs that show up to heroics doing 3-5k dps. And, that is clearly the OPs intent, it is not to put you at the top of the damage meters in your H BoT runs.

    This is a good setup. NJ man. +rep from me

  9. #24
    kuunis's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works like a charm, now i dont have to play heroics myself woohoo o/

  10. #25
    Bloomfalls's Avatar Elite User
    Reputation
    486
    Join Date
    Mar 2010
    Posts
    135
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bonkler View Post
    Skilled = no life. You wont reason with baddies, but this script will perhaps make them suck less.
    They are worse then this script anyway so this can only help.
    I like how the logic of "having a life" is worrying so much about automating a process and do more dps than you can do so that you go read about it, download third-party programs, set macros and set scripts that will turn the game (which you'll still be actively wasting time with) into mindlessly smashing one button.

    Then probably go to the Blizzard forums complain about how the game requires no skill and probably suggest something stupid like Dungeons scaling with your ilevel, etc.

    I realize you were being rhetorical, but I think the less we use the thought process behind stupid people's minds, the better we are.

    That's obviously nothing about the validity of the OP. If the script works, then awesome job.

    Originally Posted by Syltex View Post
    But you CAN create a program that does much higher dps then a human because the faster reaction time.
    Not in this game, no. Even with a 1 sec CD, 1 sec is still far more time than you need, plus you have ability queue now. A good pre-4.0 Feral Druid or Shadow Priest can easily calculate the next 5-10 moves ahead of time, and we're talking about moves that will take 10-20 seconds to be executed.

    This isn't the case of microing in Starcraft, for example. Some advanced bots developed by AI researches can do things that might as well be impossible for humans to do (like microing individual units in a Mutalisk army) such as sustaining a 15000-20000 APM (as far as I know, the highest humans do is peaking at 600-800, maybe 1000 at most).
    Last edited by Bloomfalls; 02-13-2011 at 03:55 PM.

  11. #26
    hodge74's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    call me a noob or whatever but is it possible somebody can make a setup guide for AH and how to use it with wow pls, a nice little a-z guide would be nice showing all steps from making the script and executing it, many thanks hodge.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [PvE] 1 Button 939 Protection Paladin Rotation with AHK
    By Bonkler in forum World of Warcraft Guides
    Replies: 5
    Last Post: 04-20-2011, 09:40 PM
  2. [Class] [Detailed] Unholy Dk DPS Gudie
    By nick104 in forum World of Warcraft Guides
    Replies: 10
    Last Post: 01-28-2011, 11:49 AM
  3. cheat ppl whit recount put ure self at top dps using macros
    By zumzum123 in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 08-21-2010, 08:33 PM
  4. 14 rep and can't use search button
    By mafiaboy in forum Community Chat
    Replies: 3
    Last Post: 10-29-2007, 03:08 AM
All times are GMT -5. The time now is 03:44 AM. 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