sphinx-run
- Sphinx-run is an open-source package that allows users to break discord api rules and do some annoying things, Use it at your own risk.
How to use.
Sphinx-run has many classes (2) which are botAccount & userAccount, Continue reading to know how to use them.
Using botAccount Class
const Discord = require("discord.js");
const client = new Discord.Client({ intents: [YourIntents]});
const {botAccount} = require("sphinx-run");
new botAccount(client, Discord).broadcast({
ownerId: ['YourId'],
prefix: '!',
mention: true,
type: 'online'
});
client.login("TokenGoesHere")
Using userAccount Class
const Discord = require("discord.js-selfbot-v13");
const client = new Discord.Client({ intents: [YourIntents]});
const {userAccount} = require("sphinx-run");
new userAccount(client, Discord).autoReaction({
channel: 'AnyChannelID',
user: 'AnyUserID',
});
client.login("YourToken");
[-] Auto Leveling
const Discord = require("discord.js-selfbot-v13");
const client = new Discord.Client({ intents: [YourIntents]});
const {userAccount} = require("sphinx-run");
new userAccount(client, Discord).leveling({
channel: 'AnyChannelID',
randomLetters: false,
time: 10000,
type: 'eng'
});
client.login("YourToken");
Creating a bot using a user account
const {createBot, sphinx} = require("sphinx-run")
new createBot("YourAccountTokenGoesHere").create("BotName");
sphinx.on("GetBotToken", token => {
console.log(token)
});
Contacts
- For Support Contact : Discord: 3yl