How To Create Fake Address Generator Website In Blogger

Friends, today’s topic is How To Create Fake Address Generator Website In Blogger? As you know that when we register somewhere on the international website! So we need foreign address! For this we use Fake Address Generator Website in Google! And with the help of that site, we create a fake address of any country and create our account from that detail!

And the people who have this website, they get million of traffic on their site! With whose help those people earn lakhs of rupees every month! But if you want, you can also earn money by creating a similar website absolutely free of cost.

So if you also want to make a site like this absolutely free! So in today’s post I am going to give you a blogger script! With the help of which you can create such a website absolutely for free!

How To Create Fake Address Generator Website In Blogger

How To Create Fake Address Generator Website In Blogger?

For this you have to copy the script given below! After this you have to create a new blog! And using this script you can create your website! But if you do not know how to use blogger script! Then you can watch the video below! In this video I have told you the complete method for this!

Read Original Article: How To Create Fake Address Generator Website In Blogger

So friends, I sincerely hope that you will find this post How To Create Address Generator Website In Blogger? Must have liked it! SoI hope you liked this information, If you like then share it with your friends too! And if you have any any question regarding to this post you can ask in the comment box given below this post.

Fake Address Generator Script for Blogger

<!DOCTYPE html>

<html lang="en-US" prefix="og: http://ogp.me/ns#">

<head>
<meta charset="utf-8" />
<title>Fake Address Generator - Online and Free</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Online generator of random addresses. If you need a fictitious address for registration on the site or for other purposes, use our simple and free generator." />
<meta name="keywords" content="" />
<meta property="og:title" content="Fake Address Generator - Online and Free">
<meta property="og:description" content="Online generator of random addresses. If you need a fictitious address for registration on the site or for other purposes, use our simple and free generator.">


<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link href="https://drive.google.com/uc?id=1JnJ44BbDP6o8NJsEMe4Ng8AtCsp_DEiM" rel="stylesheet" type="text/css" />
<!-- Icons -->
<link href="https://drive.google.com/uc?id=1aFP11oOkjN_C9gSqIGIS_woNRN9HUruv" rel="stylesheet" type="text/css" />
<!-- Main Css -->
<link href="https://drive.google.com/uc?id=17b-_Z_GTfWgrGvc4H8sWOo122B4sAHWV" rel="stylesheet" type="text/css" id="theme-opt" />




<!-- Hero Start -->
<section style="margin-top:100px" class="anytext-title">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-12 mt-sm-0">
<div class="page-next-level">
<h1 class="anytext-h1 title">Fake Address Generator</h1>
<h2 class="anytext-h2 text-muted">Easily generate fake addresses online and free</h2>
</div>
</div>

</div>
</div>

<!-- Start Section -->
<section id="maker" class="section mt-5" style="padding-top:2px!important">
<div style="text-align: center; overflow-x: hidden">

<div class="container content" style="padding-top: 20px;">
<div class="row">
<div class="col-md-12 col-sm-12" style="padding-right: 0px; padding-left: 0px;">

<script type="text/javascript">
function docReady(fn) {
if (document.readyState === "complete" || document.readyState === "interactive") {
setTimeout(fn, 1);
} else {
document.addEventListener("DOMContentLoaded", fn);
}
} 
var base_url = "https://www.prepostseo.com/";
var tool_name = "Fake Address Generator";
var adblocker = 0;
var tool_title = "Fake Address Generator";

</script>

<style> 
#resultsTable, #resultsTable th {text-align:center;}
.myhrclass{border: 1px dotted red !important;}

.flag-icon {
width: auto;
height:29px;
}
.tooltip{
position:absolute;
z-index:999;
left:-9999px;
background-color:#dedede;
padding:5px;
border:1px solid #fff;
width:250px;
}

.tooltip p{
margin:0;
padding:0;
color:#fff;
background-color:#222;
padding:2px 7px;
}

.flag-n {
position: relative;
cursor: pointer;
}
.flag-n::before{
width: 100px;
height: 30px;
position: absolute;
background: #3acd99;
left: -27px;
font-weight: bold;
content: attr(data-title); 
top: -47px;
color: white;
border-radius: 5px;
text-align: center;
font-size: 12px;
padding-top: 5px;
display: none;
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto !important;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.flag-n::after{
width: 0px;
height: 0px;
position: absolute;
left: 19px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-top: 5px solid #3acd99;
top: -17px;
display: none;
content: ""
}
.flag-n:hover::before,
.flag-n:hover::after{
display: block;
} 
.flag-active{
border: 2px solid #0b981c!important;
}
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
padding: .75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0,0,0,.03);
border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.card-title {
margin-bottom: .75rem;
}
.flag-div{
margin-right: 3rem;
text-align: left;
display: inline-block !important;
margin-bottom: 3rem!important;
}

.bg-primary,
.btn-primary,
.btn-soft-primary:hover, 
.btn-soft-primary:focus, 
.btn-soft-primary:active, 
.btn-soft-primary.active, 
.btn-soft-primary.focus,
.btn-outline-primary:hover, 
.btn-outline-primary:focus, 
.btn-outline-primary:active, 
.btn-outline-primary.active, 
.btn-outline-primary.focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active,
.pagination .page-item.active .page-link,
.nav-pills .nav-link.active,
#preloader #status .spinner .double-bounce1, 
#preloader #status .spinner .double-bounce2,
.social-icon li a:hover,
#topnav .navbar-toggle.open span:hover,
.bg-animation-left.crypto-home:after,
.bg-animation-left.task-management-home:after,
.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after,
.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.features.fea-primary:hover,
.tns-nav button.tns-nav-active,
.ribbon.ribbon-primary span,
.sidebar .widget .tagcloud > a:hover,
.work-container.work-modern .icons .work-icon:hover,
.timeline-page .timeline-item .date-label-left:after, 
.timeline-page .timeline-item .duration-right:after,
#navmenu-nav li.account-menu.active .navbar-link,
#navmenu-nav li.account-menu:hover .navbar-link,
.form-check-input.form-check-input:checked,
.qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, 
.qs-datepicker-container .qs-squares .qs-square.qs-current {
background-color: #5d68e2 !important;
}

.text-primary,
.bg-soft-primary,
.component-wrapper.sticky-bar li a:hover, 
.component-wrapper.sticky-bar li a:focus,
.btn-soft-primary,
.btn-outline-primary,
.dropdown-primary .dropdown-menu .dropdown-item:hover, 
.dropdown-primary .dropdown-menu .dropdown-item.active, 
.dropdown-primary .dropdown-menu .dropdown-item:active, 
.dropdown-primary .dropdown-menu .dropdown-item.focus, 
.dropdown-primary .dropdown-menu .dropdown-item:focus,
.alert-outline-primary,
.breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item.active,
#topnav .has-submenu.active .submenu li.active > a,
#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a,
#topnav .navigation-menu > li > a:hover, 
#topnav .navigation-menu > li > a:active,
#topnav.scroll .navigation-menu > li:hover > a, 
#topnav.scroll .navigation-menu > li.active > a,
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a,
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, 
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a,
#topnav .navigation-menu > li .submenu li a:hover,
#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a,
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li .submenu li a:hover,
#topnav .navigation-menu > li.has-submenu.open > a,
#topnav .has-submenu.active a,
.features.feature-clean .title:hover,
.features.fea-primary .content .title:hover,
.categories a:hover,
.explore-feature:hover .icon,
.explore-feature:hover .title,
.pricing-rates.business-rate:hover .title,
.blog .content .title:hover,
.blog .content .post-meta .readmore:hover,
.sidebar .widget .blog-categories li a:hover,
.sidebar .widget .post-recent .post-recent-content a:hover,
.media-list .media .media-heading:hover,
.job-box .position a:hover,
.job-box .company-name:hover,
.candidate-list .name:hover,
.company-list .name:hover,
.work-container.work-classic .content .title:hover, 
.work-container.work-grid .content .title:hover, 
.work-container.work-modern .content .title:hover,
.event-schedule .content .title:hover,
.courses-desc .content .title:hover,
.container-filter li.active, .container-filter li:hover,
.shop-list .content .product-name:hover,
.team .name:hover,
.accordion .accordion-button:not(.collapsed),
.accordion .accordion-item .accordion-button:before,
#navmenu-nav li.active a {
color: #2f55d4 !important;
}

