game.StarterGui:SetCore(“SendNotification”,{
Title = “Welcome”;
Text = “This is a test notification”;
Icon = “”;
Duration = 5;
})
Basically, if you don’t know what this means, you can read more about “SendNotification” here:
For those of you who do know what this script does, I need help. Does Roblox provide a way to check if a Notification is sent to you? Is there a way to detect that? I’m asking because I want to create an anti-exploit.
For example, jjsploit, one of the most common Roblox exploit softwares, displays a notification every time you activate inside the Roblox client. It comes with some sort of text like “API Loaded: Courtesy of WeAreDevs” or something.
I was thinking: If I can detect a notification being sent with that exact text, can I use that to instantly ban the player?
There doesn’t seem to be a way, neither with StarterGui:GetCore. I wouldn’t bother checking for this anyway, they can just stop doing that, or use external drawing libraries like many do now to not be detected. You aren’t stopping anybody by detecting it, which you can’t.
Theres literally only 1 exploit that actually uses sendnotification and its jjsploit lol but jjsploit is hot steaming garbage anyway so its fine and jjsploit will most likely change that soon.