Results 1 to 14 of 14
  1. #1
    Jackal-'s Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Brazil!
    Posts
    124
    Reputation
    17
    Thanks
    610
    My Mood
    In Love

    Third Person For PB Kaybo



    Code:
    void ThirdPerson ( bool bActive )
    {
        DWORD    pCameraManager    = 0xAFE208;
        DWORD    fn          = 0x53EE40;
        int    mode        = bActive?4:bActive;    
    
        (*(int (__thiscall*)(void*, int, float))fn)(*(LPVOID*)pCameraManager, mode, 0.0);    
    }
    for call this function use

    Code:
    if(variable)
    {
    ThirdPerson(true);
    }else{
    ThirdPerson(false);
    }
    Code:
    how to update pCameraManager search for : g_pCameraManager
    and for update address third person use :
    
    #define PATT_3aPerson "\x55\x8B\xEC\x83\xEC\x2C\x89\x4D\xD4\x8B\x45\xD4\x83\xC0\x48\x89\x45\xF4\x8B\x4D\xF4\x8B\x55\xF4\x8B\x41\x04\x2B\x02\xC1\xF8\x02\x39\x45\x08\x7C\x2A\x6A\x00\x68\x00\x00\x00\x00\x68\x00\x00\x00\x00\x6A\x00\xFF\x15\x00\x00\x00\x00\x83\xC4\x10\x68\x00\x00\x00\x00\x68\x00\x00\x00\x00\xFF\x15\x00\x00\x00\x00\x83\xC4\x08\x8B\x4D\xD4"
    #define MASK_3aPerson "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx????x????xxxx????xxxx????x????xx????xxxxxx"
    Credits
    Rickye[cb][uc]
    Attached Thumbnails Attached Thumbnails
    55FJw5L.png  

    Last edited by Jackal-; 05-07-2014 at 12:17 AM.

  2. The Following 5 Users Say Thank You to Jackal- For This Useful Post:

    Fєηix (05-07-2014),JASABI (06-22-2014),Jhem (05-07-2014),kepeng (05-07-2014),msaridd (05-08-2014)

  3. #2
    Fєηix's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Brαzil
    Posts
    1,178
    Reputation
    114
    Thanks
    6,891
    My Mood
    Sleepy
    Good Job

  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
    Thanks for sharing.

  5. #4
    msaridd's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    jackal thanks I 'm PB for Turkey played, Pbturkey hack do Please

  6. #5
    Buck_likes_2_fuck's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Arizona.
    Posts
    2
    Reputation
    10
    Thanks
    0
    ESP + Aim? that a aimbot??

  7. #6
    Astr3Lune's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Banten
    Posts
    282
    Reputation
    10
    Thanks
    8
    how to find this address = DWORD fn = 0x53EE40; <===

  8. #7
    Jackal-'s Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Brazil!
    Posts
    124
    Reputation
    17
    Thanks
    610
    My Mood
    In Love
    Quote Originally Posted by Astr3Lune View Post
    how to find this address = DWORD fn = 0x53EE40; <===
    whit pattern scan

    Code:
    #define PATT_3aPerson "\x55\x8B\xEC\x83\xEC\x2C\x89\x4D\xD4\x8B\x45\xD4\x83\xC0\x48\x89\x45\xF4\x8B\x4D\xF4\x8B\x55\xF4\x8B\x41\x04\x2B\x02\xC1\xF8\x02\x39\x45\x08\x7C\x2A\x6A\x00\x68\x00\x00\x00\x00\x68\x00\x00\x00\x00\x6A\x00\xFF\x15\x00\x00\x00\x00\x83\xC4\x10\x68\x00\x00\x00\x00\x68\x00\x00\x00\x00\xFF\x15\x00\x00\x00\x00\x83\xC4\x08\x8B\x4D\xD4"
    #define MASK_3aPerson "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx????x????xxxx????xxxx????x????xx????xxxxxx"
    or then with your string
    Code:
    "(INT32)nCameraType < (INT32)m_CameraList.size()"

  9. The Following User Says Thank You to Jackal- For This Useful Post:

    Jhem (06-12-2014)

  10. #8
    Astr3Lune's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Banten
    Posts
    282
    Reputation
    10
    Thanks
    8

    Talking

    Quote Originally Posted by Jackal- View Post
    whit pattern scan

    Code:
    #define PATT_3aPerson "\x55\x8B\xEC\x83\xEC\x2C\x89\x4D\xD4\x8B\x45\xD4\x83\xC0\x48\x89\x45\xF4\x8B\x4D\xF4\x8B\x55\xF4\x8B\x41\x04\x2B\x02\xC1\xF8\x02\x39\x45\x08\x7C\x2A\x6A\x00\x68\x00\x00\x00\x00\x68\x00\x00\x00\x00\x6A\x00\xFF\x15\x00\x00\x00\x00\x83\xC4\x10\x68\x00\x00\x00\x00\x68\x00\x00\x00\x00\xFF\x15\x00\x00\x00\x00\x83\xC4\x08\x8B\x4D\xD4"
    #define MASK_3aPerson "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx????x????xxxx????xxxx????x????xx????xxxxxx"
    or then with your string
    Code:
    "(INT32)nCameraType < (INT32)m_CameraList.size()"

    thanks bro
    good job.


    one more my ask for wallhack memory.

    #define WallHack 0xF7299C

    if (Hack1)
    {
    *(DWORD*)WallHack = 8;
    }else{
    *(DWORD*)WallHack = 4;
    }


    how to find address wallhack memory @Jackal- ?

  11. #9
    Jackal-'s Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Brazil!
    Posts
    124
    Reputation
    17
    Thanks
    610
    My Mood
    In Love
    Quote Originally Posted by Astr3Lune View Post



    thanks bro
    good job.


    one more my ask for wallhack memory.

    #define WallHack 0xF7299C

    if (Hack1)
    {
    *(DWORD*)WallHack = 8;
    }else{
    *(DWORD*)WallHack = 4;
    }


    how to find address wallhack memory @Jackal- ?
    use this ,bro
    Works in all PointBlank's

    Code:
    DWORD Gfx = (DWORD)GetModuleHandleA("i3GfxDx.dll")+0x1A0618; //  this address is fixed for all point blank. function by : Mallesco
    
    if(var)
    {
    	*(DWORD*)(*(DWORD*)(*(DWORD*)(Gfx)+0x0)+0x3C0)+0x5C)=8;
    }else{
    	*(DWORD*)(*(DWORD*)(*(DWORD*)(Gfx)+0x0)+0x3C0)+0x5C)=2;
    }

  12. #10
    Astr3Lune's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Banten
    Posts
    282
    Reputation
    10
    Thanks
    8
    yeah bro.

    but this address need update or not bro = 0x1A0618 <=== ?

    thanks bro

  13. #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,394
    My Mood
    Stressed
    Quote Originally Posted by Astr3Lune View Post
    yeah bro.

    but this address need update or not bro = 0x1A0618 <=== ?

    thanks bro
    You don't need to updated it.

  14. #12
    Astr3Lune's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Banten
    Posts
    282
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by Jackal- View Post
    use this ,bro
    Works in all PointBlank's

    Code:
    DWORD Gfx = (DWORD)GetModuleHandleA("i3GfxDx.dll")+0x1A0618; //  this address is fixed for all point blank. function by : Mallesco
    
    if(var)
    {
    	*(DWORD*)(*(DWORD*)(*(DWORD*)(Gfx)+0x0)+0x3C0)+0x5C)=8;
    }else{
    	*(DWORD*)(*(DWORD*)(*(DWORD*)(Gfx)+0x0)+0x3C0)+0x5C)=2;
    }


    yeah bro.

    What this address bro = 0x1A0618 ?
    How to find address 0x1A0618 in i3GfxDx.dll bro?


    thanks bro

  15. #13
    Astr3Lune's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Banten
    Posts
    282
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by Jhem View Post


    You don't need to updated it.
    but what this ===> 0x0?

  16. #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,394
    My Mood
    Stressed
    Quote Originally Posted by Astr3Lune View Post


    but what this ===> 0x0?
    It's offset. don't mind it.

Similar Threads

  1. Help my out guys Third Person Camera position:/
    By GoDZeN in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 10
    Last Post: 12-21-2010, 02:46 PM
  2. [Solved]third person view
    By stacie in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 15
    Last Post: 09-24-2010, 12:42 AM
  3. I need a person for making a screenshoot of my mod
    By BurnAway in forum Combat Arms Mod Discussion
    Replies: 2
    Last Post: 09-06-2010, 06:29 PM
  4. [Helicopter Mod] Third person?
    By CainFool in forum Call of Duty Modern Warfare 2 Help
    Replies: 7
    Last Post: 08-24-2010, 11:58 PM
  5. Please recommend a cool Third Person Shooter
    By Brizingir in forum General
    Replies: 19
    Last Post: 11-01-2009, 02:12 PM