rts13 Posted October 5, 2011 Share Posted October 5, 2011 Alright well its been years since I touched SCAR and I never really scripted in the first place Ok so I'm trying to make a simple script that will post ads for me on a local website. Im a part of 2 business's, and suddenly thought of SCAR. I need the commands to press enter, find a specific color in a specific area , So I Don't have to use the 'wait' command all the time. because my internet speed is shaky. the repeat command? repeat (until) or something? Basically just a bunch of newbie stuff.. give me what you got. like a list of simple commands and their functions. Thanks Quote Link to comment Share on other sites More sharing options...
Wanted Posted October 5, 2011 Share Posted October 5, 2011 SendKeys(Chr(13)); FindColorTolerance repeat until (False); Quote Link to comment Share on other sites More sharing options...