Jump to content
UBot Underground

vendeta30

Members
  • Content Count

    63
  • Joined

  • Last visited

Community Reputation

4 Neutral

About vendeta30

  • Rank
    Advanced Member

System Specs

  • OS
    Windows 8
  • Total Memory
    6Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

3507 profile views
  1. Hello Looking for a way of how to comment on pinterest.com I've encountered this problem this is the code that use : navigate("https://www.pinterest.com.mx/pin/593771532104823455/","Wait") type text(<name="communityItemTextBox">,$Random_Comentarios(),"Key Up") wait(4) click(<innerhtml="<div class=\"tBJ dyH iFc SMy yTZ erh tg7 mWe\">Listo</div>">,"Left Click","No")it follows that Type text Not Active "<div class=\"tBJ dyH iFc SMy yTZ erh tg7 mWe\">Listo</div>" Is activated only if you use the keyboard to type the comment . There is a way to achieve this
  2. If the email and the password do not have a separation after the 2 points the code does not work you can verify it with this example. set(#email and password,"dadaffsggd@gmail.com:415423","Global") clear list(%temp) add list to list(%temp,$list from text(#email and password,": "),"Delete","Global") set(#email,$list item(%temp,0),"Global") set(#password,$list item(%temp,1),"Global")
  3. What i'm looking for is to separate in two different variables the mail and password
  4. Hi . It turns out that I have a txt that contains a list of emails and passwords separated by ( example: dadaffsggd@gmail.com: 415423 gjfhhfnddbb@gmail.com: 823361 gagaggsvv@hotmail.ar: 784232 What I want to obtain is to separate two variables from that list, one with the mail and the other with the password. #mail = dadaffsggd@gmail.com # password = 415423 The list is quite large. I hope your help
  5. Gracias por el dato, igual es mejor aprender en inglés Gracias por el dato, igual es mejor aprender en inglés
  6. Thanks for the data add list to list(%filter4, $scrape attribute(<href=w"https://www.facebook.com/groups/*">, "href"), "Delete", "Global") %filter4 = https://m.facebook.com/groups/DrPillaiMidbrainAssistedSearch/ https://m.facebook.com/groups/409497019224431/ https://m.facebook.com/groups/newtvboxsg/ https://m.facebook.com/groups/172519796153367/1328396980565637 https://m.facebook.com/groups/786826658104678/ https://m.facebook.com/groups/1080131648719923/ https://m.facebook.com/groups/Freemyapp/ https://m.facebook.com/groups/1059049267500384/ https://m.facebook.com/groups/hotlineterkini/
  7. Hello another look in against a problem more some links have this format example https://www.facebook.com/groups/1487469924880241/84512258621253/1086484709717/ https://www.facebook.com/groups/solotwitterofaceboook/1086484709717/ what I need is to leave them in this way https://www.facebook.com/groups/1487469924880241/ https://www.facebook.com/groups/solotwitterofaceboook/have any idea of how to achieve it
  8. Thanks friend, I already found the solution.: add list to list(%filter1, $list from text($replace regular expression(%groups, "(permalink/).*?/", ""), " "), "Delete", "Global")
  9. Thank you this is the result before: https://www.facebook.com/groups/1487469924880241/permalink/1086484709717/ after: https://www.facebook.com/groups/1487469924880241/1086484709717/ What I'm looking for is this: https://www.facebook.com/groups/1487469924880241/
  10. Hello I'm looking for a way to delete a part of this url: add list to list(%groups, $scrape attribute(<href=w"https://www.facebook.com/groups/*">, "href"), "Delete", "Global") https://www.facebook.com/groups/1655101604777385/16991307389571/ https://www.facebook.com/groups/359836557438198/permalink/1084847609717/ https://www.facebook.com/groups/342415669158694/permalink/170868476095717/ https://www.facebook.com/groups/1487469924880241/permalink/1086484709717/ https://www.facebook.com/groups/214671725237478/ https://www.facebook.com/groups/RomanianStreamersYoutubersMoviemakers/ https://ww
×
×
  • Create New...