Automatic 1 Button Press/Spam. menu

User Tag List

Results 1 to 10 of 10
  1. #1
    Sikas's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    386
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Automatic 1 Button Press/Spam.

    Heya,

    This works with anything you want to 1 button press/spam in World of Warcraft. I used this with LuaNinja, so all I did was toggle it on, and literally just watch my DPS rotation go off and top meters easily while not pressing anything. xD Since LuaNinja is detected and gets you banned.. decided I might as well release this small bit of 1 button press spammer.

    Requires:
    1) AutoHotKey!
    2) World of Warcraft!
    3) Caps Lock Key!

    1) Go to AutoHotkey Download and click the AutoHotkey Installer link! You can also download the file as a .zip if you don't want the installer.exe file.

    2) Execute/run the installer file. No need to restart your computer or anything.

    3) Go to your desktop and right click on it. Go to New -> AutoHotkey Script. IF you don't have that option, you can simply go.. New -> Text Document, and rename the file.

    Name the file anything you want, but MAKE SURE the extension on the file is .ahk

    4) Double click and open the file. Copy n paste this into it.
    Code:
    #IfWinActive, World of Warcraft
    Loop  
    {
        ControlSend,,-,World of Warcraft
        sleep 100
    }
    return
    
    Capslock::
    Suspend
    Pause,,1
    return
    Now to explain the code! xD

    '#IfWinActive, World of Warcraft' makes sure it only uses this script for World of Warcraft window only. It won't spam other windows. You can have WoW run in the background while you chat with someone on MSN, and it won't spam your window you're currently using. So you can literally go AFK/BRB.. browse the internet.. come back and your character is still doing what it was doing 5 minutes ago with the macro you've been spamming.

    'Loop' is self explanatory. It loops or repeats the script indefinitely as long as the toggle is on. If the toggle is set to off, Loop will stop.

    'ControlSend,,-,World of Warcraft' presses the key you want to spam. For this instance.. it's the - key. Located between your 0 and = key. xD Make sure you change it to whatever you want pressed/spammed on your action bars in World of Warcraft!

    'sleep 100' is the wait command. The number can be whatever you want.
    100 = 1 millisecond, 500 = 5 milliseconds, 1000 = 1 second.. etc etc.

    'Capslock::' is the toggle. Basically.. once you double click to run the script.. the script will spam the key where ControlSend is at. But what happens if you want to stop it from spamming without having to exit the script? Well Capslock turns the script on or off.

    'Suspend
    Pause,,1' will suspend and pause the script. You don't need to mess with this. :P

    And that's all there is to it.

    Run World of Warcraft, log in.. put the macro you want spammed in the right spot on your action bar that correspondes to the key you want spammed.. go to your desktop.. double click the Keyspammer.ahk script.. Keyspammer being whatever you named it. Hit CapsLock if you want the script to stop.. hit it again if you want it to start. Only reason I put the toggle is that when you're trying to chat, it'll spam your key press.. so yea.

    Enjoy!

    Automatic 1 Button Press/Spam.
  2. #2
    Walacky's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems good, I will try this.
    Last edited by Walacky; 04-02-2010 at 12:31 PM.

  3. #3
    Walacky's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I started it, but I have a few problems. Is it possible to use multiple macros with this? How? And how can I set the order of the macros? And finally: Is it possible to use the .lua scripts tha I used with LuaNinja? How?

  4. #4
    Walacky's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have figured it out more or less. I still can't use .lua scripts, but AHK works.

  5. #5
    Xzore's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see that this thread is pretty old, but i just tried this script to press a macro that casts 2 spells on some critters to kill them off to get the achivement "critter killer squad". As i said it works realy good. Have been looking around for a while now, but have rly found anything that ansers my questing. The thing i am wondering about is, can i get banned for thiss (reason botting) or is it all legal?

    Thanks for this nice script and i hope someone got a answer on my question.

  6. #6
    Sikas's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    386
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If Blizzard could somehow detected keypresses not sent by the keyboard or mouse.. or a player somehow thought you're botting with it, possible to get a ban I presume.

  7. #7
    Nolixz's Avatar ★ Elder ★
    Reputation
    1000
    Join Date
    Oct 2006
    Posts
    1,371
    Thanks G/R
    6/17
    Trade Feedback
    16 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, this is working good for spamming in /2


  8. #8
    Confucius's Avatar Panda of Worlds The Idiot

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1389
    Join Date
    Oct 2007
    Posts
    2,591
    Thanks G/R
    265/283
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    :O Nolixz, spamming and necroing?! What happened to you?

  9. #9
    d3deadl0rd's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi. Can someone share the similar script which would spam the key (same "-" for example) but for a time im holding shift+4. Thx.

  10. #10
    Numba1stunna1's Avatar Active Member
    Reputation
    70
    Join Date
    Dec 2013
    Posts
    182
    Thanks G/R
    1/34
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    $+v::
    While GetKeyState("v","P")
    {
    Send, +v
    Sleep, 1 ; every 1 miliseconds
    }
    Return
    This spams Shift v

Similar Threads

  1. Is there a way to reverse PQR button presses
    By tek.crx in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 12-18-2013, 06:27 PM
  2. Replies: 3
    Last Post: 10-14-2012, 05:28 PM
  3. need a bot that can spam one button for me
    By Skadepus in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 08-28-2011, 06:19 AM
  4. [C++] WoW button presses
    By 0_00_0 in forum Programming
    Replies: 4
    Last Post: 06-10-2009, 05:29 PM
All times are GMT -5. The time now is 03:19 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