Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other Semi-Popular First Person Shooter Hacks › WarRock - International Hacks › WarRock Hack Source Code › Original Hackshield Sourcecode

Original Hackshield Sourcecode

Posts 1–3 of 3 · Page 1 of 1
VA
vaelen
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.
#1 · 13y ago
Dave84311
[MPGH]Dave84311
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
#2 · 13y ago
Flengo
[MPGH]Flengo
This is outdated and old. Its from 2010 and a little useless now.

/Closed
#3 · 13y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • [NA] Original Vindictus CBT Client (No Hackshield)By SinXZ in Vindictus Hacks & Cheats
    30Last post 13y ago
  • If the original Hackshield changer didn't work for youBy slothybee in Combat Arms Hacks & Cheats
    0Last post 17y ago
  • HackShield ORIGINALBy johwsouza in Combat Arms Brazil Help
    5Last post 15y ago
  • original map listBy prox32 in WarRock - International Hacks
    3Last post 19y ago
  • original gun sound folderBy prox32 in WarRock - International Hacks
    0Last post 19y ago

Tags for this Thread

None