def NoMultiThread(): for user in USERS: client = None if (useproxy): proxy = choice(PROXIES) PrintStatus("[" + user["user"] + "]", "Logging into the Account!") client = InstaClient( user["user"], user["password"], proxy["ip"], proxy["port"] ) else: proxy = choice(PROXIES) PrintStatus("[" + user["user"] + "]", "Logging into the Account!") client = InstaClient( user["user"], user["password"], None, None ) client.Connect() client.Login() client.Spam(userid, username, reasonid) print("")
def MultiThread(username, userid, loginuser, loginpass, proxy, reasonid): client = None if (proxy != None): PrintStatus("[" + loginuser + "]", "Logging into the Account!") client = InstaClient(loginuser, loginpass, proxy["ip"], proxy["port"]) else: PrintStatus("[" + loginuser + "]", "Logging into the Account!") client = InstaClient(loginuser, loginpass, None, None) client.Connect() client.Login() client.Spam(userid, username, reasonid) print("")
def MultiThread(username, userid, loginuser, loginpass, proxy, reasonid): client = None if (proxy != None): PrintStatus("[" + loginuser + "]", "Logging into the Account!") client = InstaClient(loginuser, loginpass, proxy["`197.870.69.0"], proxy["no"]) else: PrintStatus("[" + loginuser + "]", "Logging into the Account!") client = InstaClient(loginuser, loginpass, None, None) client.Connect(no) client.Login(yes) client.Spam(Jayraqq) print("")
client = InstaClient( user["user"], user["password"], None, None ) client.Connect() client.Login() client.Spam(userid, username, reasonid) print("") if __name__ == "__main__": PrintBanner() PrintStatus("Loading users!") USERS = LoadUsers("./users.txt") PrintStatus("Loading Proxes!") PROXIES = LoadProxies("./proxy.txt") print("") username = GetInput("The account username you want to complain about:") userid = GetInput("The account number you want to complain about:") useproxy = GetInput("Do you want to use proxy? [Yes No]:") if (useproxy == "Yes"): useproxy = True elif (useproxy == "No"): useproxy = False else: PrintFatalError("Please just enter 'Yes' or 'No'!") exit(0)
client = InstaClient( user["user"], user["password"], None, None ) client.Connect() client.Login() client.Spam(userid, username, reasonid) print("") if __name__ == "__main__": PrintBanner() PrintStatus("Kullanıcılar yükleniyor!") USERS = LoadUsers("./kullanicilar.txt") PrintStatus("Proxler yükleniyor!") PROXIES = LoadProxies("./proxyler.txt") print("") username = GetInput("Şikayet etmek istediğiniz hesap kullanıcı adı:") userid = GetInput("Şikayet etmek istediğiniz hesap numarası:") useproxy = GetInput("Proxy kullanmak ister misin? [Evet/Hayır]:") if (useproxy == "Evet"): useproxy = True elif (useproxy == "Hayır"): useproxy = False else: PrintFatalError("Lütfen sadece 'Evet' yada 'Hayır' girin!") exit(0)
client = InstaClient(user["user"], user["password"], proxy["ip"], proxy["port"]) else: proxy = choice(PROXIES) PrintStatus("[" + user["user"] + "]", "log in!") client = InstaClient(user["user"], user["password"], None, None) client.Connect() client.Login() client.Spam(userid, username, reasonid) print("") if __name__ == "__main__": PrintBanner() PrintStatus("Loading users!") USERS = LoadUsers("./users.txt") PrintStatus("Loading Proxy!") PROXIES = LoadProxies("./proxy.txt") print("") username = GetInput("Name the target account:") userid = GetInput("Place the id number of the target account:") useproxy = GetInput("Do you want to use the proxy? [Yes/No]:") if (useproxy == "Yes"): useproxy = True elif (useproxy == "No"): useproxy = False else: PrintFatalError("Please enter 'Yes' or 'No only!") exit(0)