Jump to content
UBot Underground

How to make Ubot visit URLs from a text file?


Recommended Posts

ui open file("your file"#open)
clear list(%urls)
add list to list(%urls$list from file(#open), "Delete""Global")
set list position(%urls, 0)
loop($list total(%urls)) {
    navigate($next list item(%urls), "Wait")
    comment("your code goes here.")
}

Link to post
Share on other sites

ui open file("your file"#open)

clear list(%urls)

add list to list(%urls$list from file(#open), "Delete""Global")

set list position(%urls, 0)

loop($list total(%urls)) {

    navigate($next list item(%urls), "Wait")

    comment("your code goes here.")

}

 

That's pretty much the exact same method that I use :)

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...