Jump to content
UBot Underground

Recommended Posts

Well here is a really basic example just so you can see how it works but I think Facebook requires PVA these days.

add list to list(%Mail,$list from text("mail1
mail2
mail3",$new line),"Delete","Global")
loop($list total(%Mail)) {
    navigate("https://www.facebook.com","Wait")
    type text($element offset(<email field>,1),$next list item(%Mail),"Standard")
    wait(5)
}
Link to post
Share on other sites

hello ,

 

how i can make bot 

 

take only 1 random line from txt have 1000 lines ! 

try

add list to list(%Emails,$list from file("{$special folder("Application")}\\Email.txt"),"Delete","Global")
alert($random list item(%Emails))
Link to post
Share on other sites
  • 3 weeks later...

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