Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. ;$hWnd = WinGetHandle("World of Warcraft")
  3. $hWnd = ControlGetHandle ("World of Warcraft", "", "")
  4.  
  5. While 1
  6.  
  7. MsgBox(0,"info",$hwnd)
  8. ; Third parameter contains sended key.
  9. ControlSend("", "", $hWnd, "{a}", 1)
  10. ;$i = Random(180, 240, 1)
  11. Sleep(1000);
  12.  
  13. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement