A simple discord selfbot that you can run on your groupchats through the Google Generative API (Gemini).
Install NodeJS 16.6.0 or newer.
Install Source Code as ZIP and download
Extract the ZIP in a safe folder. (not your desktop)
Adjust the index.js "INSERT_GEMINI_KEY", 'INSERT_USER_TOKEN' and 'INSERT_USERID' all accordingly.
Go to google's AI Studio and login using your google account, Then generate an API Key and copy it.
Run the following on your browser console on discord web, make sure you're logged in your preferred account (not your main account) then it will copied to your clipboard:
window.webpackChunkdiscord_app.push([
[Math.random()],
{},
req => {
if (!req.c) return;
for (const m of Object.keys(req.c)
.map(x => req.c[x].exports)
.filter(x => x)) {
if (m.default && m.default.getToken !== undefined) {
return copy(m.default.getToken());
}
if (m.getToken !== undefined) {
return copy(m.getToken());
}
}
},
]);
window.webpackChunkdiscord_app.pop();
console.log('%cWorked!', 'font-size: 50px');
console.log(`%cYou now have your token in the clipboard!`, 'font-size: 16px');
- Make sure developer mode is enabled.
- Right click on your main account's profile picture on any message that you sent.
- Click "Copy User ID".
- Replace INSERT_USERID in the owner id with it and one direct message id with it aswell.
- Add all your friends in the direct message user ids by copying their userids so they can use the bot aswell.
Open command prompt
Run the command cd
followed by the file path of your folder.
Run the command npm install
After it's done installing all modules run the command node index.js
Then you should be good to go!