Jump to content
UBot Underground

Are The Address/zipcodes Real In $Account Data


Recommended Posts

Hi,

Does anyone know if the address and zipcodes that ubot comes with are real? i am building an account creator for a site that needs real existing home address to create an account. Another question, how can I build my own $account data that contains names, emails, addresses and so on?

thanks

Link to post
Share on other sites

Well you can find out for yourself, this will create 25 addresses and just cross check the city, state with the zip code and I think you will get your answer.

clear list(%addresses)
loop(25) {
    reset account("Any")
    set(#address," {$account data("City")},  {$account data("State Abbreviation")},{$account data("Zip Code")}","Global")
    add item to list(%addresses,#address,"Don\'t Delete","Global")
}
save to file("{$special folder("Desktop")}\\addresses.txt",%addresses)

And  yes you can create your own function to serve up real addresses if you have that data. But I think you should check the build in data first.

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