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

    Hackshield Sourcecode Leak

    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
    Killa233's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    10
    hey great you have enough brains to search on google warrock server files -_- there public every were

    ---------- Post added at 10:41 PM ---------- Previous post was at 10:39 PM ----------

    server files = full source of the game wich = find all the cool hacks and unpatch them like weapon damage for the gun binder for warrock and perfect no fall damage

  3. #3
    vaelen's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    My Mood
    Psychedelic
    no.
    All you do is lies. Why you so frustrated?

    Give me bypass now.

  4. #4
    vaelen's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    My Mood
    Psychedelic
    GIVE ME HACKSHIELD BY PASS FOR NAOW
    Last edited by vaelen; 03-18-2013 at 09:55 PM.

  5. #5
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    your not the first to find this... i found it awhie back as well... I also have the full Sudden Attack server source, Database source, AND Dev game code. It's not hard to find things on googole

    commando: You're probably the best non-coder coder I know LOL


  6. #6
    SmithWilson's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by vaelen View Post
    GIVE ME HACKSHIELD BY PASS FOR NAOW
    Begging doesn't work. Make one on your own

  7. #7
    5555satan's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    i dont remember where i live
    Posts
    296
    Reputation
    10
    Thanks
    240
    My Mood
    Paranoid
    Quote Originally Posted by vaelen View Post
    GIVE ME HACKSHIELD BY PASS FOR NAOW
    i dont understand ur in CA section and you want us to give you a WarRock bypass?
    Press Thanks if i helped you / if you liked my signature



    Add me on skype: ReFusioNN-

  8. #8
    gotter's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Minecraft snowy Biome
    Posts
    360
    Reputation
    6
    Thanks
    153
    this kid simply fails... thats why he's begging and raging

  9. #9
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,587
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    This is from 2010 you're not gonna get shit.

    /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


  10. The Following 2 Users Say Thank You to Flengo For This Useful Post:

    drakest (03-22-2013),Skaterforeva1 (03-29-2013)

Similar Threads

  1. Original Hackshield Sourcecode
    By vaelen in forum WarRock Hack Source Code
    Replies: 2
    Last Post: 03-19-2013, 07:40 PM
  2. Punkbuster SourceCode!
    By cr4sh08 in forum Anti-Cheat
    Replies: 11
    Last Post: 08-10-2008, 04:34 PM
  3. Punkbuster SourceCode!
    By cr4sh08 in forum General Game Hacking
    Replies: 1
    Last Post: 05-19-2008, 09:10 AM
  4. GTA IV Leaked!
    By Seem in forum General
    Replies: 23
    Last Post: 04-28-2008, 07:53 PM