FE Netless Script
FE Netless Script
LocalPlayer
local Heartbeat = game:GetService("RunService").Heartbeat
Heartbeat:Connect(function()
LocalPlayer.MaximumSimulationRadius = math.huge
sethiddenproperty(LocalPlayer, "SimulationRadius", math.huge)
end)
wait(0.2)
wait(0.2)
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Notification";
Text = "Netless Ran";
Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
Duration = 16;