javascript:(function(){function decode(str){return decodeURIComponent(escape(atob(str)));}var devName=decode("TWQgQXNpZg=="),telegram=decode("aHR0cHM6Ly90Lm1lL3RoZWVhcm5pbmdwcm9qZWN0MQ=="),website=decode("aHR0cHM6Ly9jY2dlbi10ZXAubmV0bGlmeS5hcHAv");if(document.getElementById("tep-popup"))return;const s=document.createElement("style");s.innerHTML=`@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');@keyframes float{0%,100%{transform:translate(-50%,-52%)}50%{transform:translate(-50%,-48%)}}#tep-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0.85);z-index:99998;}#tep-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-52%);animation:float 4s ease-in-out infinite;background:#0f172a;padding:25px;border-radius:16px;border:1px solid #4facfe;width:380px;z-index:99999;font-family:'Poppins',sans-serif;box-shadow:0 15px 40px rgba(0,0,0,0.6);text-align:center;}#tep-popup h2{margin:0 0 20px;font-size:28px;color:#4facfe;text-shadow:0 2px 10px rgba(79,172,254,0.4);font-weight:600;}#tep-popup p{font-size:15px;margin:10px 0;color:#cbd5e1;}#tep-popup strong{color:#ffffff;}.tep-links{display:flex;justify-content:center;gap:15px;margin:15px 0;}.tep-link{color:#7dd3fc !important;text-decoration:none;font-size:14px;padding:8px 15px;border-radius:8px;transition:all 0.2s;border:1px solid rgba(125,211,252,0.3);}.tep-link:hover{background:rgba(125,211,252,0.1);transform:translateY(-2px);}.tep-btn-container{display:flex;justify-content:center;gap:15px;margin-top:20px;}.tep-btn{padding:12px 25px;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:all 0.2s;font-size:14px;min-width:140px;}#tep-yes{background:#2563eb;color:white;box-shadow:0 4px 15px rgba(37,99,235,0.3);}#tep-yes:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,99,235,0.4);}#tep-no{background:#6b7280;color:white;box-shadow:0 4px 15px rgba(0,0,0,0.1);}#tep-no:hover{background:#4b5563;transform:translateY(-2px);}#tep-status{margin-top:20px;padding:12px;background:rgba(30,64,175,0.15);border-radius:8px;border:1px solid rgba(59,130,246,0.2);font-size:14px;color:#bfdbfe;}#tep-counter{display:block;margin-top:8px;font-weight:600;color:#93c5fd;}.tep-pulse{animation:tepPulse 1.5s ease-in-out infinite;}@keyframes tepPulse{0%,100%{opacity:0.8;}50%{opacity:1;}}`;document.head.appendChild(s);const b=document.createElement("div");b.id="tep-backdrop";const p=document.createElement("div");p.id="tep-popup";p.innerHTML=`
âš¡ The Earning Project
Developer: ${devName}
Ready to generate (0/5 accounts)
`;document.body.appendChild(b);document.body.appendChild(p);const d=p.querySelector("#tep-status"),c=p.querySelector("#tep-counter");document.getElementById("tep-no").onclick=()=>{b.remove();p.remove();s.remove();};document.getElementById("tep-yes").onclick=()=>{d.textContent="Initializing account generator";d.classList.add("tep-pulse");document.getElementById("tep-yes").disabled=true;startTool();};function startTool(){const currency="EUR",timezone_id="17",delay=3,length=5,names=["Oliver","Liam","Noah","Elijah","James","William","Benjamin","Lucas","Henry","Alexander"];function genName(){return`@${names[Math.floor(Math.random()*names.length)]}_${Math.floor(Math.random()*9000+1000)}`;}if(!window.location.host.includes("business.facebook.com")){alert("Please go to https://business.facebook.com/settings");window.location.href="https://business.facebook.com/select";return;}const t=require("WebApiApplication").getAccessToken(),b=require("BusinessUnifiedNavigationContext").businessID;if(!b||!t){alert("Please select a business account first");window.location.href="https://business.facebook.com/select";return;}async function create(i){c.textContent=`(${i}/${length} accounts)`;if(i>length){d.innerHTML='
✓ Generation completed';d.classList.remove("tep-pulse");c.textContent=`(${length}/${length} accounts)`;return;}const n=genName(),u=`https://graph.facebook.com/v17.0/${b}/adaccount?access_token=${t}`,params={method:"POST",credentials:"include",headers:{"Content-type":"application/x-www-form-urlencoded"},body:`ad_account_created_from_bm_flag=true¤cy=${currency}&end_advertiser=${b}&invoicing_emails=%5B%5D&media_agency=UNFOUND&method=post&name=${n}%20${i}&partner=UNFOUND&po_number=&pretty=0&suppress_http_code=1&timezone_id=${timezone_id}&xref=`};try{const res=await fetch(u,params),data=await res.json();if(data.account_id){d.textContent=`Creating account ${i}...`;}else if(data.error){d.textContent=`Error: ${data.error.message}`;d.classList.remove("tep-pulse");return;}}catch(e){d.textContent=`Network error: ${e.message}`;d.classList.remove("tep-pulse");return;}setTimeout(()=>create(i+1),delay*1e3);}create(1);}})();
0 Comments