• Search
  • Register
  • Log in
  • Ace of Spades Game Forums » Gameplay
  • Note: This forum is merely an archive. It is no longer possible to login or register. - StackOverflow
    New Ace of Spades Forums: http://buildandshoot.com/
  • Crouch toggle tool
  •  

    This allows the control key to toggle crouching by pressing it.

    Download

    The download is a compiled autohotkey script. This is the source code:

    #IfWinActive, Ace of Spades
    {
        ~*$LCtrl Up::
            if crouchState
                Send, {LCtrl Up}
            else
                Send, {LCtrl Down}
                crouchState := !crouchState
            return
    }
    #55630
    Your_self
    Member
    Posted 14 years ago
     

    So this is a script for what exactly? ie. what do I have to install to execute it?

    #55632
    Thunderstorm
    Member
    Posted 14 years ago
     

    All you have to do is download the compiled executable file and run it.

    #55639
    Your_self
    Member
    Posted 14 years ago
     

    Ah so it's already compiled? Cool, cool. Very nice addition.

    Also, for anyone else, the file is virus free, just in case you're wondering.

    #55645
    Thunderstorm
    Member
    Posted 14 years ago
     

    Thank you for this. Very nice thing to add to the community

    #55669
    [HK]OxyMoron
    Mercenary
    Posted 14 years ago
     

    Ah, thank you. Toggle-able crouch is something I've wanted ever since I first started playing this game.

    #55710
    POMF Technological Solutions™
    Director of Renovations
    Posted 14 years ago
     

    I dont want to hear any more 12 yearolds complaining about their sore, short fingers after this.

    #55728
    Sue_Sakamoto
    Mimiga
    Posted 14 years ago
     

    I dont want to hear ANYONE complaining about their sore, short fingers after this, awesome installment. Thank you so much.

    #55735
    [17th]CaptainGT
    SLINGSHOT READY?
    Posted 14 years ago
    RSS feed for this topic  

    Reply

    You must log in to post.

  • Tags
  •  

  •  
    Ace of Spades Game Forums is proudly powered by bbPress.   //   Theme by Mike Lothar  
    [ Time : 0.051s | 13 Queries ]