Results 1 to 7 of 7
  1. #1
    imcol1223's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    New Jersey
    Posts
    111
    Reputation
    10
    Thanks
    6

    D3D Colors HELP!

    So whenever I use D3D hacks, The background of the D3D menu is always transparent, but in the image previews of the hack I can see there should be a color there. I wanted to fix this because it is hard to see the menu when the background is transparent.

    Thanks

  2. #2
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,140
    Reputation
    4764
    Thanks
    9,683
    What OS are you using?
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  3. #3
    imcol1223's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    New Jersey
    Posts
    111
    Reputation
    10
    Thanks
    6
    Hero,
    I am using Windows 7 64bit.
    BTW: For example the Hack made by Exorcist V3 has a red background, but when i press insert I have a blank (transparent background)

    Please Help!

  4. #4
    Royku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    G-Force.dll
    Posts
    3,015
    Reputation
    381
    Thanks
    3,308
    My Mood
    Devilish
    Easy got to the Menu.cpp or Menu.h where you draw the box ..
    i guess the draw box function is like this
    Code:
    //DrawBox(..);
    make it like

    Code:
    DrawBox(..);

  5. #5
    OlaY's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    24
    Reputation
    -1
    Thanks
    31
    Quote Originally Posted by Royku View Post
    Easy got to the Menu.cpp or Menu.h where you draw the box ..
    i guess the draw box function is like this
    Code:
    //DrawBox(..);
    make it like

    Code:
    DrawBox(..);
    He don't code i guess so that is not very useful for him.

    @imcol1223
    I guess thats how menu works for you it can't be changed until you make your own.

  6. #6
    imcol1223's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    New Jersey
    Posts
    111
    Reputation
    10
    Thanks
    6
    Thanks for replies, but yes I didnt code so i guess I just have to deal with it

  7. #7
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,140
    Reputation
    4764
    Thanks
    9,683
    It's a natural problem. It happened to me also. I think you should upgrade your direct x version if you can... The latest version I think is 11.
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




Similar Threads

  1. [Help Request] D3D menu Help
    By SteamAss in forum CrossFire Help
    Replies: 5
    Last Post: 05-21-2011, 11:36 AM
  2. D3D menu Help Please....
    By ~InsaneWayne~ in forum C++/C Programming
    Replies: 14
    Last Post: 11-08-2009, 09:00 PM
  3. D3D Hack[Help]
    By gamernuub in forum C++/C Programming
    Replies: 2
    Last Post: 11-01-2009, 11:43 AM
  4. D3D Hacking help?
    By pinpuller93 in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 07-16-2009, 09:54 PM
  5. D3D Color Textures
    By Vista in forum C++/C Programming
    Replies: 3
    Last Post: 05-24-2008, 07:42 PM