Sign In to Your Account

Manual registration is temporarily disabled. Please use Discord, Google or GitHub to create an account.

CONTINUE WITH
[OPEN SOURCE] anti env logger (25ms/threaded confirmed) - Universal Script | Free Roblox Script

[OPEN SOURCE] anti env logger (25ms/threaded confirmed)

Universal 4 views 3 days ago
[OPEN SOURCE] anti env logger (25ms/threaded confirmed) - Roblox Script
Mobile Mobile Friendly
Key Key Required

Description

Credits: alyssa

DISCLAIMER: this anti env logger will also detect executors with redirected output as env loggers, so ensure to have a notice in your script to tell your user to turn off their redirected output/custom terminal setting on their executor

17 Lines 535 Bytes
local RandomMessage = `[{math.random()}]`
local Passed = false

game:GetService("LogService").MessageOut:Connect(function(Message, MessageType)
	if Message == RandomMessage and MessageType == Enum.MessageType.MessageOutput then
		Passed = true
	end
end)

print(RandomMessage)

repeat
	task.wait()
until Passed
-- code past here only runs in normal executors
print("this only runs when not in an env logger")
local a = game:GetService("HttpService") -- for testing, if this shows up in an env logger then this is patched

Comments

Comments section coming soon...

Frequently Asked Questions

To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Universal game.

This script may require a payment or subscription. Please check the script's description for more details.

Yes, this script has a key system. You may need to complete a task or join a Discord server to get a key.

Yes, this script is designed to be compatible with mobile executors.

Similar Scripts

Share Script

Share this script with others by copying the link or using your device's share options.

https://rbxscripts.net/scripts/open-source-anti-env-logger-25ms-threaded-confirmed/
or

Report Script

Help us maintain a safe community. Your report will be reviewed by our moderation team and appropriate action will be taken if needed.

Select a reason...
Malicious Code
Inappropriate Content
Copyright Infringement
Spam
Misleading Information
Other