.btn-primary,
.btn-soft-primary:hover, 
.btn-soft-primary:focus, 
.btn-soft-primary:active, 
.btn-soft-primary.active, 
.btn-soft-primary.focus,
.btn-outline-primary,
.btn-outline-primary:hover, 
.btn-outline-primary:focus, 
.btn-outline-primary:active, 
.btn-outline-primary.active, 
.btn-outline-primary.focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active,
.alert-primary,
.alert-outline-primary,
.pagination .page-item.active .page-link,
.form-check-input.form-check-input:checked,
.form-control:focus,
.form-check-input:focus,
.social-icon li a:hover,
#topnav .has-submenu.active.active .menu-arrow,
#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow,
#topnav.scroll .navigation-menu > li:hover > .menu-arrow, 
#topnav.scroll .navigation-menu > li.active > .menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, 
#topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow,
#topnav .navigation-menu > li:hover > .menu-arrow,
.swiper-slider-hero .swiper-container .swiper-button-next:hover,
.pricing-rates.starter-plan,
.event-schedule:hover,
.container-filter li.active, .container-filter li:hover{
border-color: #5d68e2 !important;
}

.bg-soft-primary,
.btn-soft-primary,
.features .icon,
.features.feature-clean .icons i,
.features:hover .image:before,
.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after,
.event-schedule .date .day {
background-color: rgba(47, 85, 212, 0.1) !important;
}

.bg-soft-primary,
.btn-soft-primary {
border: 1px solid rgba(47, 85, 212, 0.1) !important;
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
box-shadow: 0 0 40px rgba(47, 85, 212, 0.1);
}

.event-schedule .date .day {
box-shadow: 0px 0px 2px 0.25px rgba(47, 85, 212, 0.5);
}

.btn-primary,
.btn-soft-primary,
.btn-outline-primary:hover, 
.btn-outline-primary:focus, 
.btn-outline-primary:active, 
.btn-outline-primary.active, 
.btn-outline-primary.focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active {
box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.alert-primary,
.pagination .page-item .page-link:hover,
::selection {
background: rgba(47, 85, 212, 0.9);
border-color: rgba(47, 85, 212, 0.9);
}

.social-icon li a:hover .fea-social {
fill: #2f55d4;
}

.bg-circle-gradiant {
background: radial-gradient(circle at 50% 50%, rgba(47, 85, 212, 0.1) 0%, rgba(47, 85, 212, 0.1) 33.333%, rgba(47, 85, 212, 0.3) 33.333%, rgba(47, 85, 212, 0.3) 66.666%, rgba(47, 85, 212, 0.5) 66.666%, rgba(47, 85, 212, 0.5) 99.999%);
}

.tns-nav button {
background: rgba(47, 85, 212, 0.5) !important;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after,
.freelance-hero .bg-shape:after {
box-shadow: 0 0 40px rgba(47, 85, 212, 0.5);
}

.freelance-hero .bg-shape:after {
background-color: #99abea;
}

.key-feature .icon {
background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
}

.features .image:before {
background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.1));
}

.home-wrapper:before {
background: -webkit-gradient(linear, left top, right top, from(rgba(47, 85, 212, 0.3)), to(transparent));
background: linear-gradient(90deg, rgba(47, 85, 212, 0.3), transparent);
}

.play-icon i {
-webkit-text-stroke: 2px #2f55d4;
-webkit-text-fill-color: transparent;
}

.play-icon i:hover {
-webkit-text-stroke: 2px #2f55d4;
-webkit-text-fill-color: #2f55d4;
}
a.text-primary:hover, 
a.text-primary:focus {
color: #284bc1 !important;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.btn-primary.focus {
background-color: #2443ac !important;
border-color: #2443ac !important;
}

.ribbon.ribbon-primary span:before {
border-left-color: #2443ac;
border-top-color: #2443ac;
}

.ribbon.ribbon-primary span:after {
border-right-color: #2443ac;
border-top-color: #2443ac;
}

</style>

<body>

<div id="appCss">
</div>

<div class="container-fluid">
<div class="container noP">

