-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb94907
commit 905ddb3
Showing
40 changed files
with
6,637 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.30804.86 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "!Moon V1 official", "!Moon V1 official\!Moon V1 official.csproj", "{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|x64 = Debug|x64 | ||
Release|Any CPU = Release|Any CPU | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Debug|x64.ActiveCfg = Debug|x64 | ||
{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Debug|x64.Build.0 = Debug|x64 | ||
{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Release|x64.ActiveCfg = Release|x64 | ||
{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {3BC73B55-E97B-482C-8921-93AF3399457E} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,177 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{7DF0FE1D-1D7F-4329-B48A-4A23E62E183E}</ProjectGuid> | ||
<OutputType>WinExe</OutputType> | ||
<RootNamespace>_Moon_V1_official</RootNamespace> | ||
<AssemblyName>!Moon V1 official</AssemblyName> | ||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
<Deterministic>true</Deterministic> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> | ||
<DebugSymbols>true</DebugSymbols> | ||
<OutputPath>bin\x64\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<DebugType>full</DebugType> | ||
<PlatformTarget>x64</PlatformTarget> | ||
<LangVersion>7.3</LangVersion> | ||
<ErrorReport>prompt</ErrorReport> | ||
<Prefer32Bit>true</Prefer32Bit> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> | ||
<OutputPath>bin\x64\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<Optimize>true</Optimize> | ||
<DebugType>pdbonly</DebugType> | ||
<PlatformTarget>x64</PlatformTarget> | ||
<LangVersion>7.3</LangVersion> | ||
<ErrorReport>prompt</ErrorReport> | ||
<Prefer32Bit>true</Prefer32Bit> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<ApplicationManifest>app.manifest</ApplicationManifest> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="ezOverLay"> | ||
<HintPath>..\imports\ezOverLay.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Memory, Version=1.2.21.0, Culture=neutral, processorArchitecture=AMD64"> | ||
<HintPath>..\packages\Memory.dll.x64.1.2.21\lib\netstandard2.0\Memory.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.DirectoryServices" /> | ||
<Reference Include="System.Security.Principal.Windows, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\System.Security.Principal.Windows.4.7.0\lib\net461\System.Security.Principal.Windows.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Deployment" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="System.Net.Http" /> | ||
<Reference Include="System.Windows.Forms" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="Arraylist\Arraylist.cs"> | ||
<SubType>Form</SubType> | ||
</Compile> | ||
<Compile Include="Arraylist\Arraylist.Designer.cs"> | ||
<DependentUpon>Arraylist.cs</DependentUpon> | ||
</Compile> | ||
<Compile Include="Arraylist\Kompass.cs"> | ||
<SubType>Form</SubType> | ||
</Compile> | ||
<Compile Include="Arraylist\Kompass.Designer.cs"> | ||
<DependentUpon>Kompass.cs</DependentUpon> | ||
</Compile> | ||
<Compile Include="Arraylist\MainOverlay.cs"> | ||
<SubType>Form</SubType> | ||
</Compile> | ||
<Compile Include="Arraylist\MainOverlay.Designer.cs"> | ||
<DependentUpon>MainOverlay.cs</DependentUpon> | ||
</Compile> | ||
<Compile Include="Arraylist\OnModules.cs" /> | ||
<Compile Include="ClickGui.cs"> | ||
<SubType>Form</SubType> | ||
</Compile> | ||
<Compile Include="Form1.Designer.cs"> | ||
<DependentUpon>ClickGui.cs</DependentUpon> | ||
</Compile> | ||
<Compile Include="HUD.cs"> | ||
<SubType>Form</SubType> | ||
</Compile> | ||
<Compile Include="HUD.Designer.cs"> | ||
<DependentUpon>HUD.cs</DependentUpon> | ||
</Compile> | ||
<Compile Include="Memory\Entitys.cs" /> | ||
<Compile Include="Memory\SDK.cs" /> | ||
<Compile Include="Module\Aimbot.cs" /> | ||
<Compile Include="Module\Airjump.cs" /> | ||
<Compile Include="Module\Hitbox.cs" /> | ||
<Compile Include="Module\Reach.cs" /> | ||
<Compile Include="Program.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="TabGui.cs"> | ||
<SubType>Form</SubType> | ||
</Compile> | ||
<Compile Include="TabGui.Designer.cs"> | ||
<DependentUpon>TabGui.cs</DependentUpon> | ||
</Compile> | ||
<EmbeddedResource Include="Arraylist\Arraylist.resx"> | ||
<DependentUpon>Arraylist.cs</DependentUpon> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="Arraylist\Kompass.resx"> | ||
<DependentUpon>Kompass.cs</DependentUpon> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="Arraylist\MainOverlay.resx"> | ||
<DependentUpon>MainOverlay.cs</DependentUpon> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="ClickGui.resx"> | ||
<DependentUpon>ClickGui.cs</DependentUpon> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="HUD.resx"> | ||
<DependentUpon>HUD.cs</DependentUpon> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
<SubType>Designer</SubType> | ||
</EmbeddedResource> | ||
<Compile Include="Properties\Resources.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
<EmbeddedResource Include="TabGui.resx"> | ||
<DependentUpon>TabGui.cs</DependentUpon> | ||
</EmbeddedResource> | ||
<None Include="app.manifest" /> | ||
<None Include="packages.config" /> | ||
<None Include="Properties\Settings.settings"> | ||
<Generator>SettingsSingleFileGenerator</Generator> | ||
<LastGenOutput>Settings.Designer.cs</LastGenOutput> | ||
</None> | ||
<Compile Include="Properties\Settings.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Settings.settings</DependentUpon> | ||
<DesignTimeSharedInput>True</DesignTimeSharedInput> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="App.config" /> | ||
</ItemGroup> | ||
<ItemGroup /> | ||
<ItemGroup> | ||
<Content Include="Memory\Memory Details 1.17.2.1.txt" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
</Project> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
</startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="System.Security.Principal.Windows" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-4.1.3.0" newVersion="4.1.3.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
Oops, something went wrong.