Anyone be so kind and help me fix my imacros script ?

Paije

Newbie
Joined
Apr 10, 2014
Messages
4
Reaction score
0
Heres the script . Ive gotten tired of sending messages by hand so with the help of google , i made this script to send the messages for me since I send everyone , the same one Having trouble though. I'm getting an error "SyntaxError: wrong format of TAG command, line 9 (Error code: -910) " I have no idea how to fix it . Would anyone here be so kind and educate me ?




CMDLINE !DATASOURCE file.csv
SET !ERRORIGNORE YES
SET !REPLAYSPEED FAST
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}




URL GOTO={{!COL1}}
TAG POS=1 TYPE=TEXTAREA ATTR=NAME:message_body CONTENT={{Hey}}
WAIT SECONDS = 10
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Send
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Reply
WAIT SECONDS = 5
 
Back
Top