woah1337 / NSLoader

CS:GO Cheat Loader.
97 stars 17 forks source link

InjectLib #4

Closed Metick closed 4 years ago

Metick commented 4 years ago

Having issues compiling InjectLib,

Severity Code Description Project File Line Suppression State Error C2238 unexpected token(s) preceding ';' Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 16
Error C2143 syntax error: missing ';' before '<' Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 16
Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 16
Error C3533 a parameter cannot have a type that contains 'auto' Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\handleguard.h 49
Error C3861 'result_data': identifier not found Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 22
Error C3861 'result_data': identifier not found Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 34
Error C3861 'result_data': identifier not found Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 35
Error C3861 'result_data': identifier not found Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 36
Error C3861 'result_data': identifier not found Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 39
Error C3861 'result_data': identifier not found Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 41
Error C3861 'result_data': identifier not found Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 42
Error C2039 'optional': is not a member of 'std' Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 16
Error C2039 'nullopt': is not a member of 'std' Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\callresult.h 16
Error C2975 'close': invalid template argument for 'blackbone::HandleGuard', expected compile-time constant expression Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\handleguard.h 127 Error C2975 'close': invalid template argument for 'blackbone::HandleGuard', expected compile-time constant expression Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\handleguard.h 128 Error C2975 'close': invalid template argument for 'blackbone::HandleGuard', expected compile-time constant expression Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\handleguard.h 129 Error C2975 'close': invalid template argument for 'blackbone::HandleGuard', expected compile-time constant expression Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\handleguard.h 130 Error C2975 'close': invalid template argument for 'blackbone::HandleGuard', expected compile-time constant expression Dll1 c:\users\metick\source\repos\dll1\dll1\blackbone-master\src\blackbone\include\handleguard.h 131

I have no idea how to fix this to begin with, if possible could you provide me a compiled version of InjectLib but instead of CSGO have it be on GTA5.exe

Metick commented 4 years ago

//Fixed it