Skip to content
View KKonaNN's full-sized avatar
🖤
May the eyes of cowards never sleep.
🖤
May the eyes of cowards never sleep.

Highlights

  • Pro
Block or Report

Block or report KKonaNN

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KKonaNN/README.md
TryHackMe

class Attributes(KonaN):
    @staticmethod
    def channels() -> str:
        """
        Returns the Discord channel for professional communication.

        :return: Discord channel link
        """
        discord = "discord.gg/perdition-development-847892794710425631"
        return discord

    @staticmethod
    def contact() -> str:
        """
        Returns the preferred contact handle for professional inquiries.

        :return: Discord handle
        """
        discord = "kkonann"
        return discord

    @staticmethod
    def life() -> tuple:
        """
        Returns information about language proficiency and age.

        :return: Tuple containing languages and age
        """
        langs = ['Arabic', 'English', 'French']
        age = 19
        return langs, age

    @staticmethod
    def coding() -> tuple:
        """
        Returns information about coding expertise, specialties, and development environment.

        :return: Tuple containing languages, specialties, and development environment
        """
        langs = {
            'expert': ['python', 'js', 'lua'],
            'intermediate': ['php', 'c++', 'c#'],
            'learning': ['react']
        }
        specialities = ['web/app reverse engineering', 'fullstack']
        environnement = ['vscode']
        return langs, specialities, environnement

Skills

Popular repositories

  1. pac-AntiWeaponSpawn pac-AntiWeaponSpawn Public

    we check every player weapon if selected and log him once the weapon, he is holding is not on his inventory

    Lua 10 2

  2. pac-ItemByJob pac-ItemByJob Public

    this script log every user who use an item within a whitelisted job ( it help you catch gang members who use police & ems items ....)

    Lua 7

  3. EagleAc-Panel EagleAc-Panel Public

    Eagle Anticheat Panel Rework

    CSS 6 1

  4. FREE-Ticket-Bot FREE-Ticket-Bot Public

    Cool Ticket Bot Deserve a Try 🥰🥳

    JavaScript 3 1

  5. DiscordLookup DiscordLookup Public

    clone of discord.id made on node.js & ejs

    EJS 3 3

  6. PERDITION-FIVEM-ANTICHEAT PERDITION-FIVEM-ANTICHEAT Public

    👑 PERDITION FIVEM ANTICHEAT

    2