Results 1 to 5 of 5
  1. #1
    namename41's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    171
    Reputation
    57
    Thanks
    153

    Transparent menu?

    Please help how do i make my menu transparent what is the codes for it.

  2. #2
    a1s2garden5's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    SanJosee
    Posts
    53
    Reputation
    10
    Thanks
    52
    My Mood
    Tired
    same here i need help
    I do not hack i simply own with special help...
    ... Who the hell am i kidding I hack and im
    proud of it!
    ---------------------------------------------------
    Pwn3d it =

    Done =

    Fail/Not Done =
    ---------------------------------------------------
    Make a menu hack =
    Get kicked while hacking =
    Get kicked while not hacking =
    Get 50 people in a lvl 2 clan then terminate it =
    Get 100 people in a lvl 2 clan then terminate it =
    Get 150 people in a lvl 3 clan then terminate =

  3. #3
    Templar's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Brazil
    Posts
    3,217
    Reputation
    87
    Thanks
    989
    My Mood
    Angelic
    Oh god -.-

    Code:
    VOID cBase::DrawBox(INT X, INT Y, INT W, INT H, D3DCOLOR Color, D3DCOLOR BorderColor, LPDIRECT3DDEVICE9 pDevice) {
    	
    	DrawBorder(X, Y, W, H, 1, BorderColor, pDevice);
    	
    	CONST DWORD D3D_FVF = D3DFVF_XYZRHW | D3DFVF_DIFFUSE;
    	struct Vertex {
    		FLOAT X, Y, W, H;
    		D3DCOLOR Color;
    	}
    	V[4] = {{(FLOAT)X, (FLOAT)(Y + H), 0.0F, 0.0F, Color}, 
    			{(FLOAT)X, (FLOAT)Y, 0.0F, 0.0F, Color}, 
    			{(FLOAT)(X + W), (FLOAT)(Y + H), 0.0F, 0.0F, Color}, 
    			{(FLOAT)(X + W), (FLOAT)Y, 0.0F, 0.0F, Color}
    	};
    	pDevice->SetRenderState(D3DRS_ALPHABLENDENABLE, D3DZB_TRUE);
    	pDevice->SetRenderState(D3DRS_DESTBLEND, D3DBLEND_INVSRCALPHA);
    	pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
    	pDevice->SetRenderState(D3DRS_FOGENABLE, D3DZB_FALSE);
    
    	pDevice->SetFVF(D3D_FVF);
    	pDevice->SetTexture(0, NULL);
    	pDevice->DrawPrimitiveUP(D3DPT_TRIANGLESTRIP, 2, V, sizeof(Vertex));
    
    }
    #define TBlack D3DCOLOR_ARGB(200, 000, 000, 000)
    Last edited by Templar; 08-16-2011 at 05:54 PM.
    Just a wanderer from the beginnings of this site.
    An old Combat Arms' sections active member and hacker (just what I thought when I was a child).

    My IM doesn't work. Send me a private message instead.

    Name changes:
    bruno2204
    The Rev.
    BioHuman
    Element™

  4. #4
    a1s2garden5's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    SanJosee
    Posts
    53
    Reputation
    10
    Thanks
    52
    My Mood
    Tired
    thanks bro
    I do not hack i simply own with special help...
    ... Who the hell am i kidding I hack and im
    proud of it!
    ---------------------------------------------------
    Pwn3d it =

    Done =

    Fail/Not Done =
    ---------------------------------------------------
    Make a menu hack =
    Get kicked while hacking =
    Get kicked while not hacking =
    Get 50 people in a lvl 2 clan then terminate it =
    Get 100 people in a lvl 2 clan then terminate it =
    Get 150 people in a lvl 3 clan then terminate =

  5. #5
    Templar's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Brazil
    Posts
    3,217
    Reputation
    87
    Thanks
    989
    My Mood
    Angelic
    Quote Originally Posted by a1s2garden5 View Post
    thanks bro
    Don't say, only press the button.
    Just a wanderer from the beginnings of this site.
    An old Combat Arms' sections active member and hacker (just what I thought when I was a child).

    My IM doesn't work. Send me a private message instead.

    Name changes:
    bruno2204
    The Rev.
    BioHuman
    Element™

Similar Threads

  1. How I Leave I establish of the Transparent Menu?
    By Strikex in forum Combat Arms Coding Help & Discussion
    Replies: 3
    Last Post: 02-10-2011, 02:21 PM
  2. Create a Transparent Menu
    By ipwnuuaal5 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 08-29-2010, 06:40 AM
  3. Transparent cape symbol (7 steps tut)
    By AN1MAL in forum Knight Online Hacks
    Replies: 8
    Last Post: 12-25-2007, 07:55 PM
  4. DXT-transparent trainer w/ bypass
    By Stranger00 in forum WarRock - International Hacks
    Replies: 23
    Last Post: 07-25-2007, 12:36 PM
  5. ingame menu for hacks???
    By cjg333 in forum Visual Basic Programming
    Replies: 3
    Last Post: 07-03-2007, 11:03 AM