Results 1 to 8 of 8
  1. #1
    seeplusplus's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Massachusetts
    Posts
    329
    Reputation
    8
    Thanks
    85

    [Help]D3D Pointer?

    Okay, so recently I got BO, and I'm going to start coding for BO. I also code for Combat Arms, ya know, Aimbot, ESP, etc... So, can someone start me off, until I learn how BO works, with the D3D Device Pointer? Thanks!
    Goals:
    Green = Done
    Blue = Getting Somewhere
    Red = Not Done
    • Mouse Grid
    • PTC Method
    • Trigger Bot

    I'm trying to think of more stuff!

  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    As soon as I heard D3D Pointer I'm thinking this hack is going to lead to a ban.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  3. #3
    Krypton1x's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Tacoma
    Posts
    13,296
    Reputation
    1184
    Thanks
    1,196
    My Mood
    Brooding
    Quote Originally Posted by master131 View Post
    As soon as I heard D3D Pointer I'm thinking this hack is going to lead to a ban.
    All hacks lead to a ban.

  4. #4
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    all things you inject or something will cause a banhammer
    soo if you wanna get banned good luck
    I love it when people keep their agreements /sarcasm ftw

  5. #5
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Code:
    HRESULT CreateDevice(
      [in]           UINT Adapter,
      [in]           D3DDEVTYPE DeviceType,
      [in]           HWND hFocusWindow,
      [in]           DWORD BehaviorFlags,
      [in, out]      D3DPRESENT_PARAMETERS *pPresentationParameters,
      [out, retval]  IDirect3DDevice9 **ppReturnedDeviceInterface
    );
    Code:
    006B0362   68 B8B28D03      PUSH BlackOps.038DB2B8     ;device pointer
    006B0367   57               PUSH EDI
    006B0368   55               PUSH EBP
    006B0369   A2 C4B28D03      MOV BYTE PTR DS:[38DB2C4],AL
    006B036E   53               PUSH EBX
    006B036F   C747 1C 00000000 MOV DWORD PTR DS:[EDI+1C],0
    006B0376   A1 B4B28D03      MOV EAX,DWORD PTR DS:[38DB2B4] ; IDirect3D9
    006B037B   8B15 BCB28D03    MOV EDX,DWORD PTR DS:[38DB2BC]
    006B0381   8B08             MOV ECX,DWORD PTR DS:[EAX]
    006B0383   6A 01            PUSH 1
    006B0385   52               PUSH EDX
    006B0386   50               PUSH EAX
    006B0387   8B41 40          MOV EAX,DWORD PTR DS:[ECX+40] ;createdevice
    0x038DB2B8 is the device pointer, have fun.
    Last edited by Hell_Demon; 01-01-2011 at 03:46 PM.
    Ah we-a blaze the fyah, make it bun dem!

  6. #6
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    lol he is banned but i don't know why
    I love it when people keep their agreements /sarcasm ftw

  7. #7
    d0h!'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Doh
    Quote Originally Posted by Hell_Demon View Post
    Code:
    HRESULT CreateDevice(
      [in]           UINT Adapter,
      [in]           D3DDEVTYPE DeviceType,
      [in]           HWND hFocusWindow,
      [in]           DWORD BehaviorFlags,
      [in, out]      D3DPRESENT_PARAMETERS *pPresentationParameters,
      [out, retval]  IDirect3DDevice9 **ppReturnedDeviceInterface
    );
    Code:
    006B0362   68 B8B28D03      PUSH BlackOps.038DB2B8     ;device pointer
    006B0367   57               PUSH EDI
    006B0368   55               PUSH EBP
    006B0369   A2 C4B28D03      MOV BYTE PTR DS:[38DB2C4],AL
    006B036E   53               PUSH EBX
    006B036F   C747 1C 00000000 MOV DWORD PTR DS:[EDI+1C],0
    006B0376   A1 B4B28D03      MOV EAX,DWORD PTR DS:[38DB2B4] ; IDirect3D9
    006B037B   8B15 BCB28D03    MOV EDX,DWORD PTR DS:[38DB2BC]
    006B0381   8B08             MOV ECX,DWORD PTR DS:[EAX]
    006B0383   6A 01            PUSH 1
    006B0385   52               PUSH EDX
    006B0386   50               PUSH EAX
    006B0387   8B41 40          MOV EAX,DWORD PTR DS:[ECX+40] ;createdevice
    0x038DB2B8 is the device pointer, have fun.
    offset for device pointer is not even needed if you want to use it

  8. #8
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Quote Originally Posted by d0h! View Post
    offset for device pointer is not even needed if you want to use it
    *facepalm*

    I added the CreateDevice part so you could see what it looks like in assembly
    Ah we-a blaze the fyah, make it bun dem!