Skip to content

Commit

Permalink
Main commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsenii techpixie committed Dec 28, 2023
1 parent ba494d5 commit f368295
Show file tree
Hide file tree
Showing 71 changed files with 13,174 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

31 changes: 31 additions & 0 deletions 1337.sln
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "1337", "1337\1337.vcxproj", "{21F4B5BB-C0FC-4F49-BC65-9C714EFB45A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21F4B5BB-C0FC-4F49-BC65-9C714EFB45A3}.Debug|x64.ActiveCfg = Debug|x64
{21F4B5BB-C0FC-4F49-BC65-9C714EFB45A3}.Debug|x64.Build.0 = Debug|x64
{21F4B5BB-C0FC-4F49-BC65-9C714EFB45A3}.Debug|x86.ActiveCfg = Debug|Win32
{21F4B5BB-C0FC-4F49-BC65-9C714EFB45A3}.Debug|x86.Build.0 = Debug|Win32
{21F4B5BB-C0FC-4F49-BC65-9C714EFB45A3}.Release|x64.ActiveCfg = Release|x64
{21F4B5BB-C0FC-4F49-BC65-9C714EFB45A3}.Release|x64.Build.0 = Release|x64
{21F4B5BB-C0FC-4F49-BC65-9C714EFB45A3}.Release|x86.ActiveCfg = Release|Win32
{21F4B5BB-C0FC-4F49-BC65-9C714EFB45A3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E0E03452-0C7E-4951-9F4D-211B5A74F9F7}
EndGlobalSection
EndGlobal
222 changes: 222 additions & 0 deletions 1337.vcxproj
@@ -0,0 +1,222 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{21f4b5bb-c0fc-4f49-bc65-9c714efb45a3}</ProjectGuid>
<RootNamespace>1337</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>./;$(IncludePath)</IncludePath>
<TargetName>test</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<LanguageStandard>stdcpplatest</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
<ClCompile Include="MemoryHelper.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1ColorRGBA.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1ColorRGBAInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1DWriteRenderTarget.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1DWriteRenderTargetInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1Factory.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1FactoryInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1FontWrapper.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1FontWrapperInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1GlyphAtlas.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1GlyphAtlasInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1GlyphProvider.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1GlyphProviderInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1GlyphRenderStates.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1GlyphRenderStatesInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1GlyphSheet.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1GlyphSheetInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1GlyphVertexDrawer.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1GlyphVertexDrawerInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1StateSaver.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1TextGeometry.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1TextGeometryInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1TextRenderer.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\CFW1TextRendererInterface.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\FW1FontWrapper.cpp" />
<ClCompile Include="no_renderer\FW1FontWrapper\FW1Precompiled.cpp" />
<ClCompile Include="no_renderer\no_gui\no_gui.cpp" />
<ClCompile Include="no_renderer\no_gui\no_state_saver.cpp" />
<ClCompile Include="no_renderer\no_menu\no_menu.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="no_cheat\Aimbot.h" />
<ClInclude Include="no_cheat\Esp.h" />
<ClInclude Include="no_cheat\Exploits.h" />
<ClInclude Include="no_cheat\framework.h" />
<ClInclude Include="no_cheat\no_spoofcall.h" />
<ClInclude Include="no_cheat\PawnsLoop.h" />
<ClInclude Include="no_hook\no_hook.h" />
<ClInclude Include="includes.h" />
<ClInclude Include="no_imports.h" />
<ClInclude Include="MemoryHelper.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1ColorRGBA.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1DWriteRenderTarget.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1Factory.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1FontWrapper.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1GlyphAtlas.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1GlyphProvider.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1GlyphRenderStates.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1GlyphSheet.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1GlyphVertexDrawer.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1Object.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1StateSaver.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1TextGeometry.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\CFW1TextRenderer.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\FW1CompileSettings.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\FW1FontWrapper.h" />
<ClInclude Include="no_renderer\FW1FontWrapper\FW1Precompiled.h" />
<ClInclude Include="no_renderer\no_gui\no_gui.h" />
<ClInclude Include="no_renderer\no_gui\no_shaders.h" />
<ClInclude Include="no_renderer\no_gui\no_state_saver.h" />
<ClInclude Include="no_renderer\no_menu\no_menu.h" />
<ClInclude Include="no_define.h" />
<ClInclude Include="structs.h" />
</ItemGroup>
<ItemGroup>
<MASM Include="no_cheat\NtUserSendInput.asm" />
<MASM Include="no_cheat\no_spoofcall.asm">
<FileType>Document</FileType>
</MASM>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
</Project>

0 comments on commit f368295

Please sign in to comment.