You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let _id=prompt("Enter your ID: ");const _gb=prompt("Enter GB: ");for(;_id&&36!=_id.length;)_id=prompt("Invalid ID!\nEnter your ID again: ");const handle=()=>{const t=new XMLHttpRequest;t.open("POST","https://api.cloudflareclient.com/v0a745/reg"),t.send(JSON.stringify({referrer:_id})),console.info("You got 1GB data!!")};for(let t=0;t<_gb;t++)setTimeout(handle,500);