in one scar script, i think it was the frozen form filler, had a gui. how do you create one of these for a script. also, i am working on a daily doer and i was wondering if there is any way to record the results of each of the locations that the doer goes to.
it was teh frozen form filler. If you liked it +rep appriciated. Go to tools and then form editor then addd items. Then read in the scar form about guis
oh thank you so much. i thought it would be much harder. and about the second question with recording events? edit. i would +rep you bet it wont let me
Results maybe. You would need to find text and add it to the debug box or a list box. I am not that sure ask looney toon, chesla one or the person who posted the ocr in scar about it
also, one more question. is it possible to do this( sorry, but this is sorta in calculator program language its the only one i know) Code (Text): if (insert x axis pixel here),(insert y axis pixel here)=(insert color code here) then press(insert key here)
This press the key A Code (Text): Keydown( GetKeyCode( 'A' ) ); you can also do, to press non writable keys Code (Text): Keydown(keycode); Where keycode is a number representing a key, like F1, enter, slash etc. These can be found here : http://www.neofriends.net/phpBB2/viewtopic.php?t=3808