Advertisement
-L0Lock-

Maya Student Clicker.ahk

Nov 9th, 2020
3,432
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. ; #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. #SingleInstance force
  6. TrayTip, Hello User, You can Exit this script from Here`n(Script Created By Hardik Lakhalani), 20, 17
  7. Loop
  8. {
  9.     WinWait, Student Version File
  10.     IfWinExist, Student Version File
  11.        
  12.     {
  13.     ;WinActivate, Student Version File
  14.         ControlClick, x215 y109, Student Version File
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement