Massive DPS/HPS/TPS for all classes! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    Nitachi's Avatar Member
    Reputation
    21
    Join Date
    Oct 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Massive DPS/HPS/TPS for all classes!

    Hi everyone, today id like to tell you all about a program i've been ussing for the last 3 years while playing WoW. It's called AutoHotkey and its helped me maximize myself in any roll I play.

    Basically what it does, is it spams the key your holding down. I use it for 1-9, So say your healer and you have ur mana efficient heal on 3. Just hold down 3 and this program will spam it for you. Every millisecond. So even if you are having lag, the server is receiving your command early and still casts the spell compleatly ignoring your MS. For some classes this might not be as usefull as others, but there is potential for it everywhere. It also saves your fingers alot of pain and you dont have to focus on mashing thoes buttons as fast as you can, rather on whats going on around you.

    So, how do you get this runing? Heres a step by step guide!

    1) Go to the website AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText and download the program.
    2) Install it, once its done it will ask you if you want to creat your first AHK file in my documents, press yes.
    3) Go into my documents, open the file, delete everything you find there and copy this into it


    #ifWinActive World of Warcraft
    {
    $1::
    Loop
    {
    if not GetKeyState("1", "P")
    break
    Send 1
    sleep 1
    }
    return
    $2::
    Loop
    {
    if not GetKeyState("2", "P")
    break
    Send 2
    sleep 1
    }
    return
    $3::
    Loop
    {
    if not GetKeyState("3", "P")
    break
    Send 3
    sleep 1
    }
    return
    $4::
    Loop
    {
    if not GetKeyState("4", "P")
    break
    Send 4
    sleep 1
    }
    return
    $5::
    Loop
    {
    if not GetKeyState("5", "P")
    break
    Send 5
    sleep 1
    }
    return
    $6::
    Loop
    {
    if not GetKeyState("6", "P")
    break
    Send 6
    sleep 1
    }
    return
    $7::
    Loop
    {
    if not GetKeyState("7", "P")
    break
    Send 7
    sleep 1
    }
    return
    $8::
    Loop
    {
    if not GetKeyState("8", "P")
    break
    Send 8
    sleep 1
    }
    return
    $9::
    Loop
    {
    if not GetKeyState("9", "P")
    break
    Send 9
    sleep 1
    }
    return
    $0::
    Loop
    {
    if not GetKeyState("0", "P")
    break
    Send 0
    sleep 1
    }
    return
    }


    4) Save, and then double click it to load. You should now have a green H in your taskbar.

    Tip: While logging in to wow you might want to disable it (Right click the H in the taskbar and click suspend) ells you will end up with 33333333333333 instead of 3. I've been ussing it for so long that I just delete the extra numbers added by it.

    Whats blizzards point of view on this? They just dont give a ****. I've been ussing it for 3 years, and I've never had anything happen to my account. Neither has my BF and our friends. Loop codes arent allowed by the TOS but there is no way blizzard could ever know. But if your skitish about these kind of things dont use it

    It takes some time getting used to, but after a while you really start seeing the benefit of it!

    Enjoy!

    Massive DPS/HPS/TPS for all classes!
  2. #2
    Yamakid's Avatar Banned
    Reputation
    33
    Join Date
    Aug 2008
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes lets make spamming our skills even more boring, why even play anymore!?

    and
    Loop codes arent allowed by the TOS but there is no way blizzard could ever know.
    Now they read this, and voila they know.

    So even if you are having lag, the server is receiving your command early and still casts the spell compleatly ignoring your MS.
    Ehm, WoW already has a mechanic for that? you really never noticed?

    And why would this increase ur DPS/HPS/TPS?

  3. #3
    Nitachi's Avatar Member
    Reputation
    21
    Join Date
    Oct 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This subject has been discussed on MMO-Champ, Elitest Jerks and other WoW community forums. And blizzard just dosent care. And Yamakid, if you do not enjoy maximizing then this obviously is not for you. And Yeah, Blizzard recently incorporated a que system, but personally I dont use it because it can **** your rotation sometimes.

  4. #4
    callua1111's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    TBH this doesn't really change ur DPS/HPS/TPS unless ur really lazy tbh i hardly ever use the same move twice and global coldown means that its just as fast 2 spam ^^

  5. #5
    Nitachi's Avatar Member
    Reputation
    21
    Join Date
    Oct 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As I said it depends on what class you play But tbh being able to hold down the button instead of breaking your fingers is a really nice change. I for one would never go back to WoW withought AHK. But everyones different so this aint for everyone!

  6. #6
    cania2010's Avatar Member
    Reputation
    6
    Join Date
    Aug 2008
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this program would only do better than what you can do yourself if you waiting for your casts to be done before clicking the next.
    so yes. if your lazy this is good. But tbh this is just un-needed imho. if you already are being that lazy / bored of the game you should quit already. :P

  7. #7
    Nitachi's Avatar Member
    Reputation
    21
    Join Date
    Oct 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh yes, spaming 33333333333 on ur keyboard instead of just pressing down 3 makes the game so much harder.

  8. #8
    Anotherfox's Avatar Contributor
    Reputation
    91
    Join Date
    Apr 2008
    Posts
    222
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nitachi View Post
    Oh yes, spaming 33333333333 on ur keyboard instead of just pressing down 3 makes the game so much harder.
    If I recall correctly, the keypress registers when you depress the relevant key.

  9. #9
    Seli's Avatar Contributor
    Reputation
    166
    Join Date
    May 2006
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Anotherfox View Post
    If I recall correctly, the keypress registers when you depress the relevant key.
    There are several addons to fix it so it count when you push the button down.

  10. #10
    Anotherfox's Avatar Contributor
    Reputation
    91
    Join Date
    Apr 2008
    Posts
    222
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Seli View Post
    There are several addons to fix it so it count when you push the button down.
    Well I never knew that.

    Do they count a long press as a repetitive keypress?

  11. #11
    Seli's Avatar Contributor
    Reputation
    166
    Join Date
    May 2006
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, they don't.

  12. #12
    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 Anotherfox View Post
    Well I never knew that.

    Do they count a long press as a repetitive keypress?
    The addon is called SnowfallKeypress I believe, and no it cannot repeat the action if you hold down the button because it automation.

  13. #13
    haggle's Avatar Active Member
    Reputation
    21
    Join Date
    Oct 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nitachi View Post
    This subject has been discussed on MMO-Champ, Elitest Jerks and other WoW community forums. And blizzard just dosent care. And Yamakid, if you do not enjoy maximizing then this obviously is not for you. And Yeah, Blizzard recently incorporated a que system, but personally I dont use it because it can **** your rotation sometimes.
    And this cant "****" your rotation?

  14. #14
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    @haggle: it can. this player has just learned to play around using a crutch program. *shrug* i wont be using it.

    @unholyshaman: Bartender4 has had the ability to use on the downstroke instead of the upstroke since FOREVER. no need for extra addons... besides BT4>all.

  15. #15
    Nitachi's Avatar Member
    Reputation
    21
    Join Date
    Oct 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    TehVoyager, you would still have to press the button even with bartender. With this you can just hold it down.

Page 1 of 2 12 LastLast

Similar Threads

  1. Dps/EHP/stat spreadsheet for all classes.
    By Thrill12 in forum Diablo 3 Guides
    Replies: 0
    Last Post: 07-02-2012, 04:25 AM
  2. Small dps increase for all classes
    By IJakobI in forum World of Warcraft Exploits
    Replies: 21
    Last Post: 01-13-2011, 02:42 PM
  3. [Guide] DPS Rotation for ALL CLASSES!
    By [AfterBurner] in forum World of Warcraft Guides
    Replies: 46
    Last Post: 10-23-2009, 04:45 AM
  4. WPE Filters for All Classes
    By Örpheus in forum World of Warcraft Bots and Programs
    Replies: 28
    Last Post: 12-05-2006, 02:19 PM
  5. Breack out of sap for all classes
    By scraman in forum World of Warcraft Exploits
    Replies: 24
    Last Post: 11-21-2006, 12:03 PM
All times are GMT -5. The time now is 11:56 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