Skip to content
View u6dq's full-sized avatar
🕶️
uSQUAD
🕶️
uSQUAD

Block or report u6dq

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
u6dq/README.md

🐟 About Me !

class u6dq:
    """Base class for this profile"""
    pass

class Personality:
    @property
    def contact(self):
        telegram = "https://suivis.t.me/"
        discord = "@u6dq"
        twitter = "@u6dqx"

        return telegram, discord, twitter

    @property
    def human(self):
        age = 15
        langs = [
            "French",
            "English"
        ]

        return age, langs

    @property
    def code(self):
        langs = [
            "python (expert)",
            "javascript (intermediate)",
        ]
        
        return langs

|| I'm a simp. ||

Pinned Loading

  1. epicgames-xal Public

    🎯 EpicGames 'xal' reverse engineering.

    JavaScript 1

  2. roblox Public

    🎮 Reverse engineering Roblox account creation.

    JavaScript 9

  3. soundcloud Public

    🎧 Soundcloud reversed (download track)

    Python 1

  4. python-auth Public

    🔐 A "complete" code of a python auth system which allows you to secure your programs!

    Python 2