Results 1 to 5 of 5
  1. #1
    UCSerge's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    281
    Reputation
    10
    Thanks
    921

    Custom Fire Macro

    Custom fire macro made in autoit3
    Possible bugs, edit to your likings.

    Code:
    #include <ButtonConstants.au3>
    #include <ComboConstants.au3>
    #include <EditConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <WindowsConstants.au3>
    #include<misc.au3>
    
    Opt("MouseClickDownDelay", 2)
    Opt("MouseClickDelay", 2)
    Opt("SendKeyDelay", 2)
    Opt("SendKeyDownDelay", 2)
    
    HotKeySet("{End}", "Click")
    HotKeySet("{Del}", "EndApp")
    HotKeySet("{Ins}", "Gui")
    
    Global $Alive
    GLOBAL $Macro = 50
    
    
    While 1
       Sleep(100)
       WEnd
       
    
    
    
        func Gui()
    
    
    $Title = GUICreate("Serges Fail Macro", 150, 150, 400, 400)
    $Macro = GUICtrlCreateInput($Macro, 40, 50, 75, 0)
    $SetMacro = GUICtrlCreateButton("Set", 40, 75, 75, 21, $WS_GROUP)
    GUISetState(@SW_SHOW)
    Sleep(10)
    
    
    
    
    While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
    Case $GUI_EVENT_CLOSE
    Exit
    Case $SetMacro
    $Macro = GUICtrlRead($Macro)
    GUIDelete($Title)
    EndSwitch
    WEnd
    EndFunc 
    
    
    
    
    
       Func Click()
            $Alive = Not $Alive
          
          While $Alive
             
        If _IsPressed("01") Then
            Sleep(1)
            MouseDown("Middle")
            Sleep(1)
            MouseUp("Middle")
            Sleep($Macro)
    EndIf
    WEnd
     EndFunc
    
    
     
    
     
      func EndApp()
          Exit 0
       EndFunc
    Last edited by Hunter; 02-02-2016 at 08:57 AM.
    Vouches:
     
     
     

     
     
     

  2. #2
    iGLITCH's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Joliet
    Posts
    49
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by *Firefly View Post
    Cause we are living in a material world and I, am a material girl!
    This guy...

  3. #3
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    C++ is much better for me but sometimes autoit not working i think it depend how use it
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  4. #4
    TheLastEmperor's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    162
    Reputation
    10
    Thanks
    35
    My Mood
    Psychedelic
    Quote Originally Posted by COD3RIN View Post
    C++ is much better for me but sometimes autoit not working i think it depend how use it
    Autoit is detected for ava or i am mistaken?

  5. #5
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by TheLastEmperor View Post
    Autoit is detected for ava or i am mistaken?
    i know that but thanks
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



Similar Threads

  1. [Request] Firing macro
    By bamesj in forum Soldier Front 2 Hacks / Cheats
    Replies: 3
    Last Post: 07-16-2013, 08:42 PM
  2. Firing Macro contribute
    By thesinerd in forum Soldier Front 2 Hacks / Cheats
    Replies: 4
    Last Post: 06-19-2013, 10:49 PM
  3. [Release] [Leeched] MW3 Rapid Fire Macro
    By horbarn in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 2
    Last Post: 05-24-2013, 12:42 PM
  4. [Detected] FINAL AUTOCLICK (RAPID FIRE) MACRO [UPDATE]
    By Cirion66 in forum All Points Bulletin Reloaded Hacks
    Replies: 268
    Last Post: 08-26-2012, 02:50 AM
  5. FINAL AUTOCLICK (RAPID FIRE) MACRO
    By Cirion66 in forum All Points Bulletin Reloaded Hacks
    Replies: 64
    Last Post: 01-16-2012, 08:12 AM