PostSimple Lua Anti-ScreenGrab Script

Posts 1–9 of 9 · Page 1 of 1
Simple Lua Anti-ScreenGrab Script
Alight so since I am a bit of a scrub at coding, this is what I've come to... I can make a local variable and then assign render.Capture and render a different picture. If I'm not mistaken, simple assigning render.Capture's function to something else, such as a link to a "Image Failed" picture, and the way most addons work is by using this and returning a link, it should work greatly at tricking owners. You could probably change the image to something stupid like porn, but I preferred opting for this more... elegant approach. Let me know if it works since it's not tested.

Code:
local antigrab = ("Link to image goes here")
render.Capture = function():
	return antigrab 
end
wow this will totally stop every modern screengrab!!!
Eh I'm kinda new to the rodeo so not 100% on if it really would, but input and help would be appreciated.
This is a good concept, but it's generally better to just detour render.Capture before autorun and hide visuals on your hack, whenever render.Capture is called. Sending back a "Image Failed" picture could look sketchy.
Smart. Would you mind expanding on this idea? I am trying to add it to a PureLua script I am planning to release soon, and it would be a great addition!
Quote Originally Posted by JayFromSubway View Post
Smart. Would you mind expanding on this idea? I am trying to add it to a PureLua script I am planning to release soon, and it would be a great addition!
put an if statement in your esp big very hard
Quote Originally Posted by tanner1031 View Post
put an if statement in your esp big very hard
Sick meme. My point wasn't to have him do it all, I wanted to see what he intended to detour it to, and see his thinking on it, so I can improve.
this was a cool concept, would love to hear if you find a better method
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?