Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5.  
  6.  
  7. IfWinExist, Display Sub Modes
  8. {
  9. WinActivate ; Automatically uses the window found above.
  10. ControlClick, Button8, Display Sub Modes
  11. ControlClick, Button2, Display Sub Modes
  12. return
  13. } Else {
  14. MsgBox, 0, Fejl, Vinduet for display indstillinger er ikke aktivt.`n`nGå til 7thSense - Delta GUI `nVælg Config, Display og klik på Output
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement