From 6fd641aea65fe7b741baf6571d6a3c6dfb61c6f9 Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Sun, 15 Sep 2019 16:02:28 +0300 Subject: [PATCH] Update Form1.cs --- AsyncRAT-C#/Server/Forms/Form1.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/AsyncRAT-C#/Server/Forms/Form1.cs b/AsyncRAT-C#/Server/Forms/Form1.cs index 6b797a80..a3598ed4 100644 --- a/AsyncRAT-C#/Server/Forms/Form1.cs +++ b/AsyncRAT-C#/Server/Forms/Form1.cs @@ -53,12 +53,6 @@ private void CheckFiles() Environment.Exit(0); } - if (!File.Exists(Path.Combine(Application.StartupPath, "cGeoIp.dll"))) - { - MessageBox.Show("File 'cGeoIp.dll' Not Found!"); - Environment.Exit(0); - } - if (!Directory.Exists(Path.Combine(Application.StartupPath, "Stub"))) Directory.CreateDirectory(Path.Combine(Application.StartupPath, "Stub"));