<div class="leftcol">
<div class="col-md-12 shadowBox">
<div class="col-xs-12 form">
<div class="text-sec">
<h3 style="text-align: center;">Select Country</h3><hr>
<div class="mb-4">
<div class="flag-div"><a class="flag-n cont_flag" data-title="Austria" data-lang="at_AT">
<img data-src="https://anytexteditor.com/services/address/flags/at.svg" class="lazy flag-icon" data-original-title="Austria">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Belgium" data-lang="fr_BE">
<img data-src="https://anytexteditor.com/services/address/flags/be.svg" class="lazy flag-icon" data-original-title="Belgium">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Croatia" data-lang="hr_HR">
<img data-src="https://anytexteditor.com/services/address/flags/hr.svg" class="lazy flag-icon" data-original-title="Croatia">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Czech Republic" data-lang="cz_CZ">
<img data-src="https://anytexteditor.com//services/address/flags/cz.svg" class="lazy flag-icon" data-original-title="Czech Republic">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Denmark" data-lang="da_DK">
<img data-src="https://anytexteditor.com/services/address/flags/dk.svg" class="lazy flag-icon" data-original-title="Denmark">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Finland" data-lang="fi_FI">
<img data-src="https://anytexteditor.com/services/address/flags/fi.svg" class="lazy flag-icon" data-original-title="Finland">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-parm="fr" data-title="France" data-lang="fr_FR">
<img data-src="https://anytexteditor.com/services/address/flags/fr.svg" class="lazy flag-icon" data-original-title="France">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-parm="de" data-title="Germany" data-lang="de_DE">
<img data-src="https://anytexteditor.com/services/address/flags/de.svg" class="lazy flag-icon" data-original-title="Germany">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Hong Kong" data-lang="en_HK">
<img data-src="https://anytexteditor.com/services/address/flags/hk.svg" class="lazy flag-icon" data-original-title="Hong Kong">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Hungary" data-lang="hu_HU">
<img data-src="https://anytexteditor.com/services/address/flags/hu.svg" class="lazy flag-icon" data-original-title="Hungary">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Indonesia" data-lang="id_ID">
<img data-src="https://anytexteditor.com/services/address/flags/id.svg" class="lazy flag-icon" data-original-title="Indonesia">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Iran" data-lang="fa_IR">
<img data-src="https://anytexteditor.com/services/address/flags/ir.svg" class="lazy flag-icon" data-original-title="Iran">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Israil" data-lang="he_IL">
<img data-src="https://anytexteditor.com/services/address/flags/il.svg" class="lazy flag-icon" data-original-title="Israil">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-parm="it" data-title="Italy" data-lang="it_IT">
<img data-src="https://anytexteditor.com/services/address/flags/it.svg" class="lazy flag-icon" data-original-title="Italia">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Japan" data-lang="ja_JP">
<img data-src="https://anytexteditor.com/services/address/flags/jp.svg" class="lazy flag-icon" data-original-title="Japan">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Latvia" data-lang="lv_lv">
<img data-src="https://anytexteditor.com/services/address/flags/lv.svg" class="lazy flag-icon" data-original-title="Latvia">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Lithuania" data-lang="lt_LT">
<img data-src="https://anytexteditor.com/services/address/flags/lt.svg" class="lazy flag-icon" data-original-title="Lithuania">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Malaysia" data-lang="ms_MY">
<img data-src="https://anytexteditor.com/services/address/flags/my.svg" class="lazy flag-icon" data-original-title="Malaysia">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Nepal" data-lang="ne_NP">
<img data-src="https://anytexteditor.com/services/address/flags/np.svg" class="lazy flag-icon" data-original-title="Nepal">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Netherlands" data-lang="nl_NL">
<img data-src="https://anytexteditor.com/services/address/flags/nl.svg" class="lazy flag-icon" data-original-title="Netherlands">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="New Zealand" data-lang="en_NZ">
<img data-src="https://anytexteditor.com/services/address/flags/nz.svg" class="lazy flag-icon" data-original-title="New Zeland">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Nigeria" data-lang="en_NG">
<img data-src="https://anytexteditor.com/services/address/flags/ng.svg" class="lazy flag-icon" data-original-title="Nigeria">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Peru" data-lang="es_PE">
<img data-src="https://anytexteditor.com/services/address/flags/pe.svg" class="lazy flag-icon" data-original-title="Peru">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Saudi Arabia" data-lang="ar_SA">
<img data-src="https://anytexteditor.com/services/address/flags/sa.svg" class="lazy flag-icon" data-original-title="Saudi Arabia">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="South Africa" data-lang="en_ZA">
<img data-src="https://anytexteditor.com/services/address/flags/za.svg" class="lazy flag-icon" data-original-title="South Africa">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="South Korea" data-lang="ko_KR">
<img data-src="https://anytexteditor.com/services/address/flags/kr.svg" class="lazy flag-icon" data-original-title="South Korea">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-parm="es" data-title="Spain" data-lang="es_ES">
<img data-src="https://anytexteditor.com/services/address/flags/es.svg" class="lazy flag-icon" data-original-title="Spain">
</a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-parm="" data-title="USA" data-lang="en_US">
<img data-src="https://anytexteditor.com/services/address/flags/us.svg" class="lazy flag-icon" data-original-title="USA"></a></div>
<div class="flag-div"><a class="flag-n cont_flag" data-title="Venezuela" data-lang="es_VE">
<img data-src="https://anytexteditor.com/services/address/flags/ve.svg" class="lazy flag-icon" data-original-title="Venezuela"></a></div>
</div>
<h4 id="contdiv" style="display: none;">Selected Country: <span id="slcountry" style="font-weight: bold;"> Pakistan</span> </h4>
<input type="hidden" id="lang" name="lang">
<input type="hidden" id="cntry" name="cntry">
<p class="text-center">
<span class="btn btn-lg btn-success active" onclick="getAddress()" id="calcRatio">Generate</span>
</p>
</div>
</div>
</div>
<div class="col-xs-12 text-center pps-spr pps-spr-lumba-daba pps-spr-after-button" id="after_button_ad_desktop" style="min-height:250px">
</div>


