This commit is contained in:
Grinch_ 2021-04-12 23:59:42 +06:00
parent f913a6de4e
commit 2387adccdb
48 changed files with 127 additions and 8 deletions

View File

@ -2,5 +2,5 @@
#define MENU_NAME "Cheat Menu"
#define MENU_VERSION_NUMBER "2.7"
#define MENU_VERSION MENU_VERSION_NUMBER"-beta"
#define BUILD_NUMBER "20210403"
#define BUILD_NUMBER "20210413"
#define MENU_TITLE MENU_NAME " v" MENU_VERSION "(" BUILD_NUMBER ")"

View File

@ -193,9 +193,9 @@ void Player::ChangePlayerModel(std::string& model)
void Player::Draw()
{
static CPlayerPed* player = FindPlayerPed();
static int hplayer = CPools::GetPedRef(player);
static CPad* pad = player->GetPadFromPlayer();
CPlayerPed* player = FindPlayerPed();
int hplayer = CPools::GetPedRef(player);
CPad* pad = player->GetPadFromPlayer();
if (ImGui::Button("Copy coordinates", ImVec2(Ui::GetSize(2))))
{

Binary file not shown.

View File

@ -1,4 +1,7 @@
 imgui.cpp
 IDaccess.cpp
Library.cpp
Main.cpp
imgui.cpp
imgui_demo.cpp
imgui_draw.cpp
imgui_impl_dx11.cpp
@ -6,7 +9,24 @@
imgui_impl_win32.cpp
imgui_tables.cpp
imgui_widgets.cpp
kiero.cpp
Generating Code...
buffer.c
hde32.c
hook.c
trampoline.c
zip.c
C:\Work\Cheat-Menu\Depend\zip\miniz.h(6104,45): warning C4244: 'return': conversion from 'mz_uint64' to 'mz_uint', possible loss of data
C:\Work\Cheat-Menu\Depend\zip\zip.c(1252,32): warning C4244: 'function': conversion from 'const mz_uint64' to 'size_t', possible loss of data
C:\Work\Cheat-Menu\Depend\zip\zip.c(1260,33): warning C4244: 'function': conversion from 'const mz_uint64' to 'size_t', possible loss of data
C:\Work\Cheat-Menu\Depend\zip\zip.c(1270,55): warning C4244: 'function': conversion from 'const mz_int64' to 'size_t', possible loss of data
C:\Work\Cheat-Menu\Depend\zip\zip.c(1320,52): warning C4244: 'function': conversion from 'mz_uint64' to 'size_t', possible loss of data
C:\Work\Cheat-Menu\Depend\zip\zip.c(1321,33): warning C4244: 'function': conversion from 'mz_uint64' to 'size_t', possible loss of data
C:\Work\Cheat-Menu\Depend\zip\zip.c(1324,17): warning C4244: '-=': conversion from 'mz_uint64' to 'mz_uint32', possible loss of data
C:\Work\Cheat-Menu\Depend\zip\zip.c(1329,34): warning C4244: 'function': conversion from 'mz_uint64' to 'size_t', possible loss of data
C:\Work\Cheat-Menu\Depend\zip\zip.c(1332,17): warning C4244: '-=': conversion from 'mz_uint64' to 'mz_uint32', possible loss of data
C:\Work\Cheat-Menu\Depend\zip\zip.c(1336,49): warning C4244: '=': conversion from 'mz_uint64' to 'size_t', possible loss of data
Generating Code...
d3d11.lib(d3d11.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in d3d9.lib(d3d9.dll); second definition ignored
XInput9_1_0.lib(XINPUT9_1_0.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in d3d9.lib(d3d9.dll); second definition ignored
Depend.vcxproj -> C:\Users\Grinch_\source\repos\CheatMenu\Debug\Depend.lib
Depend.vcxproj -> C:\Work\Cheat-Menu\Debug\Depend.lib

Binary file not shown.

View File

@ -1,2 +1,2 @@
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.28.29910:TargetPlatformVersion=10.0.19041.0:
Debug|Win32|C:\Users\Grinch_\source\repos\CheatMenu\|
Debug|Win32|C:\Work\Cheat-Menu\|

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -49,12 +49,14 @@
<ItemGroup>
<ClCompile Include="fla\IDaccess.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="fla\Library\Library.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="fla\Main.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="imgui\imgui.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
@ -215,8 +217,9 @@
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>$(PLUGIN_SDK_DIR)\plugin_sa\;$(PLUGIN_SDK_DIR)\plugin_sa\game_sa\;$(PLUGIN_SDK_DIR)\shared\;$(PLUGIN_SDK_DIR)\shared\game\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
@ -234,6 +237,7 @@
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>$(PLUGIN_SDK_DIR)\plugin_sa\;$(PLUGIN_SDK_DIR)\plugin_sa\game_sa\;$(PLUGIN_SDK_DIR)\shared\;$(PLUGIN_SDK_DIR)\shared\game\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>

BIN
Depend/x64/Debug/Depend.idb Normal file

Binary file not shown.

View File

@ -0,0 +1,93 @@
 Library.cpp
kiero.cpp
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(197,5): error C4235: nonstandard extension used: '__asm' keyword not supported on this architecture
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(199,9): error C2065: 'fnstcw': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(199,19): error C2146: syntax error: missing ';' before identifier 'savemode'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(199,35): error C2065: 'get': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(199,39): error C2146: syntax error: missing ';' before identifier 'fpu'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(199,39): error C2065: 'fpu': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(199,43): error C2146: syntax error: missing ';' before identifier 'mode'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(199,43): error C2065: 'mode': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(200,9): error C2146: syntax error: missing ';' before identifier 'fld'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(200,9): error C2065: 'fld': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(200,13): error C2146: syntax error: missing ';' before identifier 'dword'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(200,13): error C2065: 'dword': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(200,19): error C2146: syntax error: missing ';' before identifier 'ptr'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(200,19): error C2065: 'ptr': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(200,35): error C2065: 'load': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(200,40): error C2146: syntax error: missing ';' before identifier 'rwreal'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(200,40): error C2065: 'rwreal': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(200,47): error C2146: syntax error: missing ';' before identifier 'x'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,9): error C2146: syntax error: missing ';' before identifier 'mov'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,9): error C2065: 'mov': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,19): error C2146: syntax error: missing ';' before identifier 'ax'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,19): error C2065: 'ax': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,35): error C2065: 'put': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,39): error C2146: syntax error: missing ';' before identifier 'fpu'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,39): error C2065: 'fpu': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,43): error C2146: syntax error: missing ';' before identifier 'mode'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,43): error C2065: 'mode': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,48): error C2146: syntax error: missing ';' before identifier 'in'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,48): error C2065: 'in': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(202,51): error C2144: syntax error: 'int' should be preceded by ';'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(203,9): error C2059: syntax error: '||'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(203,35): error C2059: syntax error: '||'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,35): error C2065: 'make': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,40): error C2146: syntax error: missing ';' before identifier 'ready'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,40): error C2065: 'ready': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,46): error C2146: syntax error: missing ';' before identifier 'to'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,46): error C2065: 'to': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,49): error C2146: syntax error: missing ';' before identifier 'set'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,49): error C2065: 'set': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,53): error C2146: syntax error: missing ';' before identifier 'fpu'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,53): error C2065: 'fpu': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,57): error C2146: syntax error: missing ';' before identifier 'mode'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(205,57): error C2065: 'mode': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,9): error C2146: syntax error: missing ';' before identifier 'fldcw'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,9): error C2065: 'fldcw': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,19): error C2146: syntax error: missing ';' before identifier 'workmode'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,35): error C2065: 'set': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,39): error C2146: syntax error: missing ';' before identifier 'fpu'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,39): error C2065: 'fpu': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,43): error C2146: syntax error: missing ';' before identifier 'to'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,43): error C2065: 'to': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,46): error C2146: syntax error: missing ';' before identifier 'truncate'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,46): error C2065: 'truncate': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,55): error C2146: syntax error: missing ';' before identifier 'mode'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(206,55): error C2065: 'mode': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,9): error C2146: syntax error: missing ';' before identifier 'fistp'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,9): error C2065: 'fistp': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,19): error C2146: syntax error: missing ';' before identifier 'dword'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,19): error C2065: 'dword': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,25): error C2146: syntax error: missing ';' before identifier 'ptr'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,25): error C2065: 'ptr': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,35): error C2065: 'store': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,41): error C2146: syntax error: missing ';' before identifier 'the'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,41): error C2065: 'the': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,45): error C2146: syntax error: missing ';' before identifier 'rwint32eger'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,45): error C2065: 'rwint32eger': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,57): error C2146: syntax error: missing ';' before identifier 'result'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(207,57): error C2065: 'result': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(208,9): error C2146: syntax error: missing ';' before identifier 'fldcw'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(208,9): error C2065: 'fldcw': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(208,19): error C2146: syntax error: missing ';' before identifier 'savemode'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(208,35): error C2065: 'restore': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(208,43): error C2146: syntax error: missing ';' before identifier 'fpu'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(208,43): error C2065: 'fpu': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(208,47): error C2146: syntax error: missing ';' before identifier 'mode'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(208,47): error C2065: 'mode': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(209,5): error C2143: syntax error: missing ';' before '}'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(223,5): error C4235: nonstandard extension used: '__asm' keyword not supported on this architecture
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(223,11): error C2065: 'fld': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(223,15): error C2146: syntax error: missing ';' before identifier 'dword'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(223,15): error C2065: 'dword': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(223,21): error C2146: syntax error: missing ';' before identifier 'ptr'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(223,21): error C2065: 'ptr': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(224,5): error C4235: nonstandard extension used: '__asm' keyword not supported on this architecture
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(224,11): error C2065: 'fistp': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(224,17): error C2146: syntax error: missing ';' before identifier 'dword'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(224,17): error C2065: 'dword': undeclared identifier
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(224,23): error C2146: syntax error: missing ';' before identifier 'ptr'
C:\Work\plugin-sdk\plugin_sa\game_sa\rw\rwplcore.h(224,23): error C2065: 'ptr': undeclared identifier
Generating Code...
C:\Work\Cheat-Menu\Depend\fla\Library\Library.cpp(11): error C4716: 'Library::GetSymbolAddress': must return a value

BIN
Depend/x64/Debug/Depend.pdb Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,2 @@
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.28.29910:TargetPlatformVersion=10.0.19041.0:
Debug|x64|C:\Work\Cheat-Menu\|

Binary file not shown.

BIN
Depend/x64/Debug/Main.obj Normal file

Binary file not shown.

BIN
Depend/x64/Debug/imgui.obj Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.