• class Elias(Human):
        def __init__(self, brain, body):
            self.brain = brain
            self.body = body
    
        @staticmethod
        def paiten():
            print("paiten")
    
        def __del__(self):
            print("💀")
    
  • Joined on 2025-04-02
a script to automatically solve math equations on mathtrainer
Updated 2025-10-06 13:39:23 +02:00
a script to automatically type on monkeytype with adjustable speed & accuracy
Updated 2025-10-03 11:05:10 +02:00
a script to automatically click once green appears
Updated 2025-10-03 11:00:30 +02:00