
vendeta30
Members-
Content Count
63 -
Joined
-
Last visited
Everything posted by vendeta30
-
What Software Do You Think Poeple Moved To ?
vendeta30 replied to ATuringtest's topic in General Discussion
It really is a sad reality . -
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
-
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")
-
Thank you for the data
-
What i'm looking for is to separate in two different variables the mail and password
-
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
-
[Free] Blacklisted Proxy Checker Software V1.0.4
vendeta30 replied to totolcs's topic in Bots and Scripts
Thanks for the input- 2 replies
-
- proxy verifier software
- blacklisted proxy
- (and 1 more)
-
Gracias por el dato, igual es mejor aprender en inglés Gracias por el dato, igual es mejor aprender en inglés
-
Thank you friend
-
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/
-
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
-
Thanks friend, I already found the solution.: add list to list(%filter1, $list from text($replace regular expression(%groups, "(permalink/).*?/", ""), " "), "Delete", "Global")
-
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/
-
it's just a question
-
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
-
Hello, thanks for the information
-
It turns out I'm trying to run an external application using "shell" but it does not work. shell("{$special folder("Application")}\\Data\\videos.exe") I hope some help without using plugin. Thank you
-
Algún Experto En Ubot Que Hable Español?
vendeta30 replied to darzkeros's topic in General Discussion
hola amigo -
hello I wonder how to change the screen resolution of the bot ramdon. 400×224, 400x166 480×360 176×144 1280×720 thanks
-
hello friends I would like your help to scrape keywords youtube. <meta name="keywords" content="correo electrónico, cuenta gmail, cuenta google, tutorial gmail, Gmail (Website), Ilimitada, google, Correo gmail, celular"> add list to list(%keywormetas, $scrape attribute(<meta name="keywords" content=">, "innertext"), "Delete", "Global") I can not find a way. Thanks for the help
-
Any ideas? Thanks! Mark
-
hello thanks Might give an example of the code
-
thanks examples: thread { in shared browser { set visibility("Visible") navigate("https://m.facebook.com/", "Wait") wait(90) } } navigate("https://m.facebook.com", "Wait") wait(90)
-
hello you can open two browsers without waiting hidden one ends the other one to run. example: in new browser { set visibility("Invisible") navigate("https://m.facebook.com/", "Wait") wait(90) } navigate("https://m.facebook.com/", "Wait") wait(90) I want Asher is the first browser without having to wait 90 seconds to run. 2 that run simultaneously.any way to dothanks something like this: plugin command("Advanced Shell.dll", "shell batch", "doon", "No")