Skip to content

Instantly share code, notes, and snippets.

@diyar2137237243
diyar2137237243 / MTC4
Created December 7, 2024 23:49
mtc4 script -- needs anticheat bypass but i removed from script so skids cant use it
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)