nghost Posted July 11, 2008 Posted July 11, 2008 can some make this for me, just a simple script that repeats, thanks the number 1 and 2 are keyboard #1 and #2 sorry im a noob thanks for help 1 pause 1 second 2 pause 30 seconds then repeats itself
smashly Posted July 11, 2008 Posted July 11, 2008 Hi, Have you even tried reading the help file that comes with autoit? HotKeySet("{ESC}", "Quit") While 1 Send("{NUMPAD1}") Sleep(1000) Send("{NUMPAD2}") Sleep(30000) WEnd Func Quit() Exit EndFuncEscape key to exit the script. Cheers
nghost Posted July 11, 2008 Author Posted July 11, 2008 thanks this will help me out alot in creating more scripts in the future thanks again
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now