diff --git a/IsAbusing.csproj b/IsAbusing.csproj index d7ffc27..b967fd8 100644 --- a/IsAbusing.csproj +++ b/IsAbusing.csproj @@ -9,7 +9,7 @@ Properties IsAbusing IsAbusing - v4.5 + v4.0 512 @@ -33,23 +33,23 @@ False - AntiSpy\lib\Assembly-CSharp.dll + lib\Assembly-CSharp.dll False - AntiSpy\lib\Assembly-CSharp-firstpass.dll + lib\Assembly-CSharp-firstpass.dll False - AntiSpy\lib\Rocket.API.dll + lib\Rocket.API.dll False - AntiSpy\lib\Rocket.Core.dll + lib\Rocket.Core.dll False - AntiSpy\lib\Rocket.Unturned.dll + lib\Rocket.Unturned.dll @@ -59,7 +59,11 @@ False - AntiSpy\lib\UnityEngine.dll + lib\UnityEngine.dll + + + False + lib\UnityEngine.CoreModule.dll diff --git a/IsAbusing.sln b/IsAbusing.sln new file mode 100644 index 0000000..b226ca0 --- /dev/null +++ b/IsAbusing.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.572 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IsAbusing", "IsAbusing.csproj", "{013C9570-3B73-4D69-BF8D-39EE33ADC4D5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {013C9570-3B73-4D69-BF8D-39EE33ADC4D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {013C9570-3B73-4D69-BF8D-39EE33ADC4D5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {013C9570-3B73-4D69-BF8D-39EE33ADC4D5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {013C9570-3B73-4D69-BF8D-39EE33ADC4D5}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {08477D5E-219B-454E-8F85-729C052B87B9} + EndGlobalSection +EndGlobal diff --git a/bin/Release/Assembly-CSharp-firstpass.dll b/bin/Release/Assembly-CSharp-firstpass.dll index 3a42c64..0f3748a 100644 Binary files a/bin/Release/Assembly-CSharp-firstpass.dll and b/bin/Release/Assembly-CSharp-firstpass.dll differ diff --git a/bin/Release/Assembly-CSharp.dll b/bin/Release/Assembly-CSharp.dll index 6ca36dd..d4c8200 100644 Binary files a/bin/Release/Assembly-CSharp.dll and b/bin/Release/Assembly-CSharp.dll differ diff --git a/bin/Release/IsAbusing.dll b/bin/Release/IsAbusing.dll index 7c26b61..e38fa41 100644 Binary files a/bin/Release/IsAbusing.dll and b/bin/Release/IsAbusing.dll differ diff --git a/bin/Release/IsAbusing.pdb b/bin/Release/IsAbusing.pdb index 257d77a..4c3369e 100644 Binary files a/bin/Release/IsAbusing.pdb and b/bin/Release/IsAbusing.pdb differ diff --git a/bin/Release/Rocket.API.dll b/bin/Release/Rocket.API.dll index d7552fa..c197c6f 100644 Binary files a/bin/Release/Rocket.API.dll and b/bin/Release/Rocket.API.dll differ diff --git a/bin/Release/Rocket.Core.dll b/bin/Release/Rocket.Core.dll index a283c0c..7197fcd 100644 Binary files a/bin/Release/Rocket.Core.dll and b/bin/Release/Rocket.Core.dll differ diff --git a/bin/Release/Rocket.Unturned.dll b/bin/Release/Rocket.Unturned.dll index 477087d..08ebe4c 100644 Binary files a/bin/Release/Rocket.Unturned.dll and b/bin/Release/Rocket.Unturned.dll differ diff --git a/bin/Release/UnityEngine.CoreModule.dll b/bin/Release/UnityEngine.CoreModule.dll new file mode 100644 index 0000000..f1e9533 Binary files /dev/null and b/bin/Release/UnityEngine.CoreModule.dll differ diff --git a/bin/Release/UnityEngine.dll b/bin/Release/UnityEngine.dll index 969e82f..6d6e44f 100644 Binary files a/bin/Release/UnityEngine.dll and b/bin/Release/UnityEngine.dll differ diff --git a/lib/Assembly-CSharp-firstpass.dll b/lib/Assembly-CSharp-firstpass.dll index 3a42c64..0f3748a 100644 Binary files a/lib/Assembly-CSharp-firstpass.dll and b/lib/Assembly-CSharp-firstpass.dll differ diff --git a/lib/Assembly-CSharp.dll b/lib/Assembly-CSharp.dll index 6ca36dd..d4c8200 100644 Binary files a/lib/Assembly-CSharp.dll and b/lib/Assembly-CSharp.dll differ diff --git a/lib/Rocket.API.dll b/lib/Rocket.API.dll index d7552fa..c197c6f 100644 Binary files a/lib/Rocket.API.dll and b/lib/Rocket.API.dll differ diff --git a/lib/Rocket.Core.dll b/lib/Rocket.Core.dll index a283c0c..7197fcd 100644 Binary files a/lib/Rocket.Core.dll and b/lib/Rocket.Core.dll differ diff --git a/lib/Rocket.Unturned.dll b/lib/Rocket.Unturned.dll index 477087d..08ebe4c 100644 Binary files a/lib/Rocket.Unturned.dll and b/lib/Rocket.Unturned.dll differ diff --git a/lib/Rocket.Unturned.module b/lib/Rocket.Unturned.module deleted file mode 100644 index 5df6545..0000000 --- a/lib/Rocket.Unturned.module +++ /dev/null @@ -1,19 +0,0 @@ -{ - "Name": "Rocket.Unturned", - "Version": "4.9.3.0", - "Assemblies": - [ - { - "Path": "/Rocket.API.dll", - "Role": "Server" - }, - { - "Path": "/Rocket.Core.dll", - "Role": "Server" - }, - { - "Path": "/Rocket.Unturned.dll", - "Role": "Server" - } - ] -} \ No newline at end of file diff --git a/lib/UnityEngine.CoreModule.dll b/lib/UnityEngine.CoreModule.dll new file mode 100644 index 0000000..f1e9533 Binary files /dev/null and b/lib/UnityEngine.CoreModule.dll differ diff --git a/lib/UnityEngine.dll b/lib/UnityEngine.dll index 969e82f..6d6e44f 100644 Binary files a/lib/UnityEngine.dll and b/lib/UnityEngine.dll differ diff --git a/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 98900cf..fc71546 100644 Binary files a/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/obj/Release/IsAbusing.csproj.FileListAbsolute.txt b/obj/Release/IsAbusing.csproj.FileListAbsolute.txt index 3ab8b72..e334da0 100644 --- a/obj/Release/IsAbusing.csproj.FileListAbsolute.txt +++ b/obj/Release/IsAbusing.csproj.FileListAbsolute.txt @@ -8,3 +8,22 @@ C:\Users\Alex\Documents\Visual Studio 2015\Projects\IsAbusing\IsAbusing\bin\Rele C:\Users\Alex\Documents\Visual Studio 2015\Projects\IsAbusing\IsAbusing\obj\Release\IsAbusing.csprojResolveAssemblyReference.cache C:\Users\Alex\Documents\Visual Studio 2015\Projects\IsAbusing\IsAbusing\obj\Release\IsAbusing.dll C:\Users\Alex\Documents\Visual Studio 2015\Projects\IsAbusing\IsAbusing\obj\Release\IsAbusing.pdb +D:\Gereksizler\GitHub\IsAbusing\bin\Release\IsAbusing.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\IsAbusing.pdb +D:\Gereksizler\GitHub\IsAbusing\bin\Release\Pathfinding.JsonFx.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\Pathfinding.Ionic.Zip.Reduced.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\Pathfinding.ClipperLib.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\Pathfinding.Poly2Tri.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\UnityEngine.CrashLog.dll +D:\Gereksizler\GitHub\IsAbusing\obj\Release\IsAbusing.csprojAssemblyReference.cache +D:\Gereksizler\GitHub\IsAbusing\obj\Release\IsAbusing.csproj.CoreCompileInputs.cache +D:\Gereksizler\GitHub\IsAbusing\obj\Release\IsAbusing.csproj.CopyComplete +D:\Gereksizler\GitHub\IsAbusing\obj\Release\IsAbusing.dll +D:\Gereksizler\GitHub\IsAbusing\obj\Release\IsAbusing.pdb +D:\Gereksizler\GitHub\IsAbusing\bin\Release\Assembly-CSharp-firstpass.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\Assembly-CSharp.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\Rocket.API.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\Rocket.Core.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\Rocket.Unturned.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\UnityEngine.CoreModule.dll +D:\Gereksizler\GitHub\IsAbusing\bin\Release\UnityEngine.dll diff --git a/obj/Release/IsAbusing.dll b/obj/Release/IsAbusing.dll index 7c26b61..e38fa41 100644 Binary files a/obj/Release/IsAbusing.dll and b/obj/Release/IsAbusing.dll differ diff --git a/obj/Release/IsAbusing.pdb b/obj/Release/IsAbusing.pdb index 257d77a..4c3369e 100644 Binary files a/obj/Release/IsAbusing.pdb and b/obj/Release/IsAbusing.pdb differ