Results 1 to 9 of 9
  1. #1
    loo4crn's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive

    OPK CPlayer , CBase ( address Thank you)

    struct CPlayer
    {
    char Unknown1[66308]; //0x0
    float X; //0x10304
    char Unknown2[4]; //0x10308
    float Y; //0x1030C
    char Unknown3[4]; //0x10310
    float Z; //0x10314
    };

    struct CBase
    {
    CPlayer* local; //0x0000
    char unknown4[72]; //0x0004
    CPlayer** player; //0x004C
    char unknown80[48]; //0x0050

    struct CLocal
    {
    char unknown0[32]; //0x0000
    vectorA pos; //0x0020
    char unknown44[36]; //0x002C
    float pitch; //0x0050
    float yaw; //0x0054
    char unknown88[16]; //0x0058
    float down; //0x0068
    float up; //0x006C
    float fovx; //0x0070
    float fovy; //0x0074
    };//Size=0x0078(120)


    unknown address How to find ??
    Are you a oldi?
    Please.

  2. #2
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy
    Quote Originally Posted by loo4crn View Post
    struct CPlayer
    {
    char Unknown1[66308]; //0x0
    float X; //0x10304
    char Unknown2[4]; //0x10308
    float Y; //0x1030C
    char Unknown3[4]; //0x10310
    float Z; //0x10314
    };

    struct CBase
    {
    CPlayer* local; //0x0000
    char unknown4[72]; //0x0004
    CPlayer** player; //0x004C
    char unknown80[48]; //0x0050

    struct CLocal
    {
    char unknown0[32]; //0x0000
    vectorA pos; //0x0020
    char unknown44[36]; //0x002C
    float pitch; //0x0050
    float yaw; //0x0054
    char unknown88[16]; //0x0058
    float down; //0x0068
    float up; //0x006C
    float fovx; //0x0070
    float fovy; //0x0074
    };//Size=0x0078(120)


    unknown address How to find ??
    Are you a oldi?
    Please.
    where did u get that 1? Leech? you should give some credits!

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











  3. #3
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,099
    My Mood
    Aggressive
    All you need is to update remote for cBase and also the offets pos. x,y,z!






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



    Youtube Channel


     


  4. #4
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy
    there u go,

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











  5. #5
    XTCKazbah's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    40
    Code:
    class cPositions
    {
    	public:
    		float PosX;//0x0
    		char __01[0x4];//0x4
    		float PosY;//0x8
    		char __02[0x4];//0xC
    		float PosZ;//0x10
    };//sizeOf = 0x10
    
    /*0x010304*/ cPositions PlayerPosition;
    
    class CBase
    {
        public:
            /*0xB18F40*/ cPlayer* Local;
            /*0xB18F44*/ char unknown0[0x137610];
            /*0xC50554*/ cPlayer** player;
    };
    here you have it

    cLocal you can use the old one

  6. #6
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy
    Quote Originally Posted by XTCKazbah View Post
    Code:
    class cPositions
    {
    	public:
    		float PosX;//0x0
    		char __01[0x4];//0x4
    		float PosY;//0x8
    		char __02[0x4];//0xC
    		float PosZ;//0x10
    };//sizeOf = 0x10
    
    /*0x010304*/ cPositions PlayerPosition;
    
    class CBase
    {
        public:
            /*0xB18F40*/ cPlayer* Local;
            /*0xB18F44*/ char unknown0[0x137610];
            /*0xC50554*/ cPlayer** player;
    };
    here you have it

    cLocal you can use the old one
    is it INT? (: just asking mate!

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











  7. #7
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,099
    My Mood
    Aggressive
    Quote Originally Posted by F l a p J a c K ™ View Post
    is it INT? (: just asking mate!
    It's int not ph...






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



    Youtube Channel


     


  8. #8
    XTCKazbah's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    40
    is it INT? (: just asking mate!
    sure im coding for international server

  9. #9
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy
    Quote Originally Posted by XTCKazbah View Post
    sure im coding for international server
    im still newbie at struct xD

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











Similar Threads

  1. Please download the address, thank you repair DB
    By zyp224 in forum Mission Against Terror Discussions
    Replies: 8
    Last Post: 07-07-2011, 01:42 AM
  2. WarRock Retail code Information Ill thank you and give you + REP
    By bassam in forum Trade Accounts/Keys/Items
    Replies: 16
    Last Post: 07-28-2008, 09:24 AM
  3. YAY FINALLY THANK YOU!
    By supsupsup in forum General
    Replies: 13
    Last Post: 12-28-2007, 11:39 AM
  4. Thank You
    By Nishant2213 in forum WarRock - International Hacks
    Replies: 21
    Last Post: 11-20-2007, 01:39 PM
  5. Someone please help me thank you
    By exile120 in forum Trade Accounts/Keys/Items
    Replies: 1
    Last Post: 08-24-2007, 10:51 PM