CATASTROPHIA SCRIPT | FARM AURA

Created by Brayden12521

Features:

loadstring(game:HttpGet('https://raw.githubusercontent.com/Brayden330/Catastrophia-Farm-Aura-Script/main/Catastorphia%20Farm%20Aura.lua'))()

You can unlock and move your mouse around and lock it buy clicking Middle Mouse Button if you execute this script MADE BY Throit

local RunService = game:GetService("RunService")
local UserInputService = game:GetService("UserInputService")
local current = "LockCenter"
UserInputService.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton3 then
if current == "LockCenter" then current = "Default" else current = "LockCenter" end
end
end)
RunService:BindToRenderStep("MouseLock",Enum.RenderPriority.Last.Value+1,function()
UserInputService.MouseBehavior = Enum.MouseBehavior[current]
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!