Results 1 to 4 of 4
  1. #1
    EpicPacMan's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    The internet.
    Posts
    187
    Reputation
    13
    Thanks
    150
    My Mood
    Goofy

    DeathKnight Rotation Spam

    Make a castsequence macro and set it to the third button on your action bar. When you compile this script your going to want to name it notepad or calc.exe or something to avoid a ban. Warden checks open program names for common hack references.

    The ` key ends the script even when your in the game and you don't want to spam the key anymore. If requested I can continue work on this and test it on a private server it might end up like my CA afk utility. Let me know how it works out for you.

    Edit: I should have mentioned that this is an autoit script. Compile it before you use it.

    Code:
    #include <Process.au3>
    #include <Misc.au3>
    
    HotKeySet("{`}", "kill")
    
    $dll = DllOpen("user32.dll")
    
    AutoItSetOption("SendKeyDownDelay", 0)
    
    While 1
    	Sleep ( 10 )
    	if _IsPressed("33", $dll) then call("t")
    	WEnd	
    	
    Func t()
    ControlSend("World of Warcraft", "", "", "{3}")
    	EndFunc
    
    func kill()
    	DllClose($dll)
    	Exit
    EndFunc
    Last edited by EpicPacMan; 09-29-2009 at 03:38 PM.

  2. #2
    Make My Day's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    UAE, Dubai
    Posts
    2,137
    Reputation
    28
    Thanks
    172
    My Mood
    Stressed
    wut?? don't get it, lol not ready all that =/

  3. #3
    coreyp0wner's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    12
    My Mood
    Daring
    to complicated





    my first montage (low quality)

    [YOUTUBE]FOEsoys9QIk[/YOUTUBE]




    to do list = not done = done = almost done

    get 50+ kills in a match
    get an unbaleiveable legit
    get fantastic
    get 100k worth of nx total
    buy 3 perm weapons
    have someone gift me something
    get 50 000 veiw's on my montage=

  4. #4
    Lukas59's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Linz
    Posts
    2,197
    Reputation
    14
    Thanks
    306
    My Mood
    Amazed
    thats so noobfriendly..

Similar Threads

  1. First Spam Thread
    By EleMentX in forum Spammers Corner
    Replies: 34
    Last Post: 08-17-2019, 04:46 PM
  2. Sig Rotator
    By blahblahz in forum Tutorials
    Replies: 5
    Last Post: 05-15-2006, 03:02 AM
  3. [SEARCH] WarRock Spam Tool
    By stfustfu in forum WarRock - International Hacks
    Replies: 13
    Last Post: 01-16-2006, 11:18 AM
  4. Warrock spam thing
    By FlyingBrick in forum WarRock - International Hacks
    Replies: 0
    Last Post: 01-14-2006, 10:02 AM
  5. Notice: To spamming newbs.
    By Dave84311 in forum General
    Replies: 0
    Last Post: 12-26-2005, 10:56 PM

Tags for this Thread