Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Compiling AntiHack

Junior Spellweaver
Joined
Jan 22, 2010
Messages
169
Reaction score
10
Hello Ragezoners
They sent me a AntiHack For Messenger
and told me it was just build it
But to have a problem with many files in it
Such type:
Program.cs
Splash.cs
Splash.resx
Resources.cs
Resources.resx

How will I build you have many files?:p:
 
Experienced Elementalist
Joined
Jan 6, 2009
Messages
261
Reaction score
88
Hello Ragezoners
They sent me a AntiHack For Messenger
and told me it was just build it
But to have a problem with many files in it
Such type:
Program.cs
Splash.cs
Splash.resx
Resources.cs
Resources.resx

How will I build you have many files?:p:

Head + desk. x10
 
Upvote 0
Mocro.net
Joined
Feb 3, 2008
Messages
690
Reaction score
96
Download C# 2008 after that look for a project called .csproj double click on it. it will open in c# 2008 that you downloaded it then youl get welcome to conversion wizard click on finish then wait so it makes a project then youl get conversion completed click close then click on the save all button then go Build and click on Rebuild Solution then im sure your gonne get :
Code:
Error	1	'Anti_Hack_Tester.Program': an abstract class cannot be sealed or static

the error means you cant seal it go to line :

Code:
    internal abstract sealed class Program

remove sealed save Build done .

i dont take credits .
 
Upvote 0
Experienced Elementalist
Joined
Nov 12, 2010
Messages
218
Reaction score
5
emm dose that only works for c# 2008 ?
or 2010 also

cuz when i compile it gives me an error when i ardy remove the sealed.

Code:
Error	1	Inconsistent accessibility: field type 'Root.Class1.Struct1' is less accessible than field 'Root.Class1.Field1_1'	C:\Users\USER\Desktop\DGAnticheat\Root\Class1.cs	15	45	DGAnticheat

here is the line


Code:
internal static Root.Class1.Struct1 Field1_1;
 
Upvote 0
Mocro.net
Joined
Feb 3, 2008
Messages
690
Reaction score
96
I dont take Credits and dont ask me how it works .. :

 
Upvote 0
Back
Top