Protections

Local Protection

  • Guard Token: Checks many local Discord directories, files, and logs for tokens and removes them if found.

  • Log Token Guard Events: Prints files checking information to the console.

Session Guard

  • Guard Session: If whitelisted info is not set, automatically removes any new sessions that start after the selfbot. If it is set, it will logout sessions not matching the information exactly.

  • Block All New Logins: Blocks all sessions created after starting the selfbot regardless.

  • Session Checker Interval: The time in seconds that the session guard will fetch all active Discord sessions.

  • Whitelisted Sessions: This information can be found in your Discord User Settings > Devices.

Event Blocker

  • Protected Servers: Requires respective permissions, ex block links requires authority to manage channels.

  • Block Actions:

    1. Member Joins: Kicks all new members that attempt to join the sever, useful for raids.

    2. Links: Deletes all messages that include http://, https://, or www.

    3. Discord Links: Delete all messages that include discord.com/invite or discord.gg/.

  • Block Channel Actions:

    1. Create: Deletes any channel that is created.

    2. Update: Reverts changes made to a channel.

    3. Delete: Recreates any channel that gets deleted with matching attributes.

  • Block Role Actions:

    1. Create: Deletes any role that is created.

    2. Update: Reverts changes made to a role.

    3. Delete: Recreates any role that gets deleted with matching attributes.

Last updated