SendNotification Detection: Is it possible? And if so, can I use it for an Anti-Exploit program?

I have this basic script here:

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?

Please, feel free to share your thoughts.

1 Like

I spent a good ammount if time on this one myself, I am still yet to find an anwser, notifications arent retrivable.

Ive tried getting all guis including hidden along with hit detection on a gui. It cant be found in the core either

I see why you want this as the moment it confirms injection you could then ban them on the spot.

Until roblox makes some kind if big change i doubt theres much more that can be done ither than anti-exploit

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.

1 Like

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.