Need Help with Imacros!!

Univa

Elite Member
Joined
Jan 15, 2013
Messages
3,590
Reaction score
1,819
Hey Guys,

Can you help me with Imacros. I need something with which the imacros can Pick random lines from notepad or CSV.

Thanks
 
thee's no such solution. Imacros are pretty easy to use. why are you doing this?
 
Going to have to find a manual work around for this one buddy. iMacros isn't the most advanced tool in the world.
 
you can totally do this without even needing javascript imacro.
update the bolded # to your max. you should be able to figure it out from this.

SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*1000 + 1); randomNumber;")
SET !DATASOURCE C:\temp\filename.txt
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!VAR1}}
 
you can totally do this without even needing javascript imacro.
update the bolded # to your max. you should be able to figure it out from this.

Thanks I will try this out!!
 
please tell me how to make topic ,

messege me how to make topic in blach hat world


, I have question in macors,

EMAIL ID , AUTO INCREMENT PROCESS
 
please tell me how to make topic ,

messege me how to make topic in blach hat world


, I have question in macors,

EMAIL ID , AUTO INCREMENT PROCESS

You can't Post Topics unless you have 100 quality Posts.
So try for it after you have done 100 posts..
 
Back
Top