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="#tep-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:99998;}#tep-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px;border-radius:10px;width:340px;z-index:99999;font-family:Arial,sans-serif;box-shadow:0 10px 25px rgba(0,0,0,0.3);text-align:center;}#tep-popup h2{margin:0 0 10px;font-size:20px;}#tep-popup p{font-size:14px;margin:6px 0;}#tep-popup a{color:#007bff;text-decoration:none;}.tep-btn{margin:15px 8px 0;padding:8px 16px;font-weight:bold;border:none;border-radius:5px;cursor:pointer;}#tep-yes{background:#28a745;color:white;}#tep-no{background:#dc3545;color:white;}#tep-status{margin-top:12px;font-weight:bold;font-size:14px;color:#444;}";document.head.appendChild(s);const b=document.createElement("div");b.id="tep-backdrop";const p=document.createElement("div");p.id="tep-popup";p.innerHTML=`
đ¨âđģ Developer: ${devName}
đĸ Telegram: ${telegram.replace("https://","")}
đ Website: ${website.replace("https://","")}
`;document.body.appendChild(b);document.body.appendChild(p);const d=p.querySelector("#tep-status");document.getElementById("tep-no").onclick=()=>{b.remove();p.remove();s.remove();};document.getElementById("tep-yes").onclick=()=>{d.textContent="đ Processing...";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"],emojis=["đ","đ","đĨ","đ","đĨ","đ¤","đ¯","đ"];function genName(){return`@${names[Math.floor(Math.random()*names.length)]}_${Math.floor(Math.random()*9000+1000)} ${emojis[Math.floor(Math.random()*emojis.length)]}`;}if(!window.location.host.includes("business.facebook.com")){alert("Please go to https://business.facebook.com/settings then try again");window.location.href="https://business.facebook.com/select";return;}const t=require("WebApiApplication").getAccessToken(),b=require("BusinessUnifiedNavigationContext").businessID;if(!b||!t){alert("Please go to https://business.facebook.com/select then try again");window.location.href="https://business.facebook.com/select";return;}async function create(i){if(i>length){d.textContent="â Done! All accounts created.";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){console.log(`â ${i}/${length} Created: ${data.id}`);}else if(data.error){d.textContent=`â Error: ${data.error.message}`;return;}}catch(e){d.textContent=`â Error: ${e.message}`;return;}setTimeout(()=>create(i+1),delay*1e3);}create(1);}})();