Skip to content
View NakuTenshi's full-sized avatar
🚬
🚬

Block or report NakuTenshi

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
NakuTenshi/README.md

Get The Fuck Out

class Naku:
    def __init__(self):
        self.name = "Naku Tenshi"
        self.age = 19
        self.friends = None
        self.pronouns = "he/Him"
        self.role = "Programmer & hacker"
        self.languages = ["Python", "Bash", "JavaScript", "C++"]
        self.hobbies = ["Hacking", "Programming", "Listening to Music", "Coffee", "Gaming"]
        self.favoriteProjects = ["wbf", "JSHound", "RoboBack", "AnimeAlly", "and my stupids websites"]
        self.socials = {
            "Github" : "https://github.com/nakutenshi",
            "Telegram": "https://t.me/nakutenshi",
            "Telegram's Channel": "https://t.me/nakutenshii"
        }

    def message(self):
        self.secret = "56b7bde84beeca9f0471a48df6b4b1d1"
        return "Fuck This People"
    
me = Naku()
me.message()

Pinned Loading

  1. v2ray_config_collector v2ray_config_collector Public

    a python script code which collects v2ray configs that have tcp | کد پایتونی که کانفیگ های v2ray که کانکشن tcp دارن رو جمع اوری میکنه

    Python 2