hack.sale
RU EN

How it works

Streamproof Explained: How Capture Bypass Works and Where It Stops

Streamproof answers exactly one question: will the cheat menu appear in your recording. It does not answer whether the recording makes it obvious you are not playing unaided.

4 min read

Streamproof describes a build whose interface does not appear in screen capture — not in an OBS recording, not in a Discord screen share, not in a screenshot. You see the menu on your monitor; the recording does not.

How it works

There are two technical routes.

Window properties. Windows lets an application mark a window so the system excludes it from capture. The relevant display-affinity flag is documented by Microsoft and supported from Windows 10 version 2004 onwards. The marked window remains visible on the physical display while capture APIs receive nothing. This is the standard approach for external builds with a separate overlay window.

Moving rendering off the captured surface. In DMA setups the question never arises: the overlay is drawn on a second computer, so there is nothing on the gaming machine to capture.

It also helps to know how OBS capture modes differ:

Capture modeWhat it grabsOverlay behaviour
Game Captureframes from the game enginean external overlay is absent by definition
Window Capturecontents of one windowdepends on the affinity flag
Display Capturethe entire screenthe strictest case, always test it

Which is why “it’s invisible in Game Capture” proves nothing on its own. All three need testing.

Which builds have it

  • External builds with overlays — most often, because a separate window is easy to control.
  • Internal builds — less often: they draw inside the game frame, which gets captured whole, so hiding requires dedicated work. See internal vs external cheats.
  • DMA setups — by construction, with no special measures at all.

Listings normally state streamproof on its own line. If the line is missing, assume the feature is missing.

Five limits that never go away

  1. It does not hide behaviour. This is the big one. A viewer sees the snap into an empty wall, the turn onto someone behind you, the route straight to the right container. The menu can be perfectly hidden while the gameplay is not.
  2. It does not defeat a camera. A phone pointed at the monitor bypasses every streamproof implementation ever written, as does a photo or a recording made on another device.
  3. It is not universal across capture paths. Game capture, window capture, display capture, messenger screen share and remote desktop are different mechanisms with different behaviour.
  4. Windows updates break it. Major updates change compositor behaviour and capture APIs. Something that worked a year ago can stop working after an update, and a live stream is the worst place to discover it.
  5. It has nothing to do with detection. Anti-cheats do not watch your stream. A hidden overlay does not impede signature or behavioural detection — see why cheats get detected.

Verifying it properly

  1. Record two or three minutes locally in OBS with Game Capture, Window Capture and Display Capture separately.
  2. Watch the whole file rather than the first seconds — some elements only appear during combat.
  3. Repeat in whatever messenger you actually share your screen through.
  4. Repeat after Windows updates, GPU driver updates and build updates.
  5. Only then record a real match.

The practical takeaway

Streamproof is useful and narrow. If you play Counter-Strike 2 or Valorant and post clips, treat it as mandatory — but the safety comes from how you play and how the settings are tuned, not from the feature itself. Demand it in the listing, verify it by hand, and never rely on it as protection.

The rest of the routine is in the safe launch checklist.

FAQ

How do I verify streamproof myself?
Record two minutes locally in OBS using all three capture modes — Game Capture, Window Capture, Display Capture — and watch the file. Verify with your own recording before your first stream, not with a line in the product description, and repeat after major Windows updates.
Does streamproof protect against anti-cheat screenshots?
Not necessarily. An anti-cheat captures imagery through its own path, and vendors do not publicly document what ends up in those captures. Treating streamproof as anti-cheat protection is a category error: it is a screen-recording feature, not a detection feature.
Do internal cheats have streamproof?
Less often and with more effort. Internal builds draw inside the game's frame, and that frame is captured whole, so hiding it requires separate work. External overlays living in their own window are far easier to exclude.
What about Discord screen share and remote desktop?
Those are separate capture mechanisms and they do not have to behave like OBS. Test every method you actually use to show your screen, voice-chat screen share included.
Is it safe to stream with streamproof on?
No. Even a perfectly hidden overlay does not hide how you play: a snap onto an unseen opponent or a beeline to hidden loot is visible to any viewer without a menu on screen. Streamproof removes one risk out of two.

Related games

Read next

← All articles