Skip to content

Organizations

@Alucard-Selfbot
coats1337/README.md
class Coats1337:
    def __init__(self):
        self.user_socials = []
    
    def socials(self, socials: list):
        for item in socials:
            if item == 'twitter':
                self.user_socials.append('twitter : coats1337')

            elif item == 'discord':
                self.user_socials.append('discord : @azael.#1337')

            elif item == 'twitch':
                self.user_socials.append('twitch : coats1337')
                
            else:
                self.user_socials.append(f'{item} : unknown')
        return self.user_socials

    def bio(self):
        name      : str = "Azael"
        age       : str = "16"
        birthday  : str = "02/07/2004"
        status    : list = ["student", "developer"]
        languages : list = ["spanish", "english", "french"]
        return name, age, birthday, status, languages

if __name__ == "__main__":
    client = Coats1337()
    socials = client.socials(['twitter', 'twitch', 'discord', 'instagram'])
    bio = client.bio()
    for i in socials:
        print(i)
    print(bio)

Pinned

  1. don't even question it, it was 3 AM, i was bored and i was looking through PHP docs.

    PHP 10 3

  2. Well, this is a revamp of the old one, this has the ability to completely change the information of the token in Discord and lock the user out of the account and grant you access to it and bypasses…

    Python 27 7

  3. Flask app to allow hwid whitelisting for your programs.

    Python 4 2

  4. Account nuker, discord token fucker for discord.

    Python 25 2

  5. C# token grabber but revamped a bit.

    C# 5

  6. A collection of discord tools that i will be updating hopefully

    Python 17 2

601 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri
You can’t perform that action at this time.