Pasted Executor Detection using LogService

This is a script to detect many pasted executors.

local FlaggedWords={
"MantiWPF","Manti","Current identity is","Inject","Execute","UNC","Passed test","Hub","Key","http","www.","://"
}
game:GetService("LogService").MessageOut:Connect(function(a,b)
   local detected = false
   for i, v in FlaggedWords do
      if string.find(v, a) then
         detected = true
      end
   end
   if detected then
      print("Pastedsploit Detected")
   end
end
3 Likes

You can also use Memory detections to detect Solara, truly a funny thing to see.

3 Likes

If you use memory detections, the risk of false flagging exponentially grows.

surely nothing will completely FREEZE the roblox client for seconds on end.

Possible actually. X Holding (local physics simulations freeze when window is inactive afaik), lag spikes
Also its not certain that an executor will freeze your client. Sometimes its seamless

you can also detect solara bc now it warns “12” “doing blocks” “done doing blocks” everytime its injected/or when you join while its injected