Jump to content
UBot Underground

[Help Req]Save Current Url In Text File With Loop


Recommended Posts

add list to list(%Urls,$list from text("http://url1.com
http://url2.com
http://url3.com
http://url4.com
http://url5.com
http://url6.com
http://url7.com",$new line),"Delete","Global")
loop(5) {
    navigate($random list item(%Urls),"Wait")
    append to file("{$special folder("Desktop")}/example.txt",$url,"End")
}

Link to post
Share on other sites
  • 8 months later...

NO, I want to save every url in new line..

 

Iike if bot visit yahoo.com, then bot will save yahoo.com

 

and then if bot have bing.com then bot will add bing.com in next line

 

so that file looks like

yahoo.com

bing.com

 

please help this is urgent.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...