Implement Counter Strike Scoreboard like feature Topic is solved

Ask gaming related questions (AHK v1.1 and older)
murataygun
Posts: 104
Joined: 07 Aug 2015, 15:53

Implement Counter Strike Scoreboard like feature

11 Dec 2021, 15:18

Any way to show a gui just as long as you hold the tab key (or any other key) ?

As you may know the game Counter Strike has that feature. It shows scoreboard if you push the tab button and hides it when you release it. :)
User avatar
mikeyww
Posts: 27366
Joined: 09 Sep 2014, 18:38

Re: Implement Counter Strike Scoreboard like feature  Topic is solved

11 Dec 2021, 15:21

Code: Select all

Gui, -SysMenu
Gui, Font, s10
Gui, Color, FFFF9E
Gui, Add, Text, w250, Me: 359, You: 5
Tab::Gui, Show,, Score
Tab Up::Gui, Hide

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Rohwedder and 67 guests