Advertisement
m0bb0ss

Checkbox Permission

Apr 24th, 2016
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  3. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  4. #SingleInstance, Force
  5.  
  6. Gui, Add, Checkbox,x40 y20 vFunctionPermission, Permission ;Determins if the function will be allowed or not
  7. Gui +ToolWindow ;ToolWindow to keep it neat
  8. Gui, Show, xCenter yCenter h50 w150 ,Permission Checkbox
  9. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement