Add gitignore

This commit is contained in:
Grinch_ 2021-07-17 13:51:55 +06:00
parent 10e0627a35
commit b16177da1b
60 changed files with 101 additions and 94 deletions

60
.gitignore vendored
View File

@ -8,3 +8,63 @@ CheatMenu/json/versioninfo.json
/CheatMenu/.obj/GTASA/Release
/Debug
/CheatMenu/.obj/GTASA/Debug
Depend/Debug/buffer.obj
Depend/Debug/Depend.log
Depend/Debug/hde32.obj
Depend/Debug/hook.obj
Depend/Debug/IDaccess.obj
Depend/Debug/imgui_demo.obj
Depend/Debug/imgui_draw.obj
Depend/Debug/imgui_impl_dx9.obj
Depend/Debug/imgui_impl_dx11.obj
Depend/Debug/imgui_impl_win32.obj
Depend/Debug/imgui_tables.obj
Depend/Debug/imgui_widgets.obj
Depend/Debug/imgui.obj
Depend/Debug/kiero.obj
Depend/Debug/Library.obj
Depend/Debug/Main.obj
Depend/Debug/trampoline.obj
Depend/Debug/Depend.tlog/CL.command.1.tlog
Depend/Debug/Depend.tlog/CL.read.1.tlog
Depend/Debug/Depend.tlog/CL.write.1.tlog
Depend/Debug/Depend.tlog/Depend.lastbuildstate
Depend/Debug/Depend.tlog/Lib-link.read.1.tlog
Depend/Release/buffer.obj
Depend/Release/Depend.log
Depend/Release/hde32.obj
Depend/Release/hook.obj
Depend/Release/IDaccess.obj
Depend/Release/imgui_demo.obj
Depend/Release/imgui_draw.obj
Depend/Release/imgui_impl_dx9.obj
Depend/Release/imgui_impl_dx11.obj
Depend/Release/imgui_impl_win32.obj
Depend/Release/imgui_tables.obj
Depend/Release/imgui_widgets.obj
Depend/Release/imgui.obj
Depend/Release/kiero.obj
Depend/Release/Library.obj
Depend/Release/Main.obj
Depend/Release/trampoline.obj
Depend/Release/Depend.tlog/CL.command.1.tlog
Depend/Release/Depend.tlog/CL.read.1.tlog
Depend/Release/Depend.tlog/CL.write.1.tlog
Depend/Release/Depend.tlog/Depend.lastbuildstate
Depend/Release/Depend.tlog/Lib-link.read.1.tlog
Depend/x64/Debug/Depend.log
Depend/x64/Debug/IDaccess.obj
Depend/x64/Debug/imgui_demo.obj
Depend/x64/Debug/imgui_draw.obj
Depend/x64/Debug/imgui_impl_dx9.obj
Depend/x64/Debug/imgui_impl_dx11.obj
Depend/x64/Debug/imgui_impl_win32.obj
Depend/x64/Debug/imgui_tables.obj
Depend/x64/Debug/imgui_widgets.obj
Depend/x64/Debug/imgui.obj
Depend/x64/Debug/kiero.obj
Depend/x64/Debug/Main.obj
Depend/x64/Debug/Depend.tlog/CL.command.1.tlog
Depend/x64/Debug/Depend.tlog/CL.read.1.tlog
Depend/x64/Debug/Depend.tlog/CL.write.1.tlog
Depend/x64/Debug/Depend.tlog/Depend.lastbuildstate

View File

@ -1,2 +1,20 @@
d3d11.lib(d3d11.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in d3d9.lib(d3d9.dll); second definition ignored
 IDaccess.cpp
Library.cpp
Main.cpp
imgui.cpp
imgui_demo.cpp
imgui_draw.cpp
imgui_impl_dx11.cpp
imgui_impl_dx9.cpp
imgui_impl_win32.cpp
imgui_tables.cpp
imgui_widgets.cpp
kiero.cpp
Generating Code...
buffer.c
hde32.c
hook.c
trampoline.c
Generating Code...
d3d11.lib(d3d11.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in d3d9.lib(d3d9.dll); second definition ignored
Depend.vcxproj -> C:\Work\Cheat-Menu\Debug\Depend.lib

View File

@ -1,2 +1,2 @@
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.28.29910:TargetPlatformVersion=10.0.19041.0:
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30037:VCServicingVersionCrtHeaders=14.29.30038:VCServicingVersionCompilers=14.29.30038:TargetPlatformVersion=10.0.19041.0:
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.

View File

@ -1 +1,19 @@
 Depend.vcxproj -> C:\Work\Cheat-Menu\Release\Depend.lib
 IDaccess.cpp
Library.cpp
Main.cpp
imgui.cpp
imgui_demo.cpp
imgui_draw.cpp
imgui_impl_dx11.cpp
imgui_impl_dx9.cpp
imgui_impl_win32.cpp
imgui_tables.cpp
imgui_widgets.cpp
kiero.cpp
buffer.c
hde32.c
hook.c
trampoline.c
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:\Work\Cheat-Menu\Release\Depend.lib

View File

@ -1,2 +1,2 @@
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.28.29910:TargetPlatformVersion=10.0.19041.0:
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30037:VCServicingVersionCrtHeaders=14.29.30038:VCServicingVersionCompilers=14.29.30038:TargetPlatformVersion=10.0.19041.0:
Release|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.

View File

@ -1,93 +1,4 @@
 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

View File

@ -1,2 +1,2 @@
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.28.29910:TargetPlatformVersion=10.0.19041.0:
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30037:VCServicingVersionCrtHeaders=14.29.30038:VCServicingVersionCompilers=14.29.30038:TargetPlatformVersion=10.0.19041.0:
Debug|x64|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.