Jump to content
UBot Underground

hate filling about me profiles


Recommended Posts

So I have an article and Im thinking why not just randomly select a sentence from it to use as a bookmark or a profile.. trouble is I .. Didnt see a wizard or a button to do it.. any ideas how I can get started on this..

Link to post
Share on other sites

Maybe something like this:

 

clear list(%article)

ui block text("Article", #article)

add list to list(%article, $list from text(#article, ". "), "Delete", "Global")

loop($list total(%article)) {

navigate("http://www.google.com/", "Wait")

type text(<name="q">, $random list item(%article), "Standard")

wait for browser event("Everything Loaded", "")

}

 

 

John

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