Retro's Screencap - Easily capture your players screen

(6)
(124)
You can always read the reviews or discuss this product
Media gallery
No description
Buy product
In short

Retro's Screencap gets the player's screen bypassing cheat protection, checking the image for spoofing, and delivers the player's screen image to you in seconds.

Tired of cheaters? Do you want to watch the player's screen? Then you found the right addon!

Retro's Screengrabber uses a new way to get the player's screen, bypassing anti-screengrab cheat protection, and delivers you an image in a matter of milliseconds!

Wanted to see the screengrab you did a week ago?

Then just open the gallery to see your entire screengrab history!

Don't want to save millions of screengrabs?

Delete unnecessary ones in the gallery, or turn off saving of screengrabs in the admin menu settings.

πŸ’‘ Features

βœ… Easily captures the UI of all Lua cheats, as well as many C++ cheats

βœ… Cheat protection bypass from screengrabbing

βœ… Several checks for screengrab spoofing

βœ… Using web services for image transfer, which speeds up the transfer by up to 20 times

βœ… Ability to customize the transfer service, image quality, etc.

βœ… Compatible with almost all admin mods, like SAM, xAdmin, sAdmin, FAdmin, ULX and etc.

βœ… Saving of all screengrabs to your gallery

βœ… Easy-to-use UI for you and your administrators

βœ… Integration with Trixter's Discord Integration

βœ… API for developers!

Can't bake you a cake


Also you can see development progress here.

πŸ–₯️ Installation

⬇️ Click "Download Stable" on the addon's GmodStore page

⏩ Move the folder inside the .zip you just downloaded from GmodStore into your server's garrysmod/addons/ directory

πŸ”ƒ Restart your server if it was running already

πŸŽ‰ Profit!

πŸ€” How to use?

Open Retro's Screengrab admin menu, and screengrab everyone and everything!

There are 2 ways to open Retro's Screencap:

  • Write the command !rsc in the chat
  • Enter the command rsc or screengrab into the console



In gallery you can:

  • Page changing Change page by clicking on the buttons, or by holding the mouse on a image, move it to the sides
  • Zoom Just double-click on the image
  • Delete screengrabs Click on the top-right button before close button
  • See image information Page number, file path, date of creation and size located at the top-left side of your screen


RSC often uses the Promise library, I suggest you check it out before you start this documentation.


How do I make a simple capture?

local capturePlayer = promise.Async(function()
    -- Create a new CaptureRequest object
    local request = RSC.CaptureRequest.New()

    -- Subscribe to all events
    request.onMessage(function(request, messageType, message, messageSource) print(message) end) -- See RSC.MESSAGE_TYPE and RSC.MESSAGE_SOURCE enums
    request.onResult(function(request, ok, result) print(ok, result) end)

    -- Start a capture
    local ok, err = request:Capture( Entity(1) )
    if not ok then return ErrorNoHaltWithStack(err) end

    -- Download a screen image
    local ok, captureImage = request:Download():SafeAwait()

    -- Or get download url
    local ok, url = request:GetDownloadURL():SafeAwait()
end)

This example will work on clientside and serverside. Only difference is that when this code called from clientside, server will perform check if player have enough access.


Want something harder?

Then freely check out RSC documentation!

πŸ’‘ Features

βœ… Easily captures the UI of all Lua cheats, as well as many C++ cheats

βœ… Cheat protection bypass from screengrabbing

βœ… Several checks for screengrab spoofing

βœ… Using web services for image transfer, which speeds up the transfer by up to 20 times

βœ… Ability to customize the transfer service, image quality, etc.

βœ… Compatible with almost all admin mods, like SAM, xAdmin, sAdmin, FAdmin, ULX and etc.

βœ… Saving of all screengrabs to your gallery

βœ… Easy-to-use UI for you and your administrators

βœ… Integration with Trixter's Discord Integration

βœ… API for developers!

Can't bake you a cake


Also you can see development progress here.

πŸ–₯️ Installation

⬇️ Click "Download Stable" on the addon's GmodStore page

⏩ Move the folder inside the .zip you just downloaded from GmodStore into your server's garrysmod/addons/ directory

πŸ”ƒ Restart your server if it was running already

πŸŽ‰ Profit!

πŸ€” How to use?

Open Retro's Screengrab admin menu, and screengrab everyone and everything!

There are 2 ways to open Retro's Screencap:

  • Write the command !rsc in the chat
  • Enter the command rsc or screengrab into the console



In gallery you can:

  • Page changing Change page by clicking on the buttons, or by holding the mouse on a image, move it to the sides
  • Zoom Just double-click on the image
  • Delete screengrabs Click on the top-right button before close button
  • See image information Page number, file path, date of creation and size located at the top-left side of your screen


Q: Is anything additional needed to install this addon?

A: No, RSC doesn't require any additional content.


Q: Is this addon obfuscated?

A: Yes, file lua/rsc/client/cl_capture.lua is obfuscated and only contains methods for capturing a screen and validating capture for spoofing. Anything else isn't obfuscated.


Q: Can I ask a feature or a bug?

A: Yes, feel free to create a ticket or dm me on gmodstore!

πŸ’‘ Features

βœ… Easily captures the UI of all Lua cheats, as well as many C++ cheats

βœ… Cheat protection bypass from screengrabbing

βœ… Several checks for screengrab spoofing

