Jump to content
UBot Underground

Recommended Posts

Basically this program gathers reasonably accurate information about a certain username , as well as possible IP information.

It isn't the most efficient and does have a few bugs which can happen occasionally, but overall it's quite nice :)

My partner and myself worked on this for a few days and I want to give it away for free , hopefully you might learn something from it!

Note: This program was developed so you can find information on yourself , not other users.

 

What it looks like:

 

http://i.imgur.com/KjCyjZV.jpg

 

The Code

 

 

ui text box("Targets Alias (Username)", #alias)

ui stat monitor("-------------------------", "")

ui stat monitor("Current Status: ", #status)

on load("Bot Loaded") {

    clear list(%randomfact)

    set visibility("Invisible")

    set(#totalruns, 0, "Global")

    navigate("http://mxtoolbox.com/WhatIsMyIP/", "Wait")

    wait for element(<innertext="What is My IP?">, "", "Appear")

    add list to list(%myip, $scrape attribute(<id="ctl00_ContentPlaceHolder1_hlIP">, "innertext"), "Delete", "Global")

    navigate("http://darkpk.com/17964976479613719371/", "Wait")

    wait for element(<href=w"http://freehostedscripts.net*">, 10, "Appear")

    add list to list(%totaldox, $scrape attribute(<innertext=w"*">, "innertext"), "Delete", "Global")

    set visibility("Visible")

    load html("<body background=\"http://i.imgur.com/CIEcOKA.jpg\"></body>

<table width=\"1920\" cellspacing=\"2\" cellpadding=\"0\" border=\"0\" align=\"center\" bgcolor=\"#ff6600\"><tr bgcolor=\"#ffffff\"><td width=\"240\" height=\"40\">- Date: {$date} </td><td width=\"240\">- User IP: {%myip}</td><td width=\"240\">- Using Proxies: No</td></tr><tr bgcolor=\"#ffffff\"><td height=\"40\">- Users Online: {$rand(6, 9)}</td><td>- Searches By User This Session: {#totalruns}</td><td>- Total Searches Worldwide: {%totaldox} </td></tr></table>")

    set(#status, "Loaded", "Global")

    clear cookies

    add list to list(%randomfact, $list from text("Odontophobia is the fear of teeth.



The surface area of an average-sized brick is 79 cm squared.



Cats sleep 16 to 18 hours per day.



The most common name in the world is Mohammed.



Karoke means \"empty orchestra\" in Japanese.



When you die your hair still grows for a couple of months.



There are two credit cards for every person in the United States.



The most money ever paid for a cow in an auction was $1.3 million.



It took Leo Tolstoy six years to write \"War & Peace\".



The Neanderthal\'s brain was bigger than yours is.



The sound of ET walking was made by someone squishing her hands in jelly.



The pancreas produces Insulin.



1 in 5,000 north Atlantic lobsters are born bright blue.



A skunk\'s smell can be detected by a human a mile away.



The king of hearts is the only king without a moustache.



Every year about 98% of the atoms in your body are replaced.



Elephants are the only mammals that can\'t jump.



The international telephone dialing code for Antarctica is 672.



World Tourist day is observed on September 27.



Women are 37% more likely to go to a psychiatrist than men are.



The human heart creates enough pressure to squirt blood 30 feet (9 m).



Diet Coke was only invented in 1982.



When snakes are born with two heads, they fight each other for food.



American car horns beep in the tone of F.



The Australian $5 to $100 notes are made of plastic.



StStephen is the patron saint of bricklayers.



The average person makes about 1,140 telephone calls each year.



Stressed is Desserts spelled backwards.



Mary Stuart became Queen of Scotland when she was only six days old.



Charlie Brown\'s father was a barber.



You burn more calories sleeping than you do watching TV.



A lion\'s roar can be heard from five miles away.



The average person spends about 2 years on the phone in a lifetime.



The fist product to have a bar code was Wrigleys gum.



The word \"nerd\" was first coined by Dr. Seuss in \"If I Ran the Zoo.\"



A 41-gun salute is the traditional salute to a royal birth in Great Britain.



The bagpipe was originally made from the whole skin of a dead sheep.



Cats can hear ultrasound.



The highest point in Pennsylvania is lower than the lowest point in Colorado.



The United States has never lost a war in which mules were used.



Children grow faster in the springtime.



On average, there are 178 sesame seeds on each McDonalds BigMac bun.



Paul Revere rode on a horse that belonged to Deacon Larkin.



Minus 40 degrees Celsius is exactly the same as minus 40 degrees Fahrenheit.



Every human spent about half an hour as a single cell.



The plastic things on the end of shoelaces are called aglets.



A 41-gun salute is the traditional salute to a royal birth in Great Britain.



\"Goodbye\" came from \"God bye\" which came from \"God be with you.\"



February is Black History Month.



Jane Barbie was the woman who did the voice recordings for the Bell System.



The elephant is the only animal with 4 knees.", "."), "Delete", "Global")

}

clear cookies

if(#alias = "") {

    then {

        alert("You Must Enter An Alias!")

        stop script

    }

}

load html("<body background=\"http://i.imgur.com/CIEcOKA.jpg\"></body>

<table width=\"1920\" cellspacing=\"2\" cellpadding=\"0\" border=\"0\" align=\"center\" bgcolor=\"#ff6600\"><tr bgcolor=\"#ffffff\"><td width=\"240\" height=\"40\">- Date: {$date} </td><td width=\"240\">- User IP: {%myip}</td><td width=\"240\">- Using Proxies: No</td></tr><tr bgcolor=\"#ffffff\"><td height=\"40\">- Users Online: {$rand(6, 9)}</td><td>-Searches By User This Session: {#totalruns}</td><td>- Total Searches Worldwide: {%totaldox} </td></tr></table>

<h1 style=color:pink;>Search Process Started... </h1>

<img src=\"http://www.state.gov/images/MiniSlideShow/loading.gif\" /></a>

<h1 style=color:pink;> </h1>

<h1 style=color:yellow;>Random Fact</h1>

<p style=color:white;>{$random list item(%randomfact)}</p>")

clear list(%ipinfo)

clear list(%urls)

clear list(%urls2)

clear list(%ipinfo2)

clear list(%ipinfo3)

clear list(%urls3)

clear list(%ipinfo4)

clear list(%ipinfo5)

set(#status, "Creating Info...", "Global")

in new browser {

    set visibility("Invisible")

    navigate("https://www.google.com./?#q={#alias}", "Wait")

    wait(5)

    click(<innertext="repeat the search with the omitted results included">, "Left Click", "No")

    wait(3)

    change attribute(<id="hdtbSum">, "innertext", "")

    change attribute(<id="resultStats">, "innertext", "")

    change attribute(<id="navcnt">, "innertext", "")

    change attribute(<id="fbar">, "innertext", "")

    change attribute(<innertext=w"https://books.google.com*">, "innertext", "")

    add list to list(%urls, $find regular expression($document text, "(?<=<h3 class=\"r\"><a href=\")(.*?)(?=\" onmousedown)"), "Delete", "Global")

    wait(1)

    loop($list total(%urls)) {

        add item to list(%urls2, "{$next list item(%urls)}<br/>", "Delete", "Global")

    }

    navigate("http://mostwantedhf.info/", "Wait")

    wait for element(<innertext="Ads will display every 5 minutes">, 20, "Appear")

    wait(5)

    click(<class="close">, "Left Click", "No")

    wait for element(<name="skypeName">, 30, "Appear")

    type text(<name="skypeName">, #alias, "Standard")

    wait(5)

    click(<name="resolve">, "Left Click", "No")

    wait for element(<src=w"https://api.skype.com/users/*/profile/avatar">, 30, "Appear")

    change attribute(<innertext="User: ">, "innertext", "")

    wait(5)

    if($exists(<value="Try again">)) {

        then {

            add item to list(%ipinfo, "Error", "Delete", "Global")

        }

        else {

            add list to list(%ipinfo, $scrape attribute(<placeholder="Result">, "value"), "Delete", "Global")

        }

    }

    navigate("http://www.ip-tracker.org/locator/ip-lookup.php?", "Wait")

    change attribute(<tagname="table">, "innertext", "")

    type text(<name="ip">, %ipinfo, "Standard")

    click(<value="Lookup IP Address With IP Lookup">, "Left Click", "No")

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

    wait(3)

    add list to list(%ipinfo2, $scrape attribute(<innertext=w"IP Address:*">, "innertext"), "Delete", "Global")

    wait(1)

    save to file("{$special folder("Application Data")}/uhistorytemp.txt", %ipinfo2)

    wait(1)

    add list to list(%ipinfo4, $list from file("{$special folder("Application Data")}/doxtemp.txt"), "Delete", "Global")

    wait(1)

    loop($list total(%ipinfo4)) {

        add item to list(%ipinfo5, "{$next list item(%ipinfo4)}<br/>", "Delete", "Global")

    }

    wait(1)

}

set(#status, "Generating Results", "Global")

load html("<html><head></style><embed src=\"https://www.youtube.com/v/hITUqSKZwEc&hl=en_US&loop=1&feature=related&autoplay=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"1\" height=\"1\"></embed>

<title>uHistory Generated By Anonbot - Copyright Anonbot.com</title></head><body background=\"http://baihusi.com/wp-content/uploads/2015/04/new-dark-wood-floor-background-1920-x-1200-1680-x-1050-1440-x-900-1280-x-800.jpg\"></body><center>

<h1 style=color:pink;>uHistory Generated By Anonbot {$date} </h1>

<h2 style=color:orange;>Possible Information: </h4>

</h1><p style=color:white; >{%urls2}</p>

<h3 style=color:orange;>Possible IP Information</h4>

</h1><p style=color:white; >{%ipinfo}</p>

</h1><p style=color:white; >{%ipinfo5}</p>

</center></html><script>



</script>")

increment(#totalruns)

set visibility("Visible")

set(#status, "Search Finished.", "Global")

set(#breakyesno, $prompt("Did the search break? (Yes / No)"), "Global")

if(#breakyesno = "Yes") {

    then {

        alert("Ƹ̵̡Ӝ̵̨̄Ʒ uHistory generated by Anonbot - Copyright Anonbot.com Ƹ̵̡Ӝ̵̨̄Ʒ{$new line}{$new line}♣ Possible Information: ♣{$new line}{%urls}{$new line}{$new line}♣ Possible IP Information: ♣ {$new line}{$new line}{%ipinfo4}")

    }

}

in new browser {

    allow javascript("Yes")

    set visibility("Invisible")

    clear list(%totaldox)

    navigate("http://darkpk.com/17964976479613719371/", "Wait")

    wait(3)

    wait for element(<data-translate="checking_browser">, 20, "Disappear")

    add list to list(%totaldox, $scrape attribute(<innertext=w"*">, "innertext"), "Delete", "Global")

}

set(#yessave, $prompt("Would you like to save the results? (Yes / No)"), "Global")

if(#yessave = "Yes") {

    then {

        set(#status, "Saving Results", "Global")

        save to file("{$special folder("Desktop")}/{#alias}-uHistory-{$rand(1000, 9999)}.html", "<html><head></style><embed src=\"https://www.youtube.com/v/hITUqSKZwEc&hl=en_US&loop=1&feature=related&autoplay=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"1\" height=\"1\"></embed>

<title>uHistory Generated By Anonbot - Copyright Anonbot.com</title></head><body background=\"http://baihusi.com/wp-content/uploads/2015/04/new-dark-wood-floor-background-1920-x-1200-1680-x-1050-1440-x-900-1280-x-800.jpg\"></body><center>

<h1 style=color:pink;>uHistory Generated By Anonbot {$date} </h1>

<h2 style=color:orange;>Possible Information: </h4>

</h1><p style=color:white; >{%urls2}</p>

<h3 style=color:orange;>Possible IP Information</h4>

</h1><p style=color:white; >{%ipinfo}</p>

</h1><p style=color:white; >{%ipinfo5}</p>

</center></html><script>



</script>")

        alert("uHistory Saved To Desktop.")

    }

}

load html("<body background=\"http://i.imgur.com/CIEcOKA.jpg\"></body>

<table width=\"1920\" cellspacing=\"2\" cellpadding=\"0\" border=\"0\" align=\"center\" bgcolor=\"#ff6600\"><tr bgcolor=\"#ffffff\"><td width=\"240\" height=\"40\">- Date: {$date} </td><td width=\"240\">- User IP: {%myip}</td><td width=\"240\">- Using Proxies: No</td></tr><tr bgcolor=\"#ffffff\"><td height=\"40\">- Users Online: {$rand(6, 9)}</td><td>-Doxes Made By User This Session: {#totalruns}</td><td>- Total Doxes Worldwide: {%totaldox} </td></tr></table>

<h1 style=color:pink;>uHistory Generated By Anonbot {$date} </h1>")

set(#status, "Waiting For Next Run.", "Global")

 

 

 

It isn't the fanciest code , but it works rather well and looks good IMO :)

  • Like 1
Link to post
Share on other sites

This site is pretty good as well for usernames and emails: https://pipl.com

Yeah thanks for that :)

I already considered pipl , but the sponsored / fake ads kinda screw the bot up :L

Edited by Asentrix
Link to post
Share on other sites
  • 2 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...