예제 #1
0
def banner():
    if getos().lower()[0] != "w":
        system("clear")
    else:
        system("cls")
    print("""
                                                              
          \033[1;31;40m+-+-+-+-+-+ 
          \033[1;32;40m|M|a|h|i|m| 
          \033[1;33;40m+-+-+-+-+-+ 
          \033[1;34;40mBy : Mazidul 
    \033[1;35;40mhttps://github.com/mahim4  
    """)
    pass
 def __init__(self, filex, tEmail, trader, captchatrader=None):
     if captchatrader:
         #Tupple
         self.capuser = captchatrader[0]
         self.cappwd = captchatrader[1]
         self.capapi = captchatrader[2]
     self.running = True
     self.captcha = False
     self.filex = filex
     self.tEmail = tEmail
     self.trader = trader
     self.operatingsystem = getos()
     self.registrationurl = 'https://mobile.twitter.com/signup'
     self.command = 'eog "' + getcwd() + '"' + '/captcha.jpeg' if self.operatingsystem == 'Linux' else 'captcha.jpeg'
     Thread.__init__(self)
예제 #3
0
def banner():
    if getos().lower()[0] is not "w":
        system("clear")
    else:
        system("cls")
    print("""

,------.,-----.      ,------.   ,-----. ,--.   ,--.,--.  ,--. 
|  .---'|  |) /_     |  .-.  \ '  .-.  '|  |   |  ||  ,'.|  | 
|  `--, |  .-.  \    |  |  \  :|  | |  ||  |.'.|  ||  |' '  | 
|  |`   |  '--' /    |  '--'  /'  '-'  '|   ,'.   ||  | `   | 
`--'    `------'     `-------'  `-----' '--'   '--'`--'  `--' 
                   By : GURKIRAT SINGH
            https://tbhaxor.github.com/fbdown    
    """)
    pass
예제 #4
0
    def welcome(self) :
        if getos().lower()[0] is not "w":
            system("clear")
        else:
            system("cls")
        wel = """

                     ,------.   ,-----. ,--.   ,--.,--.  ,--. 
                     |  .-.  \ '  .-.  '|  |   |  ||  ,'.|  | 
                     |  |  \  :|  | |  ||  |.'.|  ||  |' '  | 
                     |  '--'  /'  '-'  '|   ,'.   ||  | `   | 
                     `-------'  `-----' '--'   '--'`--'  `--' 
                        By : HIDAOUI ANAS / Augaust 5 2020 /
                         https://github.com/AnasHidaoui
        """
        print(cs(wel, "purple4").bold())
예제 #5
0
    def welcome(self):
        if getos().lower()[0] is not "w":
            system("clear")

        else:
            system("cls")
        wel = '''
                +$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$+
                [[--------------Ipinfo v0.1---------------]]
                |    By: ANAS HIDAOUI   August 30 20202    |
                |     E-mail:[email protected]           |
                +------------------------------------------+
                |        www.github.com/AnasHidaoui        |
                +$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$+
        '''
        self.thanks = '''
                          +$$$$$$$$$$$$$$$$$$$$$$$$$$$$+
                          [[THANK YOU FOR USING IPINFO]]
                          +$$$$$$$$$$$$$$$$$$$$$$$$$$$$+
        '''
        print(cs(wel, "purple4").bold())
예제 #6
0
def banner():
    if getos().lower()[0] != "w":
        system("clear")
    else:
        system("cls")
    pass