Warz Simple Anti Hack - dll

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    Android Developer doidloko is offline
    MemberRank
    Aug 2012 Join Date
    BrasilLocation
    253Posts

    Re: Warz Simple Anti Hack - dll

    A small translation of the "Hook Guide" posted by doidloko step by step:
    Open your WarZ.sln
    thx but remember

    pGNSI = (PGNSI)GetProcAddress(MyDll,"InitProt");


    dont is correct it dont go call the functions

    this dll use Main1

    pGNSI = (PGNSI)GetProcAddress(MyDll,"Main1");

  2. #17
    Kyura Ryukrey is offline
    MemberRank
    Jan 2010 Join Date
    ItalyLocation
    354Posts

    Re: Warz Simple Anti Hack - dll

    Quote Originally Posted by doidloko View Post
    thx but remember

    pGNSI = (PGNSI)GetProcAddress(MyDll,"InitProt");


    dont is correct it dont go call the functions

    this dll use Main1

    pGNSI = (PGNSI)GetProcAddress(MyDll,"Main1");
    Edited, thanks.

  3. #18
    Member bone1554 is offline
    MemberRank
    Mar 2009 Join Date
    91Posts

    Re: Warz Simple Anti Hack - dll

    Dll hooked, showing splash of dll but crashing game...

  4. #19
    Apprentice Bruce157 is offline
    MemberRank
    Sep 2013 Join Date
    São Roque, BraLocation
    8Posts

    Re: Warz Simple Anti Hack - dll

    Thanks....
    fastz-nova-2.jpg

  5. #20
    Novice phytoplankton is offline
    MemberRank
    Aug 2013 Join Date
    4Posts

    Re: Warz Simple Anti Hack - dll

    Quote Originally Posted by doidloko View Post
    hi i made a simple dll anti hack
    No, you didn't. This DLL was made using nProtect's GameGuard for MU Online, although I do not know who released it. But hey, credits to you for sharing it. Thanks! :D

  6. #21
    Android Developer doidloko is offline
    MemberRank
    Aug 2012 Join Date
    BrasilLocation
    253Posts

    Re: Warz Simple Anti Hack - dll

    nProtect's ? no dont is =) and n protect is free in invasion source can u download this and use =)

  7. #22
    Member renildomarcio is offline
    MemberRank
    Mar 2013 Join Date
    BR, USALocation
    57Posts

    thumbs up RMGuard - Professional Version

    Just a little of what we are working

    Code:
    int file_exists(const char *filename){  FILE *arquivo;  if(arquivo = fopen(filename, "r"))  {         fclose(arquivo);        return 1;      }    return 0;}
    void Msg_I_Br(){MessageBoxA(NULL,"I-Scan\n\nA integridade do processo foi corrompida!", carrega.Nome_das_Janelas, MB_OK | MB_ICONSTOP);}void Msg_I_En(){MessageBoxA(NULL,"I-Scan\n\nFile integrity violated!", carrega.Nome_das_Janelas, MB_OK | MB_ICONSTOP);}
    void Injetado(){
     if (carrega.Log_Txt_Hack == 1){using namespace std;ofstream out("RMGuard/Log.txt", ios::app);out << "\n I-Scan:  ", out <<   "File integrity violated!";}    if (carrega.Message_Warning_En == 1){    CreateThread(NULL,NULL,LPTHREAD_START_ROUTINE(Msg_I_En),NULL,0,0);    Sleep(5000);     ExitProcess(0);    }    else CreateThread(NULL,NULL,LPTHREAD_START_ROUTINE(Msg_I_Br),NULL,0,0);    Sleep(5000);     ExitProcess(0);    }
    void I_loop(){ // Dica: [NOME.extenção] não é case sensitive.     if (GetModuleHandle("speedhack.dll")    ||         (GetModuleHandle("speed-hack.dll"))  ||        (GetModuleHandle("speed-hack.dll"))  ||        (GetModuleHandle("speed_hack.dll"))  ||        (GetModuleHandle("hack_speed.dll"))  ||        (GetModuleHandle("hack-speed.dll"))  ||        (GetModuleHandle("hackspeed.dll"))   ||        (GetModuleHandle("hack.dll"))        ||        (GetModuleHandle("wpepro.dll"))      ||        (GetModuleHandle("Cr4ck3r.dll"))     ||        (GetModuleHandle("wpeprospy.dll"))   ||        (GetModuleHandle("engine.dll"))      ||         (GetModuleHandle("CheatEngine.dll")) ||         (GetModuleHandle("c.e.dll"))         ||         (GetModuleHandle("cheat.dll"))       ||       // (GetModuleHandle("FoxAnti.dll"))     ||          (GetModuleHandle("smoll.dll"))        )    {     Injetado();    }    if(!FindWindow(NULL,"Nada acontece..."))    {}}
    void I_Scan(){    again:    I_loop();    Sleep(60000);    goto again;}
    void Dll_Inject(){    CreateThread(NULL,NULL,LPTHREAD_START_ROUTINE(I_Scan),NULL,0,0);    I_loop();}
    
    /*Outra opção: HANDLE Dll = LoadLibraryA(".\\FoxAnti.dll"); if(Dll != NULL) Msg_I();}*/


    Code:
    extern  "C"  __declspec(dllexport) void __cdecl papayo()  // Função API (init) da dll{
    
    
    // ATENÇÃO! (1) LIGA / (0) DESLIGA  (Alguns precisam ser CONFIGURADOS, ative 1 à 1 testando cada ou a dll não vai deixar ativar o warz.exe...)
    
    
        carrega.Splash_Screen                = 1; // Carrega imagem de splash na entrada (/RMGuard/Protect.bmd)
        carrega.Log_Txt_Hack                = 1; // Cria texto de log dos hacks detectados ( "RMGuard/Log.txt" )
        carrega.Message_Warning_En          = 0; // Mensagens de detecção de hack em inglês:   1 = Ingles / 0 = Português
        //Proteção de arquivos
        carrega.Carrega_serial_versao        = 0; // Carrega Configuraçoes Do Server Ip/Serial/Versao (precisa configurar os Offsets antes de usar)
        carrega.Verifica_Nome                 = 0; // Verifica se o Nome.extenção do main / launcher existe na pasta
        carrega.Launcher_Ativo              = 0; // Ativa verificação do Launcher ativo na memória por nome (Configure o nome da janela no Launcher_ativo.cpp)
        carrega.Exe_Start                    = 0; // Executa "algum" executável pelo NOME, (obs: precisa estar na pasta do main e estarta o programa configurado quando estarta o main de novo )
        // CRC de arquivos
        carrega.Ativa_conferencia_CRC       = 0; // Ativa verificação de CRC à cada 70 segundos (Deve estar sempre ativo ou CRC não funfa)
        carrega.CRC_Just_One_time              = 0; // Ativando esta opção a conferência de CRC acontece APENAS UMA VEZ depois de 60 segundos 
        carrega.CRC_Launcher                = 0; // Carrega Verificaçao De CRC Do Launcher
        carrega.CRC_ProtectBMP                = 0; // Carrega Verificaçao De CRC da Protect.bmd 
        carrega.CRC_WebZenLogoOZJ            = 0; // Carrega Verificaçao De CRC da imagem de entrada do server 
        carrega.CRC_Player                    = 0; // Carrega Verificaçao De CRC Do Player.bmd 
        carrega.CRC_7_Terrains                = 0; // Carrega Verificaçao Dos 7 Primeiros Terrain ("Data/World1/EncTerrain1.att") etc...
        //Carregar Glow (Mu Online)
        carrega.Glow                        = 0; // Carrega Dll Glow, Obs: Versoes 97
        //Minimizer
        carrega.Minimizer                    = 0; // Carrega Minimizer
        //Detectores
        carrega.Detecta_Hide                = 0; // Detectar Hide Toolz  ( arrumeir mas não funfa, DETECTA JANELAS (hide) DO PRÓPRIO WIDNOWS, sempre dá dc! )
        carrega.Detecta_Dump                = 0; // Detectar DUMP
        carrega.Detecta_Window                = 0; // Detectar nome de janela
        carrega.Detecta_ClassName           = 0; // Detectar processos por classeName
        carrega.Detecta_Heuristica            = 0; // Detectar bad Words
        carrega.Detecta_Inject                = 0; // Detectar dll inject (Detecta inject por nome.extenção da dll injetada)
        carrega.Detecta_Kill                = 0; // Ativa contagem de threads ativos no main ( precisa configurar de acordo com a quantidade de threads do main ou não funciona )
    
    
        //Configurações que impedem de deletar / mudar a dll
    
    
        //carrega.Jump_asm                    = "U‹ìjÿh°†h.h°";       // Descomentar no Serial_Versão.cpp para ativar (precisa configurar) Dá memoriset em algum JUMP no main.exe, no caso esse main.exe o ofsset era 0066D65D, sem a dll não inicia 
        carrega.Serial                        = "UK4l32T426CaMOy9";    // Serial Do Servidor ( sem a dll não conecta ) = "UK4l32T426CaMOy9"  
        carrega.Versao                        = "1;<4=";                // Versao Do Servidor ( sem a dll não conecta ) = "1;<4=";
        carrega.IP                            = "127.0.0.1";        // Ip Do Servidor, é alfanumérico. (Launcher que usa memoriset no endereço inutiliza essa função ..
        //Configurações do server
        carrega.Nome_das_Janelas            = "WarZ";               // Nome que aparece nas janelas de splash de detecção e minimizer
        carrega.Nome_do_Main                = "WarZ.exe";      // Nome.extenção do main para verificação e detecta kill 
        carrega.Nome_do_Launcher            = "LauncherWarZ.exe";  // Nome.extenção do main para verificação 
            
        //Configura CRCs de arquivos ( use algum gerador de CRC de sua preferência, usei o [Igorware hasher])
        carrega.CRC_PlayerBMD                = 0xd77eb164;            // Player.BMD
        carrega.CRC_Protect                  = 0xdcd33bfd;            // Protect.BMP
        carrega.CRC_WebLogo                 = 0xacdd7f2e;           // WebZenlogo.OZJ
        carrega.CRC_LauncherEXE                = 0x3c7e1293;             // Launcher 
        carrega.CRC_Terrain1                = 0x5339965e;            // Terrain 1 
        carrega.CRC_Terrain2                = 0xc3e83648;            // Terrain 2 
        carrega.CRC_Terrain3                = 0x0847c665;            // Terrain 3 
        carrega.CRC_Terrain4                = 0x7cc0297c;            // Terrain 4 
        carrega.CRC_Terrain5                = 0x76487ad9;            // Terrain 5 
        carrega.CRC_Terrain6                = 0xb3b0cf70;            // Terrain 6 
        carrega.CRC_Terrain7                = 0x98fb5fca;           // Terrain 7 
    }
    BOOL APIENTRY DllMain( HMODULE hModule,
                          DWORD ul_reason_for_call,
                          LPVOID lpReserved ) {
    
    
                                  switch (ul_reason_for_call)
                                  {
                                  case DLL_PROCESS_ATTACH:
                                  m_DllModule = hModule;
                                                           
                                  papayo(); //Carrega funções da  dll        
    
    
                                  if(carrega.Splash_Screen == 1)
                                  {
                                  SplashShow();
                                  }    
    
    
                                  if(carrega.Verifica_Nome == 1)
                                  {
                                  carrega.Nome_Main();
                                  carrega.Nome_Launcher();
                                  }                            
                                                        
                                  if(carrega.Exe_Start == 1)
                                  {
                                  if(!FindWindowA(0, "Win MU")) // É o nome da Janela que aparece no TASK MANAGER não do .exe.
                                  WinExec("RMGuard/protecao.exe", SW_SHOWNORMAL);
                                  if(!FindWindowA(0, "Click0r")) // É o nome da Janela que aparece no TASK MANAGER não do .exe.
                                  WinExec("RMGuard/Click0r.exe", SW_SHOWNORMAL);
                                  Sleep (5000);    
                                  }                                                   
    
    
                                  if(carrega.Minimizer == 1)
                                  {
                                  Carrega_Minimizer();
                                  _beginthread( Minimizer_Time, 0, NULL  );
                                  }    
    
    
                                  if(carrega.Ativa_conferencia_CRC == 1) 
                                  {                                               
                                  _beginthread( MainThread, 0, NULL  );
                                   }
    
    
                                  if(carrega.Glow == 1)
                                  {
                                  LoadLibraryA("Glow.dll");
                                  }                               
    
    
                                  if(carrega.Detecta_Hide == 1)
                                  {
                                  DetectHide();
                                  }
    
    
                                  if(carrega.Detecta_Dump == 1)
                                  {
                                  ProtectionMain();
                                  } 
    
    
                                  if(carrega.Detecta_Window == 1)
                                  {
                                  TitleCheckWindow();
                                  YProtectionMain();
                                  }
    
    
                                  if(carrega.Detecta_Heuristica == 1)
                                  {
                                  TxtCheckWindow();
                                  XProtectionMain();
                                  }
    
    
                                  if(carrega.Detecta_ClassName == 1)
                                  {
                                  ClasseCheckWindow();
                                  ZProtectionMain();
                                  }             
    
    
                                  if(carrega.Launcher_Ativo == 1)
                                  {
                                  LA_On_byName();
                                  }
                                                                              
                                  if(carrega.Detecta_Inject == 1)                                
                                  {
                                  Dll_Inject();
                                  }                                
    
    
                                  if (carrega.Detecta_Kill == 1)
                                  {
                                  AntiKill();  //São 3 threads para evitar o fechamento do próprio detector de fechamento de threads...
                                  AntiKill2();
                                  AntiKill3();
                                  }
    
    
                                  if(carrega.Carrega_serial_versao == 1)
                                  {
                                  Serial_e_Etc();
                                  }
                                                                                
                              break;
                              case DLL_THREAD_ATTACH:
                              case DLL_THREAD_DETACH:
                              case DLL_PROCESS_DETACH:
                                  break;
                              }
                              return TRUE;
    }

  8. #23
    Breshit bara Elohim loveomg is online now
    MemberRank
    Mar 2007 Join Date
    642Posts

    Re: Warz Simple Anti Hack - dll

    WarZ.dll cause some serious error on Windows XP machine.
    if you load it on XP, you will see EnumSystemLocalesEx(Kernel32) error message.
    because WarZ.dll is built on Visual Studio 2012 maybe...
    so I request you to rebuild it on VS2008 or just share the source code.
    many users on my server couldn't run WarZ because that error..

  9. #24
    Android Developer doidloko is offline
    MemberRank
    Aug 2012 Join Date
    BrasilLocation
    253Posts

    Re: Warz Simple Anti Hack - dll

    users with xp ? wtf

  10. #25
    Account Upgraded | Title Enabled! Maxunit is offline
    MemberRank
    Dec 2005 Join Date
    217Posts

    Re: Warz Simple Anti Hack - dll

    Yep, people still use Windows XP. Most stable OS after Windows 7. Vista was crap and to many people did not switch to Vista or 7.

  11. #26
    Valued Member ihavethepower is offline
    MemberRank
    Sep 2006 Join Date
    BrazilLocation
    131Posts

    Re: Warz Simple Anti Hack - dll

    doidloko, it crashes in win 8, 2012 server and 7 too, any solutions for that?

  12. #27
    Enthusiast nadood1g is offline
    MemberRank
    Sep 2013 Join Date
    31Posts

    Re: Warz Simple Anti Hack - dll

    i need dll source code

  13. #28
    Member budaihu is offline
    MemberRank
    Sep 2013 Join Date
    77Posts

    Re: Warz Simple Anti Hack - dll

    Please upload the AntiCheat source!

  14. #29
    failed in javascript ItzFdr is offline
    MemberRank
    May 2013 Join Date
    BrasilLocation
    293Posts

    Re: Warz Simple Anti Hack - dll

    You dont need to change your process to WarZ.exe, Open "WarZ.dll" with Notepad and Search for ""WarZ.exe"" --> No quotes

    And Change to your .exe name

    Exemple: Allright.exe

    and SAVE!

  15. #30
    Proficient Member therehere3 is offline
    MemberRank
    Sep 2013 Join Date
    166Posts

    Re: Warz Simple Anti Hack - dll

    Hello doidloko!
    Can I buy the source code from you for like $5?
    And what language was it coded in?



Page 2 of 3 FirstFirst 123 LastLast

Advertisement