diff --git a/No-ckback.VC.db b/No-ckback.VC.db new file mode 100644 index 0000000..190a8f3 Binary files /dev/null and b/No-ckback.VC.db differ diff --git a/No-ckback/Main.cpp b/No-ckback/Main.cpp index 8d832ef..b5ef651 100644 --- a/No-ckback/Main.cpp +++ b/No-ckback/Main.cpp @@ -36,7 +36,7 @@ bool Nockback::HandleIncomingPacket(uint16_t id, uint32_t size, void* data, void uint16_t startBit = 150; for (int i = 0; i < targetNum; i++) { - packBitsBE((unsigned char*)data, 0, startBit + 60, 3); + packBitsBE((unsigned char*)modified, 0, startBit + 60, 3); if (unpackBitsBE((unsigned char*)data, startBit + 121, 1) & 0x1) { startBit += 37; diff --git a/No-ckback/No-ckback.vcxproj b/No-ckback/No-ckback.vcxproj index cee32da..335cfe0 100644 --- a/No-ckback/No-ckback.vcxproj +++ b/No-ckback/No-ckback.vcxproj @@ -1,169 +1,173 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {9430017C-9E01-4954-B378-81CB23EB8C31} - Win32Proj - Nockback - 8.1 - - - - DynamicLibrary - true - v140 - Unicode - - - DynamicLibrary - false - v140_xp - true - MultiByte - - - DynamicLibrary - true - v140 - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - - - - - - - - - - - - - - - - true - - - true - - - false - ..\..\..\..\..\..\..\..\Ashita 3\plugins - - - false - - - - - - Level3 - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;NOCKBACK_EXPORTS;%(PreprocessorDefinitions) - true - - - Windows - true - Exports.def - - - - - - - Level3 - Disabled - _DEBUG;_WINDOWS;_USRDLL;NOCKBACK_EXPORTS;%(PreprocessorDefinitions) - true - - - Windows - true - Exports.def - - - - - Level3 - - - Full - false - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;NOCKBACK_EXPORTS;%(PreprocessorDefinitions) - true - true - true - Async - - - Windows - true - true - true - Exports.def - - - - - Level3 - - - MaxSpeed - true - true - NDEBUG;_WINDOWS;_USRDLL;NOCKBACK_EXPORTS;%(PreprocessorDefinitions) - true - - - Windows - true - true - true - Exports.def - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {9430017C-9E01-4954-B378-81CB23EB8C31} + Win32Proj + Nockback + 8.1 + + + + DynamicLibrary + true + v140 + Unicode + + + DynamicLibrary + false + v140_xp + true + MultiByte + + + DynamicLibrary + true + v140 + Unicode + + + DynamicLibrary + false + v140_xp + true + MultiByte + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + ..\..\..\..\..\..\..\..\Ashita 3\plugins + + + false + ..\..\..\..\Ashita 3\plugins + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;NOCKBACK_EXPORTS;%(PreprocessorDefinitions) + true + + + Windows + true + Exports.def + + + + + + + Level3 + Disabled + _DEBUG;_WINDOWS;_USRDLL;NOCKBACK_EXPORTS;%(PreprocessorDefinitions) + true + + + Windows + true + Exports.def + + + + + Level3 + + + Full + false + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;NOCKBACK_EXPORTS;%(PreprocessorDefinitions) + true + true + true + Async + + + Windows + true + true + true + Exports.def + + + + + Level3 + + + Full + false + true + NDEBUG;_WINDOWS;_USRDLL;NOCKBACK_EXPORTS;%(PreprocessorDefinitions) + true + true + true + Async + + + Windows + true + true + true + Exports.def + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/release/plugins/No-ckback.dll b/release/plugins/No-ckback.dll index 65ce9de..92668a1 100644 Binary files a/release/plugins/No-ckback.dll and b/release/plugins/No-ckback.dll differ