game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "FEDORA PUBLIC", -- Required Text = "version is 1.0.5", -- Required }) local Settings = { Prefix = ".", Version = "1.0.5", CommandKey = "BackSlash", -- see: "https://developer.roblox.com/en-us/api-reference/enum/KeyCode" for all key codes GuiLogo = "http://www.roblox.com/asset/?id=5234318900" } --/ Important checks 'n waiting for stuff to load or smthing repeat wait() until game:GetService("Players").LocalPlayer ~= nil if not game:GetService("Players").LocalPlayer.Character then game:GetService("Players").LocalPlayer.CharacterAdded:Wait() end for i, v in pairs(game:GetService("CoreGui"):GetChildren()) do if v.Name == "OverflowScreenGui" then v:Destroy() end end --/ Variables local LocalPlayer = game:GetService("Players").LocalPlayer local Character = LocalPlayer.Character local Workspace = game:GetService("Workspace") local UIS = game:GetService("UserInputService") local Player = game:GetService("Players").LocalPlayer local Character = Player.Character local Admin = { Cmds = {}, Events = {}, NotificationFrameAmount = 0 } --/ Main Gui Creation 'n it's properties local OverflowScreenGui = Instance.new("ScreenGui") local Intro = Instance.new("Folder") local TitleLabelIntro = Instance.new("TextLabel") local VersionLabelIntroClipDescendants = Instance.new("TextLabel") local VersionLabelIntro = Instance.new("TextLabel") local IntroBlurEffect = Instance.new("BlurEffect") local Main = Instance.new("Folder") local FrameCmdBar = Instance.new("Frame") local ArrowThing = Instance.new("TextLabel") local CmdBar = Instance.new("TextBox") local line = Instance.new("Frame") local Cmdlist = Instance.new("ScrollingFrame") local ExampleCmd = Instance.new("Frame") local line_2 = Instance.new("Frame") local CmdNameBtn = Instance.new("TextButton") local UIListLayout = Instance.new("UIListLayout") local NotificationFrame = Instance.new("Frame") local line_3 = Instance.new("Frame") local Title = Instance.new("TextLabel") local timelabel = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local Body = Instance.new("TextLabel") OverflowScreenGui.Name = "OverflowScreenGui" OverflowScreenGui.Parent = game:GetService("CoreGui") OverflowScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Intro.Name = "Intro" Intro.Parent = OverflowScreenGui TitleLabelIntro.Name = "TitleLabelIntro" TitleLabelIntro.Parent = Intro TitleLabelIntro.AnchorPoint = Vector2.new(0.5, 1) TitleLabelIntro.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TitleLabelIntro.BackgroundTransparency = 1.000 TitleLabelIntro.Position = UDim2.new(0.5, 0, 0.5, 0) TitleLabelIntro.Size = UDim2.new(0.300000012, 0, 0.100000001, 0) TitleLabelIntro.Font = Enum.Font.SourceSansBold TitleLabelIntro.Text = "Fedora Admin" TitleLabelIntro.TextColor3 = Color3.fromRGB(233, 252, 252) TitleLabelIntro.TextSize = 45.000 TitleLabelIntro.TextTransparency = 1.000 VersionLabelIntroClipDescendants.Name = "VersionLabelIntroClipDescendants" VersionLabelIntroClipDescendants.Parent = Intro VersionLabelIntroClipDescendants.AnchorPoint = Vector2.new(0.5, 0) VersionLabelIntroClipDescendants.BackgroundColor3 = Color3.fromRGB(255, 255, 255) VersionLabelIntroClipDescendants.BackgroundTransparency = 1.000 VersionLabelIntroClipDescendants.ClipsDescendants = true VersionLabelIntroClipDescendants.Position = UDim2.new(0.5, 0, 0.5, 0) VersionLabelIntroClipDescendants.Size = UDim2.new(0.300000012, 0, 0.100000001, 0) VersionLabelIntroClipDescendants.Font = Enum.Font.GothamSemibold VersionLabelIntroClipDescendants.Text = "" VersionLabelIntroClipDescendants.TextColor3 = Color3.fromRGB(205, 255, 233) VersionLabelIntroClipDescendants.TextSize = 30.000 VersionLabelIntroClipDescendants.TextStrokeTransparency = 0.900 VersionLabelIntroClipDescendants.TextWrapped = true VersionLabelIntro.Name = "VersionLabelIntro" VersionLabelIntro.Parent = VersionLabelIntroClipDescendants VersionLabelIntro.AnchorPoint = Vector2.new(0.5, 1) VersionLabelIntro.BackgroundColor3 = Color3.fromRGB(255, 255, 255) VersionLabelIntro.BackgroundTransparency = 1.000 VersionLabelIntro.Position = UDim2.new(0.5, 0, 0, 0) VersionLabelIntro.Size = UDim2.new(1, 0, 1, 0) VersionLabelIntro.Font = Enum.Font.GothamSemibold VersionLabelIntro.Text = "V1.0.3" VersionLabelIntro.TextColor3 = Color3.fromRGB(205, 255, 233) VersionLabelIntro.TextSize = 30.000 VersionLabelIntro.TextTransparency = 0 VersionLabelIntro.TextStrokeTransparency = 0.9 VersionLabelIntro.TextWrapped = true Main.Name = "Main" Main.Parent = OverflowScreenGui FrameCmdBar.Name = "FrameCmdBar" FrameCmdBar.Parent = Main FrameCmdBar.AnchorPoint = Vector2.new(1, 1) FrameCmdBar.BackgroundColor3 = Color3.fromRGB(56, 56, 56) FrameCmdBar.BorderSizePixel = 0 FrameCmdBar.Position = UDim2.new(1.26699996, 0, 1, 0) FrameCmdBar.Size = UDim2.new(0.26699999, 0, 0, 25) ArrowThing.Name = "ArrowThing" ArrowThing.Parent = FrameCmdBar ArrowThing.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ArrowThing.BackgroundTransparency = 1.000 ArrowThing.Position = UDim2.new(0, 0, -0.0399999991, 0) ArrowThing.Size = UDim2.new(0.100000001, 0, 0.925000012, 0) ArrowThing.Font = Enum.Font.GothamBlack ArrowThing.Text = ">" ArrowThing.TextColor3 = Color3.fromRGB(255, 255, 255) ArrowThing.TextSize = 25.000 CmdBar.Name = "CmdBar" CmdBar.Parent = FrameCmdBar CmdBar.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CmdBar.BackgroundTransparency = 1.000 CmdBar.Position = UDim2.new(0.109999999, 0, 0, 0) CmdBar.Size = UDim2.new(1, 0, 0.925000012, 0) CmdBar.ClearTextOnFocus = false CmdBar.Font = Enum.Font.Code CmdBar.PlaceholderColor3 = Color3.fromRGB(178, 178, 178) CmdBar.PlaceholderText = " put Fedora command here" CmdBar.Text = "" CmdBar.TextColor3 = Color3.fromRGB(255, 255, 255) CmdBar.TextSize = 14.000 CmdBar.TextTransparency = 0.150 CmdBar.TextXAlignment = Enum.TextXAlignment.Left line.Name = "line" line.Parent = FrameCmdBar line.AnchorPoint = Vector2.new(0, 1) line.BackgroundColor3 = Color3.fromRGB(255, 255, 255) line.BorderSizePixel = 0 line.Position = UDim2.new(0, 0, 1, 0) line.Size = UDim2.new(1, 0, 0.075000003, 0) Cmdlist.Name = "-Cmdlist" Cmdlist.Parent = FrameCmdBar Cmdlist.Active = true Cmdlist.AnchorPoint = Vector2.new(0, 1) Cmdlist.BackgroundColor3 = Color3.fromRGB(35, 35, 35) Cmdlist.BackgroundTransparency = 0.650 Cmdlist.BorderColor3 = Color3.fromRGB(56, 56, 56) Cmdlist.Position = UDim2.new(1, 0, -0.150000006, 0) Cmdlist.Size = UDim2.new(1, 0, 0, 221) Cmdlist.CanvasSize = UDim2.new(0, 0, 20, 0) Cmdlist.ScrollBarThickness = 5 UIListLayout.Parent = Cmdlist UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout.Padding = UDim.new(0, 6) ExampleCmd.Name = "ExampleCmd" ExampleCmd.Parent = Cmdlist ExampleCmd.Visible = false ExampleCmd.BackgroundColor3 = Color3.fromRGB(56, 56, 56) ExampleCmd.BorderSizePixel = 0 ExampleCmd.Size = UDim2.new(0.975000024, 0, 0, 21) line_2.Name = "line" line_2.Parent = ExampleCmd line_2.AnchorPoint = Vector2.new(0, 1) line_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) line_2.BorderSizePixel = 0 line_2.Position = UDim2.new(0, 0, 1, 0) line_2.Size = UDim2.new(1, 0, 0.0500000007, 0) CmdNameBtn.Name = "CmdNameBtn" CmdNameBtn.Parent = ExampleCmd CmdNameBtn.BackgroundColor3 = Color3.fromRGB(56, 56, 56) CmdNameBtn.BackgroundTransparency = 1 CmdNameBtn.BorderColor3 = Color3.fromRGB(56, 56, 56) CmdNameBtn.Position = UDim2.new(0.045157969, 0, 0.137148857, 0) CmdNameBtn.Size = UDim2.new(0.95, 0, 0, 13) CmdNameBtn.Font = Enum.Font.Gotham CmdNameBtn.Text = "" CmdNameBtn.TextWrapped = true CmdNameBtn.TextColor3 = Color3.fromRGB(255, 0, 255) CmdNameBtn.TextSize = 14.000 CmdNameBtn.TextXAlignment = Enum.TextXAlignment.Left CmdNameBtn.TextYAlignment = Enum.TextYAlignment.Top NotificationFrame.Name = "NotificationFrame" NotificationFrame.Parent = Main NotificationFrame.AnchorPoint = Vector2.new(0.5, 0.5) NotificationFrame.BackgroundColor3 = Color3.fromRGB(56, 56, 56) NotificationFrame.BackgroundTransparency = 0.200 NotificationFrame.BorderColor3 = Color3.fromRGB(56, 56, 56) NotificationFrame.BorderSizePixel = 0 NotificationFrame.Position = UDim2.new(0.5, 0, -0.275, 0) NotificationFrame.Size = UDim2.new(0, 336, 0, 105) line_3.Name = "line" line_3.Parent = NotificationFrame line_3.AnchorPoint = Vector2.new(0, 1) line_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) line_3.BorderSizePixel = 0 line_3.Position = UDim2.new(0, 0, 1, 0) line_3.Size = UDim2.new(0, 336, 0, 4) Title.Name = "Title" Title.Parent = NotificationFrame Title.AnchorPoint = Vector2.new(0.5, 0) Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title.BackgroundTransparency = 1.000 Title.Position = UDim2.new(0.5, 0, 0.0149999997, 0) Title.Size = UDim2.new(0.600000024, 0, 0.150000006, 0) Title.Font = Enum.Font.Gotham Title.Text = "Title" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextSize = 15.000 Title.TextWrapped = true timelabel.Name = "timelabel" timelabel.Parent = NotificationFrame timelabel.BackgroundColor3 = Color3.fromRGB(74, 84, 88) timelabel.BackgroundTransparency = 1.000 timelabel.BorderColor3 = Color3.fromRGB(74, 84, 88) timelabel.Position = UDim2.new(0.863610208, 0, 0.74667269, 0) timelabel.Size = UDim2.new(0, 35, 0, 13) timelabel.Font = Enum.Font.Gotham timelabel.Text = "" timelabel.TextColor3 = Color3.fromRGB(255, 0, 255) timelabel.TextSize = 13.000 Exit.Name = "Exit" Exit.Parent = NotificationFrame Exit.BackgroundColor3 = Color3.fromRGB(197, 0, 0) Exit.BorderColor3 = Color3.fromRGB(197, 0, 0) Exit.Position = UDim2.new(0.943475246, 0, 0.0666666701, 0) Exit.Size = UDim2.new(0, 9, 0, 8) Exit.Font = Enum.Font.Gotham Exit.Text = "X" Exit.TextColor3 = Color3.fromRGB(197, 191, 186) Exit.TextScaled = true Exit.TextSize = 100.000 Exit.TextWrapped = true Body.Name = "Body" Body.Parent = NotificationFrame Body.AnchorPoint = Vector2.new(0.5, 0) Body.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Body.BackgroundTransparency = 1.000 Body.Position = UDim2.new(0.5, 0, 0.300000012, 0) Body.Size = UDim2.new(0.600000024, 0, 0.600000024, 0) Body.Font = Enum.Font.Gotham Body.Text = "Body" Body.TextWrapped = true Body.TextColor3 = Color3.fromRGB(255, 255, 255) Body.TextSize = 14.000 IntroBlurEffect.Name = "IntroBlurEffect" IntroBlurEffect.Parent = game:GetService("Lighting") IntroBlurEffect.Enabled = true IntroBlurEffect.Size = 0 -- 10 --/ Functions function Admin.Notify(subjecttext, bodytext, possibletimer) -- possibletimer[1] = starttime in seconds, possibletimer[2] = endtime in seconds, possibletimer[3] = number to decrease timer with spawn(function() local Notification = NotificationFrame:Clone() Notification.Name = "-NewNotification" Notification.Visible = false Notification.Parent = Main local NotificationRemove = false Notification.BackgroundTransparency = 1 for i, v in pairs(Notification:GetDescendants()) do if v:IsA("GuiObject") and v.Visible == true then if v.ClassName ~= "ImageLabel" and v.ClassName ~= "ImageButton" then v.BackgroundTransparency = 1 elseif v.ClassName == "CmdNameBtn" or v.ClassName == "TextButton" and v.Name ~= "timelabel" then v.BackgroundTransparency = 1 v.TextTransparency = 1 v.TextStrokeTransparency = 1 else v.ImageTransparency = 1 end end end Notification:WaitForChild("Title").Text = subjecttext Notification:WaitForChild("Body").Text = bodytext if Notification.Body.TextFits == false then Notification.Body.TextScaled = true end Admin.NotificationFrameAmount = Admin.NotificationFrameAmount + 1 Notification.Visible = true game:GetService("TweenService"):Create(Notification, TweenInfo.new(0.5, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0.25}):Play() game:GetService("TweenService"):Create(Notification, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Position = UDim2.new(0.5, 0, 0.45, 0)}):Play() game:GetService("TweenService"):Create(Notification.Title, TweenInfo.new(0.5, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {TextTransparency = 0}):Play() game:GetService("TweenService"):Create(Notification.Body, TweenInfo.new(0.5, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {TextTransparency = 0}):Play() game:GetService("TweenService"):Create(Notification.Exit, TweenInfo.new(0.5, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0, TextTransparency = 0}):Play() game:GetService("TweenService"):Create(Notification.line, TweenInfo.new(0.5, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {BackgroundTransparency = 0}):Play() Notification.Exit.MouseButton1Down:Connect(function() NotificationRemove = true end) if typeof(possibletimer) == "table" and typeof(possibletimer[1]) == "number" and typeof(possibletimer[2]) == "number" and typeof(possibletimer[3]) == "number" then spawn(function() for i = possibletimer[1], possibletimer[2], -possibletimer[3] do if Notification:FindFirstChild("timelabel") then Notification.timelabel.Text = "(" .. i .. ")" else break end if NotificationRemove == false and Admin.NotificationFrameAmount <= 1 then wait(possibletimer[3]) else break end end if NotificationRemove == false then NotificationRemove = true end end) end repeat wait() until NotificationRemove == true or OverflowScreenGui.Parent ~= game:GetService("CoreGui") or Admin.NotificationFrameAmount > 1 Admin.NotificationFrameAmount = Admin.NotificationFrameAmount - 1 game:GetService("TweenService"):Create(Notification, TweenInfo.new(0.5, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {Position = UDim2.new(0.5, 0, -0.5, 0)}):Play() wait(0.5) Notification:Destroy() end) end function Admin.GetShortenedPlrFromName(name) name = string.lower(tostring(name)) if not game:GetService("Players"):FindFirstChild("me") and name == "me" or game:GetService("Players"):FindFirstChild("me") and game:GetService("Players"):FindFirstChild("me").ClassName ~= "Player" and name == "me" then return {LocalPlayer} end if not game:GetService("Players"):FindFirstChild("all") and name == "all" or game:GetService("Players"):FindFirstChild("all") and game:GetService("Players"):FindFirstChild("all").ClassName ~= "Player" and name == "all" then return game:GetService("Players"):GetPlayers() end if not game:GetService("Players"):FindFirstChild("others") and name == "others" or game:GetService("Players"):FindFirstChild("others") and game:GetService("Players"):FindFirstChild("others").ClassName ~= "Player" and name == "others" then name = game:GetService("Players"):GetPlayers() for i, v in pairs(name) do if v == LocalPlayer then table.remove(name, i) end end return name end for i, v in pairs(game.Players:GetPlayers()) do if string.lower(string.sub(v.Name, 1, #name)) == name then return {v} end end return nil end --/ Scripting: Intro game:GetService("TweenService"):Create(IntroBlurEffect, TweenInfo.new(0.35, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {Size = 5}):Play() wait(0.35) game:GetService("TweenService"):Create(TitleLabelIntro, TweenInfo.new(0.35, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), {TextTransparency = 0, TextStrokeTransparency = 0.9}):Play() wait(0.3) VersionLabelIntro.Text = "V" .. Settings.Version game:GetService("TweenService"):Create(VersionLabelIntro, TweenInfo.new(0.5, Enum.EasingStyle.Quart, Enum.EasingDirection.Out), {Position = UDim2.new(0.5, 0, 1, 0)}):Play() wait(1.5) game:GetService("TweenService"):Create(TitleLabelIntro, TweenInfo.new(0.25, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), {TextTransparency = 1, TextStrokeTransparency = 1}):Play() wait(0.25 / 4 * 2.75) game:GetService("TweenService"):Create(VersionLabelIntro, TweenInfo.new(0.25, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), {TextTransparency = 1, TextStrokeTransparency = 1}):Play() game:GetService("TweenService"):Create(IntroBlurEffect, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), {Size = 0}):Play() wait(0.3) Admin.Notify("Welcome", "Welcome to Fedora Admin,Prefix is: " .. Settings.Prefix, 7.5) wait(2.0) loadstring(game:HttpGet("https://pastebin.com/raw/xfJ1dCLn"))() function Chat(Message) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Message, "All") end local localplayer = game.Players.LocalPlayer.Name if game.Players.LocalPlayer.Name == "14anz_COOL" then wl = true local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://237866621" sound.Parent = game:GetService("SoundService") sound:Play() end if game.Players.LocalPlayer.Name == localplayer then wl = true local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://237866621" sound.Parent = game:GetService("SoundService") sound:Play() end -- Player whitelisted if game.Players.LocalPlayer.Name == "C0OL1kID2" or game.Players.LocalPlayer.Name == "14anz_COOL" then wl = true local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://237866621" sound.Parent = game:GetService("SoundService") sound:Play() elseif wl == false then local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://237866621" sound.Parent = game:GetService("SoundService") sound:Play() end local players = game:GetService("Players") local plr = players.LocalPlayer Lagging = true Loopkill = true Loopvoid = false clg = false ere = false lag = false godmode2 = false skill = false loopskillall = false day = false night = false lcb = false grc = false antib = false hide = false Anti = false local function getChar() return plr.Character end local function getBp() return plr.Backpack end local function getPlr(str) for i,v in pairs(players:GetPlayers()) do if v.Name:lower():match(str) or v.DisplayName:lower():match(str) then return v end end end local mainfake local mainfake = Instance.new("Part",game.Chat) local netless_Y = Vector3.new(0, 26, 0) local v3_101 = Vector3.new(1, 0, 1) local inf = math.huge local v3_0 = Vector3.new(0,0,0) local function getNetlessVelocity(realPartVelocity) --edit this if you have a better netless method if (realPartVelocity.Y > 1) or (realPartVelocity.Y < -1) then return realPartVelocity * (25.1 / realPartVelocity.Y) end realPartVelocity = realPartVelocity * v3_101 local mag = realPartVelocity.Magnitude if mag > 1 then realPartVelocity = realPartVelocity * 100 / mag end return realPartVelocity + netless_Y end local function replacehum() local h = plr.Character:FindFirstChild("Humanoid"):Clone() plr.Character:FindFirstChild("Humanoid"):Destroy() h.Parent = plr.Character end local function align(Part0, Part1, p, r) Part0.CustomPhysicalProperties = PhysicalProperties.new(0.0001, 0.0001, 0.0001, 0.0001, 0.0001) Part0.CFrame = Part1.CFrame local att0 = Instance.new("Attachment", Part0) att0.Orientation = r or v3_0 att0.Position = v3_0 att0.Name = "att0_" .. Part0.Name local att1 = Instance.new("Attachment", Part1) att1.Orientation = v3_0 att1.Position = p or v3_0 att1.Name = "att1_" .. Part1.Name local apd = Instance.new("AlignPosition", att0) apd.ApplyAtCenterOfMass = false apd.MaxForce = inf apd.MaxVelocity = inf apd.ReactionForceEnabled = false apd.Responsiveness = 200 apd.Attachment1 = att1 apd.Attachment0 = att0 apd.Name = "AlignPositionRfalse" apd.RigidityEnabled = false local ao = Instance.new("AlignOrientation", att0) ao.MaxAngularVelocity = inf ao.MaxTorque = inf ao.PrimaryAxisOnly = false ao.ReactionTorqueEnabled = false ao.Responsiveness = 200 ao.Attachment1 = att1 ao.Attachment0 = att0 ao.RigidityEnabled = false if type(getNetlessVelocity) == "function" then local realVelocity = Vector3.new(0,30,0) local steppedcon = game:GetService("RunService").Stepped:Connect(function() Part0.Velocity = realVelocity end) local heartbeatcon = game:GetService("RunService").Heartbeat:Connect(function() realVelocity = Part0.Velocity Part0.Velocity = getNetlessVelocity(realVelocity) end) Part0.Destroying:Connect(function() Part0 = nil steppedcon:Disconnect() heartbeatcon:Disconnect() end) end att0.Orientation = r or v3_0 att0.Position = v3_0 att1.Orientation = v3_0 att1.Position = p or v3_0 Part0.CFrame = Part1.CFrame end local function attachTool(tool,cf) for i,v in pairs(tool:GetDescendants()) do if not (v:IsA("BasePart") or v:IsA("Mesh") or v:IsA("SpecialMesh")) then v:Destroy() end end wait() game.Players.LocalPlayer.Character.Humanoid.Name = 1 local l = game.Players.LocalPlayer.Character["1"]:Clone() l.Parent = game.Players.LocalPlayer.Character l.Name = "Humanoid" game.Players.LocalPlayer.Character["1"]:Destroy() game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character game.Players.LocalPlayer.Character.Animate.Disabled = true wait() --game.Players.LocalPlayer.Character.Animate.Disabled = false game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" tool.Parent = getChar() --[[ for i,v in pairs(getBp():GetChildren()) do if v:IsA("Tool") then v.Parent = getChar() end end ]]-- end local nc = false local ncLoop ncLoop = game:GetService("RunService").Stepped:Connect(function() if nc and getChar() ~= nil then for _, v in pairs(getChar():GetDescendants()) do if v:IsA("BasePart") and v.CanCollide == true then v.CanCollide = false end end end end) local netsleepTargets = {} local nsLoop nsLoop = game:GetService("RunService").Stepped:Connect(function() if #netsleepTargets == 0 then return end for i,v in pairs(netsleepTargets) do if v.Character then for i,v in pairs(v.Character:GetChildren()) do if v:IsA("BasePart") == false and v:IsA("Accessory") == false then continue end if v:IsA("BasePart") then sethiddenproperty(v,"NetworkIsSleeping",true) elseif v:IsA("Accessory") and v:FindFirstChild("Handle") then sethiddenproperty(v.Handle,"NetworkIsSleeping",true) end end end end end) local cc;cc = plr.Chatted:Connect(function(msg) local spaceSplit = msg:split(" ") if spaceSplit[1] == ".digmuf" or spaceSplit[1] == "/e digmuf" then if wl == true then game.Workspace.muffy.Tail.CanCollide = false game.Workspace.muffy["Smooth Block Model"].CanCollide = false game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.muffy.Torso.CFrame * CFrame.new(0,-1,0) -- teleport to muffy task.wait(0.3) spawn(function() local counter = 0 while counter ~= 500 do -- when this condition is false(when the counter = 3) the loop will stop game.Workspace.muffy.Torso.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-5,0) -- muffy teleport to you task.wait(.01) counter = counter + 1 -- adding one to the counter after every loop end end) task.wait(0.5) spawn(function() for _, v in pairs(game:GetService("Workspace"):FindFirstChild(" "):GetDescendants()) do if v:IsA("TouchTransmitter") or v:IsA("TouchInterest") then firetouchinterest(game.Workspace.muffy.Torso, v:FindFirstAncestorWhichIsA("Part"),0) -- kills muffy firetouchinterest(game.Workspace.muffy.Torso, v:FindFirstAncestorWhichIsA("Part"),1) end end end) else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".boom" or spaceSplit[1] == "/e bm" then if wl == true then local target = getPlr(tostring(spaceSplit[2]):lower()) game.Workspace.muffy.Tail.CanCollide = false game.Workspace.muffy["Smooth Block Model"].CanCollide = false game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.muffy.Torso.CFrame * CFrame.new(0,-1,0) -- teleport to muffy task.wait(0.3) spawn(function() local counter = 0 while counter ~= 500 do -- when this condition is false(when the counter = 3) the loop will stop game.Workspace.muffy.Torso.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) -- muffy teleport to you task.wait(.01) counter = counter + 1 -- adding one to the counter after every loop end end) getChar().HumanoidRootPart.CFrame = target.Character.Humanoid.RootPart.CFrame task.wait(0.5) spawn(function() for _, v in pairs(game:GetService("Workspace"):FindFirstChild(" "):GetDescendants()) do if v:IsA("TouchTransmitter") or v:IsA("TouchInterest") then firetouchinterest(game.Workspace.muffy.Torso, v:FindFirstAncestorWhichIsA("Part"),0) -- kills muffy firetouchinterest(game.Workspace.muffy.Torso, v:FindFirstAncestorWhichIsA("Part"),1) end end end) plr.CharacterAdded:Wait() getChar():WaitForChild("HumanoidRootPart").CFrame = old else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".status" or spaceSplit[1] == ".stats" then Chat("FEDORA IS BACK UP!") elseif spaceSplit[1] == ".controlsocky" or spaceSplit[1] == ".csock" then print("re execute if you die") local plrs = game:GetService("Players") local plr = plrs.LocalPlayer local char = plr.Character local hrp = char.HumanoidRootPart local pname = plr.Name local nname = "socky" -- change cat if you want local ccat = Instance.new("StringValue") local tname = "" -- Settings local serverexp_oncontrol = false -- Value checks local check1 = false local dcheck = false local dcheck2 = false local breakc = false game:GetService("RunService").Stepped:Connect(function() if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.L) then for _, v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("BasePart") then v.CanCollide = false end end end end) function antikill() local char = plr.Character local LT = char:FindFirstChild("LowerTorso") if LT then char.RightHand:Destroy() else char["Right Arm"]:Destroy() end end function control_cat() local char = plr.Character local hrp = char.HumanoidRootPart function clearff() if char:FindFirstChild("ForceField") then char.ForceField:Destroy() end end function invisible_2() local tool = plr.Backpack:FindFirstChild("InvisibilityCloak") tool.Parent = plr.Character tool:Activate() tool.Parent = plr.Backpack wait(2) tool.Parent = plr.Character tool.Handle:Destroy() tool.Script:Destroy() tool.Parent = plr.Backpack end function OnCatDied() dcheck = true local h = Instance.new("Humanoid", char) char.HumanoidRootPart.bp:Destroy() game.Players.LocalPlayer.Character = char char:BreakJoints() game.Players.LocalPlayer.Character = game.Workspace[nname] end function addforce_2() local npc = plr.Character local bp = Instance.new("BodyPosition", npc.HumanoidRootPart) bp.Name = "bp" bp.MaxForce = Vector3.new(10000, 10000, 10000) bp.D = 200 bp.P = 20000 end function addforcemain_2() addforce_2() wait(0.01) local char = game.Workspace[nname] ccat.Value = char.Name local tr = char.Torso local npc = plr.Character local bp = npc.HumanoidRootPart.bp plr.Character = char npc.Humanoid:Destroy() for i, v in next, npc:GetDescendants() do if v:IsA("BasePart") then v.CanCollide = false end end while true do bp.Position = tr.Position npc.HumanoidRootPart.Velocity = tr.Velocity wait(0.01) if not game.Workspace:FindFirstChild(nname) then OnCatDied() end end end function rkey() game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key) if key == "r" and dcheck == false then if serverexp_oncontrol == true then for i, v in pairs(game:GetService("Workspace")[" "]:GetChildren()) do firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 0) firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 1) end else game.Workspace[ccat.Value].Head:Destroy() end end end) end function tkey() game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key) if key == "t" and dcheck == false then hrp.CFrame = game.Workspace[nname].Torso.CFrame hrp.Velocity = Vector3.new(0, 0, 0) else end end) end clearff() invisible_2() antikill() hrp.CFrame = game.Workspace[nname].Torso.CFrame rkey() tkey() game.Workspace.Camera.CameraSubject = game.Workspace[nname].Humanoid dcheck = false addforcemain_2() end control_cat() wait(0.5) pcall(game.Players.LocalPlayer.Character.Head:Destroy()) elseif spaceSplit[1] == ".controlmuffy" or spaceSplit[1] == ".cmuf" then print("re execute if you die") local plrs = game:GetService("Players") local plr = plrs.LocalPlayer local char = plr.Character local hrp = char.HumanoidRootPart local pname = plr.Name local nname = "muffy" -- change cat if you want local ccat = Instance.new("StringValue") local tname = "" -- Settings local serverexp_oncontrol = false -- Value checks local check1 = false local dcheck = false local dcheck2 = false local breakc = false game:GetService("RunService").Stepped:Connect(function() if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.L) then for _, v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("BasePart") then v.CanCollide = false end end end end) function antikill() local char = plr.Character local LT = char:FindFirstChild("LowerTorso") if LT then char.RightHand:Destroy() else char["Right Arm"]:Destroy() end end function control_cat() local char = plr.Character local hrp = char.HumanoidRootPart function clearff() if char:FindFirstChild("ForceField") then char.ForceField:Destroy() end end function invisible_2() local tool = plr.Backpack:FindFirstChild("InvisibilityCloak") tool.Parent = plr.Character tool:Activate() tool.Parent = plr.Backpack wait(2) tool.Parent = plr.Character tool.Handle:Destroy() tool.Script:Destroy() tool.Parent = plr.Backpack end function OnCatDied() dcheck = true local h = Instance.new("Humanoid", char) char.HumanoidRootPart.bp:Destroy() game.Players.LocalPlayer.Character = char char:BreakJoints() game.Players.LocalPlayer.Character = game.Workspace[nname] end function addforce_2() local npc = plr.Character local bp = Instance.new("BodyPosition", npc.HumanoidRootPart) bp.Name = "bp" bp.MaxForce = Vector3.new(10000, 10000, 10000) bp.D = 200 bp.P = 20000 end function addforcemain_2() addforce_2() wait(0.01) local char = game.Workspace[nname] ccat.Value = char.Name local tr = char.Torso local npc = plr.Character local bp = npc.HumanoidRootPart.bp plr.Character = char npc.Humanoid:Destroy() for i, v in next, npc:GetDescendants() do if v:IsA("BasePart") then v.CanCollide = false end end while true do bp.Position = tr.Position npc.HumanoidRootPart.Velocity = tr.Velocity wait(0.01) if not game.Workspace:FindFirstChild(nname) then OnCatDied() end end end function rkey() game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key) if key == "r" and dcheck == false then if serverexp_oncontrol == true then for i, v in pairs(game:GetService("Workspace")[" "]:GetChildren()) do firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 0) firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 1) end else game.Workspace[ccat.Value].Head:Destroy() end end end) end function tkey() game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key) if key == "t" and dcheck == false then hrp.CFrame = game.Workspace[nname].Torso.CFrame hrp.Velocity = Vector3.new(0, 0, 0) else end end) end clearff() invisible_2() antikill() hrp.CFrame = game.Workspace[nname].Torso.CFrame rkey() tkey() game.Workspace.Camera.CameraSubject = game.Workspace[nname].Humanoid dcheck = false addforcemain_2() end control_cat() wait(0.5) pcall(game.Players.LocalPlayer.Character.Head:Destroy()) elseif spaceSplit[1] == ".version" or spaceSplit[1] == ".version" then Chat("fedora is currently running 1.0.5 ") elseif spaceSplit[1] == ".controldoge" or spaceSplit[1] == ".cdoge" then local plrs = game:GetService("Players") local plr = plrs.LocalPlayer local char = plr.Character local hrp = char.HumanoidRootPart local pname = plr.Name local nname = "Doge" -- change cat if you want local ccat = Instance.new("StringValue") local tname = "" -- Settings local serverexp_oncontrol = false -- Value checks local check1 = false local dcheck = false local dcheck2 = false local breakc = false game:GetService("RunService").Stepped:Connect(function() if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.L) then for _, v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("BasePart") then v.CanCollide = false end end end end) function antikill() local char = plr.Character local LT = char:FindFirstChild("LowerTorso") if LT then char.RightHand:Destroy() else char["Right Arm"]:Destroy() end end function control_cat() local char = plr.Character local hrp = char.HumanoidRootPart function clearff() if char:FindFirstChild("ForceField") then char.ForceField:Destroy() end end function invisible_2() local tool = plr.Backpack:FindFirstChild("InvisibilityCloak") tool.Parent = plr.Character tool:Activate() tool.Parent = plr.Backpack wait(2) tool.Parent = plr.Character tool.Handle:Destroy() tool.Script:Destroy() tool.Parent = plr.Backpack end function OnCatDied() dcheck = true local h = Instance.new("Humanoid", char) char.HumanoidRootPart.bp:Destroy() game.Players.LocalPlayer.Character = char char:BreakJoints() game.Players.LocalPlayer.Character = game.Workspace[nname] end function addforce_2() local npc = plr.Character local bp = Instance.new("BodyPosition", npc.HumanoidRootPart) bp.Name = "bp" bp.MaxForce = Vector3.new(10000, 10000, 10000) bp.D = 200 bp.P = 20000 end function addforcemain_2() addforce_2() wait(0.01) local char = game.Workspace[nname] ccat.Value = char.Name local tr = char.Torso local npc = plr.Character local bp = npc.HumanoidRootPart.bp plr.Character = char npc.Humanoid:Destroy() for i, v in next, npc:GetDescendants() do if v:IsA("BasePart") then v.CanCollide = false end end while true do bp.Position = tr.Position npc.HumanoidRootPart.Velocity = tr.Velocity wait(0.01) if not game.Workspace:FindFirstChild(nname) then OnCatDied() end end end function rkey() game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key) if key == "r" and dcheck == false then if serverexp_oncontrol == true then for i, v in pairs(game:GetService("Workspace")[" "]:GetChildren()) do firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 0) firetouchinterest(game.Players.LocalPlayer.Character.Head, v, 1) end else game.Workspace[ccat.Value].Head:Destroy() end end end) end function tkey() game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key) if key == "t" and dcheck == false then hrp.CFrame = game.Workspace[nname].Torso.CFrame hrp.Velocity = Vector3.new(0, 0, 0) else end end) end clearff() invisible_2() antikill() hrp.CFrame = game.Workspace[nname].Torso.CFrame rkey() tkey() game.Workspace.Camera.CameraSubject = game.Workspace[nname].Humanoid dcheck = false addforcemain_2() end control_cat() wait(0.5) pcall(game.Players.LocalPlayer.Character.Head:Destroy()) elseif spaceSplit[1] == ".bringcats" or spaceSplit[1] == ".bcats" then if wl == true then local target = game.Players.LocalPlayer game.Workspace.muffy.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.socky.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.girl.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.muffy.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.socky.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.girl.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.muffy.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.socky.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.girl.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".loopallgoto" or spaceSplit[1] == ".lagt" then nc = true if wl == true then local target = getPlr(tostring(spaceSplit[2]):lower()) clg = true repeat wait() game.Workspace.muffy.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.socky.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.girl.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.Doge.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.Cat.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) game.Workspace.baby.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) until clg == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".unloopallgoto" or spaceSplit[1] == ".unlagt" then nc = false if wl == true then clg = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".loopgirlgoto" or spaceSplit[1] == ".lgg" then nc = true if wl == true then local target = getPlr(tostring(spaceSplit[2]):lower()) clg = true repeat wait() game.Workspace.girl.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) until clg == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".loopsockygoto" or spaceSplit[1] == ".lsg" then nc = true if wl == true then local target = getPlr(tostring(spaceSplit[2]):lower()) clg = true repeat wait() game.Workspace.socky.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) until clg == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".tomuffy" or spaceSplit[1] == ".tomuf" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.muffy.Torso.CFrame * CFrame.new(0,-1,0) elseif spaceSplit[1] == ".tosocky" or spaceSplit[1] == ".tosock" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.socky.Torso.CFrame * CFrame.new(0,-1,0) elseif spaceSplit[1] == ".tobaby" or spaceSplit[1] == ".tobay" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.baby.Torso.CFrame * CFrame.new(0,-1,0) elseif spaceSplit[1] == ".togirl" or spaceSplit[1] == ".tog" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.girl.Torso.CFrame * CFrame.new(0,-1,0) elseif spaceSplit[1] == ".tocat" or spaceSplit[1] == ".toc" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Cat.Torso.CFrame * CFrame.new(0,-1,0) elseif spaceSplit[1] == ".todoge" or spaceSplit[1] == ".tod" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Doge.Torso.CFrame * CFrame.new(0,-1,0) elseif spaceSplit[1] == ".loopmuffygoto" or spaceSplit[1] == ".lmg" then nc = true if wl == true then local target = getPlr(tostring(spaceSplit[2]):lower()) clg = true repeat wait() game.Workspace.muffy.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) until clg == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".loopbabygoto" or spaceSplit[1] == ".lbg" then nc = true if wl == true then local target = getPlr(tostring(spaceSplit[2]):lower()) clg = true repeat wait() game.Workspace.baby.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) until clg == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".unloopbabygoto" or spaceSplit[1] == ".unlbg" then nc = false if wl == true then clg = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".loopdogegoto" or spaceSplit[1] == ".ldg" then nc = true if wl == true then local target = getPlr(tostring(spaceSplit[2]):lower()) clg = true repeat wait() game.Workspace.Doge.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) until clg == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".loopcatgoto" or spaceSplit[1] == ".lcg" then nc = true if wl == true then local target = getPlr(tostring(spaceSplit[2]):lower()) clg = true repeat wait() game.Workspace.Cat.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) until clg == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".unloopcatgoto" or spaceSplit[1] == ".unlcg" then nc = false if wl == true then clg = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".unloopdogegoto" or spaceSplit[1] == ".unldg" then nc = false if wl == true then clg = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".loopsockygoto" or spaceSplit[1] == ".lsg" then nc = true if wl == true then local target = getPlr(tostring(spaceSplit[2]):lower()) clg = true repeat wait() game.Workspace.socky.Torso.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0,1,0) until clg == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".unloopgirlgoto" or spaceSplit[1] == ".unlgg" then nc = false if wl == true then clg = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".unloopmuffygoto" or spaceSplit[1] == ".unlmg" then nc = false if wl == true then clg = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".unloopsockygoto" or spaceSplit[1] == ".unlsg" then nc = false if wl == true then clg = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".unloopallgoto" or spaceSplit[1] == ".unlooplagt" then nc = false if wl == true then clg = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".fakelag" or spaceSplit[1] == "/e fakelag" then Lagging = true getChar().Humanoid.WalkSpeed = 17 getChar().Humanoid.JumpPower = 60 repeat wait() getChar().HumanoidRootPart.Anchored = true wait() getChar().HumanoidRootPart.Anchored = false until Lagging == false elseif spaceSplit[1] == ".unfakelag" or spaceSplit[1] == "/e unfakelag" then Lagging = false getChar().Humanoid.WalkSpeed = 17 getChar().Humanoid.JumpPower = 45 getChar.Character.HumanoidRootPart.Anchored = false elseif spaceSplit[1] == ".re" or spaceSplit[1] == ".reset" then Game.Players.LocalPlayer.Character.Humanoid.Health = 0 elseif spaceSplit[1] == ".flash" or spaceSplit[1] == ".party" then if wl == true then local val = tonumber(spaceSplit[2]) if val == nil then return end ere = true repeat wait() game.Players:Chat("day") wait(val) game.Players:Chat("midday") wait(val) game.Players:Chat("night") wait(val) until ere == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".unhealthglitch" or spaceSplit[1] == ".unhg" then if wl == true then godmode2 = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".fly" or spaceSplit[1] == ".Fly" or spaceSplit[1] == ".unfly" or spaceSplit[1] == ".unFly" then if Fly == true then Fly = false return end Fly = true local mouse=game.Players.LocalPlayer:GetMouse'' localplayer=game.Players.LocalPlayer game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") local torso = game.Players.LocalPlayer.Character.HumanoidRootPart local speed=0 local keys={a=false,d=false,w=false,s=false} local e1 local e2 local function start() local pos = Instance.new("BodyPosition",torso) local gyro = Instance.new("BodyGyro",torso) pos.Name="EPIXPOS" pos.maxForce = Vector3.new(math.huge, math.huge, math.huge) pos.position = torso.Position gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9) gyro.cframe = torso.CFrame repeat wait() localplayer.Character.Humanoid.PlatformStand=true local new=gyro.cframe - gyro.cframe.p + pos.position if not keys.w and not keys.s and not keys.a and not keys.d then speed=1 end if keys.w then new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed speed=speed+0.01 end if keys.s then new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed speed=speed+0.01 end if keys.d then new = new * CFrame.new(speed,0,0) speed=speed+0.01 end if keys.a then new = new * CFrame.new(-speed,0,0) speed=speed+0.01 end if speed>5 then speed=5 end pos.position=new.p if keys.w then gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0) elseif keys.s then gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0) else gyro.cframe = workspace.CurrentCamera.CoordinateFrame end until not Fly if gyro then gyro:Destroy() end if pos then pos:Destroy() end flying=false localplayer.Character.Humanoid.PlatformStand=false speed=0 end e1=mouse.KeyDown:connect(function(key) if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end if key=="w" then keys.w=true elseif key=="s" then keys.s=true elseif key=="a" then keys.a=true elseif key=="d" then keys.d=true end end) e2=mouse.KeyUp:connect(function(key) if key=="w" then keys.w=false elseif key=="s" then keys.s=false elseif key=="a" then keys.a=false elseif key=="d" then keys.d=false end end) start() elseif spaceSplit[1] == ".unflash" or spaceSplit[1] == ".unparty" then if wl == true then game.Players:Chat("day") game.Players:Chat("day") game.Players:Chat("day") game.Players:Chat("day") ere = false game.Players:Chat("day") game.Players:Chat("day") game.Players:Chat("day") else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".foreverday" or spaceSplit[1] == ".fday" then if wl == true then day = true repeat wait() game.Players:Chat("day") until day == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".owner" or spaceSplit[1] == ".creator" then Chat("D4RKF0RS3R , 14anz_COOL") elseif spaceSplit[1] == ".brickspam" or spaceSplit[1] == ".bspam" then local c = game.Players.LocalPlayer.Character local hrp = c.HumanoidRootPart local Handle = workspace.Handle _G.Spam = true Handle.CanCollide = false function e() for i,v in pairs(c:GetChildren()) do if v.Name == "Spray" then v.Parent = workspace end end for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do if v.Name == "Spray" then v.Parent = c end end end function e2() Handle.CFrame = hrp.CFrame end while _G.Spam == true do e() e2() task.wait() end -- [ LocalPlayer ] -- local LocalPlayer = Services.Players.LocalPlayer -- // Functions \\ -- local function PlayerAdded(Player) local Detected = false local Character; local PrimaryPart; local function CharacterAdded(NewCharacter) Character = NewCharacter repeat wait() PrimaryPart = NewCharacter:FindFirstChild("HumanoidRootPart") until PrimaryPart Detected = false end CharacterAdded(Player.Character or Player.CharacterAdded:Wait()) Player.CharacterAdded:Connect(CharacterAdded) Services.RunService.Heartbeat:Connect(function() if (Character and Character:IsDescendantOf(workspace)) and (PrimaryPart and PrimaryPart:IsDescendantOf(Character)) then if PrimaryPart.AssemblyAngularVelocity.Magnitude > 50 or PrimaryPart.AssemblyLinearVelocity.Magnitude > 100 then if Detected == false then game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = "Fling detected, Player: " .. tostring(Player); Color = Color3.fromRGB(255, 200, 0); }) end Detected = true for i,v in ipairs(Character:GetDescendants()) do if v:IsA("BasePart") then v.CanCollide = false v.AssemblyAngularVelocity = Vector3.new(0, 0, 0) v.AssemblyLinearVelocity = Vector3.new(0, 0, 0) v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0) end end PrimaryPart.CanCollide = false PrimaryPart.AssemblyAngularVelocity = Vector3.new(0, 0, 0) PrimaryPart.AssemblyLinearVelocity = Vector3.new(0, 0, 0) PrimaryPart.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0) end end end) end -- // Event Listeners \\ -- for i,v in ipairs(Services.Players:GetPlayers()) do if v ~= LocalPlayer then PlayerAdded(v) end end Services.Players.PlayerAdded:Connect(PlayerAdded) local LastPosition = nil Services.RunService.Heartbeat:Connect(function() pcall(function() local PrimaryPart = LocalPlayer.Character.PrimaryPart if PrimaryPart.AssemblyLinearVelocity.Magnitude > 150 or PrimaryPart.AssemblyAngularVelocity.Magnitude > 150 then PrimaryPart.AssemblyAngularVelocity = Vector3.new(0, 0, 0) PrimaryPart.AssemblyLinearVelocity = Vector3.new(0, 0, 0) PrimaryPart.CFrame = LastPosition game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = "You were flung. Neutralizing velocity."; Color = Color3.fromRGB(255, 0, 0); }) elseif PrimaryPart.AssemblyLinearVelocity.Magnitude < 50 or PrimaryPart.AssemblyAngularVelocity.Magnitude > 50 then LastPosition = PrimaryPart.CFrame end end) end) elseif spaceSplit[1] == ".unforeverday" or spaceSplit[1] == ".unfday" then if wl == true then day = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".forevermidday" or spaceSplit[1] == ".fmidday" then _G.Mid = true while _G.Mid == true do task.wait()game.Players:Chat('midday') end elseif spaceSplit[1] == ".unforevermidday" or spaceSplit[1] == ".unfmidday" then _G.Mid = false elseif spaceSplit[1] == ".forevernight" or spaceSplit[1] == ".fnight" then if wl == true then night = true repeat wait() game.Players:Chat("night") until night == false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".unforevernight" or spaceSplit[1] == ".unfnight" then if wl == true then night = false else Chat("|NOT WHITELISTED|") end elseif spaceSplit[1] == ".skillall" or spaceSplit[1] == ".swordkillall" then local tool = getBp():FindFirstChildOfClass("Tool") or getChar():FindFirstChildOfClass("Tool") for i,v in pairs(game.Players:GetPlayers()) do if v ~= game.Players.LocalPlayer then repeat wait() firetouchinterest(tool.Handle, v.Character.Humanoid.RootPart, 0) firetouchinterest(tool.Handle, v.Character.Humanoid.RootPart, 1) until v.Character.Humanoid.Health <= 0 end end elseif spaceSplit[1] == ".loopskillall" or spaceSplit[1] == ".loopswordkillall" then local tool = getBp():FindFirstChildOfClass("Tool") or getChar():FindFirstChildOfClass("Tool") loopskillall = true for i,v in pairs(game.Players:GetPlayers()) do if v ~= game.Players.LocalPlayer then repeat wait() firetouchinterest(tool.Handle, v.Character.Humanoid.RootPart, 0) firetouchinterest(tool.Handle, v.Character.Humanoid.RootPart, 1) until loopskillall == false end end elseif spaceSplit[1] == ".unloopskillall" or spaceSplit[1] == ".unloopswordkillall" then loopskillall = false elseif spaceSplit[1] == ".skill" or spaceSplit[1] == ".swordkill" then local target = getPlr(tostring(spaceSplit[2]):lower()) --local old = getChar().HumanoidRootPart.CFrame local tool = getBp():FindFirstChildOfClass("Tool") or getChar():FindFirstChildOfClass("Tool") if target == nil or tool == nil then return end repeat wait() firetouchinterest(tool.Handle, target.Character.Humanoid.RootPart, 0) firetouchinterest(tool.Handle, target.Character.Humanoid.RootPart, 1) until target.Character.Humanoid.Health <= 0 elseif spaceSplit[1] == ".loopskill" or spaceSplit[1] == ".loopswordkill" then local target = getPlr(tostring(spaceSplit[2]):lower()) --local old = getChar().HumanoidRootPart.CFrame local tool = getBp():FindFirstChildOfClass("Tool") or getChar():FindFirstChildOfClass("Tool") if target == nil or tool == nil then return end skill = true repeat wait() firetouchinterest(tool.Handle, target.Character.Humanoid.RootPart, 0) firetouchinterest(tool.Handle, target.Character.Humanoid.RootPart, 1) until skill == false elseif spaceSplit[1] == ".unloopskill" or spaceSplit[1] == ".unloopswordkill" then skill = false elseif spaceSplit[1] == ".explodesocky" or spaceSplit[1] == ".xsocky" then function getowner(part) for i=1,15 do task.wait() local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') hrp.CFrame = part.CFrame end end local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') local ogcframe = hrp.CFrame getowner(workspace.socky.Torso) workspace.socky.Humanoid.Health = 0 hrp.CFrame = ogcframe elseif spaceSplit[1] == ".jump" then local target = getPlr(tostring(spaceSplit[2]):lower()) local old = getChar().HumanoidRootPart.CFrame getChar().HumanoidRootPart.CFrame = target.Character.Humanoid.RootPart.CFrame wait() getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(0,-8,0) getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(0,2,0) --getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(0,-2,0) wait() getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(0,-2,0) getChar().HumanoidRootPart.CFrame = target.Character.Humanoid.RootPart.CFrame getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(0,-8,0) wait() getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(0,-8,0) getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(0,2,0) --getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(0,-2,0) wait() getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(0,-2,0) getChar().HumanoidRootPart.CFrame = target.Character.Humanoid.RootPart.CFrame getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(0,-8,0) getChar():WaitForChild("HumanoidRootPart").CFrame = old elseif spaceSplit[1] == ".explodemuf" or spaceSplit[1] == ".xmuf" then function getowner(part) for i=1,15 do task.wait() local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') hrp.CFrame = part.CFrame end end local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') local ogcframe = hrp.CFrame getowner(workspace.muffy.Torso) workspace.muffy.Humanoid.Health = 0 hrp.CFrame = ogcframe elseif spaceSplit[1] == ".bringsocky" or spaceSplit[1] == ".bsocky" then function getowner(part) for i=1,15 do task.wait() local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') hrp.CFrame = part.CFrame end end local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') local ogcframe = hrp.CFrame getowner(workspace.socky.Torso) workspace.socky.Torso.CFrame = ogcframe hrp.CFrame = ogcframe elseif spaceSplit[1] == ".bringmuffy" or spaceSplit[1] == ".bmuf" then function getowner(part) for i=1,15 do task.wait() local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') hrp.CFrame = part.CFrame end end local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') local ogcframe = hrp.CFrame getowner(workspace.muffy.Torso) workspace.muffy.Torso.CFrame = ogcframe hrp.CFrame = ogcframe elseif spaceSplit[1] == ".rank" or spaceSplit[1] == ".role" then if game.Players.LocalPlayer.Name == "C0OL1kID2" or game.Players.LocalPlayer.Name == "14anz_COOL" then Chat("You have the owner rank") Chat("You are the fedora owner.") else if game.Players.LocalPlayer.Name == "Trillxion" or game.Players.LocalPlayer.Name == "2ewq6" then Chat("im a fedora developer.") Chat("i am helping with fedora.") else Chat("im a fedora member.") Chat("i use the fedora admin.") end end elseif spaceSplit[1] == "unteleportspam" or spaceSplit[1] == ".unts" then _G.On = false elseif spaceSplit[1] == "teleportspam" or spaceSplit[1] == ".ts" then local rme = workspace.Tools.Chest_Teleport.LidToggle local lp = game.Players.LocalPlayer local char = lp.Character _G.On = true function gettool() if char:FindFirstChild('Teleport') then char:FindFirstChild('Teleport').Parent = workspace rme:FireServer() elseif lp.Backpack:FindFirstChild('Teleport') then lp.Backpack:FindFirstChild('Teleport').Parent = char char:FindFirstChild('Teleport').Parent = workspace rme:FireServer() else rme:FireServer() end end while _G.On == true do task.wait() gettool() end elseif spaceSplit[1] == "unspringbluespam" or spaceSplit[1] == ".unsbs" then _G.On = false elseif spaceSplit[1] == "springbluespam" or spaceSplit[1] == ".sbs" then local rme = workspace.Tools.Chest_Gravity_Coil.LidToggle local lp = game.Players.LocalPlayer local char = lp.Character _G.On = true function gettool() if char:FindFirstChild('GravityCoil') then char:FindFirstChild('GravityCoil').Parent = workspace rme:FireServer() elseif lp.Backpack:FindFirstChild('GravityCoil') then lp.Backpack:FindFirstChild('GravityCoil').Parent = char char:FindFirstChild('GravityCoil').Parent = workspace rme:FireServer() else rme:FireServer() end end while _G.On == true do task.wait() gettool() end elseif spaceSplit[1] == "unclockspam" or spaceSplit[1] == ".uncs" then _G.On = false elseif spaceSplit[1] == "clockspam" or spaceSplit[1] == ".cs" then local rme = workspace.Tools.Chest_Cyclotron.LidToggle local lp = game.Players.LocalPlayer local char = lp.Character _G.On = true function gettool() if char:FindFirstChild('Cyclotron') then char:FindFirstChild('Cyclotron').Parent = workspace rme:FireServer() elseif lp.Backpack:FindFirstChild('Cyclotron') then lp.Backpack:FindFirstChild('Cyclotron').Parent = char char:FindFirstChild('Cyclotron').Parent = workspace rme:FireServer() else rme:FireServer() end end while _G.On == true do task.wait() gettool() end elseif spaceSplit[1] == "springredspam" or spaceSplit[1] == ".srs" then local rme = workspace.Tools.Chest_Acceleration_Coil.LidToggle local lp = game.Players.LocalPlayer local char = lp.Character _G.On = true function gettool() if char:FindFirstChild('Acceleration Coil') then char:FindFirstChild('Acceleration Coil').Parent = workspace rme:FireServer() elseif lp.Backpack:FindFirstChild('Acceleration Coil') then lp.Backpack:FindFirstChild('Acceleration Coil').Parent = char char:FindFirstChild('Acceleration Coil').Parent = workspace rme:FireServer() else rme:FireServer() end end while _G.On == true do task.wait() gettool() end elseif spaceSplit[1] == "unspringredspam" or spaceSplit[1] == ".unsrs" then _G.On = false elseif spaceSplit[1] == ".capespam" or spaceSplit[1] == ".is" then local rme =game.Workspace.Tools.Chest_Invisibility_Cloak.LidToggle local lp = game.Players.LocalPlayer local char = lp.Character _G.On = true function gettool() if char:FindFirstChild('InvisibilityCloak') then char:FindFirstChild('InvisibilityCloak').Parent = workspace rme:FireServer() elseif lp.Backpack:FindFirstChild('InvisibilityCloak') then lp.Backpack:FindFirstChild('InvisibilityCloak').Parent = char char:FindFirstChild('InvisibilityCloak').Parent = workspace rme:FireServer() else rme:FireServer() end end while _G.On == true do task.wait() gettool() end elseif spaceSplit[1] == "springredspam" or spaceSplit[1] == ".srs" then local rme = workspace.Tools.Chest_Acceleration_Coil.LidToggle local lp = game.Players.LocalPlayer local char = lp.Character _G.On = true function gettool() if char:FindFirstChild('lantern') then char:FindFirstChild('lantern').Parent = workspace rme:FireServer() elseif lp.Backpack:FindFirstChild('lantern') then lp.Backpack:FindFirstChild('lantern').Parent = char char:FindFirstChild('lantern').Parent = workspace rme:FireServer() else rme:FireServer() end end while _G.On == true do task.wait() gettool() end elseif spaceSplit[1] == ".version" or spaceSplit[1] == ".version" then chat("fedora is at 1.0.5") elseif spaceSplit[1] == "uncapespam" or spaceSplit[1] == ".unis" then _G.On = false elseif spaceSplit[1] == ".antibang" or spaceSplit[1] == ".antilooptp" or spaceSplit[1] == ".antiheadsit" or spaceSplit[1] == ".antiorbit" then local olddh = workspace.FallenPartsDestroyHeight workspace.FallenPartsDestroyHeight = 0/0 local old = getChar().HumanoidRootPart.CFrame antib = true repeat wait() getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(40,600,0) wait(5) getChar().HumanoidRootPart.CFrame = getChar().HumanoidRootPart.CFrame * CFrame.new(-40,-600,0) wait(0.1) until antib == false elseif spaceSplit[1] == ".unantibang" or spaceSplit[1] == ".unantilooptp" or spaceSplit[1] == ".unantiheadsit" or spaceSplit[1] == ".unantiorbit" then antib = false elseif spaceSplit[1] == ".view" or spaceSplit[1] == "/e view" then local target = getPlr(tostring(spaceSplit[2]):lower()) workspace.CurrentCamera.CameraSubject = target.Character.Humanoid elseif spaceSplit[1] == ".voidsocky" or spaceSplit[1] == ".vsocky" then function getowner(part) for i=1,15 do task.wait() local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') hrp.CFrame = part.CFrame end end local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') local ogcframe = hrp.CFrame getowner(workspace.socky.Torso) workspace.socky.Tail.CanCollide = false workspace.socky.Torso.CanCollide = false workspace.socky.Torso.CFrame = CFrame.new(9999999,9999999,9999999) hrp.CFrame = ogcframe elseif spaceSplit[1] == ".voidmuf" or spaceSplit[1] == ".vmuf" then function getowner(part) for i=1,15 do task.wait() local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') hrp.CFrame = part.CFrame end end local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') local ogcframe = hrp.CFrame getowner(workspace.muffy.Torso) workspace.muffy.Tail.CanCollide = false workspace.muffy.Torso.CanCollide = false workspace.muffy.Torso.CFrame = CFrame.new(9999999,9999999,9999999) hrp.CFrame = ogcframe elseif spaceSplit[1] == ".chatscript" or spaceSplit[1] == ".script" then wait(0.5) Chat("Script Is Fedora") Chat("Made by 14anz_COOL and D4RKF0RS3R") Chat("Script Version Is 1.0.3 And It Is Free!") if wl == true then Chat("I Am WhiteListed To Modded Games Commands") else Chat("I Am Not WhiteListed To Modded Games Commands") end elseif spaceSplit[1] == ".dc" or spaceSplit[1] == ".khord" then local function onButton1Clicked() tex = "https://discord.gg/9xmyYgekVk" setclipboard(tex) end local notificationInfo = { Title = "OUR DISCORD!"; Text = "Do you want to copy it?"; Icon = "RbxAssetID"; Duration = "Seconds"; callback = onButton1Clicked; Button1 = "Copy"; Button2 = "No thanks!"; } game:GetService("StarterGui"):SetCore("SendNotification", notificationInfo) elseif spaceSplit[1] == ".bringdog" or spaceSplit[1] == ".bdog" then function getowner(part) for i=1,15 do task.wait() local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') hrp.CFrame = part.CFrame end end local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') local ogcframe = hrp.CFrame getowner(workspace.Doge.Torso) workspace.Doge.Torso.CFrame = ogcframe hrp.CFrame = ogcframe elseif spaceSplit[1] == ".check" or spaceSplit[1] == ".checkplace" then if game.PlaceId == 574746640 then Chat("fedora admin is successfully executed.") Chat("game is modded with fedora admin") else Chat("Game Is Not Modded With Fedora Admin") end elseif spaceSplit[1] == ".bringcat" or spaceSplit[1] == ".bcat" then function getowner(part) for i=1,15 do task.wait() local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') hrp.CFrame = part.CFrame end end local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') local ogcframe = hrp.CFrame getowner(workspace.Cat.Torso) workspace.baby.Cat.CFrame = ogcframe hrp.CFrame = ogcframe elseif spaceSplit[1] == ".bringbaby" or spaceSplit[1] == ".bbaby" then function getowner(part) for i=1,15 do task.wait() local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') hrp.CFrame = part.CFrame end end local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') local ogcframe = hrp.CFrame getowner(workspace.baby.Torso) workspace.baby.Torso.CFrame = ogcframe hrp.CFrame = ogcframe elseif spaceSplit[1] == ".breakchat" or spaceSplit[1] == ".chaterror" then wait(0.5) -- Script generated by SimpleSpy - credits to exx#9394 local args = { [1] = " ", [2] = "All" } game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) local args = { [1] = " ", [2] = "All" } game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) local args = { [1] = " ", [2] = "All" } game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) local args = { [1] = " ", [2] = "All" } game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) local args = { [1] = " ", [2] = "All" } game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) local args = { [1] = " ", [2] = "All" } game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) elseif spaceSplit[1] == ".freeze" or spaceSplit[1] == "/e freeze" then getChar().HumanoidRootPart.Anchored = true elseif spaceSplit[1] == ".unfreeze" or spaceSplit[1] == "/e unfreeze" then getChar().HumanoidRootPart.Anchored = false elseif spaceSplit[1] == ".delete" or spaceSplit[1] == ".hide" then local target = getPlr(tostring(spaceSplit[2]):lower()) hide = true repeat wait() target.Character.Parent = ServerStorage until hide == false elseif spaceSplit[1] == ".undelete" or spaceSplit[1] == ".unhide" then local target = getPlr(tostring(spaceSplit[2]):lower()) hide = false elseif spaceSplit[1] == ".antifling2" or spaceSplit[1] == ".Antifling2" or spaceSplit[1] == ".AntiFling2" then game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Developer of script", Text = "Made by yasir", Duration = 3 }) function e() for i,v in pairs(game.Players:GetChildren()) do pcall(function() for i,v in pairs(v.Character:GetDescendants()) do if v:IsA("BasePart") then v.CanCollide = false end end end) end end while task.wait() do e() end elseif spaceSplit[1] == ".telec" or spaceSplit[1] == ".telekinesis" then local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://1273802616" sound.Parent = game:GetService("SoundService") sound:Play() game.StarterGui:SetCore("SendNotification", { Title = "Fedora Admin"; Text = "Telec Tool Loaded"; }) local function a(b, c) local d = getfenv(c) local e = setmetatable( {}, {__index = function(self, f) if f == "script" then return b else return d[f] end end} ) setfenv(c, e) return c end local g = {} local h = Instance.new("Model", game:GetService("Lighting")) local i = Instance.new("Tool") local j = Instance.new("Part") local k = Instance.new("Script") local l = Instance.new("LocalScript") local m = sethiddenproperty or set_hidden_property i.Name = "Custom Tool" i.Parent = h i.Grip = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0) i.GripForward = Vector3.new(-0, -3, -0) i.GripRight = Vector3.new(0, 0, 1) i.GripUp = Vector3.new(1, 0, 0) j.Name = "Handle" j.Parent = i j.CFrame = CFrame.new(-20.2635937, 15.4915619, 46, 0, 1, 0, 1, 0, 0, 0, 0, -1) j.Orientation = Vector3.new(0, 180, 90) j.Position = Vector3.new(-20.2635937, 15.4915619, 46) j.Rotation = Vector3.new(-180, 0, -90) j.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) j.Transparency = 0.5 j.Size = Vector3.new(1, 2.20000005, 1) j.BottomSurface = Enum.SurfaceType.Weld j.BrickColor = BrickColor.new("Cyan") j.Material = Enum.Material.Neon j.TopSurface = Enum.SurfaceType.Smooth j.brickColor = BrickColor.new("Cyan") k.Name = "LineConnect" k.Parent = i table.insert( g, a( k, function() wait() local n = script.Part2 local o = script.Part1.Value local p = script.Part2.Value local q = script.Par.Value local color = script.Color local r = Instance.new("Part") r.TopSurface = 0 r.BottomSurface = 0 r.Reflectance = .5 r.Name = "Laser" r.Locked = true r.CanCollide = false r.Anchored = true r.formFactor = 0 r.Size = Vector3.new(1, 1, 1) local s = Instance.new("BlockMesh") s.Parent = r while true do if n.Value == nil then break end if o == nil or p == nil or q == nil then break end if o.Parent == nil or p.Parent == nil then break end if q.Parent == nil then break end local t = CFrame.new(o.Position, p.Position) local dist = (o.Position - p.Position).magnitude r.Parent = q r.BrickColor = color.Value.BrickColor r.Reflectance = color.Value.Reflectance r.Transparency = color.Value.Transparency r.CFrame = CFrame.new(o.Position + t.lookVector * dist / 2) r.CFrame = CFrame.new(r.Position, p.Position) s.Scale = Vector3.new(.25, .25, dist) wait() end r:remove() script:remove() end ) ) k.Disabled = true l.Name = "MainScript" l.Parent = i table.insert( g, a( l, function() wait() tool = script.Parent lineconnect = tool.LineConnect object = nil mousedown = false found = false BP = Instance.new("BodyPosition") BP.maxForce = Vector3.new(math.huge * math.huge, math.huge * math.huge, math.huge * math.huge) BP.P = BP.P * 1.1 dist = nil point = Instance.new("Part") point.Locked = true point.Anchored = true point.formFactor = 0 point.Shape = 0 point.BrickColor = BrickColor.Blue() point.Size = Vector3.new(4, 4, 4) point.CanCollide = true local s = Instance.new("SpecialMesh") s.MeshType = "Sphere" s.Scale = Vector3.new(.7, .7, .7) s.Parent = point handle = tool.Handle front = tool.Handle color = tool.Handle objval = nil local u = false local v = BP:clone() v.maxForce = Vector3.new(30000, 30000, 30000) function LineConnect(o, p, q) local w = Instance.new("ObjectValue") w.Value = o w.Name = "Part1" local x = Instance.new("ObjectValue") x.Value = p x.Name = "Part2" local y = Instance.new("ObjectValue") y.Value = q y.Name = "Par" local z = Instance.new("ObjectValue") z.Value = color z.Name = "Color" local A = lineconnect:clone() A.Disabled = false w.Parent = A x.Parent = A y.Parent = A z.Parent = A A.Parent = workspace if p == object then objval = x end end function onButton1Down(B) if mousedown == true then return end mousedown = true coroutine.resume( coroutine.create( function() local C = point:clone() C.Parent = tool LineConnect(front, C, workspace) while mousedown == true do C.Parent = tool if object == nil then if B.Target == nil then local t = CFrame.new(front.Position, B.Hit.p) C.CFrame = CFrame.new(front.Position + t.lookVector * 1000) else C.CFrame = CFrame.new(B.Hit.p) end else LineConnect(front, object, workspace) break end wait() end C:remove() end ) ) while mousedown == true do if B.Target ~= nil then local D = B.Target if D.Anchored == false then object = D dist = (object.Position - front.Position).magnitude break end end wait() end while mousedown == true do if object.Parent == nil then break end local t = CFrame.new(front.Position, B.Hit.p) BP.Parent = object BP.position = front.Position + t.lookVector * dist wait() end BP:remove() object = nil objval.Value = nil end function onKeyDown(E, B) local E = E:lower() local F = false if E == "q" then if dist >= 5 then dist = dist - 10 end end if E == "r" then if object == nil then return end for G, H in pairs(object:children()) do if H.className == "BodyGyro" then return nil end end BG = Instance.new("BodyGyro") BG.maxTorque = Vector3.new(math.huge, math.huge, math.huge) BG.cframe = CFrame.new(object.CFrame.p) BG.Parent = object repeat wait() until object.CFrame == CFrame.new(object.CFrame.p) BG.Parent = nil if object == nil then return end for G, H in pairs(object:children()) do if H.className == "BodyGyro" then H.Parent = nil end end object.Velocity = Vector3.new(0, 0, 0) object.RotVelocity = Vector3.new(0, 0, 0) object.Orientation = Vector3.new(0, 0, 0) end if E == "e" then dist = dist + 10 end if E == "t" then if dist ~= 10 then dist = 10 end end if E == "y" then if dist ~= 100 then dist = 100 end end if E == "=" then BP.P = BP.P * 1.5 end if E == "-" then BP.P = BP.P * 0.5 end end function onEquipped(B) keymouse = B local I = tool.Parent human = I.Humanoid human.Changed:connect( function() if human.Health == 0 then mousedown = false BP:remove() point:remove() tool:remove() end end ) B.Button1Down:connect( function() onButton1Down(B) end ) B.Button1Up:connect( function() mousedown = false end ) B.KeyDown:connect( function(E) onKeyDown(E, B) end ) B.Icon = "rbxasset://textures\\GunCursor.png" end tool.Equipped:connect(onEquipped) end ) ) for J, H in pairs(h:GetChildren()) do H.Parent = game:GetService("Players").LocalPlayer.Backpack pcall( function() H:MakeJoints() end ) end h:Destroy() for J, H in pairs(g) do spawn( function() pcall(H) end ) end elseif spaceSplit[1] == ".antifling" or spaceSplit[1] == ".nofling" then local Services = setmetatable({}, {__index = function(Self, Index) local NewService = game.GetService(game, Index) if NewService then Self[Index] = NewService end return NewService end}) -- [ LocalPlayer ] -- local LocalPlayer = Services.Players.LocalPlayer -- // Functions \\ -- local function PlayerAdded(Player) local Detected = false local Character; local PrimaryPart; local function CharacterAdded(NewCharacter) Character = NewCharacter repeat wait() PrimaryPart = NewCharacter:FindFirstChild("HumanoidRootPart") until PrimaryPart Detected = false end CharacterAdded(Player.Character or Player.CharacterAdded:Wait()) Player.CharacterAdded:Connect(CharacterAdded) Services.RunService.Heartbeat:Connect(function() if (Character and Character:IsDescendantOf(workspace)) and (PrimaryPart and PrimaryPart:IsDescendantOf(Character)) then if PrimaryPart.AssemblyAngularVelocity.Magnitude > 50 or PrimaryPart.AssemblyLinearVelocity.Magnitude > 100 then if Detected == false then game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = "Fling detected, Player: " .. tostring(Player); Color = Color3.fromRGB(255, 200, 0); }) end Detected = true for i,v in ipairs(Character:GetDescendants()) do if v:IsA("BasePart") then v.CanCollide = false v.AssemblyAngularVelocity = Vector3.new(0, 0, 0) v.AssemblyLinearVelocity = Vector3.new(0, 0, 0) v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0) end end PrimaryPart.CanCollide = false PrimaryPart.AssemblyAngularVelocity = Vector3.new(0, 0, 0) PrimaryPart.AssemblyLinearVelocity = Vector3.new(0, 0, 0) PrimaryPart.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0) end end end) end -- // Event Listeners \\ -- for i,v in ipairs(Services.Players:GetPlayers()) do if v ~= LocalPlayer then PlayerAdded(v) end end Services.Players.PlayerAdded:Connect(PlayerAdded) local LastPosition = nil Services.RunService.Heartbeat:Connect(function() pcall(function() local PrimaryPart = LocalPlayer.Character.PrimaryPart if PrimaryPart.AssemblyLinearVelocity.Magnitude > 150 or PrimaryPart.AssemblyAngularVelocity.Magnitude > 150 then PrimaryPart.AssemblyAngularVelocity = Vector3.new(0, 0, 0) PrimaryPart.AssemblyLinearVelocity = Vector3.new(0, 0, 0) PrimaryPart.CFrame = LastPosition game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = "You were flung. Neutralizing velocity."; Color = Color3.fromRGB(255, 0, 0); }) elseif PrimaryPart.AssemblyLinearVelocity.Magnitude < 50 or PrimaryPart.AssemblyAngularVelocity.Magnitude > 50 then LastPosition = PrimaryPart.CFrame end end) end) elseif spaceSplit[1] == ".walkspeed" or spaceSplit[1] == ".ws" then local val = tonumber(spaceSplit[2]) if val == nil then return end getChar().Humanoid.WalkSpeed = val elseif spaceSplit[1] == ".jumppower" or spaceSplit[1] == ".jp" or spaceSplit[1] == "/e jumppower" or spaceSplit[1] == "/e jp" then local val = tonumber(spaceSplit[2]) if val == nil then return end getChar().Humanoid.JumpPower = val elseif spaceSplit[1] == ".hipheight" or spaceSplit[1] == ".hh" or spaceSplit[1] == "/e hipheight" or spaceSplit[1] == "/e hh" then local val = tonumber(spaceSplit[2]) if val == nil then return end getChar().Humanoid.HipHeight = val elseif spaceSplit[1] == ".noclip" or spaceSplit[1] == ".nc" or spaceSplit[1] == "/e noclip" or spaceSplit[1] == "/e nc" then nc = true elseif spaceSplit[1] == ".clip" or spaceSplit[1] == ".c" or spaceSplit[1] == "/e clip" or spaceSplit[1] == "/e c" then nc = false elseif spaceSplit[1] == ".goto" or spaceSplit[1] == ".to" or spaceSplit[1] == "/e goto" or spaceSplit[1] == "/e to" then local target = getPlr(tostring(spaceSplit[2]):lower()) getChar().HumanoidRootPart.CFrame = target.Character.Humanoid.RootPart.CFrame elseif spaceSplit[1] == ".antichatlag" or spaceSplit[1] == ".AntiChatLag" or spaceSplit[1] == ".AClag" then loadstring(game:HttpGet("https://raw.githubusercontent.com/AnthonyIsntHere/anthonysrepository/main/scripts/AntiChatLag.lua"))() elseif spaceSplit[1] == ".chatlogs" or spaceSplit[1] == ".cl" then for i,v in pairs(game.Players:GetPlayers()) do v.Chatted:Connect(function(m) game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = v.Name..": "..m; Color = Color3.new(255,0,0); }) end) end game.Players.PlayerAdded:Connect(function(v) v.Chatted:Connect(function(m) game.StarterGui:SetCore("ChatMakeSystemMessage", { Text = v.Name..": "..m; Color = Color3.new(255,0,0); }) end) end) local function sendNotification(message) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Credits"; Text = "CLogger (nonskid) made by yasir,"; Duration = 5; }) end elseif spaceSplit[1] == ".bringgirl" or spaceSplit[1] == ".bgirl" then function getowner(part) for i=1,15 do task.wait() local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') hrp.CFrame = part.CFrame end end local char=game.Players.LocalPlayer.Character or game.Players.LocalPlayer.CharacterAdded:Wait() local hrp = char:WaitForChild('HumanoidRootPart') local ogcframe = hrp.CFrame getowner(workspace.girl.Torso) workspace.girl.Torso.CFrame = ogcframe hrp.CFrame = ogcframe elseif spaceSplit[1] == ".fpsboost" or spaceSplit[1] == "bfps" then local decalsyeeted = true local g = game local w = g.Workspace local l = g.Lighting local t = w.Terrain t.WaterWaveSize = 0 t.WaterWaveSpeed = 0 t.WaterReflectance = 0 t.WaterTransparency = 0 l.GlobalShadows = false l.FogEnd = 9e9 l.Brightness = 0 settings().Rendering.QualityLevel = "Level01" for i,v in pairs(g:GetDescendants()) do if v:IsA("Part") or v:IsA("Union") or v:IsA("MeshPart") then v.Material = "Plastic" v.Reflectance = 0 elseif v:IsA("Decal") and decalsyeeted then v.Transparency = 1 elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then v.Lifetime = NumberRange.new(0) end end elseif spaceSplit[1] == ".fling" or spaceSplit[1] == "/e fling" then local target = getPlr(tostring(spaceSplit[2]):lower()) if target == nil then return end local flingTime = 0.288 local fTime = os.clock() local rot = 89078907234507823457890452390784259078345 local tools = {} local originalGrips = {} local hum = getChar():FindFirstChildOfClass("Humanoid") local root = hum.RootPart local tChr = target.Character local tHum = tChr:FindFirstChildOfClass("Humanoid") local tRoot = tChr:FindFirstChild("Torso") or tChr:FindFirstChild("UpperTorso") local origCF = root.CFrame local origState = hum:GetState() local origFpdh = workspace.FallenPartsDestroyHeight workspace.FallenPartsDestroyHeight = 0 / 0 hum:ChangeState(Enum.HumanoidStateType.Physics) hum:UnequipTools() for _, v in ipairs(plr.Backpack:GetChildren()) do if v:IsA("Tool") and v:FindFirstChild("Handle") then table.insert(tools, v) table.insert(originalGrips, v.Grip) v.Handle.Massless = true v.Grip = CFrame.new(5773, 5774, 5773) v.Parent = getChar() end end local bv = Instance.new("BodyVelocity") bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge) bv.Velocity = Vector3.new(9e30, 9e30, 9e30) bv.Parent = root local bav = Instance.new("BodyAngularVelocity") bav.AngularVelocity = Vector3.new(9e30, 9e30, 9e30) bav.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) bav.Parent = root while true do if os.clock() - fTime >= flingTime then break else if rot == 3454574567 then rot = 89078907234507823457890452390784259078345 else rot = -3456457578 end root.CFrame = tRoot.CFrame * CFrame.Angles(math.rad(rot), 0, 0) + tHum.MoveDirection * tHum.WalkSpeed * .4 end task.wait() end hum:ChangeState(origState) bav:Destroy() bv:Destroy() root.Velocity = Vector3.new() root.RotVelocity = Vector3.new() root.CFrame = origCF workspace.FallenPartsDestroyHeight = origFpdh for i, v in ipairs(tools) do if originalGrips[i] then v.Grip = originalGrips[i] end end hum:UnequipTools() plr.CharacterAdded:Wait() getChar():WaitForChild("HumanoidRootPart").CFrame = old elseif spaceSplit[1] == ".fti" or spaceSplit[1] == ".firetouchinterest" or spaceSplit[1] == "/e fti" or spaceSplit[1] == "/e firetouchinterest" then for _,v in pairs(workspace:GetDescendants()) do if v:IsA("TouchTransmitter") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) --0 is touch wait() firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) -- 1 is untouch end end elseif spaceSplit[1] == ".superfling" or spaceSplit[1] == "/e superfling" then local target = getPlr(tostring(spaceSplit[2]):lower()) if target == nil then return end local flingTime = 3.1 local fTime = os.clock() local rot = 0 local tools = {} local originalGrips = {} local hum = getChar():FindFirstChildOfClass("Humanoid") local root = hum.RootPart local tChr = target.Character local tHum = tChr:FindFirstChildOfClass("Humanoid") local tRoot = tChr:FindFirstChild("Torso") or tChr:FindFirstChild("UpperTorso") local origCF = root.CFrame local origState = hum:GetState() local origFpdh = workspace.FallenPartsDestroyHeight workspace.FallenPartsDestroyHeight = 0 / 0 hum:ChangeState(Enum.HumanoidStateType.Physics) hum:UnequipTools() for _, v in ipairs(plr.Backpack:GetChildren()) do if v:IsA("Tool") and v:FindFirstChild("Handle") then table.insert(tools, v) table.insert(originalGrips, v.Grip) v.Handle.Massless = true v.Grip = CFrame.new(5773, 5774, 5773) v.Parent = getChar() end end local bv = Instance.new("BodyVelocity") bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge) bv.Velocity = Vector3.new(9e30, 9e30, 9e30) bv.Parent = root local bav = Instance.new("BodyAngularVelocity") bav.AngularVelocity = Vector3.new(9e30, 9e30, 9e30) bav.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) bav.Parent = root while true do if os.clock() - fTime >= flingTime then break else if rot == 80 then rot = 0 else rot = 80 end root.CFrame = tRoot.CFrame * CFrame.Angles(math.rad(rot), 0, 0) + tHum.MoveDirection * tHum.WalkSpeed * .4 end task.wait() end hum:ChangeState(origState) bav:Destroy() bv:Destroy() root.Velocity = Vector3.new() root.RotVelocity = Vector3.new() root.CFrame = origCF workspace.FallenPartsDestroyHeight = origFpdh for i, v in ipairs(tools) do if originalGrips[i] then v.Grip = originalGrips[i] end end hum:UnequipTools() plr.CharacterAdded:Wait() getChar():WaitForChild("HumanoidRootPart").CFrame = old elseif spaceSplit[1] == ".ultrafling" or spaceSplit[1] == ".ufling" or spaceSplit[1] == "/e ultrafling" or spaceSplit[1] == "/e ufling" then local target = getPlr(tostring(spaceSplit[2]):lower()) if target == nil then return end local flingTime = 6.9 local fTime = os.clock() local rot = 0 local tools = {} local originalGrips = {} local hum = getChar():FindFirstChildOfClass("Humanoid") local root = hum.RootPart local tChr = target.Character local tHum = tChr:FindFirstChildOfClass("Humanoid") local tRoot = tChr:FindFirstChild("Torso") or tChr:FindFirstChild("UpperTorso") local origCF = root.CFrame local origState = hum:GetState() local origFpdh = workspace.FallenPartsDestroyHeight workspace.FallenPartsDestroyHeight = 0 / 0 hum:ChangeState(Enum.HumanoidStateType.Physics) hum:UnequipTools() for _, v in ipairs(plr.Backpack:GetChildren()) do if v:IsA("Tool") and v:FindFirstChild("Handle") then table.insert(tools, v) table.insert(originalGrips, v.Grip) v.Handle.Massless = true v.Grip = CFrame.new(5773, 5774, 5773) v.Parent = getChar() end end local bv = Instance.new("BodyVelocity") bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge) bv.Velocity = Vector3.new(9e30, 9e30, 9e30) bv.Parent = root local bav = Instance.new("BodyAngularVelocity") bav.AngularVelocity = Vector3.new(9e30, 9e30, 9e30) bav.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) bav.Parent = root while true do if os.clock() - fTime >= flingTime then break else if rot == 60 then rot = 0 else rot = 60 end root.CFrame = tRoot.CFrame * CFrame.Angles(math.rad(rot), 0, 0) + tHum.MoveDirection * tHum.WalkSpeed * .4 end task.wait() end hum:ChangeState(origState) bav:Destroy() bv:Destroy() root.Velocity = Vector3.new() root.RotVelocity = Vector3.new() root.CFrame = origCF workspace.FallenPartsDestroyHeight = origFpdh for i, v in ipairs(tools) do if originalGrips[i] then v.Grip = originalGrips[i] end end hum:UnequipTools() plr.CharacterAdded:Wait() getChar():WaitForChild("HumanoidRootPart").CFrame = old elseif spaceSplit[1] == ".flingbypass" or spaceSplit[1] == ".bfling" then local target = getPlr(tostring(spaceSplit[2]):lower()) if target == nil then return end local flingTime = 5.5 local fTime = os.clock() local rot = 0 local tools = {} local originalGrips = {} local hum = getChar():FindFirstChildOfClass("Humanoid") local root = hum.RootPart local tChr = target.Character local tHum = tChr:FindFirstChildOfClass("Humanoid") local tRoot = tChr:FindFirstChild("Torso") or tChr:FindFirstChild("UpperTorso") local origCF = root.CFrame local origState = hum:GetState() local origFpdh = workspace.FallenPartsDestroyHeight workspace.FallenPartsDestroyHeight = 0 / 0 hum:ChangeState(Enum.HumanoidStateType.Physics) hum:UnequipTools() for _, v in ipairs(plr.Backpack:GetChildren()) do if v:IsA("Tool") and v:FindFirstChild("Handle") then table.insert(tools, v) table.insert(originalGrips, v.Grip) v.Handle.Massless = true v.Grip = CFrame.new(5773, 5774, 5773) v.Parent = getChar() end end local bv = Instance.new("BodyVelocity") bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge) bv.Velocity = Vector3.new(9e30, 9e30, 9e30) bv.Parent = root local bav = Instance.new("BodyAngularVelocity") bav.AngularVelocity = Vector3.new(9e30, 9e30, 9e30) bav.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) bav.Parent = root while true do if os.clock() - fTime >= flingTime then break else if rot == 60 then rot = 0 else rot = 10 end root.CFrame = tRoot.CFrame * CFrame.Angles(math.rad(rot), 0, 0) + tHum.MoveDirection * tHum.WalkSpeed * .4 end task.wait() end hum:ChangeState(origState) bav:Destroy() bv:Destroy() root.Velocity = Vector3.new() root.RotVelocity = Vector3.new() root.CFrame = origCF workspace.FallenPartsDestroyHeight = origFpdh for i, v in ipairs(tools) do if originalGrips[i] then v.Grip = originalGrips[i] end end hum:UnequipTools() plr.CharacterAdded:Wait() getChar():WaitForChild("HumanoidRootPart").CFrame = old elseif spaceSplit[1] == ".rejoin" or spaceSplit[1] == ".rj" or spaceSplit[1] == "/e rejoin" or spaceSplit[1] == "/e rj" then local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://1273802616" sound.Parent = game:GetService("SoundService") sound:Play() game.StarterGui:SetCore("SendNotification", { Title = "Fedora Admin"; Text = "Rejoining the server"; }) game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, game.JobId, plr) elseif spaceSplit[1] == ".cmds" or spaceSplit[1] == ".commands" or spaceSplit[1] == "/e cmds" or spaceSplit[1] == "/e commands" then local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://1273802616" sound.Parent = game:GetService("SoundService") sound:Play() -- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local UICorner = Instance.new("UICorner") local Frame_2 = Instance.new("Frame") local UICorner_2 = Instance.new("UICorner") local TextLabel = Instance.new("TextLabel") local ScrollingFrame = Instance.new("ScrollingFrame") local TextLabel_2 = Instance.new("TextLabel") local UICorner_3 = Instance.new("UICorner") local TextButton = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.Position = UDim2.new(0.381516576, 0, 0.0883534104, 0) Frame.Size = UDim2.new(0, 226, 0, 396) UICorner.Parent = Frame Frame_2.Parent = Frame Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame_2.Position = UDim2.new(-0.000723644684, 0, -0.000150988795, 0) Frame_2.Size = UDim2.new(0, 188, 0, 25) UICorner_2.Parent = Frame_2 TextLabel.Parent = Frame_2 TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BackgroundTransparency = 1.000 TextLabel.Size = UDim2.new(0, 145, 0, 25) TextLabel.Font = Enum.Font.SourceSansBold TextLabel.Text = "Fedora Commands" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 14.000 ScrollingFrame.Parent = Frame ScrollingFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) ScrollingFrame.Position = UDim2.new(0.0167224184, 0, 0.0818481445, 0) ScrollingFrame.Size = UDim2.new(0.961537659, 0, 0.618492961, 100) ScrollingFrame.CanvasPosition = Vector2.new(0, 900) ScrollingFrame.CanvasSize = UDim2.new(2, 0, 4, 0) ScrollingFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar ScrollingFrame.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left TextLabel_2.Parent = ScrollingFrame TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.BackgroundTransparency = 1.000 TextLabel_2.Position = UDim2.new(0.0303622764, 0, 0, 0) TextLabel_2.Size = UDim2.new(0, 9368, 0, 9938) TextLabel_2.Font = Enum.Font.SourceSansBold TextLabel_2.Text = ([[ |||||||||||||||||Fedora Commands|||||||||||||||||||| fling [target] superfling [target] ultrafling / ufling [target] flingbypass / bfling [target] fly unfly fpsboost / bfps role / rank view [target] hide / delete [target] unhide / undelete [target] skill / swordkill [target] loopskill / loopswordkill [target] unloopskill / unloopswordkill loopskillall / loopswordkillall unloopskillall / unloopswordkillall jump [target] goto / to [target] noclip / nc stats / status owner /creator antibang / antilooptp / antiheadsit / antiorbit unantibang / unantilooptp / unantiheadsit / unantiorbit fakelag unfakelag khord / dc antifling2 antichatlag / AClag antifling / nofling breakchat / chaterror telekinesis / telec firetouchinterest / fti freeze unfreeze clip / c chatscript rejoin / rj reset / re chatlogs / cl check / checkplace respawn / re hipheight / hh [number] walkspeed / ws [number] jumppower / jp [number] commands / cmds info stopadmin |||||||||||||||4nn1's place commands||||||||||||||| foreverday / fday forevermidday / fmidday forevernight / fnight unforeverday / unfday unforevermidday / unfmidday unforevernight / unfnight flash / party [number] unflash / unparty tomuffy / tomuf tosocky / tosock togirl / tog tobaby / tobay tocat / toc todog / tod loopallgoto / lagt [target] loopgirlgoto / lgg [target] loopmuffygoto / lmg [target] loopbabygoto / lbg [target] loopsockygoto / lsg [target] unloopallgoto / unlagt unloopgirlgoto / unlgg unloopmuffygoto / unlmg unloopbabygoto / unlbg unloopsockygoto / unlsg boom [target] digmuf bringmuf / bmuf bringsocky / bsocky bringbaby / bbaby bringgirl / bgirl bringdog / bdog bringcat / bcat bringcats voidmuf / vmuf controlmuffy / cmuf controlsocky / csock controldoge / cdoge voidsocky / vsocky explodemuf / exmuf explodesocky / exsocky springredspam / srs unspringredspam / unsrs springbluespam / sbs unspringbluespam / unsbs teleportspam / ts unteleportspam / unts clockspam / cs unclockspam / uncs capespam / is |||||||||||||| fencing commands |||||||||||||| healthglitch / hg unhealthglitch / unhg brickspam / bspam ]]) TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.TextSize = 14.000 TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top UICorner_3.CornerRadius = UDim.new(0, 4) UICorner_3.Parent = ScrollingFrame TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(255, 94, 0) TextButton.Position = UDim2.new(1.34624052, -100, 0.0110100955, 0) TextButton.Size = UDim2.new(0, 16, 0, 16) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "X" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextSize = 14.000 TextButton.TextTransparency = 1.000 UICorner_4.CornerRadius = UDim.new(0, 4) UICorner_4.Parent = TextButton -- Scripts: local function XBVVUQ_fake_script() -- Frame.DragScript local script = Instance.new('LocalScript', Frame) --Not made by me, check out this video: https://www.youtube.com/watch?v=z25nyNBG7Js&t=22s --Put this inside of your Frame and configure the speed if you would like. --Enjoy! Credits go to: https://www.youtube.com/watch?v=z25nyNBG7Js&t=22s local UIS = game:GetService('UserInputService') local frame = script.Parent local dragToggle = nil local dragSpeed = 0.75 local dragStart = nil local startPos = nil local function updateInput(input) local delta = input.Position - dragStart local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play() end frame.InputBegan:Connect(function(input) if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then dragToggle = true dragStart = input.Position startPos = frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragToggle = false end end) end end) UIS.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then if dragToggle then updateInput(input) end end end) end coroutine.wrap(XBVVUQ_fake_script)() local function ZBVBWP_fake_script() -- TextButton.Script local script = Instance.new('Script', TextButton) button = script.Parent window = button.Parent function onClicked(GUI) window:remove() end script.Parent.MouseButton1Click:connect(onClicked) end coroutine.wrap(ZBVBWP_fake_script)() elseif spaceSplit[1] == ".info" then local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://1273802616" sound.Parent = game:GetService("SoundService") sound:Play() local HWIntro = Instance.new("ScreenGui") local H = Instance.new("TextLabel") local W = Instance.new("TextLabel") local HOODWINK = Instance.new("TextLabel") HWIntro.Name = "HWIntro" HWIntro.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") HWIntro.ResetOnSpawn = false HOODWINK.Parent = HWIntro HOODWINK.BackgroundColor3 = Color3.new(1, 1, 1) HOODWINK.BackgroundTransparency = 1 HOODWINK.Position = UDim2.new(0.433414042, 0, 0.1, 0) HOODWINK.Size = UDim2.new(0.149313956, 0, 0.0854700878, 0) HOODWINK.Font = Enum.Font.GothamBold HOODWINK.Text = "Script Owners:RyZe#5993 Script Helpers And Script Ideas: D4RKF0RS3R#1717 Yasir#6546" HOODWINK.TextColor3 = Color3.new(1, 1, 1) HOODWINK.TextScaled = false HOODWINK.TextSize = 15 HOODWINK.TextWrapped = true for i = 1,0,-0.1 do HOODWINK.TextTransparency = i W.BackgroundTransparency = i W.TextTransparency = i H.BackgroundTransparency = i H.TextTransparency = i wait() end wait(2) for i = 0,1,0.1 do HOODWINK.TextTransparency = i W.BackgroundTransparency = i W.TextTransparency = i H.BackgroundTransparency = i H.TextTransparency = i wait() end HWIntro:Destroy() elseif spaceSplit[1] == ".stopadmin" or spaceSplit[1] == ".killscript" then cc:Disconnect() nsLoop:Disconnect() ncLoop:Disconnect() local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://1273802616" sound.Parent = game:GetService("SoundService") sound:Play() local HWIntro = Instance.new("ScreenGui") local H = Instance.new("TextLabel") local W = Instance.new("TextLabel") local HOODWINK = Instance.new("TextLabel") HWIntro.Name = "HWIntro" HWIntro.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") HWIntro.ResetOnSpawn = false HOODWINK.Parent = HWIntro HOODWINK.BackgroundColor3 = Color3.new(1, 1, 1) HOODWINK.BackgroundTransparency = 1 HOODWINK.Position = UDim2.new(0.433414042, 0, 0.1, 0) HOODWINK.Size = UDim2.new(0.149313956, 0, 0.0854700878, 0) HOODWINK.Font = Enum.Font.GothamBold HOODWINK.Text = "FEDORA Admin Script Has Been Killed" HOODWINK.TextColor3 = Color3.new(1, 1, 1) HOODWINK.TextScaled = false HOODWINK.TextSize = 15 HOODWINK.TextWrapped = true for i = 1,0,-0.1 do HOODWINK.TextTransparency = i W.BackgroundTransparency = i W.TextTransparency = i H.BackgroundTransparency = i H.TextTransparency = i wait() end wait(2) for i = 0,1,0.1 do HOODWINK.TextTransparency = i W.BackgroundTransparency = i W.TextTransparency = i H.BackgroundTransparency = i H.TextTransparency = i wait() end HWIntro:Destroy() print([[ ____________________________________ | | fedora admin has stopped working! | | |____________________________________ | | Version 1.0.5 |____________________________________ ]]) end end) print([[ ____________________________________ | | Fedora admin has loaded! | |______________________________ | | Version 1.0.5 |____________________________________ ]]) -- the script is made by D4RKF0RS3R and 14anz_COOl, it took us a lot of months to get this far. -- without the developers we would be useless. -- so thanks to the developers and of course to the members.