autofire [autoit source] menu

User Tag List

Results 1 to 8 of 8
  1. #1
    mnbvc's Avatar Banned
    Reputation
    120
    Join Date
    Jul 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    autofire [autoit source]

    as long as you hold down a key you defined in the list (and wow is active) it will spam it, should be self explaining

    Code:
    #Include <Misc.au3>
    
    Local $keys = "1,2,3,4,5,E,Q" ; list of keys, comma seperated, letters in UPPERCASE
    Local $delay = 50 ; delay between keypresses in ms, if this is too low wow will disconnect you
    
    Local $hWnd=WinGetHandle("World of Warcraft")
    
    Local $user32 = DllOpen("user32.dll")
    Local $arr = StringSplit($keys, ",")
    Local $iMax = UBound($arr)
    
    While WinExists($hWnd)
    	if WinActive($hWnd) Then
    		For $i = 0 to $iMax - 1
    			if _IsPressed(Hex(Asc($arr[$i])), $user32) then
    				ControlSend($hWnd, "", "", $arr[$i])
    				Sleep($delay)
    			endif
    		Next
    	EndIf
    	Sleep(10)
    WEnd
    
    DllClose($user32)
    have autoit installed, save the code to a file ending with .au3 and run it :P

    autofire [autoit source]
  2. #2
    marmita's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cant you just make your own file and upload it in a .rar file? would be more easier

  3. #3
    Multitask's Avatar Contributor

    Reputation
    158
    Join Date
    Jan 2008
    Posts
    1,112
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by marmita View Post
    cant you just make your own file and upload it in a .rar file? would be more easier
    ofcourse he can... but obviously you cant.

    he posts most of the sources of his projects so people can learn.

    thx for share

  4. #4
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    Local $delay = 50 ; delay between keypresses in ms, if this is too low wow will disconnect you
    This is new to me.
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  5. #5
    drunreal's Avatar Member
    Reputation
    0
    Join Date
    Jul 2009
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske View Post
    Code:
    Local $delay = 50 ; delay between keypresses in ms, if this is too low wow will disconnect you
    This is new to me.
    Setting a variable is new to you ?

  6. #6
    Tomas301's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this worked great

  7. #7
    FroztyWow's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works fine ty

  8. #8
    the junkie's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by drunreal View Post
    Setting a variable is new to you ?
    I presume he is referring to getting disconnected if keys are spammed to fast.

Similar Threads

  1. auto queue & auto join & anti afk [autoit source]
    By mnbvc in forum World of Warcraft Bots and Programs
    Replies: 338
    Last Post: 08-12-2020, 11:07 AM
  2. [Bot] GoFish (AutoIt Source - Outdated Mems)
    By Morpheus1992 in forum World of Warcraft Bots and Programs
    Replies: 4
    Last Post: 12-17-2010, 09:29 PM
  3. [Release] paswtian - play a sound when there is a node (autoit source)
    By mnbvc in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 08-04-2010, 06:26 AM
  4. [Source] Gnometools Autoit wow waypoint maker 3.0.9
    By w00t2 in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 04-07-2009, 04:06 PM
  5. Autoit source for TLS
    By Whalemarte in forum WoW Memory Editing
    Replies: 21
    Last Post: 04-05-2008, 10:00 PM
All times are GMT -5. The time now is 07:31 AM. 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