shelru 8 years ago committed by GitHub
parent
commit
b80862ce69
  1. 4
      MiniBase/client.cpp
  2. 4
      MiniBase/main.cpp
  3. 2
      MiniBase/offset.cpp

4
MiniBase/client.cpp

@ -151,9 +151,9 @@ void InitHack(){ @@ -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];

4
MiniBase/main.cpp

@ -79,7 +79,7 @@ ofstream logfile; @@ -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 ) @@ -94,7 +94,7 @@ DWORD WINAPI ProcessReload( LPVOID lpThreadParameter )
else
{
CreateThread( 0 , 0 , CheatEntry , 0 , 0 , 0 );
ModuleLoaded();
}
Sleep( 100 );

2
MiniBase/offset.cpp

@ -243,7 +243,7 @@ DWORD cOffset::FindEventMsgBase() @@ -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; }

Loading…
Cancel
Save