ControlGuard
A simple script to stop you from accidentally clicking a control. It's default setting is to disable clicking of the sorting filter in the PokerStars lobby. It can easily be customized to other applications/controls in the settings.
Settings
app = PokerStars Lobby ;<- Name of your app window (a part will suffice if it uniquely id:s the app, case sens)
control = HeaderClass1 ;<- Name of the control to hide (use Window spy to determine control name, as with app a part is enough)
color = cc9900 ;<- RGB/HTML color of the Guard
trans = 150 ; <- Transparency, 1=Maximum transp 255=Minimum transp
Hotkey
!^z:: ToggleDisable() return
Version History
Version 0.1: lol release
Version 0.2: working
Download
