Help - Search - Members - Calendar
Full Version: How to make my script shorter
AC Tools Everything Macro > AC Tool > AC Tool Discussion
sofarsogoodPaypal
Simple question: How can i shorter this script. Thanks in advanced!
CODE
procedure 1337
MousePos 616, 66
leftclick
leftclick
delay 0.5
end

//2nd vote
call 1337
keys 2
keys {return}

//3nd vote
call 1337
keys 3
keys {return}

//4nd vote
call 1337
keys 4
keys {return}

//5nd vote
call 1337
keys 5
keys {return}

Bear
QUOTE(sofarsogoodPaypal @ May 15 2009, 12:16 PM) *
Simple question: How can i shorter this script. Thanks in advanced!


CODE

procedure 1337 Using Key
MousePos 616, 66
leftclick
leftclick
delay 0.5
Keys $Key
keys {return}
end

//2nd vote
call 1337 2

//3nd vote
call 1337 3

//4nd vote
call 1337 4

//5nd vote
call 1337 5
Like this?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.