Phew / zeus-selfbot

The most advanced selfbot, coded from scratch with users experience in mind. You can choose any appearance you want.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeus Selfbot - By .k and charge

This Selfbot Is One Of The Most Advanced On The Market And It's open source

Has Been Coded From Scratch With Users Experience in Mind

This Is why it has been coded to allow users to change all aspects of the selbot appearance

So That they can tell their friends that they made it and there is no way that the anyone could prove you didn't make it

  • Note: some of the networking commands only work as root (administrator on windows), (such as ping) so make sure to run it as so if you do not want undesired behavior

Dynamic configuration file

  • dynamic configuration file
  • to use the defualt for a value just remove it from the config file
  • note: the default for some values may be None meaning that if removed the value will not be used
  • all the possible values will be shown below
{
  "embeds": {
    "title": "",
    "delete_after": 30,
    "footer_url": ""
  },

  "bot": {
    "prefix": ">",
    "token": "",
    "presence": true,
    "delete": true,
    "sniper": true,
    "log": true
  },

  "presence": {
    "state": "root@zeus~$",
    "details": "Ballin'", 
    "hover_big": "DM .k#1999 or charge#0666",
    "hover_small": "Zeus Selfbot"
  },

  "logging": {
    "keywords": [
      
    ],
    "user_ids": [
      
    ],
    "guild_ids": [

    ]
  }
} 

Highly Advanced

  • comes with an error log file so you can see what is happening under the hood
  • comes with a wide range of commands separated into different categories

Requirments

  • python 3.8.5 64 bit
  • pip install -r requirments.txt

About

The most advanced selfbot, coded from scratch with users experience in mind. You can choose any appearance you want.


Languages

Language:Python 100.0%