nessark Posted September 26, 2009 Posted September 26, 2009 (edited) i have a problem writing a script that does this: at the beginning it waits 3 seconds, presses tab, waits 2 seconds, presses 1, waits 25 seconds, presses z, waits 3 seconds and does it all over again a thousand times (loop?). how do i write this? i wanna try to see if it works, it should be a very simple script yet i cannot get it to work. Edited September 26, 2009 by nessark
nimaid Posted September 26, 2009 Posted September 26, 2009 i have a problem writing a script that does this: at the beginning it waits 3 seconds, presses tab, waits 2 seconds, presses 1, waits 25 seconds, presses z, waits 3 seconds and does it all over again a thousand times (loop?). how do i write this? i wanna try to see if it works, it should be a very simple script yet i cannot get it to work. for the pressing of buttons you would use the send function, and for the click of a tab you would move the mouse to where ever the tab is (x,y) and left click. not positive on the 1000 X loop This statement is a lie.˙uʍop-ǝpısdn sı ǝuo sıɥʇ ʇnq 'ǝıl ɐ ǝq ʎɐɯ ʇuǝɯǝʇɐʇs snoıʌǝɹd ǝɥʇ¡6u15nɟu0) ʎ||43ɹ 51 51ɥ7
TurionAltec Posted September 27, 2009 Posted September 27, 2009 It'd be a lot easier to see why you can't get it to work if you actually posted what you had.
TurionAltec Posted September 27, 2009 Posted September 27, 2009 For $i = 1 to 1000 Sleep(3000) Send("{tab}") Sleep(2000) Send("1") Sleep(25000) send("z") Next
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