Is there a hack to see enemies through walls?

Posts 115 of 15 · Page 1 of 1
Is there a hack to see enemies through walls?
Like to see them way better, not by going through walls, just to have a green or red square around them, and no recoil?

Also I am confused about how to use the new bypasses for PB.
System try maybe a name hack.

red for enemy

it would be pretty handy
There is a hack which makes u able to see enemies through walls, i call it glass wall, it doesnt show the static objects but theyre still there, i think ill release it when i simplified it
k i look forward to that one
Y play warrock when there's BF2... "cough"
bf1942 owns bf2
stfu before i prawn both of u, spammaz!
I have a wallhack that hooks the DirectX functions drawing players through the walls. Read up on D3D hacking.
PM me when u reales that glasswall/wallhack, thx.
njdavid, share your findings? ^^
Sure, first, you need to download Azorbix's D3D Starter Kit, then do the basics that you can find around *************. Once you've done that, you could do something as simple as this:

Code:
if(m_Stride == 44)
		{

			DWORD dwOldZEnable = D3DZB_TRUE;
			m_pD3Ddev->GetRenderState(D3DRS_ZENABLE, &dwOldZEnable);
			m_pD3Ddev->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
			m_pD3Ddev->SetTexture(0, Blue);
			m_pD3Ddev->DrawIndexedPrimitive(PrimitiveType, minIndex, NumVertices, startIndex, primCount);
			m_pD3Ddev->SetRenderState(D3DRS_ZENABLE, dwOldZEnable);
			m_pD3Ddev->SetTexture(0, Green);
			m_pD3Ddev->SetRenderState(D3DRS_LIGHTING,FALSE);
		}
That will make it so people are blue when behind a wall, and green when not behind one.

As to your other post System, I love hackers... I just didn't want them to ban my IP again.
http://**********.de/files/36067849/warrock.rar.html

take this programm. (tspyxp.exe)

it spy the whole tmk trainer out (expect the trainer that has tspy protection)

Be careful your antivirus say that the trainer are infected with hotkey@.dll or(or something)

but that is only the hotkey shortcut between the trainer and windows

cheat engine is the same but not registered in antivirus

but i think that all know

then search the values with a hex editor (cheat engine memory view)

the values are array of bytes
for eample 8901=array of bytes 0189=hex=>393dec

i say only because one trainer has passthrough cheat and you can find it
O_o i understand sorry pl0x?
i havent played warrock for ages so i dont know if this will work.

use ollydbg on warrock.exe and search the referenced strings for "RenderStaticObjects" (i think) at the top of that function it checks an address to see if the debug mode thing is activated and then checks if the 'G' key is pressed. u just need to copy the address that tells warrock if debug mode is on. put this into cheat engine or whatever and change the value to 1

press down 'G' and walls and objects disapear, release and they come back
Miregal, please post your hacks publicly. You could easily get quite a reputation for yourself by doing so.

-quin123
Posts 115 of 15 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?