diff --git a/MiniBase/client.cpp b/MiniBase/client.cpp index 213fb73..0a4f729 100644 --- a/MiniBase/client.cpp +++ b/MiniBase/client.cpp @@ -151,9 +151,9 @@ void InitHack(){ } if (!(g_Engine.Con_IsVisible() != 0))g_Engine.pfnClientCmd("toggleconsole"); - ConsolePrintColor(0, 255, 11, "-- Extra Mirror v1.8x\n"); + ConsolePrintColor(0, 255, 11, "-- Extra Mirror v1.9\n"); ConsolePrintColor(255, 255, 255, "-- Use 'credits' for more information\n"); - ConsolePrintColor(255, 255, 255, "-- Thank's to Realwar for title\n"); + ConsolePrintColor(255, 255, 255, "-- Thank's to Realwar for title\n"); ConsolePrintColor(255, 255, 255, "-- Thank's to FightMagister for functions\n"); ConsolePrintColor(255, 255, 255, "-- Thank's to Spawner { Kiass }\n"); g_pEngine->pfnAddCommand("credits", Credits); g_pEngine->pfnAddCommand("inject", Inject); g_pEngine->pfnAddCommand("modelsn", models); g_pEngine->pfnAddCommand("update", Reload);TCHAR value[16]; diff --git a/MiniBase/main.cpp b/MiniBase/main.cpp index 06df9e7..4badcb6 100644 --- a/MiniBase/main.cpp +++ b/MiniBase/main.cpp @@ -79,7 +79,7 @@ ofstream logfile; char* BaseDir; DWORD WINAPI CheatEntry( LPVOID lpThreadParameter ); - +void ModuleLoaded(); DWORD WINAPI ProcessReload( LPVOID lpThreadParameter ) { while ( true ) @@ -94,7 +94,7 @@ DWORD WINAPI ProcessReload( LPVOID lpThreadParameter ) else { CreateThread( 0 , 0 , CheatEntry , 0 , 0 , 0 ); - + ModuleLoaded(); } Sleep( 100 ); diff --git a/MiniBase/offset.cpp b/MiniBase/offset.cpp index 47ce1c2..f70ebd9 100644 --- a/MiniBase/offset.cpp +++ b/MiniBase/offset.cpp @@ -243,7 +243,7 @@ DWORD cOffset::FindEventMsgBase() { DWORD PatternAddress = FindPattern(OFF_EVENT_MSG_BASE, HwBase, HwEnd, 0); DWORD ReferenAddress; - if (equali(BuildInfo.GameVersion,"4554")){ + if (equali(BuildInfo.GameVersion,"1.1.2.6")){ ReferenAddress = FindReference(HwBase, HwEnd, PatternAddress) - 0x06; } else { ReferenAddress = FindReference(HwBase, HwEnd, PatternAddress) - 0x07; }