Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.44 KB | None | 0 0
  1. #cs ----------------------------------------------------------------------------
  2.  
  3.  AutoIt Version: 3.3.6.1
  4.  Author:         myName
  5.  
  6.  Script Function:
  7.     Template AutoIt script.
  8.  
  9. #ce ----------------------------------------------------------------------------
  10.  
  11. ; Script Start - Add your code below here
  12.  
  13. msgbox (0,"spam bot", "press ok" )
  14. sleep ( 1000 )
  15.  
  16. $pos = MouseGetPos()
  17. MsgBox(0,"Your mouse pointer coordinate is:", $pos[0]&"x"&$pos[1])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement