Results 1 to 1 of 1
  1. #1
    CaspeR94's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Help With D3D Menu

    Good afternoon, everybody, I have a problem with displaying d3d menu, namely DrawBox and DrawBorder.


    But the code itself
    Code:
    void cMenu::Init()
    {
    	if (opt.options.reset)INIT=false;
    	if(!INIT){
    		opt.options.move=0;		// BUG FIX FOR RESET DISABLE MOVE BEFORE SETTING COORDINATES
    		X=Y=10;			        // TOP LEFT START
    		WIDTH=190;			    // MENU WIDTH
    		I_OFS=4;			    // OFSET FOR ITEM
    		S_OFS=WIDTH-2;			// OFSET FOR STATE
    		T_SPC=16;				// Space from Title and Start of Items
    		F_SPC=16;				// Footer Spacing Hook Menu
    		I_SPC=15;				// Item Spacing
    		I_CUR=0;				// Set current Item
    		ABOR=0;					// ANIMATION MOVE
    		BDIR=0;					// ANIMATION HIGHLIGHT
    		SHOW=true;				// false=hide  true=show
    		INIT=true;				// STOP INITATION
    	}
    }
    
    		DrawBox(X,Y,WIDTH,T_SPC,C_BOX,pDevice);//TITLE
    		DrawBorder(X,Y,WIDTH,T_SPC,C_BORDER,pDevice);
        	        font->DrawText(MC_FCTR(X,MC_MAXX),Y+2,C_TITLE,"ГЛАВНОЕ МЕНЮ",DT_CENTER|DT_SHADOW);
    
    
                    DrawBox(X,MC_MSY,WIDTH,(NO*I_SPC),C_BOX,pDevice);//MENU
    		DrawBorder(X,MC_MSY,WIDTH,(NO*I_SPC),C_BORDER,pDevice);
    Here are screenshots of Test d3d9 in the game Point Blank.
    Attached Thumbnails Attached Thumbnails
    показ.png  

    показ1.png  


Similar Threads

  1. (help) with hack menu plz
    By yoyoman4567 in forum Combat Arms Coding Help & Discussion
    Replies: 10
    Last Post: 01-25-2011, 04:23 PM
  2. Help With No menu
    By Wizdom-X in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 01-14-2011, 06:38 AM
  3. [HELP] Undetected D3D Menu
    By jeff00 in forum Combat Arms Coding Help & Discussion
    Replies: 2
    Last Post: 10-20-2010, 04:31 PM
  4. Need help with Admin Menu
    By Yamato in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 0
    Last Post: 10-02-2010, 04:43 AM
  5. I need help With no menu warrock hack!(teamviewer)
    By wadwad in forum C++/C Programming
    Replies: 1
    Last Post: 09-22-2009, 04:18 PM