Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Hybrid View

  1. #1
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750

    @MJCreado OR KUNG SINO MAMAW DYAN HELP !

    PANO PO I BYPASS YUNG GAMEGUARD?
    KAYLANGAN PABA NG BYPASS ADDY?

    BAKIT DETECTED >,< tsk. tsk.

    #include <windows.h>
    #include <stdio.h>

    //--------------------------Define Hacks--------------------------//
    #define Addr_Playerpointer 0x00AD25C0
    #define Addr_Serverpointer 0x009CC978
    #define ADR_FastAmmo 0x009541AC
    #define ADR_FastHealth 0x009541B0
    #define ADR_FastRepair 0x009541B4
    #define ADR_Unliammo 0x0098A160
    #define ADR_Glasswall 0x00956B54
    #define OFS_Z 0x0010300
    #define OFS_NFD 0x00102E0
    #define ADR_Speed 0x008025A4
    #define ADR_UnliSP 0x007F1F54
    #define ADR_ExtraAmmo1 0x00950CD4
    #define ADR_ExtraAmmo2 0x00950CD5
    #define OFS_NORECOIL1 0xC444
    #define OFS_NORECOIL2 0xC444
    #define OFS_NORECOIL3 0xC444
    #define ADR_SuperNoSpread 0xC444
    //--------------------------End Define Addies--------------------------//
    //--------------------------Define HackThread--------------------------//

    DWORD ammo;
    DWORD *ingame= (DWORD*)Addr_Playerpointer;
    DWORD *outgame= (DWORD*)Addr_Serverpointer;

    //--------------------------End Define HackThread--------------------------//

    //--------------------------Start Hacks--------------------------//
    void ServerHacks() // Start ServerHacks
    {
    DWORD dwSrvrPtr=*(DWORD*)Addr_Serverpointer;
    if(dwSrvrPtr!=0){

    }} //End ServerHacks

    void PlayerHacks() // Start PlayerHacks
    {
    DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
    if(dwPlayerPtr != 0){

    //SNS
    *(double*)ADR_SuperNoSpread = 0;

    //No Recoil
    *(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
    *(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
    *(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;

    //Extra Ammo A
    *(int*)(ADR_ExtraAmmo1) = 1;

    //Extra Ammo S
    *(int*)(ADR_ExtraAmmo2) = 1;

    //Fast All
    *(float*)(ADR_FastRepair) = 999999999;
    *(float*)(ADR_FastHealth) = 999999999;
    *(float*)(ADR_FastAmmo) = 9999999;

    //record ammo
    if (GetAsyncKeyState(VK_F8)) //record ammo
    {
    ammo = *(int*)ADR_Unliammo;
    }

    //Ammo On
    if(GetAsyncKeyState(VK_F5) &1) //on
    {
    *(int*)ADR_Unliammo = 0;
    }

    //Ammo Off
    if(GetAsyncKeyState(VK_F6) &1) //off
    {
    *(int*)ADR_Unliammo = ammo ;
    }

    //Super Jump
    {
    if(GetAsyncKeyState(VK_CONTROL) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
    *(float*)(dwPlayerPtr+OFS_Z) = 1600;
    }
    }

    //Dig
    {
    if(GetAsyncKeyState(VK_MENU) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
    *(float*)(dwPlayerPtr+OFS_Z) = -2800;
    }
    }

    //No Fall Damage
    {
    DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NFD) = -10000;
    }
    }

    //Speed x2
    {if(GetAsyncKeyState(VK_NUMPAD1) &1<< 0xF){
    *(float*)(ADR_Speed) = 200.0f;}}

    //Speed x3
    {if(GetAsyncKeyState(VK_NUMPAD2) &1<< 0xF){
    *(float*)(ADR_Speed) = 300.0f;}}

    //Speed x5
    {if(GetAsyncKeyState(VK_NUMPAD3) &1<< 0xF){
    *(float*)(ADR_Speed) = 500.0f;}}

    //Speed Normal
    {if(GetAsyncKeyState(VK_NUMPAD0) &1<< 0xF){
    *(float*)(ADR_Speed) = 100.0f;}}

    //GlassWall
    {
    if(GetAsyncKeyState(VK_MBUTTON)&1)
    {
    *(int*)(ADR_Glasswall) = 1;
    }
    if(GetAsyncKeyState(VK_CAPITAL)&1)
    {
    *(int*)(ADR_Glasswall) = 0;
    }
    }

    //Stamina
    *(float*)ADR_UnliSP = 9999999999;

    }} //End PlayerHacks

    //--------------------------End Hacks--------------------------//

    //-------------------------HackThread--------------------------//

    void HackThread(){
    for(;{
    if(*ingame)
    {
    PlayerHacks();
    }
    if(*outgame)
    {
    ServerHacks();
    }
    }
    Sleep(200);
    }

    //--------------------------End HackThread--------------------------//

    //--------------------------End--------------------------//
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {

    MessageBoxA(NULL,"Made By Ace Suazo","SUCCESSFULLY INJECT",MB_OK);//
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;

    }
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  2. #2
    k4m0t3's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    k4m0t3=Work?Busy:WR;
    Posts
    145
    Reputation
    10
    Thanks
    118
    My Mood
    Busy
    pano mo ba ni build ung project mo release or debug?
    most ng build n debug e detected. getz?

    wla kang zombie stop at STW d mo n getz ung sinabi ko sa tanong mo o d mo lang nilagay
    pansinin mo pag nka hack speed ka pati zombie nka hack speed din in short lahat ng i set mo sa player ganun din pati sa AI
    so kung i stop mo ang lakad mo!!!! getz mo na?
    Last edited by k4m0t3; 04-23-2012 at 10:23 PM.

  3. #3
    foreveryoujizz's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by k4m0t3 View Post
    pano mo ba ni build ung project mo release or debug?
    most ng build n debug e detected. getz?

    wla kang zombie stop at STW d mo n getz ung sinabi ko sa tanong mo o d mo lang nilagay
    pansinin mo pag nka hack speed ka pati zombie nka hack speed din in short lahat ng i set mo sa player ganun din pati sa AI
    so kung i stop mo ang lakad mo!!!! getz mo na?
    itong Code MAtagal natong dtected

  4. #4
    Threadstarter
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    Quote Originally Posted by k4m0t3 View Post
    pano mo ba ni build ung project mo release or debug?
    most ng build n debug e detected. getz?

    wla kang zombie stop at STW d mo n getz ung sinabi ko sa tanong mo o d mo lang nilagay
    pansinin mo pag nka hack speed ka pati zombie nka hack speed din in short lahat ng i set mo sa player ganun din pati sa AI
    so kung i stop mo ang lakad mo!!!! getz mo na?
    nakalimutan kolang i lagay yung stw at zombie stop
    tsaka dev c++ gamit ko.. LOLS
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  5. #5
    nokia6288's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    565
    Reputation
    10
    Thanks
    225
    My Mood
    Doubtful
    download ka ng Summer SDK
    DO NOT ABUSE OUR HACKS

    NEWBIE LANG PO AKO SA PAG CO-CODE NG HACKS

    RESPECT LIST:
    @pongping88
    @TheCamels8
    @HAxCodER™
    [W][S][H]
    MPGH


    PRESS [Download and Thanks] IF I HELPED PARA MAINSPIRE NAMAN AKO HAHAHAH
    Nokia6288: "I am pongping88"

  6. #6
    Threadstarter
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    Quote Originally Posted by nokia6288 View Post
    download ka ng Summer SDK
    summer sdk?

    this is what you mean?
    Download: DirectX 9.0 SDK Update - (Summer 2004) - Microsoft Download Center - Download Details

    then if i download that, what's next to do?
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  7. #7
    k4m0t3's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    k4m0t3=Work?Busy:WR;
    Posts
    145
    Reputation
    10
    Thanks
    118
    My Mood
    Busy
    Quote Originally Posted by akincbhevz View Post
    summer sdk?

    this is what you mean?
    Download: DirectX 9.0 SDK Update - (Summer 2004) - Microsoft Download Center - Download Details

    then if i download that, what's next to do?
    aw gagawa ka ng d3d? WOW!

  8. #8
    nokia6288's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    565
    Reputation
    10
    Thanks
    225
    My Mood
    Doubtful
    i link mo ung directory c++

    include and lib
    DO NOT ABUSE OUR HACKS

    NEWBIE LANG PO AKO SA PAG CO-CODE NG HACKS

    RESPECT LIST:
    @pongping88
    @TheCamels8
    @HAxCodER™
    [W][S][H]
    MPGH


    PRESS [Download and Thanks] IF I HELPED PARA MAINSPIRE NAMAN AKO HAHAHAH
    Nokia6288: "I am pongping88"

  9. #9
    sosomo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Bashful
    d nakaka gawa sa dev c++ ng hack

  10. #10
    Threadstarter
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    Quote Originally Posted by sosomo View Post
    d nakaka gawa sa dev c++ ng hack
    Lols.? did you mean di pwede sa dev c++ ?
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  11. #11
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,395
    My Mood
    Stressed
    Hhahahaha...Kla Ko Ace...Marunong ka Gumawa ng Hack....At Nag VIP Kapa...

  12. #12
    k4m0t3's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    k4m0t3=Work?Busy:WR;
    Posts
    145
    Reputation
    10
    Thanks
    118
    My Mood
    Busy
    LMAO! @Jheamuel123 sir addresses nman dyan d ko i re2lease ung address promise. anak ng kamote ang tagal mag search LOL! tips nlang ung sa PH ah wag ung nababasa ko dito sa MPGH

  13. #13
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    used hex view

    MUKANG PERA!

  14. #14
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,395
    My Mood
    Stressed
    Quote Originally Posted by HaXcODer View Post
    used hex view
    hex view? Dba Mas Mahirap Dyan...?

    Hehehe..Iwan ko Lang Kasi Di Ko Alam..XD

  15. #15
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    Quote Originally Posted by Jheamuel123 View Post
    hex view? Dba Mas Mahirap Dyan...?

    Hehehe..Iwan ko Lang Kasi Di Ko Alam..XD
    dpnde nmn sau qng san mo gamay mag hanap ng addies

    MUKANG PERA!

Page 1 of 2 12 LastLast

Similar Threads

  1. @MJcreado HELP HELP HELP !!!
    By αςε.εmόkόι in forum WarRock Philippines Help & Discussions
    Replies: 12
    Last Post: 03-23-2012, 08:31 PM
  2. @MJcreado HELP ME PLEASE
    By αςε.εmόkόι in forum WarRock Philippines Help & Discussions
    Replies: 2
    Last Post: 03-21-2012, 04:20 PM
  3. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM