Jump to content
UBot Underground

Not EXTRACT Multiple url in This Script Please Help


Recommended Posts

here you go

 

 

ui save file("SaveLink"#Save Link)
ui open file("Load List:"#load_urls)
ui text box("Google Login:"#Google Login)
ui text box("Google Pass:"#Google Pass)
clear list(%scraped url)
clear list(%urls)
add list to list(%urls$list from file(#load_urls), "Delete""Global")
set list position(%urls, 0)
google login()
define google login {
    navigate("https://accounts.google.com""Wait")
    wait for browser event("Everything Loaded""")
    clear cookies
    navigate("https://accounts.google.com/ServiceLogin""Wait")
    wait(2)
    wait for browser event("Everything Loaded""")
    type text(<email field>#Google Login"Standard")
    type text(<password field>#Google Pass"Standard")
    click(<login button>"Left Click""No")
    wait(2)
    wait for browser event("Everything Loaded""")
}
loop($list total(%urls)) {
    set(#url_in_use$next list item(%urls), "Global")
    navigate(#url_in_use"Wait")
    wait(2)
    wait for browser event("Everything Loaded""")
    if($exists(<innertext="Join group">)) {
        then {
            click(<innertext="Join group">"Left Click""No")
            wait for element(<innertext="Join this group">"""Appear")
            wait(2)
            type text(<innertext="Join this group">"""Standard")
            wait(2)
            wait for browser event("Everything Loaded""")
            navigate(#url_in_use"Wait")
            wait(2)
            wait for browser event("Everything Loaded""")
        }
        else {
        }
    }
    if($exists(<innertext="NEW TOPIC">)) {
        then {
            click(<innertext="NEW TOPIC">"Left Click""No")
            click(<class="GC2AS1XDDX">"Left Click""No")
            wait(5)
            click(<class="GC2AS1XDDT">"Left Click""No")
            wait(5)
            type text(<maxlength=250>$spin("Help \{with Security| make code secure\}"), "Standard")
            wait(5)
            type text(<id=w"p-b-*">$spin("\{Hi|Sorry to intrude your mailbox\}

I have created \{an online PHP code executor|a real time PHP code compiler\} at http://web.guru99.com
\{Though|Although\} I have checked all security \{aspects|loopholes\} … do you experts see any major \{flaw|security leak\} that I need to care of?

"), "Standard")
            wait(5)
            click(<id="b_post">"Left Click""No")
            wait(10)
            type text(<name="recaptcha_response_field">$solve captcha(<style="display:block;">), "Standard")
            wait(10)
            click($element offset(<class="GC2AS1XDDT">, 4), "Left Click""No")
            click(<innertext="Help with Security">"Left Click""No")
            click(<innertext="Help make code secure">"Left Click""No")
            add item to list(%scraped url$url"Delete""Global")
            save to file("d:\\working data\\admin\\Desktop\\pppppppp.txt"%scraped url)
            set(#Save Link#url_in_use"Global")
            wait for browser event("Everything Loaded""")
        }
        else {
        }
    }
}

  • Like 1
Link to post
Share on other sites

here you go

 

 

ui save file("SaveLink"#Save Link)

ui open file("Load List:"#load_urls)

ui text box("Google Login:"#Google Login)

ui text box("Google Pass:"#Google Pass)

clear list(%scraped url)

clear list(%urls)

add list to list(%urls$list from file(#load_urls), "Delete""Global")

set list position(%urls, 0)

google login()

define google login {

    navigate("https://accounts.google.com""Wait")

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

    clear cookies

    navigate("https://accounts.google.com/ServiceLogin""Wait")

    wait(2)

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

    type text(<email field>#Google Login"Standard")

    type text(<password field>#Google Pass"Standard")

    click(<login button>"Left Click""No")

    wait(2)

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

}

loop($list total(%urls)) {

    set(#url_in_use$next list item(%urls), "Global")

    navigate(#url_in_use"Wait")

    wait(2)

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

    if($exists(<innertext="Join group">)) {

        then {

            click(<innertext="Join group">"Left Click""No")

            wait for element(<innertext="Join this group">"""Appear")

            wait(2)

            type text(<innertext="Join this group">"""Standard")

            wait(2)

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

            navigate(#url_in_use"Wait")

            wait(2)

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

        }

        else {

        }

    }

    if($exists(<innertext="NEW TOPIC">)) {

        then {

            click(<innertext="NEW TOPIC">"Left Click""No")

            click(<class="GC2AS1XDDX">"Left Click""No")

            wait(5)

            click(<class="GC2AS1XDDT">"Left Click""No")

            wait(5)

            type text(<maxlength=250>$spin("Help \{with Security| make code secure\}"), "Standard")

            wait(5)

            type text(<id=w"p-b-*">$spin("\{Hi|Sorry to intrude your mailbox\}

 

I have created \{an online PHP code executor|a real time PHP code compiler\} at http://web.guru99.com

\{Though|Although\} I have checked all security \{aspects|loopholes\} … do you experts see any major \{flaw|security leak\} that I need to care of?

 

"), "Standard")

            wait(5)

            click(<id="b_post">"Left Click""No")

            wait(10)

            type text(<name="recaptcha_response_field">$solve captcha(<style="display:block;">), "Standard")

            wait(10)

            click($element offset(<class="GC2AS1XDDT">, 4), "Left Click""No")

            click(<innertext="Help with Security">"Left Click""No")

            click(<innertext="Help make code secure">"Left Click""No")

            add item to list(%scraped url$url"Delete""Global")

            save to file("d:\\working data\\admin\\Desktop\\pppppppp.txt"%scraped url)

            set(#Save Link#url_in_use"Global")

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

        }

        else {

        }

    }

}

Thank You So Much... For Help

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