Results 1 to 11 of 11
  1. #1
    [G]CODER's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    4

    <<<[PlayerOPK Methode]>>>

    PlayerOPK Struct Methode


    Code:
    INT CH_PlayerOPK;
    VOID cPlayerHacks()
    {
        if ( p_Player->p_Local )
        {
            if ( CH_PlayerOPK )
            {
                for (int MaxPlayer = 0; MaxPlayer < 32; MaxPlayer++)
                {
                    p_Player->p_Global[MaxPlayer]->PosX = 0;
                    p_Player->p_Global[MaxPlayer]->PosY = 0;
                    p_Player->p_Global[MaxPlayer]->PosZ = 0;
                }
            }
        }
    }
    PlayerOPK Offset Methode


    Code:
    INT CH_PlayerOPK;
    VOID cPlayerHacks()
    {
        DWORD dwServerPtr = *(DWORD*)0x9E5770;//Serverpointer
        if ( dwServerPtr  != 0 )
        {
            if ( CH_PlayerOPK )
            {
                *(INT*)(dwServerPtr+0x160F8) = 0;//Serverpointer OPK Offset
            }
        }
    }
    PlayerOPK Asm Methode


    Code:
    INT CH_PlayerOPK;
    VOID cPlayerHacks()
    {
        if ( CH_PlayerOPK )
        {//I dont have the Asm OPK Addys!
            memcpy((VOID*)(ADR_ASM_OPK_1),(PBYTE)"\x90\x90\x90\x90\x90\x90",6);//Asm OPK 1 
            memcpy((VOID*)(ADR_ASM_OPK_2),(PBYTE)"\x90\x90\x90\x90\x90\x90",6);//Asm OPK 2
            memcpy((VOID*)(ADR_ASM_OPK_3),(PBYTE)"\x90\x90\x90\x90\x90\x90",6);//Asm OPK 3 
        }
    }
    Last edited by [G]CODER; 12-30-2012 at 11:54 PM.

  2. The Following 3 Users Say Thank You to [G]CODER For This Useful Post:

    Jhem (01-08-2013),RobinC (12-31-2012),~ExoduS~* (01-08-2013)

  3. #2
    RobinC's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Mpgh.exe
    Posts
    1,768
    Reputation
    69
    Thanks
    3,697
    My Mood
    Aggressive
    Quote Originally Posted by [G]CODER View Post
    PlayerOPK Struct Methode


    Code:
    INT CH_PlayerOPK;
    VOID cPlayerHacks()
    {
        if ( p_Player->p_Local )
        {
            if ( CH_PlayerOPK )
            {
                for (int MaxPlayer = 0; MaxPlayer < 32; MaxPlayer++)
                {
                    p_Player->p_Global[MaxPlayer]->PosX = 0;
                    p_Player->p_Global[MaxPlayer]->PosY = 0;
                    p_Player->p_Global[MaxPlayer]->PosZ = 0;
                }
            }
        }
    }
    PlayerOPK Offset Methode


    Code:
    INT CH_PlayerOPK;
    VOID cPlayerHacks()
    {
        DWORD dwServerPtr = *(DWORD*)0x9E5770;//Serverpointer
        if ( dwServerPtr  != 0 )
        {
            if ( CH_PlayerOPK )
            {
                *(INT*)(dwServerPtr+0x160F8) = 0;//Serverpointer OPK Offset
            }
        }
    }
    PlayerOPK Asm Methode


    Code:
    INT CH_PlayerOPK;
    VOID cPlayerHacks()
    {
        if ( CH_PlayerOPK )
        {//I dont have the Asm OPK Addys!
            memcpy((VOID*)(ADR_ASM_OPK_1),(PBYTE)"\x90\x90\x90\x90\x90\x90",6);//Asm OPK 1 
            memcpy((VOID*)(ADR_ASM_OPK_2),(PBYTE)"\x90\x90\x90\x90\x90\x90",6);//Asm OPK 2
            memcpy((VOID*)(ADR_ASM_OPK_3),(PBYTE)"\x90\x90\x90\x90\x90\x90",6);//Asm OPK 3 
        }
    }
    Maybe Will add This in my hack . Ofcourse with credits to you.

  4. #3
    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,394
    My Mood
    Stressed
    Nice! And Thanks!

  5. #4
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,100
    My Mood
    Aggressive
    Nice Sharing.... Thank's






    When Im gone dont forget me cause I will come back someday.



    Youtube Channel


     


  6. #5
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    opss good job man i have this :P

    MUKANG PERA!

  7. #6
    dungzkii's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    #defiine ADR_MPGH
    Posts
    1,473
    Reputation
    10
    Thanks
    2,175
    My Mood
    Sneaky
    what address needed this struct ?

  8. #7
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    offsets ofcourse

    MUKANG PERA!

  9. #8
    gegzastig's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    salamat po

  10. #9
    X1RK's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Pogi Daw Ako xD
    Posts
    31
    Reputation
    10
    Thanks
    43
    If you understand!

    must you know the wrong! xD!
    Respect List xD!

    X1RK
    D3ath
    [G]CODER
    GodModeHack


    FB Account xD! helenakarl19@yahoo.com

  11. #10
    ``IM`NATSU's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    ‎#include <neptalimanaog™>
    Posts
    338
    Reputation
    10
    Thanks
    418
    My Mood
    Breezy
    TNX FOR SHARING ^^

  12. #11
    NewbieHere's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    144
    Quote Originally Posted by gegzastig View Post
    salamat po

    Quote Originally Posted by X1RK View Post
    If you understand!

    must you know the wrong! xD!
    sAy What????


    @Alex_Agnew

    @TheCamels8



Similar Threads

  1. [Tut] unban hardware, second method
    By bagpiperdude90 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 04-19-2007, 11:53 AM
  2. New Warrock Patching Method
    By Dave84311 in forum Hack/Release News
    Replies: 3
    Last Post: 04-04-2007, 11:48 AM
  3. Get your hardware ban away methode#2
    By wesjj in forum WarRock - International Hacks
    Replies: 10
    Last Post: 03-09-2007, 08:09 AM
  4. [kol]working Dupe Method
    By AN1MAL in forum General Game Hacking
    Replies: 12
    Last Post: 01-01-2007, 02:06 PM
  5. New Methods of "LAMER" hacking
    By Dave84311 in forum WarRock - International Hacks
    Replies: 48
    Last Post: 07-09-2006, 10:02 PM