Advertisement
ShimizuAise

Wuwa Clicker Get Info

Jun 5th, 2024
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv
  2. #KeyHistory 0
  3. ListLines Off
  4. SetBatchLines, -1
  5. SetKeyDelay, 0
  6.  
  7. global xpos := 0
  8. global ypos := 0
  9.  
  10. Loop {
  11.     MouseGetPos, xpos, ypos
  12.     ToolTip %A_Hour%`n %A_Min%`n %A_Sec%`n %A_MSec%`n MousePos- X%xpos% Y%ypos%
  13.     sleep 50
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement