• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

C# [c#] AntiThreatExpert

Status
Not open for further replies.

SP

Leech #800000
Shadow
User
Joined
Oct 23, 2011
Messages
230
Reputation
0
Reaction score
602
Points
93
Credits
0
‎13 Years of Service‎
77%
Code:
>void AntiThreatExpert()
       {
           if (Process.GetCurrentProcess().MainModule.FileName.Contains("sample"))
           {
               MessageBox.Show("Application Error: ThreatExpert is Forbidden",
   "ThreatExpert Sucks!", MessageBoxButtons.OK, MessageBoxIcon.Error);
               Environment.Exit(0);
               
           }

       }
by t0fx

 
Status
Not open for further replies.
Back
Top