βœ… Using web services for image transfer, which speeds up the transfer by up to 20 times

βœ… Ability to customize the transfer service, image quality, etc.

βœ… Compatible with almost all admin mods, like SAM, xAdmin, sAdmin, FAdmin, ULX and etc.

βœ… Saving of all screengrabs to your gallery

βœ… Easy-to-use UI for you and your administrators

βœ… Integration with Trixter's Discord Integration

βœ… API for developers!

Can't bake you a cake


Also you can see development progress here.

πŸ–₯️ Installation

⬇️ Click "Download Stable" on the addon's GmodStore page

⏩ Move the folder inside the .zip you just downloaded from GmodStore into your server's garrysmod/addons/ directory

πŸ”ƒ Restart your server if it was running already

πŸŽ‰ Profit!

πŸ€” How to use?

Open Retro's Screengrab admin menu, and screengrab everyone and everything!

There are 2 ways to open Retro's Screencap:

  • Write the command !rsc in the chat
  • Enter the command rsc or screengrab into the console



In gallery you can:

  • Page changing Change page by clicking on the buttons, or by holding the mouse on a image, move it to the sides
  • Zoom Just double-click on the image
  • Delete screengrabs Click on the top-right button before close button
  • See image information Page number, file path, date of creation and size located at the top-left side of your screen


Special thanks to

  • Jean Tacos for translating into French and Spanish
  • Higamato for translating into Turkish
  • nafi for translating into Polish and helping with discord integration
  • Geiric for translating into Czech
  • Yeah, well for translating into Ukranian
  • Goran for translating into Spanish
  • Razor for translating into Portuguese (Brazilian)
  • Prikolmen, _aNgelOKK_, luasych and Klen_list for being great friends :)
  • Many translators on Crowdin for imporving or adding translation for everyone!
  • Phedona for helping with better ULX integration
  • JoelGaming aka Apollon-Gaming-Server for translating into German
πŸ’‘ Features

βœ… Easily captures the UI of all Lua cheats, as well as many C++ cheats

βœ… Cheat protection bypass from screengrabbing

βœ… Several checks for screengrab spoofing

βœ… Using web services for image transfer, which speeds up the transfer by up to 20 times

βœ… Ability to customize the transfer service, image quality, etc.

βœ… Compatible with almost all admin mods, like SAM, xAdmin, sAdmin, FAdmin, ULX and etc.

βœ… Saving of all screengrabs to your gallery

βœ… Easy-to-use UI for you and your administrators

βœ… Integration with Trixter's Discord Integration

βœ… API for developers!

Can't bake you a cake


Also you can see development progress here.

πŸ–₯️ Installation

⬇️ Click "Download Stable" on the addon's GmodStore page

⏩ Move the folder inside the .zip you just downloaded from GmodStore into your server's garrysmod/addons/ directory

πŸ”ƒ Restart your server if it was running already

πŸŽ‰ Profit!

πŸ€” How to use?

Open Retro's Screengrab admin menu, and screengrab everyone and everything!

There are 2 ways to open Retro's Screencap:

  • Write the command !rsc in the chat
  • Enter the command rsc or screengrab into the console



In gallery you can:

  • Page changing Change page by clicking on the buttons, or by holding the mouse on a image, move it to the sides
  • Zoom Just double-click on the image
  • Delete screengrabs Click on the top-right button before close button
  • See image information Page number, file path, date of creation and size located at the top-left side of your screen


Product reviews

4.78 average based on 6 reviews

Good guy Hotter ツ
Well made script and insane support
Got a response on my ticket in under 1h and an update for the extension was pushed almost right after. :)
By Good guy Hotter ツ -
(version 1.4.19)
damp
good!
Works as intended and catches alot of the legacy cheats out there.
By damp -
(version 1.4.10)
Jeff
Great Script and nice Support
after buying this i had issues with the menu not opening but the support answered quickly and helped me fix the problem after a few tries it works fine without any problems this is a must have screencap addon that works just fine with the discord Integration support easy installation just drag & drop thats it i can only recommend buying it if you are looking for a good screen capture script
By Jeff -
(version 1.4.9)
Phedona
Must Have cuzΒ΄its Great.
Hello. I must really praise this addon, and not just because I am part of the credits. This Screengrab addon is really well done and works great. The design, when you're not using the ULX command, is beautiful and almost unique. Handling and applying the function itself is very easy, and anyone can do it. However, I must be honest and point out that the services can be unreliable at times and unfortunately may not work sometimes. But all in all, the addon is really top-notch, and I would recommend it to any server owner who, just like us, wants to keep cheaters and hackers off the server.
By Phedona -
(version 1.4.9)
MikealSteel
Total Ezzz for the cheater
Je suis un manager de armada MRP et ce SceenGrab nous permets d'attrapΓ© tout les cheater MERCI !
By MikealSteel -
(version 1.4.8)
previous
1 of 2
next
Buy product
This product is marked as unsupported. That means there is no support available for this product.
Pika Software
2 products - 3 members
Looking for reliable and easy-to-use game server hosting with free Anycast and DDoS protection? Get 30% off your first payment at Physgun with the coupon code gmodstore at checkout.
Product details
Views:
13.1K
Purchases:
147
Added:
Updated:
Price:
$13.00
Categories:
Languages:
Czech, Russian, English, Polish, Ukrainian, Turkish, French, Spanish
Requirements
None specified
Actions
Report
Search products...