Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #NoEnv
  2. ; #Warn
  3. SendMode Input
  4. SetWorkingDir %A_ScriptDir%
  5.  
  6. forceBoo = false
  7.  
  8. MsgBox, 0, Husk, Husk at vinduet for display indstillinger er skal være aktivt for at dette program virker.`n`nGå til 7thSense - Delta GUI `nVælg Config, Display og klik på Output
  9.  
  10. ForceLoop() {
  11. Loop
  12. {
  13. if (forceBoo == true) {
  14. ForceRGB()
  15. }
  16. }
  17. }
  18.  
  19. ForceRGB() {
  20. IfWinExist, Display Sub Modes
  21. {
  22. WinActivate ; Automatically uses the window found above.
  23. ControlClick, Button8, Display Sub Modes
  24. ControlClick, Button2, Display Sub Modes
  25. return
  26. } Else {
  27. MsgBox, 0, Fejl, Vinduet for display indstillinger er ikke aktivt.`n`nGå til 7thSense - Delta GUI `nVælg Config, Display og klik på Output
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement