-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFE-Bypasser.lua
More file actions
22 lines (17 loc) · 1.13 KB
/
FE-Bypasser.lua
File metadata and controls
22 lines (17 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
print('FE checker is loading...')
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("FE Checker enabled...","All")
if game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("FE Checker enabled...","All") then
print('FE Checker loaded successfully.')
local fe = game.Workspace.FilteirngEnabled
If fe = true then
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("The Filtering has enabled, to avoid this, use the FE bypasser or use Backdoor Executor instead.","All")
print('FE is enabled.')
end
If fe = false then
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("The Filtering has disabled, you can freely use any Server-Side script. Enjoy.","All")
print('FE is disabled.')
end
If error then
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("There is something has error in the FE Checker Script, since this script still in beta. In beta-version of it, you have issues of course.","All")
print('The Error has occurred.')
end