PDA

View Full Version : Screenshot bypass?



paranoja
13th December 2003, 03:32
Does anyone know what api calls get made once punkbuster calls the "screenshot" function?
I know CreateFileA gets called after the pixels get captured but it doesn't help me very much, as i need to turn off the cheats before the pixels are captured.

Ronin
14th December 2003, 08:06
um, you can try contacting either Monk (sof2) or Das..Oppulum (rtcw). Both of them have already done screenshot protection.

mrhax
19th December 2003, 23:10
If you are sure they call CreateFileA, why not hook it, modify the memory buffer, then call the original CreateFileA.

I haven't seen a cheat yet that actually disables the hacks prior to PB's capture. Best idea/concept I have heard so far was implemented by Das...Oppulum. Maybe you can get him to share it with you.

Doomknight
21st December 2003, 02:05
cool

paranoja
1st January 2004, 07:22
well the problem was that the pb client would capture the pixels , send them to server, and then if sucessfull write the buffer to file and update the pbsslog file. I worked out a quite interesenting solution which will never get detected. If interesented contact me.