Jump to content
UBot Underground

pablo322

Members
  • Content Count

    47
  • Joined

  • Last visited

Posts posted by pablo322

  1. help please!   :(

     

    as is done to select the column and row to save the data ?
     
     
     
     
     
       A                                               B                              C                                      D
    1  MAIL                                 PASSWORD           RECOVERY MAIL              PHONE NUMBER
    2 UYH@HOTMAIL.COM      RFVHJIBRVFUI    UYH@MAILNESIA.COM      1141651919581  
    3 EDYH@HOTMAIL.COM    EIVU89FHNRFU  EDYH@MAILNESIA.COM     1654981496158
  2. navigate("https://signup.live.com/?wa=wsignin1.0&rpsnv=12&ct=1464905525&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https:%2f%2fmail.live.com%2fdefault.aspx%3frru%3dinbox&id=64855&cbcxt=mai&bk=1464905526&uiflavor=web&uaid=bc61c373ffab4152bf2bb91c57d2af56&mkt=EN-US&lc=1033&lic=1","Wait")
    wait for browser event("Page Loaded","")
    type text(<name="wlspispSolutionElement1a82d77d8c224e57b76bd8ac598ebf9c">,$solve captcha(<id=w"wlspispHIPBimg0efe2af39a45447cba439d35a77f2c7c50">),"Standard")
    wait for element(<id="wlspispHIPBimg02823dbc72bd14c378b183bf820548d0f0">,"","Appear")

     

     

    I can not get the captcha solution
     
    :(  :(  :(  :(
  3. navigate("https://signup.live.com/?wa=wsignin1.0&rpsnv=12&ct=1464905525&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https:%2f%2fmail.live.com%2fdefault.aspx%3frru%3dinbox&id=64855&cbcxt=mai&bk=1464905526&uiflavor=web&uaid=bc61c373ffab4152bf2bb91c57d2af56&mkt=EN-US&lc=1033&lic=1","Wait")
    wait for browser event("Page Loaded","")
    type text(<name="wlspispSolutionElement1a82d77d8c224e57b76bd8ac598ebf9c">,$solve captcha(<id=w"wlspispHIPBimg0efe2af39a45447cba439d35a77f2c7c50">),"Standard")
    wait for element(<id="wlspispHIPBimg02823dbc72bd14c378b183bf820548d0f0">,"","Appear")

     

     

     

     

    :(  :(  :(  :(

  4. use the save to file command

     

    place the path to save file ending in .csv

    and drag in the $table name

     

    of the data you wish to save

     

    and or of you have delimited data in a list you can save that as a table to .csv file as well

     

    thanks friend

     

    I am presenting a drawback. achievement not make every start and create a new row in order
     
    Example:
     
                       A                                B
    1 ewuhfbf@hotmail.com       reuig74gffe
    2 efibefef@hotmail.com        ediouedh7ud3
     
    and so on....
     
  5.  

     

     
    what I want to know is how to save it in order, for example :
     
    EXCEL
         A                                               B                              C                                      D
    1  MAIL                                 PASSWORD           RECOVERY MAIL              PHONE NUMBER
    2 UYH@HOTMAIL.COM      RFVHJIBRVFUI    UYH@MAILNESIA.COM      1141651919581  
    3 EDYH@HOTMAIL.COM    EIVU89FHNRFU  EDYH@MAILNESIA.COM     1654981496158
     
     
    what I want to know is how to save it in ord
  6. I'm trying to add this google keyword planner csv file into ubot so I can use as a table.

     

    Attached to this post is the csv file I want to add to ubot.

     

    In ubot when I "create the table from csv file", the table data turns to unreadable characters and so its all messed up.

     

    If I open the csv file in notepad, I see that the data is separated by tabs rather than commas. So if I go to excel and save this csv file as a comma delimited txt file, then I am able to create the table from csv file in ubot.

     

    Is there a way to directly add the csv file (downloaded directly from google keyword planner) into ubot as a table,

    without converting it to comma delimited txt file?

     

    Thank you for helping.

     

     

    hello, you can help me save the data in order?

     
    look this :( 
     
  7.  

    This code is working for me !. Just remove the stop script from the above code and wait for the captcha element to appear. I ran it and it is filling all data as well as i can see the captcha image popsup. rest u need to click the create account button.

    navigate("https://signup.live.com/?wa=wsignin1.0&rpsnv=12&ct=1464707682&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https:%2F%2Fmail.live.com%2Fdefault.aspx%3Frru%3Dinbox&id=64855&cbcxt=mai&bk=1464707682&uiflavor=web&uaid=f2ac4039dc614d15bbcabe4b9c59c5a7&mkt=EN-US&lc=1033&lic=1","Wait")
    wait for browser event("Page Loaded","")
    wait for browser event("Everything Loaded","")
    wait for element(<id=w"wlspispHIPBimg*">,"","Appear")
    reset account("Any")
    wait(1)
    set(#FirstName,$account data("First Name"),"Global")
    set(#LastName,$account data("Last Name"),"Global")
    set(#UserName,"{$account data("Username")}{$random text(1)}{$rand(2,5)}","Global")
    set(#password,"{$account data("Password")}{$rand(5,10)}{$random text(5)}","Global")
    set(#phone,$rand(141651981561,189686512649),"Global")
    set(#email,"{$account data("Username")}@mailnesia.com","Global")
    type text($element offset(<first name field>,0),#FirstName,"Standard")
    type text($element offset(<last name field>,2),#LastName,"Standard")
    type text(<name="MemberName">,#UserName,"Standard")
    click(<innertext="hotmail.com">,"Left Click","No")
    click($element offset(<password field>,0),"Left Click","No")
    wait(1)
    type text($element offset(<password field>,0),#password,"Standard")
    click($element offset(<password field>,1),"Left Click","No")
    wait(1)
    type text($element offset(<password field>,1),#password,"Standard")
    change dropdown(<birth month dropdown>,"Random - Skip First Choice")
    change dropdown(<birth day dropdown>,"Random - Skip First Choice")
    change dropdown(<birth year dropdown>,$rand(1985,1995))
    change dropdown(<sex dropdown>,"Random - Skip First Choice")
    type text(<phone field>,#phone,"Standard")
    type text(<email field>,#email,"Standard")
    type text(<aria-label="Visual Challenge">,$solve captcha(<aria-label="Visual Challenge">),"Standard")
    add item to list(%HotmailAccounts,"{#UserName},{#password},{#FirstName},{#LastName},{#phone},{#email}","Don\'t Delete","Global")
    save to file("{$special folder("Application")}\\hotmailaccounts.csv",%HotmailAccounts)
    
    
     
     
    sometimes it works and sometimes not, this may be some error on my pc?
  8.  

    ERROR : Insufficient memory

     


     


    what I want to know is how to save it in order, for example :

     

    EXCEL

         A                                               B                              C                                      D

    1  MAIL                                 PASSWORD           RECOVERY MAIL              PHONE NUMBER

    2 UYH@HOTMAIL.COM      RFVHJIBRVFUI    UYH@MAILNESIA.COM      1141651919581  

    3 EDYH@HOTMAIL.COM    EIVU89FHNRFU  EDYH@MAILNESIA.COM     1654981496158

     

     



    what I want to know is how to save it in order, for examp

  9. Hey mate  :rolleyes:

     

    1) you are not scraping proper captcha element, Hotmail is changing the name parameter

    2) you are not saving data in proper comma delimited format ! . Not separating ur fields with a comma.

     

    Here is the updated version

    navigate("https://signup.live.com/?wa=wsignin1.0&rpsnv=12&ct=1464707682&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https:%2F%2Fmail.live.com%2Fdefault.aspx%3Frru%3Dinbox&id=64855&cbcxt=mai&bk=1464707682&uiflavor=web&uaid=f2ac4039dc614d15bbcabe4b9c59c5a7&mkt=EN-US&lc=1033&lic=1","Wait")
    wait for browser event("Page Loaded","")
    stop script
    reset account("Any")
    wait(1)
    set(#FirstName,$account data("First Name"),"Global")
    set(#LastName,$account data("Last Name"),"Global")
    set(#UserName,"{$account data("Username")}{$random text(1)}{$rand(2,5)}","Global")
    set(#password,"{$account data("Password")}{$rand(5,10)}{$random text(5)}","Global")
    set(#phone,$rand(141651981561,189686512649),"Global")
    set(#email,"{$account data("Username")}@mailnesia.com","Global")
    type text($element offset(<first name field>,0),#FirstName,"Standard")
    type text($element offset(<last name field>,2),#LastName,"Standard")
    type text(<name="MemberName">,#UserName,"Standard")
    click(<innertext="hotmail.com">,"Left Click","No")
    click($element offset(<password field>,0),"Left Click","No")
    wait(1)
    type text($element offset(<password field>,0),#password,"Standard")
    click($element offset(<password field>,1),"Left Click","No")
    wait(1)
    type text($element offset(<password field>,1),#password,"Standard")
    change dropdown(<birth month dropdown>,"Random - Skip First Choice")
    change dropdown(<birth day dropdown>,"Random - Skip First Choice")
    change dropdown(<birth year dropdown>,$rand(1985,1995))
    change dropdown(<sex dropdown>,"Random - Skip First Choice")
    type text(<phone field>,#phone,"Standard")
    type text(<email field>,#email,"Standard")
    type text(<aria-label="Visual Challenge">,$solve captcha(<aria-label="Visual Challenge">),"Standard")
    add item to list(%HotmailAccounts,"{#UserName},{#password},{#FirstName},{#LastName},{#phone},{#email}","Don\'t Delete","Global")
    save to file("{$special folder("Application")}\\hotmailaccounts.csv",%HotmailAccounts)
    
    

    Enjoy Coding  :D

     

     

    thanks friend but no work :(

  10. navigate("https://signup.live.com/?wa=wsignin1.0&rpsnv=12&ct=1464728384&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https:%2f%2fmail.live.com%2fdefault.aspx%3frru%3dinbox&id=64855&cbcxt=mai&bk=1464728385&uiflavor=web&uaid=98a3971a8e9140bc88b7a270d76dd005&mkt=EN-US&lc=1033&lic=1","Wait")
    reset account("Any")
    type text($element offset(<first name field>,0),$account data("First Name"),"Standard")
    type text($element offset(<last name field>,2),$account data("Last Name"),"Standard")
    set(#account mail,"{$account data("Username")}@hotmail.com","Global")
    type text(<name="MemberName">,$account data("Username"),"Standard")
    click(<innertext="hotmail.com">,"Left Click","No")
    set(#password,"{$account data("Password")}{$rand(100,200)}","Global")
    click($element offset(<password field>,0),"Left Click","No")
    wait(1)
    type text($element offset(<password field>,0),#password,"Standard")
    click($element offset(<password field>,1),"Left Click","No")
    wait(1)
    type text($element offset(<password field>,1),#password,"Standard")
    set(#date birthday,"{$account data("Birth Month")}|{$account data("Birth Day")}|{$account data("Birth Year")}","Global")
    change dropdown(<birth month dropdown>,$account data("Birth Month"))
    change dropdown(<birth day dropdown>,$account data("Birth Day"))
    set(#phone number,$rand(1400000000,1599999999),"Global")
    type text(<phone field>,#phone number,"Standard")
    set(#recovery mail,"{$account data("Username")}@mailnesia.com","Global")
    type text(<email field>,#recovery mail,"Standard")
    save to file("C:\\Users\\Phenom II\\Desktop\\new.csv","{#account mail}{#password}{#recovery mail}{#date birthday}{#phone number}{#newFileName}")

     

     

    thanks friend!!

     

     

    I created this , is very similar but have two drawbacks
    1- the captcha is not resolved
    2- achievement not properly save it as in the picture below
     

     

  11. navigate("https://signup.live.com/?wa=wsignin1.0&rpsnv=12&ct=1464707682&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https:%2f%2fmail.live.com%2fdefault.aspx%3frru%3dinbox&id=64855&cbcxt=mai&bk=1464707682&uiflavor=web&uaid=f2ac4039dc614d15bbcabe4b9c59c5a7&mkt=EN-US&lc=1033&lic=1","Wait")
    wait for browser event("Page Loaded","")
    reset account("Any")
    wait(1)
    type text($element offset(<first name field>,0),$account data("First Name"),"Standard")
    type text($element offset(<last name field>,2),$account data("Last Name"),"Standard")
    type text(<name="MemberName">,"{$account data("Username")}{$random text(1)}{$rand(2,5)}","Standard")
    click(<innertext="hotmail.com">,"Left Click","No")
    click($element offset(<password field>,0),"Left Click","No")
    wait(1)
    set(#password,"{$account data("Password")}{$rand(5,10)}{$random text(5)}","Global")
    type text($element offset(<password field>,0),#password,"Standard")
    click($element offset(<password field>,1),"Left Click","No")
    wait(1)
    type text($element offset(<password field>,1),#password,"Standard")
    change dropdown(<birth month dropdown>,"Random - Skip First Choice")
    change dropdown(<birth day dropdown>,"Random - Skip First Choice")
    change dropdown(<birth year dropdown>,$rand(1985,1995))
    change dropdown(<sex dropdown>,"Random - Skip First Choice")
    type text(<phone field>,$rand(141651981561,189686512649),"Standard")
    type text(<email field>,"{$account data("Username")}@mailnesia.com","Standard")
    type text(<name="wlspispSolutionElement5156df18b3484a759e98f8eedd32508e">,$solve captcha(<id="wlspispHIPBimg0e6f804b96ead4bcca87c45d9eb061eaf0">),"Standard")

     

     

     

    I would like to know how all Daton are saved in an excel and also the solution of captcha
     
    I would like to know how all Daton a
  12. Your password data and  reenter password data is not same ! . Please use try this code

    set(#password,"{$account data("Password")}{$rand(10,500)}","Global")
    type text($element offset(<password field>,0),#password,"Standard")
    type text($element offset(<password field>,1),#password,"Standard")
    
    

    Hope 

     

    Your password data and  reenter password data is not same ! . Please use try this code

    set(#password,"{$account data("Password")}{$rand(10,500)}","Global")
    type text($element offset(<password field>,0),#password,"Standard")
    type text($element offset(<password field>,1),#password,"Standard")
    
    

    Hope it helps :)

     
    god you're a genius ! thank you very much!!!!!   :)  :wub: 
     
  13. please, look
     
    I can not make passwords match
     
     
     
    navigate("https://signup.live.com/?wa=wsignin1.0&rpsnv=12&ct=1464705231&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https:%2f%2fmail.live.com%2fdefault.aspx%3frru%3dinbox&id=64855&cbcxt=mai&bk=1464705231&uiflavor=web&uaid=f2a45320ba814496a39036fa62eaf63b&mkt=EN-US&lc=1033&lic=1","Wait")
    type text($element offset(<password field>,0),"{$account data("Password")}{$rand(100,200)}{$random text(9)}","Standard")
    click($element offset(<password field>,1),"Left Click","No")
    wait(1)
    type text($element offset(<password field>,1),"{$account data("Password")}{$rand(100,200)}{$random text(9)}","Standard")
    type text($element offset(<first name field>,0),$account data("First Name"),"Standard")
    type text($element offset(<last name field>,2),$account data("Last Name"),"Standard")
  14. I have a problem with the password confirmation
     
    I have a problem with the password confirmation

     

     

     

    I have a problem with the password confirmation
     

     

     

     

     

    reset account("Any")
    type text($element offset(<first name field>,0),$account data("First Name"),"Standard")
    type text($element offset(<last name field>,2),$account data("Last Name"),"Standard")
    type text(<name="MemberName">,$account data("Username"),"Standard")
    click(<innertext="hotmail.com">,"Left Click","No")
    click(<id="memberNameDomain">,"Left Click","No")
    wait(1)
    type text($element offset(<password field>,0),"{$account data("Password")}{$rand(100,200)}","Standard")
    click($element offset(<password field>,1),"Left Click","No")
    wait(1)
    type text($element offset(<password field>,1),"{$account data("Password")}{$rand(100,200)}

  15.  

    Hey CL,

     

    Welcome to the community! 

     

    To save a table to a CSV files you would just use the Table name. 

     

    save to file("c:\\jobs.csv",&jobs_table)

     

     

    hello friend, I do not understand , help me please? Please specify 

     

    Hey CL,

     

    Welcome to the community! 

     

    To save a table to a CSV files you would just use the Table name. 

     

    save to file("c:\\jobs.csv",&jobs_table)

     

     

    hello friend, I do not understand , help me please? Please specify
  16.  

    My Plugin : Advanced Ubot | Advanced Dialog | Advanced Systems | Advanced Screen and Windows | Advanced DateTime | Advanced Data Text File | Advanced Captcha | Advanced Captcha (V3) | Create Table From Excel (Lite)

     
     
     
     

    Advanced Captcha (V3)

       WebSite                         TEST

    deathbycaptcha.com       [y]

    de-captcher.com             [y]

    antigate.com                   [y]

    eve.cm                            [y]

    humancoder.com            [y]

    imagedecoders.com       [n]

    beatcaptchas.com          [n]

    imagedecoders.com       [n]

    imagetyperz.com            [n]

    shanibpo.com                [n]

    captchabot.com             [n]

    ripcaptcha.com              [n]

    2captcha.com                [y]

    spamvilla.com                [y]

    captchatronix.com         [y]

    captchasolutions.com    [y]

     

     

    Big changes. It can not replace V2 or lower.

    *** Some items I have not tested. If you want me to test. Please feel free user account To me. Borrowed temporarily ***

     

     

     

    Price Update (04/11/2014)

     

    deathbycaptcha.com      1.39$ per 1000 CAPTCHAs

    de-captcher.com             2.00$ per 1000 CAPTCHAs

    antigate.com                   0.7$ per 1000 CAPTCHAs

    eve.cm                            0.5$ per 1000 CAPTCHAs

    imagedecoders.com       1.35$ per 1000 CAPTCHAs

    beatcaptchas.com          8.00$ per 1000 CAPTCHAs

    humancoder.com            1.38$ per 1000 CAPTCHAs

    imagedecoders.com       1.35$ per 1000 CAPTCHAs

    imagetyperz.com            1.30$ per 1000 CAPTCHAs

    shanibpo.com                1.30$ per 1000 CAPTCHAs

    captchabot.com             1.00$ per 1000 CAPTCHAs

    ripcaptcha.com              1.29$ per 1000 CAPTCHAs

    2captcha.com                 0.5$ per 1000 CAPTCHAs

    captchasolutions.com     0.99$ per 1000 CAPTCHAs

     

                     Unlimited Captcha

    spamvilla.com                 $15 per Month

    captchatronix.com           $15.97 per Month

     

     

    Download

     

     

     

    My Plugin : Advanced Ubot | Advanced Dialog | Advanced Systems | Advanced Screen and Windows | Advanced DateTime | Advanced Data Text File | Advanced Captcha | Advanced Captcha (V3) | Create Table From Excel (Lite)

     
     
     
     

    Advanced Captcha (V3)

       WebSite                         TEST

    deathbycaptcha.com       [y]

    de-captcher.com             [y]

    antigate.com                   [y]

    eve.cm                            [y]

    humancoder.com            [y]

    imagedecoders.com       [n]

    beatcaptchas.com          [n]

    imagedecoders.com       [n]

    imagetyperz.com            [n]

    shanibpo.com                [n]

    captchabot.com             [n]

    ripcaptcha.com              [n]

    2captcha.com                [y]

    spamvilla.com                [y]

    captchatronix.com         [y]

    captchasolutions.com    [y]

     

     

    Big changes. It can not replace V2 or lower.

    *** Some items I have not tested. If you want me to test. Please feel free user account To me. Borrowed temporarily ***

     

     

     

    Price Update (04/11/2014)

     

    deathbycaptcha.com      1.39$ per 1000 CAPTCHAs

    de-captcher.com             2.00$ per 1000 CAPTCHAs

    antigate.com                   0.7$ per 1000 CAPTCHAs

    eve.cm                            0.5$ per 1000 CAPTCHAs

    imagedecoders.com       1.35$ per 1000 CAPTCHAs

    beatcaptchas.com          8.00$ per 1000 CAPTCHAs

    humancoder.com            1.38$ per 1000 CAPTCHAs

    imagedecoders.com       1.35$ per 1000 CAPTCHAs

    imagetyperz.com            1.30$ per 1000 CAPTCHAs

    shanibpo.com                1.30$ per 1000 CAPTCHAs

    captchabot.com             1.00$ per 1000 CAPTCHAs

    ripcaptcha.com              1.29$ per 1000 CAPTCHAs

    2captcha.com                 0.5$ per 1000 CAPTCHAs

    captchasolutions.com     0.99$ per 1000 CAPTCHAs

     

                     Unlimited Captcha

    spamvilla.com                 $15 per Month

    captchatronix.com           $15.97 per Month

     

     

    Download

     

     

     

    HELLO I NEED HELP PLEASE

×
×
  • Create New...