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

    Custom QuickSwitch

    Custom QuickSwitch 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("{Numpad1}", "QQAlways")
    HotKeySet("{Numpad2}", "QQShift")
    HotKeySet("{Del}", "EndApp")
    HotKeySet("{Ins}", "Gui")
    
    Global $Alive
    GLOBAL $Macro = 10
    
    
    While 1
       Sleep(100)
       WEnd
       
    
    
    
        func Gui()
    
    
    $Title = GUICreate("Serges QSer 1.0", 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 QQAlways()
            $Alive = Not $Alive
          
          While $Alive
             
        If _IsPressed("01") Then
            Sleep(1)
            Send("{q down}")
            Send("{q up}")
            Sleep($Macro)
                Send("{q down}")
            Send("{q up}")
            While _IsPressed("01")
               Sleep(1)
               WEnd
            EndIf
            If _IsPressed("62") Then
            QQShift()
            EndIf
        WEnd
     EndFunc
    
    
     
        Func QQShift()
            $Alive = Not $Alive
          
          While $Alive
             
        If _IsPressed("A0") And _IsPressed("01") Then
            Sleep(1)
            Send("{q down}")
            Send("{q up}")
            Sleep($Macro)
                Send("{q down}")
            Send("{q up}")
            While _IsPressed("01")
               Sleep(1)
               WEnd
            EndIf
            If _IsPressed("61") Then
            QQAlways()
        EndIf
        WEnd
    
     EndFunc
     
    
     
      func EndApp()
          Exit 0
       EndFunc
    Last edited by Hunter; 02-02-2016 at 06:19 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
    Nothing compares, nothing compares, nothing compares to you
    This guy...

  3. #3
    IxRush's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    81
    isn't this @MarvLie his source?

  4. #4
    wGRWGHWGRERGrgergergrg's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Posts
    495
    Reputation
    16
    Thanks
    1,363
    My Mood
    Tired
    Quote Originally Posted by IxRush View Post
    isn't this @MarvLie his source?
    no isn't mine but thanks anyways

  5. #5
    IxRush's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    81
    Quote Originally Posted by MarvLie View Post
    no isn't mine but thanks anyways
    alright glad with that, btw u know me for longer but u dont know who i am:P

  6. #6
    wGRWGHWGRERGrgergergrg's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Posts
    495
    Reputation
    16
    Thanks
    1,363
    My Mood
    Tired
    Quote Originally Posted by IxRush View Post
    alright glad with that, btw u know me for longer but u dont know who i am:P
    thecezjer or btchplease?

  7. #7
    IxRush's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    81
    Quote Originally Posted by MarvLie View Post
    thecezjer or btchplease?
    hahhaha nooo

  8. #8
    wGRWGHWGRERGrgergergrg's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Posts
    495
    Reputation
    16
    Thanks
    1,363
    My Mood
    Tired
    Quote Originally Posted by IxRush View Post
    hahhaha nooo
    huh who are you?

  9. #9
    IxRush's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    81
    Quote Originally Posted by MarvLie View Post
    huh who are you?
    remember me as a smoker on skype xd

  10. #10
    wGRWGHWGRERGrgergergrg's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Posts
    495
    Reputation
    16
    Thanks
    1,363
    My Mood
    Tired
    Quote Originally Posted by IxRush View Post
    remember me as a smoker on skype xd
    dejkezer= you xDDDDDD why are u never online at skype? :/ (lets stop spamming this threat xDDD)

  11. #11
    daviddidi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,185
    Reputation
    13
    Thanks
    1,974
    My Mood
    Doh
    Nice sharing !!!

    Thank you man!

    I want to Develop this World,
    But you Never Tell Me The Source Code ...

    Joined Forum: April 2011

  12. #12
    negisightt's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    369
    Reputation
    10
    Thanks
    59
    My Mood
    Devilish
    Thanks mate , nice release!
    https://aestheticbb.com/wp-content/uploads/2013/07/Zyzz-best-quotes-150x150.jpg

  13. #13
    TheLastEmperor's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    162
    Reputation
    10
    Thanks
    35
    My Mood
    Psychedelic
    Thanks nice release

  14. #14
    Haxxxer007's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    🌏🌏💰💰
    Posts
    368
    Reputation
    109
    Thanks
    116
    My Mood
    Psychedelic
    I'm thinking about making my first QuickSwitch !
    Thanks for sharing @UCSerge !

Similar Threads

  1. MPGH VIP CONTEST - Custom Emotions
    By arunforce in forum Hack/Release News
    Replies: 1
    Last Post: 04-08-2007, 08:23 AM
  2. MPGH Custom Emotions - VIP CONTEST
    By arunforce in forum Art & Graphic Design
    Replies: 75
    Last Post: 03-25-2007, 08:21 AM
  3. Marien customized exploit. Remastered.
    By killayous in forum WarRock - International Hacks
    Replies: 18
    Last Post: 03-16-2007, 02:13 PM
  4. Custom Background Music
    By Jackal in forum WarRock - International Hacks
    Replies: 6
    Last Post: 08-09-2006, 07:12 PM
  5. Custom User Titles?
    By Dave84311 in forum News & Announcements
    Replies: 1
    Last Post: 05-02-2006, 10:33 AM