Thread: [HELP]D3D Title

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76

    [HELP]D3D Title

    Hello everyone i am just wondering how to put a D3D like title into CA because i really need this

  2. #2
    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
    Quote Originally Posted by xXNoobAlertXx View Post
    Hello everyone i am just wondering how to put a D3D like title into CA because i really need this
    Hmm Draw a String, Text are something

    thats all tell me if ur using Gellins / Hans / Other base and i can help u
    TOPBLAST was Hay
    Last edited by topblast; 06-17-2010 at 08:10 AM.
    I just like programming, that is all.

    Current Stuff:

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

  3. #3
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76
    Would this be the right string ????

    Code:
    	D3DXCreateFont(pDevice, 15, 0, FW_BOLD, 1, 0, DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, "Arial", &Directx.pFont);
    		Base.bSet.bInit = true;
    	}
    
    	if( Directx.pFont == NULL )
    		Directx.pFont->OnLostDevice();
    	else
    	{
    		Directx.DrawString(10, 22, D3DCOLOR_ARGB(255, 0, 255, 0), Directx.pFont, "coryster2100's PUB v1.1");
    		Menu.RenderMenu();
    	}
    And yes this is Gellins base i was wondering if you could do a team viewer session again because i have a menu base i just do not know how to incorporate it into my hack?
    Last edited by Zoom; 06-17-2010 at 08:51 PM.

  4. #4
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Don't double post.
    No I do not make game hacks anymore, please stop asking.

  5. #5
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by xXNoobAlertXx View Post
    Would this be the right string ????

    Code:
    	D3DXCreateFont(pDevice, 15, 0, FW_BOLD, 1, 0, DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, "Arial", &Directx.pFont);
    		Base.bSet.bInit = true;
    	}
    
    	if( Directx.pFont == NULL )
    		Directx.pFont->OnLostDevice();
    	else
    	{
    		Directx.DrawString(10, 22, D3DCOLOR_ARGB(255, 0, 255, 0), Directx.pFont, "coryster2100's PUB v1.1");
    		Menu.RenderMenu();
    	}
    And yes this is Gellins base i was wondering if you could do a team viewer session again because i have a menu base i just do not know how to incorporate it into my hack?
    NO double posting.
    -Rest in peace leechers-

    Your PM box is 100% full.

  6. #6
    IownzDAworldz's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    America
    Posts
    388
    Reputation
    13
    Thanks
    9
    My Mood
    Amazed
    um whats the source code to drop down a menu for the INSERT key hacK? im really confused T_T and Im creating my first hack ever.




    Upload this userbar to your avatar and upload it to mpgh.

    Subscribe to my youtube channel here:
    https://www.youtube.com/user/IownzDAworldz

    Follow me on Twitter:
    https://twitter.com/IownzDAworldz

    Keep checking on my youtube for hacks and mods coming out by me so subscribe nao!!!

  7. #7
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76
    Well if it is your first hack do not stat of on a menu way harder than hotkey

  8. #8
    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
    Code:
    Directx.DrawString(10, 22, D3DCOLOR_ARGB(255, 0, 255, 0), Directx.pFont, "coryster2100's PUB v1.1");
    Thats a string
    I just like programming, that is all.

    Current Stuff:

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

  9. #9
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76
    And where would i put this said string because it always says that the D3DColor_ARGB is invalid or something lol and the Directx

  10. #10
    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
    Quote Originally Posted by xXNoobAlertXx View Post
    And where would i put this said string because it always says that the D3DColor_ARGB is invalid or something lol and the Directx
    Do u have any coding knowledge. I feel like we are doing all the work for u and u get the Credits
    I just like programming, that is all.

    Current Stuff:

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

  11. #11
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76
    Omg lol what ever ill try iut myself i just wanted to get it right the first time but what ever you have to flame the noob

  12. #12
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Correct Me if im wrong, but isnt the string already made in Gellin's base. But it will say his site stuff instead. So you just have to delete those and put your stuff.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  13. #13
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Globals:

    [php]
    LPD3DXFONT pFont;
    [/php]

    After Globals:

    [php]
    void PrintText(LPD3DXFONT Font, long x, long y, D3DCOLOR fontColor, char *text, ...)//Draw Text Function
    {
    RECT rct;
    rct.left = x - 1;
    rct.right = x + 1;
    rct.top = y - 1 ;
    rct.bottom = y + 1;

    if(!text) { return; }
    va_list va_alist;
    char logbuf[256] = {0};
    va_start (va_alist, text);
    _vsnprintf (logbuf+strlen(logbuf), sizeof(logbuf) - strlen(logbuf), text, va_alist);
    va_end (va_alist);
    RECT FontRect = { x, y, x, y };
    pFont->DrawText(NULL, logbuf, -1, &rct, DT_NOCLIP, fontColor);
    }
    [/php]

    To Draw Text (In Endscene)

    [php]
    PrintText(pFont, 42, 85, D3DCOLOR_XRGB(0,102,255), "Your Text Here");
    [/php]

    42 = X
    85 = Y

    If you dont understand any of that, Learn C++ mate.

  14. The Following User Says Thank You to ac1d_buRn For This Useful Post:

    whit (06-19-2010)

  15. #14
    xXNoobAlertXx's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    125
    Reputation
    9
    Thanks
    76
    Hmm Acid Burn You should TV me

  16. #15
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by xXNoobAlertXx View Post
    Hmm Acid Burn You should TV me
    hmm. you should learn C++

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help] D3D Tuts for choobs.
    By Jason in forum Visual Basic Programming
    Replies: 21
    Last Post: 06-21-2010, 04:39 AM
  2. [Help] - D3D Wallhack
    By Auxim in forum C++/C Programming
    Replies: 10
    Last Post: 01-20-2010, 07:35 PM
  3. [Help]D3D Menu
    By cothen12 in forum C++/C Programming
    Replies: 13
    Last Post: 01-18-2008, 04:28 PM
  4. [Help] D3D
    By blipi in forum WarRock - International Hacks
    Replies: 11
    Last Post: 07-08-2007, 07:10 PM
  5. [Help] D3D
    By SpiderByte in forum WarRock - International Hacks
    Replies: 7
    Last Post: 01-18-2006, 09:13 PM