Anti Screenshots : how do they work?

Discussion for any ET/ETPro/BayonET bugs or cheats you find...

Moderators: Forum moderators, developers

Post Reply
Bouaap
Posts: 25
Joined: Fri Oct 22, 2004 3:02 am

Anti Screenshots : how do they work?

Post by Bouaap »

I'm too lame or too anti-cheat to try it out myself, but I noticed a few very remarcable screenshots taken by our clan-server. Now I started searching, and read some aimbots/wallhacks have 'anti screenshots'. How does this work? Is it just simply
- blocking the screenshots being send
- does it send black shots
- or does it actually 'fades' away the info added by the hack
???

If I wasn't @ work I could anonomize the punkbuster screenshots I got and post them here, but unfortianally I'm not. I'll do that tonight ;)
wargle.c
User avatar
deej
Posts: 743
Joined: Fri Mar 19, 2004 12:44 am
Location: Belgium!
Contact:

Post by deej »

AFAIK at least one bot listens to the signal which instructs the PB Client to take a screenshot and it turns itself off briefly when the client executes that command.
Our servers now run on 64 bit steroids. Point your ET to:
- Forgotten Ground StopWatch Server with occasional wolfrof 1
- Fraggle Rock ETPub Server - Mix up ET/UT & Duke Nukem
Bouaap
Posts: 25
Joined: Fri Oct 22, 2004 3:02 am

Post by Bouaap »

OK, I cut out the screenshot, no need to put the persons name in public right now.. might be something else as cheating:

Image
Normally the stairs go on till the end of the building on goldrush.. now it looks very much like some algorithm is fading away something that should not be seen. A hack-console? Or is there a explaination why such screenshots can be the way it is now? Maybe some sort of JPG/packetloss issue?
Last edited by Bouaap on Fri Oct 22, 2004 11:25 am, edited 1 time in total.
wargle.c
User avatar
MeeZ?
Posts: 43
Joined: Mon Sep 20, 2004 12:44 pm

Post by MeeZ? »

That makes no sense. The screenshot seen there shows no sign of cheating.
BAN PRONEDELAY \o/
Bouaap
Posts: 25
Joined: Fri Oct 22, 2004 3:02 am

Post by Bouaap »

MeeZ? wrote:That makes no sense. The screenshot seen there shows no sign of cheating.
You think it's the jpg compression that's making those huge pixels? Might be true, I just want to understand what I'm seeing..
wargle.c
User avatar
WeblionX
Posts: 762
Joined: Sun Sep 08, 2002 1:03 pm
Contact:

Post by WeblionX »

It looks like differences in lighting combined with jpeg lossiness.
Got any old idtech3 tutorials you made or saved? Send them my way.
User avatar
ReyalP
Posts: 1663
Joined: Fri Jul 25, 2003 11:44 am

Post by ReyalP »

pb screenshots use png AFAIK, which is lossless compression. So you won't see compression artifacts unless you convert it to jpeg yourself.

As for the pic, it looks like an ugly config, but I don't see any signs of cheating. If you don't want people to be able to use configs like that, set your cvar restrictions accordingly.
send lawyers, guns and money
jump3r
Posts: 159
Joined: Sun Apr 18, 2004 1:11 am

Post by jump3r »

Bouaap wrote:OK, I cut out the screenshot, no need to put the persons name in public right now.. might be something else as cheating:

Image
Normally the stairs go on till the end of the building on goldrush.. now it looks very much like some algorithm is fading away something that should not be seen. A hack-console? Or is there a explaination why such screenshots can be the way it is now? Maybe some sort of JPG/packetloss issue?
hmm, lol.
do u think something like that?

Code: Select all

r_ignorehwgamma 1
r_gamma 3
r_intensity 1.5
r_texturemode GL_NEAREST_MIPMAP_NEAREST
or not (maybe i don't understand this screen)?
User avatar
Mystiqq
Posts: 68
Joined: Fri Aug 27, 2004 5:50 am

Post by Mystiqq »

Does PB screenshot thing actually force some information into the screenshot for example some data like which map the shot was taken or that the player is in the location it should be in the map etc, that would tell you if the shot is actually valid and not some pre-generated picture to disquise cheat? Perhaps information embedded to the image file itself?
eg. screenshot client side, embedded tag information server side to see if those two actually match...

That example picture is pretty suspicious, almost looks like "corrupted" image file and why is there no HUD elements on the shot? Are those stripped in the screenshot process? No one plays ET like that... no one. :)
EDIT:
Is that picture cropped? That would explain the missing hud elements... :roll:
Bouaap
Posts: 25
Joined: Fri Oct 22, 2004 3:02 am

Post by Bouaap »

Yes they have: player+map+server names. Also got that ETpro number on them of the client it was taken from.
wargle.c
User avatar
Lagger
Posts: 316
Joined: Mon Sep 29, 2003 8:30 am

Post by Lagger »

the poor guy is just using the ugliest r_texturemode

(low quality): GL_NEAREST
(good quality): GL_LINEAR_MIPMAP_NEAREST (a.k.a. bilinear filtering)
(great quality): GL_LINEAR_MIPMAP_LINEAR (a.k.a. trilinear filtering)
(good quality): GL_LINEAR


it's just a tweak, to see it for yourself, just type this in the console

Code: Select all

/r_texturemode GL_NEAREST
/vid_restart
Post Reply