[ad_1]
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)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]