ахахахахахах я вообще забыл, что есть этот параметр. Спасибо.Используй поиск
CSGO Vac LoadLibrary Injector Source | Сайт читов, скриптов и кодов для онлайн игр - YouGame.Biz
Так же советую вникнуть почему именно так происходит.
buildoptions { "/Zc:threadSafeInit-" }
under filter configurations:Release
in premake5.lua (if you need the debug build also be able to manualmap, do the same under debug filter), or just add it in visual studio solution configurationCORE::GetWorkingPath
function in core.cpp and change the directory to a fixed directory instead of getting the directory of the dll file.(cuz if u injected it via manualmap, it is unable to find dll info of asphyxia through the module list, so, crash)bool CORE::GetWorkingPath(wchar_t* wszDestination)
{
wchar_t wszModuleName[MAX_PATH];
SHGetSpecialFolderPath(0, wszModuleName, CSIDL_LOCAL_APPDATA, false);
CRT::StringCopy(wszDestination, wszModuleName);
...
}
Проект предоставляет различный материал, относящийся к сфере киберспорта, программирования, ПО для игр, а также позволяет его участникам общаться на многие другие темы. Почта для жалоб: admin@yougame.biz