if(fullbright)
{ // then
pDevice->SetRenderState(D3DRS_LIGHTING, false); //Set in fullbright by OvWhZ
pDevice->SetRenderState(D3DRS_AMBIENT,D3DCOLOR_ARGB(255,255,255,255)); // use all colors to glow up the lighting ingame
}// end
if(fullbright)
{ // then
pDevice->SetRenderState(D3DRS_LIGHTING, false); //Set in fullbright by OvWhZ
pDevice->SetRenderState(D3DRS_AMBIENT,D3DCOLOR_ARGB(255,255,255,255)); // use all colors to glow up the lighting ingame
}// end
if(fullbright)
{
pDevice->SetRenderState(D3DRS_LIGHTING, false); //d3d lighting off
pDevice->SetRenderState(D3DRS_AMBIENT,D3DCOLOR_ARGB(255, 25 5,255,255)); // use all colors to glow up the lighting ingame - By THE-JOkER
Basically this code will go into your hack for example;
Code:
//DIP Start also will Work With SRS SetRenderState
if(fullbright)
{ // then
pDevice->SetRenderState(D3DRS_LIGHTING, false); //Set in fullbright by OvWhZ
pDevice->SetRenderState(D3DRS_AMBIENT,D3DCOLOR_ARGB(255,255,255,255)); // use all colors to glow up the lighting ingame
}// end
Their will normaly be more hacks their but im just showing example
Then you will have to declare a Hotkey for it you can do that in endscene by using the GetAsyncKeyState Function
Code:
if (GetAsyncKeyState(VK_F1)&1) // if we click f1
{ fullbright = !fullbright; } // fullbright = on
Now we have to declare fullbright in Globals, we can do this by typing
Basically this code will go into your hack for example;
Code:
//DIP Start also will Work With SRS SetRenderState
if(fullbright)
{ // then
pDevice->SetRenderState(D3DRS_LIGHTING, false); //Set in fullbright by OvWhZ
pDevice->SetRenderState(D3DRS_AMBIENT,D3DCOLOR_ARGB(255,255,255,255)); // use all colors to glow up the lighting ingame
}// end
Their will normaly be more hacks their but im just showing example
Then you will have to declare a Hotkey for it you can do that in endscene by using the GetAsyncKeyState Function
Code:
if (GetAsyncKeyState(VK_F1)&1) // if we click f1
{ fullbright = !fullbright; } // fullbright = on
Now we have to declare fullbright in Globals, we can do this by typing
Code:
int fullbright;
thanks anyway.. bcause im lazy to put instructions
hams, full bright, crosshair, wallhack, but... No Menu! 10/21/2009 - WarRock Hacks, Bots, Cheats & Exploits - 18 Replies Hey all,
On request I made a NoMenu including:
Chams
Full Bright
Crosshair
WallHack (not same as glass walls)
Download