Results 1 to 3 of 3
  1. #1
    vaelen's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    My Mood
    Psychedelic

    Original Hackshield Sourcecode

    Hello, i can leak the complete sourcecode of AhnLab's Hackshield as of a version from Oct 2010.

    I need a fully functioning bypass for WarRock HS. Pm me the bypass, i pm you the source.

    Of course, i can proof that i have them files.

    Let's take a look in a header file of the project:
    Code:
    #pragma once
    
    #ifdef _PROTECT_HACKSHIELD
    
    #include ********
    #include ********
    
    class CAhnLabHackShield : public TSimpleSingleton< CAhnLabHackShield >
    {
    public:
        static CAhnLabHackShield&        GetSingleton();
        static CAhnLabHackShield*        GetSingletonPtr();
    
        CAhnLabHackShield();
        ~CAhnLabHackShield();
    
        //AhnLab HackShield File Update
        BOOL        HackShieldFileUpdate();
    
        BOOL        StartUp();
        VOID        ShutDown();
    
        BOOL        GetAhnLabHackShieldInitializeState()        {return m_bIsAhnLabHackShieldInitialize;}
    
        
        void ClientCompulsionExit();
    
    private:
        //AhnLab HackShield Initialize
        static        BOOL HS_Init();
        //AhnLab HackShield StartService
        BOOL        HS_StartService();
        //AhnLab HackShield Stop Service
        BOOL        HS_StopService();
        //AhnLab HackShield UnInitialize
        BOOL        HS_UnInit();
    
        //AhnLab HackShield Callback Proc
        static int __stdcall HS_CallbackProc( long lCode, long lParamSize, void* pParam );
    
        //Unhandled Exception Handler
        static void        Game_UnhandledExceptionHandler();
    
        //Client 
        static void CALLBACK TimerProc( HWND hWnd, UINT wMsg, UINT idEvent, DWORD dwTime );
    
        //Ahnlab Report 
        static void ExecuteAhnlabReport(DWORD dwErrorCode);
    
    private:
        BOOL        m_bIsAhnLabHackShieldInitialize;
    };
    
    //typedef  Loki::SingletonHolder<CAhnLabHackShield>        AhnLabHackShield;
    //#define  _AhnLabHackShield                               AhnLabHackShield::Instance()
    //#define  CREATE_SINGLETON_AHNLAB_HACKSHIELD()           _AhnLabHackShield
    
    #define _AhnLabHackShield                                                        CAhnLabHackShield::GetInstance()
    #define        CREATE_SINGLETON_AHNLAB_HACKSHIELD()       _AhnLabHackShield
    
    #endif// #ifdef _PROTECT_HACKSHIELD
    I just need a working bypass.

  2. #2
    Dave84311's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    The Wild Wild West
    Posts
    35,837
    Reputation
    5782
    Thanks
    41,292
    My Mood
    Devilish
    Oh you mean this:
    Code:
    /*****************************************************************************
            AhnLabHackShield.h
    
            created        : 2010/10/05
            author        : Jung Wooyol
    
            purpose        :
            --------------------------------------------------------------------------
            Copyright (C) 2010 - STUDIO TIMBER. All Rights Reserved.
    *****************************************************************************/
    #pragma once
    
    #ifdef _PROTECT_HACKSHIELD
    
    #include "HShield.h"
    #include "HSUpChk.h"
    
    class CAhnLabHackShield : public TSimpleSingleton< CAhnLabHackShield >
    {
    public:
        static CAhnLabHackShield&        GetSingleton();
        static CAhnLabHackShield*        GetSingletonPtr();
    
        CAhnLabHackShield();
        ~CAhnLabHackShield();
    
        //AhnLab HackShield File Update
        BOOL        HackShieldFileUpdate();
    
        BOOL        StartUp();
        VOID        ShutDown();
    
        BOOL        GetAhnLabHackShieldInitializeState()        {return m_bIsAhnLabHackShieldInitialize;}
    
        //Client 碍力 辆丰
        void ClientCompulsionExit();
    
    private:
        //AhnLab HackShield Initialize
        static        BOOL HS_Init();
        //AhnLab HackShield StartService
        BOOL        HS_StartService();
        //AhnLab HackShield Stop Service
        BOOL        HS_StopService();
        //AhnLab HackShield UnInitialize
        BOOL        HS_UnInit();
    
        //AhnLab HackShield Callback Proc
        static int __stdcall HS_CallbackProc( long lCode, long lParamSize, void* pParam );
    
        //Unhandled Exception Handler
        static void        Game_UnhandledExceptionHandler();
    
        //Client 碍力 辆丰甫 困茄 Timer
        static void CALLBACK TimerProc( HWND hWnd, UINT wMsg, UINT idEvent, DWORD dwTime );
    
        //Ahnlab Report 扁瓷
        static void ExecuteAhnlabReport(DWORD dwErrorCode);
    
    private:
        //Ahnlab Hackshield 劝己拳 咯何
        BOOL        m_bIsAhnLabHackShieldInitialize;
    };
    
    //typedef  Loki::SingletonHolder<CAhnLabHackShield>        AhnLabHackShield;
    //#define  _AhnLabHackShield                               AhnLabHackShield::Instance()
    //#define  CREATE_SINGLETON_AHNLAB_HACKSHIELD()           _AhnLabHackShield
    
    #define _AhnLabHackShield                                                        CAhnLabHackShield::GetInstance()
    #define        CREATE_SINGLETON_AHNLAB_HACKSHIELD()       _AhnLabHackShield
    
    #endif// #ifdef _PROTECT_HACKSHIELD





    THE EYE OF AN ADMINISTRATOR IS UPON YOU. ANY WRONG YOU DO IM GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE IM GONNA BE


    "First they ignore you. Then they laugh at you. Then they fight you. Then you lose.” - Dave84311

    HAVING VIRTUAL DETOX

  3. The Following User Says Thank You to Dave84311 For This Useful Post:

    Jhem (03-20-2013)

  4. #3
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    This is outdated and old. Its from 2010 and a little useless now.

    /Closed
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


Similar Threads

  1. [Detected] [NA] Original Vindictus CBT Client (No Hackshield)
    By SinXZ in forum Vindictus Hacks & Cheats
    Replies: 30
    Last Post: 05-04-2013, 02:19 AM
  2. [Solved] HackShield ORIGINAL
    By johwsouza in forum Combat Arms Brazil Help
    Replies: 5
    Last Post: 06-22-2011, 06:03 PM
  3. If the original Hackshield changer didn't work for you
    By slothybee in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 12-24-2008, 04:02 PM
  4. original gun sound folder
    By prox32 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 08-02-2007, 10:06 AM
  5. original map list
    By prox32 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 06-11-2007, 04:59 PM