3 (4) mobile executor detections

Yup. 4 (somewhat, at least) popular executors
:warning: Remember that most of them will be patched in a short time probably, also remember to check your prints and other stuff, so you wasn’t listening to what players say.

All of those are localscripts. Preferably put in ReplicatedFirst.

:green_square: - Detects on injection (before autoexec executes itself)
:yellow_square: - Detects after injection (after autoexec executes itself, thus bypassable)
:red_square: - Doesn’t work anymore

:green_square: — Trigon Evo. 24.10.2024 — patched (at least I think so) NVMLOL:

game:GetService('ReplicatedStorage').ChildAdded:Connect(function(v)
	if v.Name == 'OSEBackground' and v:IsA('Frame') then
		-- detected. lol. this is an executor ui backup stored there for some reason.
	end
end)

:green_square: — Delta — NOT A DETECTION, but breaks the UI, can’t close it, execute anything or other stuff:

game:GetService('TweenService').Name = math.random()

:green_square: — Vega X — WILL BE PATCHED SHORTLY:

game:GetService('LogService').MessageOut:Connect(function(msg,msgtype)
	if msg:find('Depricated & Drop Support on') and msgtype == Enum.MessageType.MessageWarning then -- yes, it even has grammar issues
		--detected lol
	end
end)

:green_square: — Evon — couldn’t expect more this youtuber:

game:GetService('LogService').MessageOut:Connect(function(msg,msgtype)
	if msg == 'Launching Old Evon GUI' and msgtype == Enum.MessageType.MessageOutput then
		--detected. funny
	end
end)

love you all

12 Likes

I wonder how long it will take all of these executors to patch these.

1 Like

I often see executor detections this ridiculously silly, and it makes me wonder if the developers put more than 20% of thought into creating them

4 Likes

Great detections.

You can also detect executors by ContentProvider, because most of mobile executors have icons.

2 Likes

one thing that saddens me is alot of kids download these without knowing of the consequences, i mean evon is a confirmed rat too if you google it and i feel bad for these kids getting all their info logged then ontop of that getting banned from their favorite games.

but yk they decided to exploit so :woman_shrugging:

3 Likes

yes, exploiting is such a big problem we still need to detect it instead of making our games safe

Thanks! New client ac detections to the pile! Can also warn them that evon is a rat too!

sometimes I have a feeling they use AI to code or they are just basic skids

Ain’t no way exploiters using Ode :sob: :joy:. How does it even end up in ReplicatedStorage!?

1 Like