Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- // Prevent 2 Guis \\ --
- if game.CoreGui:FindFirstChild("EclipseHolder")then
- game.CoreGui.EclipseHolder:Destroy()
- else
- wait(2)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Eclipse";
- Text = "Welcome to Eclipse!";
- })
- end
- --// Instances \ --
- local EclipseHolder = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local LabelEclipse = Instance.new("TextLabel")
- local SegwayButton = Instance.new("TextButton")
- local JumpPower = Instance.new("TextButton")
- local Variable = Instance.new("TextBox")
- local Walkspeed = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local NoClip = Instance.new("TextButton")
- local AnimationButton = Instance.new("TextButton")
- local Fly = Instance.new("TextButton")
- local Crediits = Instance.new("TextLabel")
- local ForWho = Instance.new("TextLabel")
- local Intro = Instance.new("Frame")
- local EclipsePicture = Instance.new("ImageLabel")
- -- // Properties \\ --
- EclipseHolder.Name = "EclipseHolder"
- EclipseHolder.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = EclipseHolder
- Main.BackgroundColor3 = Color3.new(0, 0, 0)
- Main.BackgroundTransparency = 0.30000001192093
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.615480781, 0, 0.248862952, 0)
- Main.Size = UDim2.new(0, 252, 0, 331)
- Main.Visible = false
- LabelEclipse.Name = "LabelEclipse"
- LabelEclipse.Parent = Main
- LabelEclipse.BackgroundColor3 = Color3.new(1, 1, 1)
- LabelEclipse.BackgroundTransparency = 1
- LabelEclipse.BorderSizePixel = 0
- LabelEclipse.Position = UDim2.new(0.0753968284, 0, 0, 0)
- LabelEclipse.Size = UDim2.new(0, 200, 0, 50)
- LabelEclipse.Font = Enum.Font.SourceSansBold
- LabelEclipse.Text = "Eclipse"
- LabelEclipse.TextColor3 = Color3.new(1, 1, 1)
- LabelEclipse.TextSize = 25
- SegwayButton.Name = "SegwayButton"
- SegwayButton.Parent = Main
- SegwayButton.BackgroundColor3 = Color3.new(0, 0, 0)
- SegwayButton.BackgroundTransparency = 0.30000001192093
- SegwayButton.BorderSizePixel = 0
- SegwayButton.Position = UDim2.new(0.619047642, 0, -0.087613292, 0)
- SegwayButton.Size = UDim2.new(0, 75, 0, 29)
- SegwayButton.Font = Enum.Font.SourceSans
- SegwayButton.Text = "Sharked"
- SegwayButton.TextColor3 = Color3.new(1, 1, 1)
- SegwayButton.TextSize = 14
- JumpPower.Name = "JumpPower"
- JumpPower.Parent = Main
- JumpPower.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- JumpPower.BackgroundTransparency = 0.20000000298023
- JumpPower.BorderSizePixel = 0
- JumpPower.Position = UDim2.new(0.103174604, 0, 0.274924487, 0)
- JumpPower.Size = UDim2.new(0, 200, 0, 50)
- JumpPower.Font = Enum.Font.SourceSans
- JumpPower.Text = "JumpPower"
- JumpPower.TextColor3 = Color3.new(1, 1, 1)
- JumpPower.TextSize = 14
- Variable.Name = "Variable"
- Variable.Parent = Main
- Variable.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Variable.BackgroundTransparency = 0.20000000298023
- Variable.BorderSizePixel = 0
- Variable.Position = UDim2.new(0.408730149, 0, 0.803625345, 0)
- Variable.Size = UDim2.new(0, 46, 0, 25)
- Variable.Font = Enum.Font.SourceSans
- Variable.Text = "16"
- Variable.TextColor3 = Color3.new(1, 1, 1)
- Variable.TextSize = 14
- Walkspeed.Name = "Walkspeed"
- Walkspeed.Parent = Main
- Walkspeed.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Walkspeed.BackgroundTransparency = 0.20000000298023
- Walkspeed.BorderSizePixel = 0
- Walkspeed.Position = UDim2.new(0.103174604, 0, 0.108761325, 0)
- Walkspeed.Size = UDim2.new(0, 200, 0, 50)
- Walkspeed.Font = Enum.Font.SourceSans
- Walkspeed.Text = "WalkSpeed"
- Walkspeed.TextColor3 = Color3.new(1, 1, 1)
- Walkspeed.TextSize = 14
- TextButton.Parent = Main
- TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton.BackgroundTransparency = 1
- TextButton.Size = UDim2.new(0, 19, 0, 19)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.new(0.705882, 0, 0)
- TextButton.TextSize = 14
- NoClip.Name = "NoClip"
- NoClip.Parent = Main
- NoClip.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- NoClip.BackgroundTransparency = 0.20000000298023
- NoClip.BorderSizePixel = 0
- NoClip.Position = UDim2.new(0.103174604, 0, 0.444108725, 0)
- NoClip.Size = UDim2.new(0, 200, 0, 50)
- NoClip.Font = Enum.Font.SourceSans
- NoClip.Text = "Enable Noclip"
- NoClip.TextColor3 = Color3.new(1, 1, 1)
- NoClip.TextSize = 14
- AnimationButton.Name = "AnimationButton"
- AnimationButton.Parent = Main
- AnimationButton.BackgroundColor3 = Color3.new(0, 0, 0)
- AnimationButton.BackgroundTransparency = 0.30000001192093
- AnimationButton.BorderSizePixel = 0
- AnimationButton.Position = UDim2.new(0.0753968358, 0, -0.0876132846, 0)
- AnimationButton.Size = UDim2.new(0, 69, 0, 29)
- AnimationButton.Font = Enum.Font.SourceSans
- AnimationButton.Text = "Animations"
- AnimationButton.TextColor3 = Color3.new(1, 1, 1)
- AnimationButton.TextSize = 14
- Fly.Name = "Fly"
- Fly.Parent = Main
- Fly.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Fly.BackgroundTransparency = 0.20000000298023
- Fly.BorderSizePixel = 0
- Fly.Position = UDim2.new(0.103174604, 0, 0.625377595, 0)
- Fly.Size = UDim2.new(0, 200, 0, 50)
- Fly.Font = Enum.Font.SourceSans
- Fly.Text = "Fly [E]"
- Fly.TextColor3 = Color3.new(1, 1, 1)
- Fly.TextSize = 14
- Crediits.Name = "Crediits"
- Crediits.Parent = Main
- Crediits.BackgroundColor3 = Color3.new(1, 1, 1)
- Crediits.BackgroundTransparency = 1
- Crediits.BorderSizePixel = 0
- Crediits.Position = UDim2.new(0.0753968209, 0, 0.93051362, 0)
- Crediits.Size = UDim2.new(0, 63, 0, 23)
- Crediits.Font = Enum.Font.SourceSans
- Crediits.Text = "~ Made by BFN#1711"
- Crediits.TextColor3 = Color3.new(1, 1, 1)
- Crediits.TextSize = 12
- ForWho.Name = "ForWho"
- ForWho.Parent = Main
- ForWho.BackgroundColor3 = Color3.new(1, 1, 1)
- ForWho.BackgroundTransparency = 1
- ForWho.BorderSizePixel = 0
- ForWho.Position = UDim2.new(0.619047642, 0, 0.93051362, 0)
- ForWho.Size = UDim2.new(0, 48, 0, 20)
- ForWho.Font = Enum.Font.SourceSans
- ForWho.Text = "For Luckymega \"OoFFFFF\"#9530"
- ForWho.TextColor3 = Color3.new(1, 1, 1)
- ForWho.TextSize = 11
- Intro.Name = "Intro"
- Intro.Parent = EclipseHolder
- Intro.BackgroundColor3 = Color3.new(1, 1, 1)
- Intro.BackgroundTransparency = 1
- Intro.Position = UDim2.new(0.0124843949, 0, 0.0316205546, 0)
- Intro.Size = UDim2.new(0, 100, 0, 100)
- EclipsePicture.Name = "EclipsePicture"
- EclipsePicture.Parent = Intro
- EclipsePicture.BackgroundColor3 = Color3.new(1, 1, 1)
- EclipsePicture.BackgroundTransparency = 1
- EclipsePicture.Position = UDim2.new(1.81031728, 0, 0.00226587802, 0)
- EclipsePicture.Size = UDim2.new(0, 453, 0, 448)
- EclipsePicture.Image = "rbxassetid://2170498905"
- --// Scripting \\ --
- wait(0.4)
- EclipsePicture:TweenPosition(UDim2.new(0.309, 0, 0.183, 0), "Out", "Bounce", 3) -- Tween Position
- wait(1)
- Intro:Destroy()
- Main.Visible = true
- Main.Active = true
- Main.Draggable = true
- SegwayButton.MouseButton1Down:connect(function()
- game.StarterGui:SetCore("SendNotification", {
- Title = "Sharked Only for Games with Segway Remote";
- Text = "Successfully ran Sharked!";
- })
- wait(2)
- if game.CoreGui:FindFirstChild("Harked")then
- game.CoreGui.Harked:Destroy()
- end
- --//--INSTANCES--\\--
- Harked = Instance.new("ScreenGui", game.CoreGui)
- Main = Instance.new("Frame", Harked)
- Text = Instance.new("TextLabel", Main)
- Credits = Instance.new("TextLabel", Main)
- Nuke = Instance.new("TextButton", Main)
- Btools = Instance.new("TextButton", Main)
- Bald = Instance.new("TextButton", Main)
- Jump = Instance.new("TextButton", Main)
- Freeze = Instance.new("TextButton", Main)
- Thaw = Instance.new("TextButton", Main)
- Username = Instance.new("TextBox", Main)
- Music = Instance.new("TextButton", Main)
- Sink = Instance.new("TextButton", Main)
- Close = Instance.new("TextButton", Main)
- Minimize = Instance.new("TextButton", Main)
- Detect = Instance.new("TextLabel", Main)
- Detect_Close = Instance.new("TextButton", Main)
- Animation = Instance.new("TextLabel", Harked)
- Open = Instance.new("TextButton", Harked)
- Blur = Instance.new("BlurEffect", workspace.CurrentCamera)
- --//--PROPERTIES--\\--
- Harked.Name = "Harked"
- Main.Name = "Main"
- Main.Active = true
- Main.Draggable = true
- Main.Selectable = true
- Main.BackgroundColor3 = Color3.new(0, 0, 0)
- Main.BackgroundTransparency = 0.30000001192093
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.370000005, 0, 1, 30)
- Main.Size = UDim2.new(0, 421, 0, 423)
- Main.Visible = false
- Text.Name = "Text"
- Text.BackgroundColor3 = Color3.new(1, 1, 1)
- Text.BackgroundTransparency = 1
- Text.Position = UDim2.new(0.262580276, 0, -0.00117581896, 0)
- Text.Size = UDim2.new(0, 200, 0, 50)
- Text.Font = Enum.Font.SourceSansLight
- Text.Text = "Sharked"
- Text.TextColor3 = Color3.new(1, 1, 1)
- Text.TextScaled = true
- Text.TextSize = 20
- Text.TextWrapped = true
- Credits.Name = "Credits"
- Credits.BackgroundColor3 = Color3.new(1, 1, 1)
- Credits.BackgroundTransparency = 1
- Credits.Position = UDim2.new(-0.0213776845, 0, 0.118680432, 0)
- Credits.Size = UDim2.new(0, 440, 0, 50)
- Credits.Font = Enum.Font.SourceSansLight
- Credits.Text = "Commands/Script by almighty loaf, GUI by BaconExploitz"
- Credits.TextColor3 = Color3.new(1, 1, 1)
- Credits.TextSize = 20
- Nuke.Name = "Nuke"
- Nuke.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Nuke.BackgroundTransparency = 0.75
- Nuke.BorderSizePixel = 0
- Nuke.Position = UDim2.new(0.033254154, 0, 0.226795703, 0)
- Nuke.Size = UDim2.new(0, 186, 0, 50)
- Nuke.Font = Enum.Font.SourceSansSemibold
- Nuke.Text = "Nuke"
- Nuke.TextColor3 = Color3.new(1, 1, 1)
- Nuke.TextSize = 20
- Btools.Name = "Btools"
- Btools.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Btools.BackgroundTransparency = 0.75
- Btools.BorderSizePixel = 0
- Btools.Position = UDim2.new(0.52494067, 0, 0.226795703, 0)
- Btools.Size = UDim2.new(0, 186, 0, 50)
- Btools.Font = Enum.Font.SourceSansSemibold
- Btools.Text = "Btools"
- Btools.TextColor3 = Color3.new(1, 1, 1)
- Btools.TextSize = 20
- Bald.Name = "Bald"
- Bald.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Bald.BackgroundTransparency = 0.75
- Bald.BorderSizePixel = 0
- Bald.Position = UDim2.new(0.033254154, 0, 0.36549598, 0)
- Bald.Size = UDim2.new(0, 186, 0, 50)
- Bald.Font = Enum.Font.SourceSansSemibold
- Bald.Text = "Remove Hats"
- Bald.TextColor3 = Color3.new(1, 1, 1)
- Bald.TextSize = 20
- Jump.Name = "Jump"
- Jump.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Jump.BackgroundTransparency = 0.75
- Jump.BorderSizePixel = 0
- Jump.Position = UDim2.new(0.52494061, 0, 0.36549598, 0)
- Jump.Size = UDim2.new(0, 186, 0, 50)
- Jump.Font = Enum.Font.SourceSansSemibold
- Jump.Text = "Jump"
- Jump.TextColor3 = Color3.new(1, 1, 1)
- Jump.TextSize = 20
- Freeze.Name = "Freeze"
- Freeze.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Freeze.BackgroundTransparency = 0.75
- Freeze.BorderSizePixel = 0
- Freeze.Position = UDim2.new(0.033254154, 0, 0.507290006, 0)
- Freeze.Size = UDim2.new(0, 186, 0, 50)
- Freeze.Font = Enum.Font.SourceSansSemibold
- Freeze.Text = "Freeze"
- Freeze.TextColor3 = Color3.new(1, 1, 1)
- Freeze.TextSize = 20
- Thaw.Name = "Thaw"
- Thaw.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Thaw.BackgroundTransparency = 0.75
- Thaw.BorderSizePixel = 0
- Thaw.Position = UDim2.new(0.52494061, 0, 0.507290065, 0)
- Thaw.Size = UDim2.new(0, 186, 0, 50)
- Thaw.Font = Enum.Font.SourceSansSemibold
- Thaw.Text = "Thaw"
- Thaw.TextColor3 = Color3.new(1, 1, 1)
- Thaw.TextSize = 20
- Username.Name = "Username"
- Username.BackgroundColor3 = Color3.new(1, 1, 1)
- Username.BackgroundTransparency = 0.80000001192093
- Username.BorderSizePixel = 0
- Username.Position = UDim2.new(0.0332541578, 0, 0.820330977, 0)
- Username.Size = UDim2.new(0, 393, 0, 56)
- Username.Font = Enum.Font.SourceSansSemibold
- Username.PlaceholderColor3 = Color3.new(1, 1, 1)
- Username.Text = "Username"
- Username.TextColor3 = Color3.new(1, 1, 1)
- Username.TextSize = 20
- Music.Name = "Music"
- Music.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Music.BackgroundTransparency = 0.75
- Music.BorderSizePixel = 0
- Music.Position = UDim2.new(0.033254154, 0, 0.65524596, 0)
- Music.Size = UDim2.new(0, 186, 0, 50)
- Music.Font = Enum.Font.SourceSansSemibold
- Music.Text = "Play Sound"
- Music.TextColor3 = Color3.new(1, 1, 1)
- Music.TextSize = 20
- Sink.Name = "Sink"
- Sink.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Sink.BackgroundTransparency = 0.75
- Sink.BorderSizePixel = 0
- Sink.Position = UDim2.new(0.52494061, 0, 0.65524596, 0)
- Sink.Size = UDim2.new(0, 186, 0, 50)
- Sink.Font = Enum.Font.SourceSansSemibold
- Sink.Text = "Sink"
- Sink.TextColor3 = Color3.new(1, 1, 1)
- Sink.TextSize = 20
- Close.Name = "Close"
- Close.BackgroundColor3 = Color3.new(0, 0, 0)
- Close.BackgroundTransparency = 1
- Close.Position = UDim2.new(0.947743475, 0, 0, 0)
- Close.Size = UDim2.new(0, 22, 0, 23)
- Close.Font = Enum.Font.Arcade
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 14
- Minimize.Name = "Minimize"
- Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
- Minimize.BackgroundTransparency = 1
- Minimize.Position = UDim2.new(0.895486951, 0, 0, 0)
- Minimize.Size = UDim2.new(0, 22, 0, 23)
- Minimize.Font = Enum.Font.Arcade
- Minimize.Text = "_"
- Minimize.TextColor3 = Color3.new(1, 1, 1)
- Minimize.TextSize = 14
- Detect.Name = "Detect"
- Detect.BackgroundColor3 = Color3.new(1, 1, 1)
- Detect.BackgroundTransparency = 1
- Detect.Position = UDim2.new(0.0332541578, 0, 0.261229306, 0)
- Detect.Size = UDim2.new(0, 393, 0, 202)
- Detect.Visible = false
- Detect.Font = Enum.Font.SourceSansSemibold
- Detect.Text = "Sharked has detected that neither you nor anyone else in the game owns the Segway gamepass or the game doesn't support the GUI, Sharked will automatically close after a while,"
- Detect.TextColor3 = Color3.new(1, 1, 1)
- Detect.TextScaled = true
- Detect.TextSize = 14
- Detect.TextWrapped = true
- Detect.Visible = false
- Detect_Close.Name = "Detect_Close"
- Detect_Close.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Detect_Close.BackgroundTransparency = 0.75
- Detect_Close.BorderSizePixel = 0
- Detect_Close.Position = UDim2.new(0.261282653, 0, 0.796690345, 0)
- Detect_Close.Size = UDim2.new(0, 200, 0, 50)
- Detect_Close.Visible = false
- Detect_Close.Font = Enum.Font.SourceSansSemibold
- Detect_Close.Text = "Close"
- Detect_Close.TextColor3 = Color3.new(1, 1, 1)
- Detect_Close.TextSize = 20
- Detect_Close.Visible = false
- Animation.Name = "Animation"
- Animation.BackgroundColor3 = Color3.new(1, 1, 1)
- Animation.BackgroundTransparency = 1
- Animation.BorderSizePixel = 0
- Animation.Position = UDim2.new(0.375, 0,-0.166, 0)
- Animation.Size = UDim2.new(0, 472, 0, 118)
- Animation.Font = Enum.Font.SourceSansBold
- Animation.Text = "Sharked"
- Animation.TextColor3 = Color3.new(1, 1, 1)
- Animation.TextScaled = true
- Animation.TextSize = 14
- Animation.TextWrapped = true
- Open.Name = "Open"
- Open.BackgroundColor3 = Color3.new(0, 0, 0)
- Open.BackgroundTransparency = 0.30000001192093
- Open.Position = UDim2.new(0, 0, 0.466197193, 0)
- Open.Size = UDim2.new(0, 108, 0, 58)
- Open.Visible = false
- Open.Font = Enum.Font.SourceSansBold
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 20
- Blur.Name = "Sharked Blur Animation"
- Blur.Size = 0
- --//--ANIMATION/FUNCTIONS\\--
- Animation:TweenPosition(UDim2.new(0.375, 0,0.417, 0), 'In', 'Quad', 2)
- repeat
- Blur.Size = Blur.Size + 1
- wait(.1)
- until Blur.Size == 30
- Animation:TweenPosition(UDim2.new(0.375, 0,1, 0), 'Out', 'Quad', 2)
- repeat
- Blur.Size = Blur.Size - 1
- wait(.1)
- until Blur.Size == 0
- wait(.50)
- Animation:Destroy()
- Blur:Destroy()
- if Anchor == nil then
- Main.Visible = true
- elseif Anchor ~= nil then
- Main.Visible = true
- end
- Main:TweenPosition(UDim2.new(0.385, 0, 0.385, 0), 'In', 'Quart', 1)
- --//--REAL SCRIPTING--\\--
- Nuke.MouseButton1Down:connect(function()
- for i,Player in pairs(game.Players:GetPlayers()) do
- for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- for i,v in pairs(Player.Character:GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- end
- for i,v in pairs(game.Workspace:GetChildren()) do
- AnchorRem:FireServer(v,false)
- end
- end)
- Btools.MouseButton1Click:connect(function()
- local Tool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
- local Equipped = false
- local AnchorRem = nil
- for i,Player in pairs(game.Players:GetPlayers()) do
- for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- for i,v in pairs(Player.Character:GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- end
- if AnchorRem == nil then
- Tool:Destroy()
- game.StarterGui:SetCore("SendNotification",{Title="Error"; Text="Error! The vulnerability has not been found!"})
- else
- game.StarterGui:SetCore("SendNotification",{Title="Success"; Text="Btools successfully loaded."})
- end
- Tool.RequiresHandle = false
- Tool.Name = "Btools"
- local Field = Instance.new("SelectionBox",game.Workspace)
- local Mouse = game.Players.LocalPlayer:GetMouse()
- Field.LineThickness = 0.1
- Tool.Equipped:connect(function()
- Equipped = true
- while Equipped == true do
- if Mouse.Target ~= nil then
- Field.Adornee = Mouse.Target
- if Mouse.Target.Anchored == true then
- Field.Color3 = Color3.fromRGB(0,255,0)
- else
- Field.Color3 = Color3.fromRGB(255,0,0)
- end
- else
- Field.Adornee = nil
- end
- wait()
- end
- end)
- Tool.Unequipped:connect(function()
- Equipped = false
- Field.Adornee = nil
- end)
- Tool.Activated:connect(function()
- if Mouse.Target ~= nil then
- if Mouse.Target.Anchored == false then
- AnchorRem:FireServer(Mouse.Target,true)
- else
- AnchorRem:FireServer(Mouse.Target,false)
- end
- end
- end)
- end)
- Sink.MouseButton1Down:connect(function()
- if Username.Text == "all"
- then
- for i,Player in pairs(game.Players:GetPlayers()) do
- for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
- end
- end
- end
- for i,v in pairs(Player.Character:GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
- end
- end
- end
- end
- for i,v in pairs(game.Players:GetChildren()) do
- AnchorRem:FireServer(v.Character.Humanoid,true,true,true)
- end
- else
- for i,Player in pairs(game.Players:GetPlayers()) do
- for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
- end
- end
- end
- for i,v in pairs(Player.Character:GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
- end
- end
- end
- end
- local Name = Username.Text
- AnchorRem:FireServer(game.Players[Name].Character.Humanoid,true,true,true)
- end
- end)
- Jump.MouseButton1Down:connect(function()
- if Username.Text == "all"
- then
- for i,Player in pairs(game.Players:GetPlayers()) do
- for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
- end
- end
- end
- for i,v in pairs(Player.Character:GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
- end
- end
- end
- end
- for i,v in pairs(game.Players:GetChildren()) do
- AnchorRem:FireServer(v.Character.Humanoid,false,true,true)
- end
- else
- for i,Player in pairs(game.Players:GetPlayers()) do
- for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
- end
- end
- end
- for i,v in pairs(Player.Character:GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("ConfigHumanoid")
- end
- end
- end
- end
- local Name = Username.Text
- AnchorRem:FireServer(game.Players[Name].Character.Humanoid,false,true,true)
- end
- end)
- Thaw.MouseButton1Down:connect(function()
- if Username.Text == "all"
- then
- for i,Player in pairs(game.Players:GetPlayers()) do
- for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- for i,v in pairs(Player.Character:GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- end
- for i,v in pairs(game.Players:GetChildren()) do
- AnchorRem:FireServer(v.Character.Torso,false)
- end
- else
- for i,Player in pairs(game.Players:GetPlayers()) do
- for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- for i,v in pairs(Player.Character:GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- end
- local Name = Username.Text
- AnchorRem:FireServer(game.Players[Name].Character.Torso,false)
- end
- end)
- Freeze.MouseButton1Down:connect(function()
- if Username.Text == "all"
- then
- for i,Player in pairs(game.Players:GetPlayers()) do
- for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- for i,v in pairs(Player.Character:GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- end
- for i,v in pairs(game.Players:GetChildren()) do
- AnchorRem:FireServer(v.Character.Torso,true)
- end
- else
- for i,Player in pairs(game.Players:GetPlayers()) do
- for i,v in pairs(Player:WaitForChild("Backpack"):GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- for i,v in pairs(Player.Character:GetChildren()) do
- if v:FindFirstChild("RemoteEvents") ~= nil then
- if v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway") ~= nil then
- AnchorRem = v:FindFirstChild("RemoteEvents"):FindFirstChild("AnchorSegway")
- end
- end
- end
- end
- local Name = Username.Text
- AnchorRem:FireServer(game.Players[Name].Character.Torso,true)
- end
- end)
- end)
- Fly.MouseButton1Down:connect(function()
- repeat wait()
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
- local mouse = game.Players.LocalPlayer:GetMouse()
- repeat wait() until mouse
- local plr = game.Players.LocalPlayer
- local torso = plr.Character.Torso
- local flying = true
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 50
- local speed = 0
- function Fly()
- local bg = Instance.new("BodyGyro", torso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = torso.CFrame
- local bv = Instance.new("BodyVelocity", torso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- repeat wait()
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- else
- bv.velocity = Vector3.new(0,0.1,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- until not flying
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- end
- mouse.KeyDown:connect(function(key)
- if key:lower() == "e" then
- if flying then flying = false
- else
- flying = true
- Fly()
- end
- elseif key:lower() == "w" then
- ctrl.f = 1
- elseif key:lower() == "s" then
- ctrl.b = -1
- elseif key:lower() == "a" then
- ctrl.l = -1
- elseif key:lower() == "d" then
- ctrl.r = 1
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key:lower() == "w" then
- ctrl.f = 0
- elseif key:lower() == "s" then
- ctrl.b = 0
- elseif key:lower() == "a" then
- ctrl.l = 0
- elseif key:lower() == "d" then
- ctrl.r = 0
- end
- end)
- Fly()
- end)
- Walkspeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Variable.Text
- game.StarterGui:SetCore("SendNotification", {
- Title = "WalkSpeed Changed";
- Text = "Walk Faster!";
- })
- end)
- JumpPower.MouseButton1Down:connect(function()
- game.StarterGui:SetCore("SendNotification", {
- Title = "JumpPower Changed";
- Text = "Jump Higher!";
- })
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = Variable.Text
- end)
- AnimationButton.MouseButton1Down:connect(function()
- game.StarterGui:SetCore("SendNotification", {
- Title = "Ran FE Animations!";
- Text = "Animations loaded.";
- })
- local Gui = Instance.new("ScreenGui", game.CoreGui)
- Gui.Name = "FE Animations"
- local Background = Instance.new("Frame",Gui)
- Background.Name = "Background"
- Background.Active = true
- Background.BackgroundColor3 = Color3.fromRGB(220,190,200)
- Background.Transparency = 0.3
- Background.BorderSizePixel = 5
- Background.Draggable = true
- Background.Position = UDim2.new(0,300,0,300)
- Background.Size = UDim2.new(0,345,0,190)
- local Title = Instance.new("TextLabel",Background)
- Title.BackgroundTransparency = 1
- Title.Position = UDim2.new(0,0,0,-80)
- Title.Size = UDim2.new(0,290,1,0)
- Title.Font = "SourceSansLight"
- Title.FontSize = "Size18"
- Title.Text = "FE Animations [by illremember] IMPROVED"
- Title.TextColor3 = Color3.fromRGB(20,20,25)
- local BarrelRoll = Instance.new("TextButton", Background)
- BarrelRoll.Name = "BarrelRoll"
- BarrelRoll.BackgroundColor3 = Color3.fromRGB(20,20,20)
- BarrelRoll.BackgroundTransparency = 0.1
- BarrelRoll.BorderSizePixel = 0
- BarrelRoll.Position = UDim2.new(0,120,0,30)
- BarrelRoll.Size = UDim2.new(0,100,0,30)
- BarrelRoll.Font = "SourceSansItalic"
- BarrelRoll.FontSize = "Size18"
- BarrelRoll.Text = "BarrelRoll"
- BarrelRoll.TextColor3 = Color3.fromRGB(230,230,230)
- BarrelRoll.TextWrapped = true
- local Dab = BarrelRoll:Clone()
- Dab.Name = "Dab"
- Dab.Parent = Background
- Dab.Position = UDim2.new(0,120,0,70)
- Dab.Text = "Dab"
- local Crouch = BarrelRoll:Clone()
- Crouch.Name = "Crouch"
- Crouch.Parent = Background
- Crouch.Position = UDim2.new(0,10,0,110)
- Crouch.Text = "Crouch"
- local Scream = BarrelRoll:Clone()
- Scream.Name = "Scream"
- Scream.Parent = Background
- Scream.Position = UDim2.new(0,10,0,30)
- Scream.Text = "Scream"
- local HeadOff = BarrelRoll:Clone()
- HeadOff.Name = "HeadOff"
- HeadOff.Parent = Background
- HeadOff.Position = UDim2.new(0,10,0,70)
- HeadOff.Text = "HeadOff"
- local LayDown = BarrelRoll:Clone()
- LayDown.Name = "LayDown"
- LayDown.Parent = Background
- LayDown.Position = UDim2.new(0,120,0,110)
- LayDown.Text = "LayDown"
- local hmm2 = BarrelRoll:Clone()
- hmm2.Name = "hmm2"
- hmm2.Parent = Background
- hmm2.Position = UDim2.new(0,120,0,150)
- hmm2.Text = "hmm2"
- local HeadTHROW = BarrelRoll:Clone()
- HeadTHROW.Name = "HeadTHROW"
- HeadTHROW.Parent = Background
- HeadTHROW.Position = UDim2.new(0,10,0,150)
- HeadTHROW.Size = UDim2.new(0,100,0,30)
- HeadTHROW.Text = "HeadTHROW"
- local Scared = BarrelRoll:Clone()
- Scared.Name = "Scared"
- Scared.Parent = Background
- Scared.Position = UDim2.new(0,230,0,30)
- Scared.Size = UDim2.new(0,100,0,30)
- Scared.Text = "HEIL"
- local WARNING = BarrelRoll:Clone()
- WARNING.Name = "WARNING"
- WARNING.Parent = Background
- WARNING.Position = UDim2.new(0,230,0,70)
- WARNING.Size = UDim2.new(0,100,0,30)
- WARNING.Text = "WARNING"
- local LoopHead = BarrelRoll:Clone()
- LoopHead.Name = "LoopHead"
- LoopHead.Parent = Background
- LoopHead.Position = UDim2.new(0,230,0,110)
- LoopHead.Size = UDim2.new(0,100,0,30)
- LoopHead.Text = "LoopHead"
- local armturbine = BarrelRoll:Clone()
- armturbine.Name = "armturbine"
- armturbine.Parent = Background
- armturbine.Position = UDim2.new(0,230,0,150)
- armturbine.Size = UDim2.new(0,100,0,30)
- armturbine.Text = "armturbine"
- --
- local plr = game.Players.LocalPlayer
- local mouse = plr:GetMouse()
- lpc = game.Players.LocalPlayer.Character
- weld1 = Instance.new("Weld")
- BarrelRoll.MouseButton1Down:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "136801964"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end
- end
- end)
- armturbine.MouseButton1Down:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "259438880"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(100)
- end
- end
- end)
- LoopHead.MouseButton1Click:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "35154961"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- while wait(0.00703125) do
- k:Play()
- k:AdjustSpeed(640)
- end
- end
- end
- end)
- hmm2.MouseButton1Down:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "148840371"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end
- end
- end)
- LayDown.MouseButton1Down:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "282574440"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end
- end
- end)
- Dab.MouseButton1Down:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "248263260"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end
- end
- end)
- Scream.MouseButton1Down:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "180611870"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end
- end
- end)
- HeadTHROW.MouseButton1Down:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "35154961"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end
- end
- end)
- Scared.MouseButton1Down:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "31617132"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(2)
- end
- end
- end)
- HeadOff.MouseButton1Down:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "121572214"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end
- end
- end)
- Crouch.MouseButton1Down:connect(function()
- local gg = mouse.Target
- if gg ~= nil then
- for i,v in pairs(game.Players:GetPlayers()) do
- AnimationId = "182724289"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- end
- end
- end)
- end)
- TextButton.MouseButton1Down:connect(function()
- game.StarterGui:SetCore("SendNotification", {
- Title = "Goodbye ;(";
- Text = "By BFN#1711";
- })
- {0.615, 0},{0.249, 0}
- EclipsePicture:TweenPosition(UDim2.new(0.628, 0,2, 0), "Out", "Bounce", 3)
- EclipseHolder:Destroy()
- end)
- NoClip.MouseButton1Down:connect(function()
- local noclip = true
- game.StarterGui:SetCore("SendNotification", {
- Title = "Ran Noclip!";
- Text = "Noclip running.";
- })
- game:GetService('RunService').Stepped:connect(function()
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- NoClip.Text == "Disable Noclipping"
- if noclip == true and NoClip.MouseButton1Down:connect(function() then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(18)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Disabled Noclip!";
- Text = "No Noclipping!";
- })
- end
- end)
- -- // End \\ --
Add Comment
Please, Sign In to add comment