GameAnarchy

Welcome to RPG HACKS

Happy Hacking

Coder Of this Week:

MR.Gamer
Ferlanzkie

Special thanks for Adminstrator

Join the forum, it's quick and easy

GameAnarchy

Welcome to RPG HACKS

Happy Hacking

Coder Of this Week:

MR.Gamer
Ferlanzkie

Special thanks for Adminstrator

GameAnarchy

Would you like to react to this message? Create an account in a few clicks or log in to continue.
GameAnarchy

Welcome to RPG HACKS

Latest topics

» I have Temporarry Injector
patulong jan..!! EmptyThu Sep 17, 2015 5:49 pm by Perx.allan

» PBPH - Forg Hack 6.0 [Update]
patulong jan..!! EmptySun Sep 13, 2015 3:02 pm by overload

» League of Legends Hack Leech
patulong jan..!! EmptySat Sep 12, 2015 3:19 pm by krad0822

» Assault Fire D3D hack Menu
patulong jan..!! EmptySat Sep 12, 2015 3:16 pm by krad0822

» ReMake WH
patulong jan..!! EmptyThu Jul 30, 2015 8:00 pm by lollers23

» Dragon City
patulong jan..!! EmptyWed Jul 29, 2015 3:40 pm by Perx.allan

» Information
patulong jan..!! EmptyWed Jul 29, 2015 3:36 pm by Perx.allan

» opk release
patulong jan..!! EmptySun Jun 14, 2015 11:47 pm by Perx.allan

» Hello Guyz.
patulong jan..!! EmptySun Jun 07, 2015 12:09 pm by Perx.allan


4 posters

    patulong jan..!!

    avatar
    franky123
    Lvl 1 Member
    Lvl 1 Member


    Posts : 5
    Rpg Points : 65987
    Reputation : 0
    Join date : 2015-05-02

    Help patulong jan..!!

    Post by franky123 Sat May 02, 2015 11:00 pm

    admin
    [You must be registered and logged in to see this link.]
    [You must be registered and logged in to see this link.]

    [You must be registered and logged in to see this link.] ADR_Playerpointer 0x00A9BDC8
    [You must be registered and logged in to see this link.] ADR_Serverpointer 0x00A9AD6C
    [You must be registered and logged in to see this link.] ADR_STW                 0x886574
    [You must be registered and logged in to see this link.] ADR_BONE 0x8C27E0
    [You must be registered and logged in to see this link.] ADR_Glasswall 0x00A9959C
    [You must be registered and logged in to see this link.] OFS_sns 0x8C1800
    [You must be registered and logged in to see this link.] OFS_FastReload 0x004A2D0

    DWORD *ingame= (DWORD*)ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;

    void GlassWall()
    {
    if(GetKeyState(VK_MBUTTON))
    *(int*)ADR_Glasswall = 1;
     else
    {
    *(int**)ADR_Glasswall = 0;
    }
    void all()
    {
    *(double*)ADR_STW   = 0.3;
    *(double*)ADR_STW   = 0.5;
    *(double*)ADR_sns   = 0;
    }
    void BONE()
    {
     if(GetAsyncKeyState(VK_F5) &1) //ON
    {
     MessageBeep(MB_ICONINFORMATION);
     *(float*)ADR_BONE = 1235;
     }
     void BONE()
    {
    if(GetAsyncKeyState(VK_F6) &1) //OFF
    {
     MessageBeep(MB_ICONINFORMATION);
     *(float*)ADR_BONE = 1237;
     }
    void FastReload()

    {

    DWORD dwPlayerPtr = *(DWORD*)ADR_Serverpointer;
    if(dwPlayerPtr != 0)
    {
    *(BYTE*)(dwPlayerPtr+OFS_FastReload) = 1;
    }

    }

    void HackThread()
    {
    for(;; )
    {
    //if(*ingame)
    {
    all();

    }
    //if(*outgame)
    {
    }
    Sleep(20); //prevent for overloading the cpu
    }
    }
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL, "Franky Benedict Galit ", "Made by:", MB_OK);
    MessageBoxA(NULL, "Jhem and all Coderz", "Credits", MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }

    @jhem?
    Perx.allan
    Perx.allan
    Adminstrator
    Adminstrator


    Posts : 87
    Rpg Points : 88735
    Reputation : 2
    Join date : 2015-04-12

    Help Re: patulong jan..!!

    Post by Perx.allan Sun May 03, 2015 1:41 am

    is this Update source code ?
    Silentheart
    Silentheart
    Global Moderator
    Global Moderator


    Posts : 19
    Rpg Points : 66231
    Reputation : 2
    Join date : 2015-04-22
    Location : fuck

    Help Re: patulong jan..!!

    Post by Silentheart Sun May 03, 2015 1:46 am

    franky123 wrote:admin
    [You must be registered and logged in to see this link.]
    [You must be registered and logged in to see this link.]

    [You must be registered and logged in to see this link.] ADR_Playerpointer 0x00A9BDC8
    [You must be registered and logged in to see this link.] ADR_Serverpointer 0x00A9AD6C
    [You must be registered and logged in to see this link.] ADR_STW                 0x886574
    [You must be registered and logged in to see this link.] ADR_BONE 0x8C27E0
    [You must be registered and logged in to see this link.] ADR_Glasswall 0x00A9959C
    [You must be registered and logged in to see this link.] OFS_sns 0x8C1800
    [You must be registered and logged in to see this link.] OFS_FastReload 0x004A2D0

    DWORD *ingame= (DWORD*)ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;

    void GlassWall()
    {
    if(GetKeyState(VK_MBUTTON))
    *(int*)ADR_Glasswall = 1;
     else
    {
    *(int**)ADR_Glasswall = 0;
    }
    void all()
    {
    *(double*)ADR_STW   = 0.3;
    *(double*)ADR_STW   = 0.5;
    *(double*)ADR_sns   = 0;
    }
    void BONE()
    {
     if(GetAsyncKeyState(VK_F5) &1) //ON
    {
     MessageBeep(MB_ICONINFORMATION);
     *(float*)ADR_BONE = 1235;
     }
     void BONE()
    {
    if(GetAsyncKeyState(VK_F6) &1) //OFF
    {
     MessageBeep(MB_ICONINFORMATION);
     *(float*)ADR_BONE = 1237;
     }
    void FastReload()

    {

    DWORD dwPlayerPtr = *(DWORD*)ADR_Serverpointer;
    if(dwPlayerPtr != 0)
    {
    *(BYTE*)(dwPlayerPtr+OFS_FastReload) = 1;
    }

    }

    void HackThread()
    {
    for(;; )
    {
    //if(*ingame)
    {
    all();

    }
    //if(*outgame)
    {
    }
    Sleep(20); //prevent for overloading the cpu
    }
    }
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL, "Franky Benedict Galit ", "Made by:", MB_OK);
    MessageBoxA(NULL, "Jhem and all Coderz", "Credits", MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
    }
    return TRUE;
    }

    @jhem?
    Remove the STW and SNS
    Silentheart
    Silentheart
    Global Moderator
    Global Moderator


    Posts : 19
    Rpg Points : 66231
    Reputation : 2
    Join date : 2015-04-22
    Location : fuck

    Help Re: patulong jan..!!

    Post by Silentheart Sun May 03, 2015 1:47 am

    void HackThread()
    {
    for(;; )
    {
    GlassWall();
    FastReload();
    {
    all();

    }
    {
    }
    Sleep(50)
    }
    }
    Perx.allan
    Perx.allan
    Adminstrator
    Adminstrator


    Posts : 87
    Rpg Points : 88735
    Reputation : 2
    Join date : 2015-04-12

    Help Re: patulong jan..!!

    Post by Perx.allan Sun May 03, 2015 2:10 am

    tol ? PM me sa FB

    [You must be registered and logged in to see this link.]
    avatar
    franky123
    Lvl 1 Member
    Lvl 1 Member


    Posts : 5
    Rpg Points : 65987
    Reputation : 0
    Join date : 2015-05-02

    Help Re: patulong jan..!!

    Post by franky123 Sun May 03, 2015 1:20 pm

    ung bone pa SIR
    avatar
    Ryod Vincent Arevalo
    Lvl 1 Member
    Lvl 1 Member


    Posts : 13
    Rpg Points : 66077
    Reputation : 0
    Join date : 2015-04-29

    Help Re: patulong jan..!!

    Post by Ryod Vincent Arevalo Sun May 03, 2015 4:20 pm

    Updated ba yan addies nya?
    avatar
    franky123
    Lvl 1 Member
    Lvl 1 Member


    Posts : 5
    Rpg Points : 65987
    Reputation : 0
    Join date : 2015-05-02

    Help Re: patulong jan..!!

    Post by franky123 Sun May 03, 2015 8:46 pm

    tulongan mu muna aku

    Sponsored content


    Help Re: patulong jan..!!

    Post by Sponsored content


      Current date/time is Tue May 14, 2024 12:51 am