Nyxoy201 / Antiblank

AntiBlank is a bot that extracts the webhook from a compiled blank grabber file in .exe format. Works with keys.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💻 Antiblank 🤖


🔱 » Menu

🛠 » Features

  • help → Show bot's commands
  • getkey → Find out how to get a key
  • info → Some informations about the bot
  • extract <your_key> → Extract the webhook from a blank .exe file
  • genkey <user_id> → Create a key for an user
  • revok <user_id> → Revok a key for an user
  • bl/unbl <user_id> → Blacklist id from bot

📁 » Setting up

  1. Install Python and add to PATH.
  2. Install the requirements → launch setup.bat.
  3. Launch bot.py → start.bat.

⚙ » Config

Change some things :

config = {
   'token': "",  # Bot Token
   'authid': ['',],  # Owner(s) ID(s)
   'name': "AntiBlank",  
   'embedcolor': "2F2963", 
   'prefix': "!",
   'footer': "Antiblank | Be safe"
 }

The script was made by Nyxoy & Clyde

Thanks to lululepu.off who created the ungrabber. <3 Thanks to Nekros for this nice readme template that saved me time. <3

About

AntiBlank is a bot that extracts the webhook from a compiled blank grabber file in .exe format. Works with keys.

License:MIT License


Languages

Language:Python 99.8%Language:Batchfile 0.2%