Register for your free account! | Forgot your password?

You last visited: Today at 18:25

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



D3D Funktions

Discussion on D3D Funktions within the WarRock Hacks, Bots, Cheats & Exploits forum part of the WarRock category.

Reply
 
Old   #1
 
Mafia67's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 769
Received Thanks: 499
Post D3D Funktions

Hi ich hatte mal die NoMenu Funktions gepostet diesmal poste ich D3D Funktions sind aber nicht von mir (Vip0n)

No Fog:
Code:
if (nofog)
{
m_pD3Ddev->SetRenderState(D3DRS_FOGENABLE, false);
}
WireFrame:
Code:
if (m_Stride == 44)
m_pD3Ddev->SetRenderState(D3DRS_FILLMODE, D3DFILL_WIREFRAME);
}
Glasswalls:
Code:
if(m_Stride == 40)
{
m_pD3Ddev->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
}
WallColor:
Code:
if ( m_Stride != 44 )
{
m_pD3Ddev->SetRenderState(D3DRS_FILLMODE,D3DFILL_SOLID);
m_pD3Ddev->SetTexture( 0, texWhite);
}
WallHack:
Code:
if(m_Stride == 44)
{
m_pD3Ddev->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
}
FullBright:
Code:
if (fullbright)
{
m_pD3Ddev->SetRenderState(D3DRS_LIGHTING, false);
m_pD3Ddev->SetRenderState(D3DRS_AMBIENT,D3DCOLOR_ARGB(255, 255,255,255));
}
else
{
m_pD3Ddev->SetRenderState(D3DRS_AMBIENT, false);
}
Mafia67 is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Ein Paar Public Funktions]
07/04/2010 - WarRock Hacks, Bots, Cheats & Exploits - 8 Replies
Hallo erst mal Ich habe hier mal DIe Public FUnktions DIe ich kenne Aufgeschrieben Danke Für ein Thanks ;D Dig void Dig () { if(GetAsyncKeyState(VK_F5) &1) //VK_F5 button to activate =) {
UCE FUNKTIONS
11/01/2007 - Kal Online - 3 Replies
UCE FUNKTIONS So Wenn man das hier ließt sollte eigentlich alles klar sein wenn nicht bin ich dafür die KalSection zu schließen^^ Das tut behinhaltet: Cooldown hack Speed hack



All times are GMT +2. The time now is 18:25.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.