This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local vehicles = game:GetService("Workspace").SpawnedVehicles | |
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Jxereas/UI-Libraries/main/cerberus.lua"))() | |
local window = Library.new("Window") | |
local runService = game:GetService("RunService") | |
local connectionTable = {} | |
local UIS = game:GetService("UserInputService") | |
local Player = game.Players.LocalPlayer | |
local Mouse = Player:GetMouse() | |
local notifylib = loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMinisterq/Notification-Library/Main/Library.lua"))() | |
window:LockScreenBoundaries(false) |