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 epicgames-xal Public

    ๐ŸŽฏ EpicGames 'xal' reverse engineering.

    JavaScript 1

  2. roblox roblox Public

    ๐ŸŽฎ Reverse engineering Roblox account creation.

    JavaScript 4

  3. soundcloud soundcloud Public

    ๐ŸŽง Soundcloud reversed (download track)

    Python 1

  4. python-auth python-auth Public

    ๐Ÿ” A "complete" code of a python auth system which allows you to secure your programs!

    Python 2