Screenshoting Hackers (For Staff)

Discussion in 'TTT Suggestions' started by Super Josh, Apr 14, 2017.

Thread Status:
Not open for further replies.
  1. Mellow

    Mellow Taking it easy VIP

    This is a free snapshot addon and it fixed those issues already. Doesn't capture anything other than your actual screen. No Steam or anything else.
     
  2. Xproplayer

    Xproplayer VIP Silver

    Hmm it doesn't directly say in the config file, I'll test this in a private server.
     
    • Like Like x 2
  3. Mellow

    Mellow Taking it easy VIP

    To add to what I said somebody had asked in the respective thread how he fixed the issue of snapshots capturing Steam overlay, it was said this piece of code fixed it.

    Code:
    hook.Add("PostRender", "PreventOverlay", function()
    local cap = render.Capture {
    x = 0,
    y = 0,
    w = ScrW(),
    h = ScrH(),
    quality = tonumber(quality)
    }
    CompletePostRender(cap)
    StopPostRender()
    end)
    
    Now I'm not a coder but you can probably do more with this than me.
     
  4. Xproplayer

    Xproplayer VIP Silver

    Hmm I saw this code but didn't look super far into it, looks like when a victim is deemed to be screenshotted it starts a hook that waits for the next render of the game and then captures, so perhaps that isnt called when a steamoverlay is open, then once its done screengrabbing it deletes that hook.
     
    • Like Like x 2
  5. Xproplayer

    Xproplayer VIP Silver

    Just did some testing, seems to not capture overlay, very nice. Also it has a saver for all the pics, so anyone can consult them back, this would be good for saving evidence. I think we're onto something here, Mellow ftw.

    Edit: the cap_Viewer system which allows you to view the pics later IS a bit buggy and slow, but that could be tuned I'm sure.
     
    • Like Like x 2
    • Winner Winner x 1
    • Optimistic Optimistic x 1
Thread Status:
Not open for further replies.