ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
917 Views

777RTGL0rd F3X Realm V1

Universal Script ๐Ÿ“ŒUploaded by
6 months ago
Please login to perform these actions:

Description

--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";btools me") RequestCommand:InvokeServer(";fogcolor black") wait(0.4) RequestCommand:InvokeServer(";punish all") wait(0.1) local player = game.Players.LocalPlayer local char = player.Character local backpack = player.Backpack local function getf3x() for _, v in ipairs(backpack:GetChildren()) do if v:FindFirstChild("SyncAPI") then return v end end for _, v in ipairs(char:GetChildren()) do if v:FindFirstChild("SyncAPI") then return v end end return nil end local f3x = getf3x() if not f3x then warn("you dont have f3x skid") end local syncapi = f3x.SyncAPI local serverendpoint = syncapi.ServerEndpoint local function delete(part) local args = { [1] = "Remove", [2] = { [1] = part } } serverendpoint:InvokeServer(unpack(args)) end local function deleteall() for _, v in ipairs(workspace:GetDescendants()) do if v:IsA("BasePart") or v:IsA("UnionOperation") then spawn(function() delete(v) end) end end end deleteall() local ReplicatedStorage = game:GetService("ReplicatedStorage") local RequestCommand = ReplicatedStorage:WaitForChild("HDAdminHDClient").Signals.RequestCommandSilent RequestCommand:InvokeServer(";fogcolor black ;time") local player = game.Players.LocalPlayer local char = player.Character local backpack = player.Backpack local function getf3x() for _, v in ipairs(backpack:GetChildren()) do if v:FindFirstChild("SyncAPI") then return v end end for _, v in ipairs(char:GetChildren()) do if v:FindFirstChild("SyncAPI") then return v end end return nil end local f3x = getf3x() if not f3x then warn("you dont have f3x skid") end local syncapi = f3x.SyncAPI local serverendpoint = syncapi.ServerEndpoint local function resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } serverendpoint:InvokeServer(unpack(args)) end local function syncmaterial(part,mate,trans) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Material"] = mate } } } serverendpoint:InvokeServer(unpack(args)) end local function transparency(part,trans) local args = { [1] = "SyncMaterial", [2] = { [1] = { ["Part"] = part, ["Transparency"] = trans } } } serverendpoint:InvokeServer(unpack(args)) end local function color(part, color) local args = { [1] = "SyncColor", [2] = { [1] = { ["Part"] = part, ["Color"] = color --[[Color3]], ["UnionColoring"] = false } } } serverendpoint:InvokeServer(unpack(args)) end local function syncmeshid(part, id) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..id } } } serverendpoint:InvokeServer(unpack(args)) end local function makemesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } serverendpoint:InvokeServer(unpack(args)) end local function syncmeshsize(part, vectora) local args = { [1] = "SyncMesh", [2] = { [1

View Raw
Edited By: 777RTGL0rd Download


Comments
0
No comments. Please Login to add a comment.