<div class="plg-res" id="ressultSec" style="display: none;">
<span id="btnsdiv" class="sub-heading feature-tab"></span>
<span class="line"></span>
<div class="col-sm-12 noP">
<div id="resultsTable">
<div class="card" style="margin-bottom:10px;">
<div class="card-header">
<span style="float: left;">
<strong style="font-size: 19px">HomePersonal Details: </strong>
</span>
<span style="float: right;">
<a onclick="getAddress()"><i id="reficon" class="fa fa-refresh"></i><span style="display: none;" id="refres"> Refreshing...</span></a>
</span>
</div>
<div class="card-body" style="padding: 0px;">
<div class="table-responsive " style="overflow: visible;">
<table class="table table-striped" style="margin-bottom: 0px;">
<tbody>
<tr>
<th scope="row">Country</th>
<td class="copy"><span><img id="proImg" src="https://anytexteditor.com/services/address/flags/ve.svg" style="max-width: 16px;margin-top: -3px;margin-right: 8px;"><span id="proCountry">Belgium</span></span></td>
<th scope="row">Name</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proName">-</span></td>
</tr>
<tr>
<th scope="row">Address</th>
<td class="copy text-center "><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proStreetAddress">boulevard Collignon 3</span></td>
<th scope="row">City</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proCity">Bilzen</span></td>
</tr>
<tr>
<th scope="row">State</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="prostate">Bilzen</span></td>
<th scope="row">Zip Code</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proPostcode">7107</span></td>
</tr>
<tr>
<th scope="row">Gender</th>
<td class="copy "><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proGen">Female</span></td>
<th scope="row">Date Of Birth</th>
<td class="copy "><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proDob">3 Apr 1980</span></td>
</tr>
<tr>
<th scope="row">Phone Number</th>
<td class="copy "><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proPhone">0449 311241</span></td>
<th scope="row">E-Mail</th>
<td class="copy "><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proEmail"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="482329293c662408252921242f2d26662e3d26">[email&#160;protected]</a></span> </td>
</tr>
<tr>
<th scope="row">Age (Years)</th>
<td class="copy "><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proAge">40</span></td>
<th scope="row">Zodiac Sign</th>
<td class="copy "><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)">Taurus</span></td>
</tr>
<tr>
<th scope="row">Height</th>
<td class="copy "><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proHeight">1.6 m</span></td>
<th scope="row">Weight</th>
<td class="copy "><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proWeight">77 kg</span></td>
</tr>
<tr>
<th scope="row">Hair Color</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proHair">Auburn</span></td>
<th scope="row">Eye Color</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proEye">Brown</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="card" style="margin-bottom:10px;">
<div class="card-header">
<span style="float: left;">
<strong style="font-size: 19px">Financial Details: </strong>
</span>
</div>
<div class="card-body" style="padding: 0px;">
<div class="table-responsive " style="overflow: visible;">
<table class="table table-striped " style="margin-bottom: 0px;">
<tbody>
<tr>
<th scope="row">Bank Name</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proBank"></span></td>
<th scope="row">Bank Code</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proBankCode">510</span></td>
</tr>
<tr>
<th scope="row">IBAN</th>
<td><span class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proIBAN">BE15510793476342</span></span></td>
<th scope="row">Account Number</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proBankNumber">793476342</span></td>
</tr>
<tr>
<th scope="row">Credit Card Type</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proCardN">MasterCard</span></td>
<th scope="row">Credit Card Number</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proCardNo">5575058167721960</span></td>
</tr>
<tr>
<th scope="row">Credit Card Expiry</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proExpiry">12/20</span></td>
<th scope="row">Credit Card CVV2</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proCVV">274</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="card" style="margin-bottom:10px;">
<div class="card-header">
<span style="float: left;">
<strong style="font-size: 19px">Internet: </strong>
</span>
</div>
<div class="card-body" style="padding: 0px;">
<div class="table-responsive " style="overflow: visible;">
<table class="table table-striped " style="margin-bottom: 0px;">
<tbody>
<tr>
<th scope="row">User Name</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proUserName">vercammen.noemie</span></td>
<th scope="row">Password</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proPassword">+JM&lt;/}hUTN6toB</span></td>
</tr>
<tr>
<th scope="row">Safe Email</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="prosafe">133.119.217.140</span></td>
<th scope="row">Mac Address</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proMac">6c60:10f3:fa6:a1de:16d3:3894:34bd:811d</span></td>
</tr>
<tr>
<th scope="row">IPV4 Address</th>
<td class="copy"><span class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)" id="proIPV4">133.119.217.140</span></td>
<th scope="row">IPV6 Address</th>
<td class="copy"><span class="flag-n res_div" id="proIPV6">6c60:10f3:fa6:a1de:16d3:3894:34bd:811d</span></td>
</tr>
<tr>
<th colspan="2" scope="row">User Agent</th>
<td colspan="2" class="copy"><span class="flag-n res_div" id="proAgent" data-title="click to copy" onclick="copyIT(this)">Mozilla/5.0 (Windows NT 4.0) AppleWebKit/5351 (KHTML, like Gecko) Chrome/39.0.819.0 Mobile Safari/5351</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="card" style="margin-bottom:10px;">
<div class="card-header">
<span style="float: left;">
<strong style="font-size: 19px">Employment Details: </strong>
</span>
</div>
<div class="card-body" style="padding: 0px;">
<div class="table-responsive " style="overflow: visible;">
<table class="table table-striped " style="margin-bottom: 0px;">
<tbody>
<tr>
<th scope="row">Company Name</th>
<td class="copy"><span id="proCompany" class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)">Guillaume</span></td>
<th scope="row">Salary</th>
<td class="copy"><span id="proSalary" class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)">$4375.00 /month</span></td>
</tr>
<tr>
<th scope="row">Company Address</th>
<td class="copy"><span id="proCAdd" class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)">avenue François 10
8589 Soignies</span></td>
<th scope="row">Job Title</th>
<td class="copy"><span id="proTitle" class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)">Gardien de résidence</span></td>
</tr>
<tr>
<th scope="row">Company Phone</th>
<td class="copy"><span id="proCPhone" class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)">0675 898849</span></td>
<th scope="row">Company Email</th>
<td class="copy"><span id="proCemail" class="flag-n res_div" data-title="click to copy" onclick="copyIT(this)"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ea808b899b9f8f9ec4808b999a8f98aa8e8f9c8599c4898587">[email&#160;protected]</a></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 noP text-center text-primary" id="loading" style="font-size:48px;">
<i class="fa fa-cog fa-spin"></i> ...
</div>
</div>

<div class="container-fluid normal-section">
<div class="col-lg-12 bdr tool-content">
<style>
.toc_container{width:100%;}
.toc_container .shareit{text-align: center;padding-top: 0px!important;}
</style>



<script type="text/javascript">
var cntry = '';
var langc = '';
var jFiles = ['https://anytexteditor.com/services/address/fake-address-generator.js?v=1.8'];
loadFiles(jFiles);
function loadFiles(links=[], time=2000) {
setTimeout(() => {
if(Array.isArray(links)){ links.map(link => { $('body').append('<script src="'+link+'"></\script>'); })

}
}, time);
}
</script>




</div>
</div>
</div>

</div>

</div>
</div>
</div>
</div>
</div></div></div></div>

<a href="#" onclick="topFunction()" id="back-to-top" class="btn btn-icon btn-light back-to-top"><i class="fa fa-caret-square-o-up"></i></a>


</body>
</html>

Download Script File:

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button