All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the FE Epic CLOVR Script (Newer version and not patched)

The FE Epic CLOVR Script (Newer version and not patched) code is below. Copy & inject it into the game. Enjoy!

local LocalPlayer = game:GetService("Players").LocalPlayer
local Heartbeat = game:GetService("RunService").Heartbeat

Heartbeat:Connect(function()
    LocalPlayer.MaximumSimulationRadius = math.huge
    sethiddenproperty(LocalPlayer, "SimulationRadius", math.huge)
end)

wait(0.3)

    -- when you reset make sure to re-execute this or just make this execute in a loop
for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
    if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then 
    game:GetService("RunService").Heartbeat:connect(function()
    v.Velocity = Vector3.new(-30,0,0)
    end)
    end
    end


    game:GetService("StarterGui"):SetCore("SendNotification", { 
        Title = "Netless Ran";
        Text = "Now Running VR";
        Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
    Duration = 16;
    
	game:GetService("StarterGui"):SetCore("SendNotification", { 
        Title = "Credits";
        Text = "VR Script made by ShownApe#7272 in the ONEReverseCard's Discord and Netless by Nullware";
        Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
    Duration = 16;

wait(0.5)


game:GetService("StarterGui"):SetCore("SendNotification", { 
        Title = "Credits";
        Text = "ONEReverseCard's Discord is copied to your clipboard.";
        Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
    Duration = 16;


setclipboard("https://discord.gg/Hbq3TgAJbB")

wait(1)

loadstring(game:HttpGet("https://raw.githubusercontent.com/ShownApe/VR-Scripts/main/clovr_tool_holding_netless.lua"))()