Results 1 to 11 of 11
  1. #1
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool

    Why Device Pointer?

    Why do u guys use Device Pointer and not just use a Signature scan for the Device Pointer?

    so it will be one less pointer u dont need, is it detected?
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  2. #2
    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
    You could use a signature, I just get it manually since CoD doesn't patch THAT often.
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    It dont patch often but it is still work. Just use it and u will never have to get the Device Pointer. (ur menu will also show on any D3D of that version)
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  4. #4
    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
    I don't use D3D for my menu anymore ^^
    Ah we-a blaze the fyah, make it bun dem!

  5. #5
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by Hell_Demon View Post
    I don't use D3D for my menu anymore ^^
    Same =).
    Love You All~

  6. #6
    homer725's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    dammmn go to this website

  7. #7
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by homer725 View Post
    dammmn go to this website
    What was exactly the point of this post if not being Bump Banned ?.
    Love You All~

  8. #8
    big_buka's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    Can any one give a good explanation how could i draw something in MW2
    i try to draw a text string using ID3DXFont. but it gets blinking...

  9. #9
    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 big_buka View Post
    Can any one give a good explanation how could i draw something in MW2
    i try to draw a text string using ID3DXFont. but it gets blinking...
    hook endscene and draw from there.
    Ah we-a blaze the fyah, make it bun dem!

  10. #10
    big_buka's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    When i hoocked end sceen if user change graphick preferenses of game game cruses with different error on one pc it is Present Failed on another CreatTexture2D Error

    I hooked creation of device and return my implementation of IDirect3D9Device wich hame all standart methods from the original
    Why does this error appeared ?

  11. #11
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Doesn't CoD have it's own rendering function that has to be timed with all rendering from any Direct3D API or something?

Similar Threads

  1. Direct3D Device pointer
    By Void in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 03-20-2010, 01:52 AM
  2. [TUT]finding the device pointer
    By RedThunder in forum C++/C Programming
    Replies: 8
    Last Post: 03-16-2010, 03:04 AM
  3. d3d8 Device pointer offsets
    By zach881 in forum Soldier Front Hacks
    Replies: 7
    Last Post: 03-29-2009, 11:15 PM
  4. Combat Arms Device pointer
    By SoreBack in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 01-28-2009, 07:08 PM
  5. Device Pointer
    By SoreBack in forum C++/C Programming
    Replies: 3
    Last Post: 01-27-2009, 01:43 PM