Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local SpeedScreen = Instance.new("ScreenGui")
- local SpeedButton = Instance.new("TextButton")
- -- scripted by Exitedsnow311#4007 on discord
- -- Speed section
- local Player = workspace.Parent.Players.LocalPlayer
- local StarterGui = Player.PlayerGui
- SpeedScreen.Parent = StarterGui
- SpeedButton.Parent = StarterGui.ScreenGui
- SpeedButton.Text = "Speed 9999"
- SpeedButton.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
- SpeedButton.BorderColor3 = Color3.new(1, 1, 1)
- SpeedButton.BorderSizePixel = 5
- SpeedButton.TextColor3 = Color3.new(0, 1, 0.784314)
- SpeedButton.TextScaled = true
- SpeedButton.Font = 'SourceSansBold'
- SpeedButton.Position = UDim2.new(0.779, 0,0.247, 0)
- SpeedButton.Size = UDim2.new(0, 200,0, 50)
- SpeedButton.MouseButton1Click:Connect(function()
- Player.Character.Humanoid.WalkSpeed = 9999
- end)
- -- Jump Sectiom
- local SpeedScreen = Instance.new("ScreenGui")
- local SpeedButton = Instance.new("TextButton")
- local Player = workspace.Parent.Players.LocalPlayer
- local StarterGui = Player.PlayerGui
- SpeedScreen.Parent = StarterGui
- SpeedButton.Parent = StarterGui.ScreenGui
- SpeedButton.Text = "Jump 9999"
- SpeedButton.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
- SpeedButton.BorderColor3 = Color3.new(1, 1, 1)
- SpeedButton.BorderSizePixel = 5
- SpeedButton.TextColor3 = Color3.new(0, 1, 0.784314)
- SpeedButton.TextScaled = true
- SpeedButton.Font = 'SourceSansBold'
- SpeedButton.Position = UDim2.new(0.014, 0,0.026, 0)
- SpeedButton.Size = UDim2.new(0, 200,0, 50)
- SpeedButton.MouseButton1Click:Connect(function()
- Player.Character.Humanoid.JumpPower = 9999
- end)
- -- Invisible section
- local SpeedScreen = Instance.new("ScreenGui")
- local SpeedButton = Instance.new("TextButton")
- local Player = workspace.Parent.Players.LocalPlayer
- local StarterGui = Player.PlayerGui
- SpeedScreen.Parent = StarterGui
- SpeedButton.Parent = StarterGui.ScreenGui
- SpeedButton.Text = "Invisible"
- SpeedButton.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
- SpeedButton.BorderColor3 = Color3.new(1, 1, 1)
- SpeedButton.BorderSizePixel = 5
- SpeedButton.TextColor3 = Color3.new(0, 1, 0.784314)
- SpeedButton.TextScaled = true
- SpeedButton.Font = 'SourceSansBold'
- SpeedButton.Position = UDim2.new(0.81, 0,0.564, 0)
- SpeedButton.Size = UDim2.new(0, 200,0, 50)
- SpeedButton.MouseButton1Click:Connect(function()
- Player.Character.Head.Transparency = 1
- Player.Character.LeftFoot.Transparency = 1
- Player.Character.LeftHand.Transparency = 1
- Player.Character.LeftLowerArm.Transparency = 1
- Player.Character.LeftLowerLeg.Transparency = 1
- Player.Character.LeftUpperArm.Transparency = 1
- Player.Character.LeftUpperLeg.Transparency = 1
- Player.Character.LowerTorso.Transparency = 1
- Player.Character.RightFoot.Transparency = 1
- Player.Character.RightHand.Transparency = 1
- Player.Character.RightLowerArm.Transparency = 1
- Player.Character.RightLowerLeg.Transparency = 1
- Player.Character.RightUpperArm.Transparency = 1
- Player.Character.RightUpperLeg.Transparency = 1
- Player.Character.UpperTorso.Transparency = 1
- Player.Character.HumanoidRootPart.Transparency = 1
- Player.Character.Head.face.Parent = workspace.Parent.ServerStorage
- end)
- -- Visible section
- local SpeedScreen = Instance.new("ScreenGui")
- local SpeedButton = Instance.new("TextButton")
- local Player = workspace.Parent.Players.LocalPlayer
- local StarterGui = Player.PlayerGui
- SpeedScreen.Parent = StarterGui
- SpeedButton.Parent = StarterGui.ScreenGui
- SpeedButton.Text = "Visible"
- SpeedButton.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
- SpeedButton.BorderColor3 = Color3.new(1, 1, 1)
- SpeedButton.BorderSizePixel = 5
- SpeedButton.TextColor3 = Color3.new(0, 1, 0.784314)
- SpeedButton.TextScaled = true
- SpeedButton.Font = 'SourceSansBold'
- SpeedButton.Position = UDim2.new(0.014, 0,0.547, 0)
- SpeedButton.Size = UDim2.new(0, 200,0, 50)
- SpeedButton.MouseButton1Click:Connect(function()
- Player.Character.Head.Transparency = 0
- Player.Character.LeftFoot.Transparency = 0
- Player.Character.LeftHand.Transparency = 0
- Player.Character.LeftLowerArm.Transparency = 0
- Player.Character.LeftLowerLeg.Transparency = 0
- Player.Character.LeftUpperArm.Transparency = 0
- Player.Character.LeftUpperLeg.Transparency = 0
- Player.Character.LowerTorso.Transparency = 0
- Player.Character.RightFoot.Transparency = 0
- Player.Character.RightHand.Transparency = 0
- Player.Character.RightLowerArm.Transparency = 0
- Player.Character.RightLowerLeg.Transparency = 0
- Player.Character.RightUpperArm.Transparency = 0
- Player.Character.RightUpperLeg.Transparency = 0
- Player.Character.UpperTorso.Transparency = 0
- Player.Character.HumanoidRootPart.Transparency = 1
- workspace.Parent.ServerStorage.face.Parent = Player.Character.Head
- end)
- -- Name protect
- Player.Name = "N4M3PR0T3CT10N_1001010101"
- Player.DisplayName = "N4M3PR0T3CT10N_100101010D"
- -- Respawn Button
- local Eskos = Instance.new("ScreenGui")
- local SpeedNope = Instance.new("TextButton")
- local Player = workspace.Parent.Players.LocalPlayer
- local StarterGui = Player.PlayerGui
- Eskos.Parent = StarterGui
- SpeedNope.Parent = StarterGui.ScreenGui
- SpeedNope.Text = "Respawn"
- SpeedNope.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
- SpeedNope.BorderColor3 = Color3.new(1, 1, 1)
- SpeedNope.BorderSizePixel = 5
- SpeedNope.TextColor3 = Color3.new(0, 1, 0.784314)
- SpeedNope.TextScaled = true
- SpeedNope.Font = 'SourceSansBold'
- SpeedNope.Position = UDim2.new(0.048, 0,0.885, 0)
- SpeedNope.Size = UDim2.new(0, 200,0, 50)
- SpeedNope.MouseButton1Click:Connect(function()
- Player.Character.Humanoid.Health = 0
- end)
- -- E to noclip and clip
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- print('Loaded')
- print('Press "E" to noclip')
- -- Fly for f
- local UserInputService = game:GetService("UserInputService")
- local Player = game.Players.LocalPlayer
- local Character = Player.Character or Player.CharacterAdded:Wait()
- local HumanoidRootPart = Character:WaitForChild("HumanoidRootPart")
- local e1
- local e2
- local Fly = false
- local Speed = 0
- local keys = {a = false,d=false,w=false,s=false}
- local function start()
- if not Fly then
- Fly = true
- else
- Fly = false
- end
- local pos = Instance.new("BodyPosition")
- local gyro = Instance.new("BodyGyro")
- pos.Name = "EPIXPOS"
- pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
- pos.position = HumanoidRootPart.Position
- gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- gyro.cframe = HumanoidRootPart.CFrame
- pos.Parent = HumanoidRootPart
- gyro.Parent = HumanoidRootPart
- repeat
- wait()
- 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
- Character.Humanoid.PlatformStand=false
- Speed = 0
- end
- UserInputService.InputBegan:Connect(function(Input, GameProcess)
- if GameProcess then return end
- if not HumanoidRootPart or not HumanoidRootPart.Parent then flying = false e1:disconnect() e2:disconnect() return end
- if Input.KeyCode == Enum.KeyCode.W then
- keys.w = true
- elseif Input.KeyCode == Enum.KeyCode.S then
- keys.s = true
- elseif Input.KeyCode == Enum.KeyCode.A then
- keys.a = true
- elseif Input.KeyCode == Enum.KeyCode.D then
- keys.d = true
- end
- end)
- UserInputService.InputEnded:Connect(function(Input, GameProcess)
- if GameProcess then return end
- if not HumanoidRootPart or not HumanoidRootPart.Parent then flying = false e1:disconnect() e2:disconnect() return end
- if Input.KeyCode == Enum.KeyCode.W then
- keys.w = false
- elseif Input.KeyCode == Enum.KeyCode.S then
- keys.s = false
- elseif Input.KeyCode == Enum.KeyCode.A then
- keys.a = false
- elseif Input.KeyCode == Enum.KeyCode.D then
- keys.d = false
- end
- end)
- UserInputService.InputBegan:Connect(function(Input, GameProcess)
- if GameProcess then return end
- if Input.KeyCode == Enum.KeyCode.F then -- Change "F" to the letter for activating the fly
- start()
- end
- end)
- -- Unspeed
- local Eskos = Instance.new("ScreenGui")
- local SpeedNope = Instance.new("TextButton")
- local Player = workspace.Parent.Players.LocalPlayer
- local StarterGui = Player.PlayerGui
- Eskos.Parent = StarterGui
- SpeedNope.Parent = StarterGui.ScreenGui
- SpeedNope.Text = "Normal Speed"
- SpeedNope.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
- SpeedNope.BorderColor3 = Color3.new(1, 1, 1)
- SpeedNope.BorderSizePixel = 5
- SpeedNope.TextColor3 = Color3.new(0, 1, 0.784314)
- SpeedNope.TextScaled = true
- SpeedNope.Font = 'SourceSansBold'
- SpeedNope.Position = UDim2.new(0.690, 0,0.885, 0)
- SpeedNope.Size = UDim2.new(0, 200,0, 50)
- SpeedNope.MouseButton1Click:Connect(function()
- Player.Character.Humanoid.WalkSpeed = 16
- end)
- -- Normal Jump
- local Eskos = Instance.new("ScreenGui")
- local SpeedNope = Instance.new("TextButton")
- local Player = workspace.Parent.Players.LocalPlayer
- local StarterGui = Player.PlayerGui
- Eskos.Parent = StarterGui
- SpeedNope.Parent = StarterGui.ScreenGui
- SpeedNope.Text = "Normal Jump"
- SpeedNope.BackgroundColor3 = Color3.new(1, 0.690196, 0.254902)
- SpeedNope.BorderColor3 = Color3.new(1, 1, 1)
- SpeedNope.BorderSizePixel = 5
- SpeedNope.TextColor3 = Color3.new(0, 1, 0.784314)
- SpeedNope.TextScaled = true
- SpeedNope.Font = 'SourceSansBold'
- SpeedNope.Position = UDim2.new(0.410, 0,0.885, 0)
- SpeedNope.Size = UDim2.new(0, 200,0, 50)
- SpeedNope.MouseButton1Click:Connect(function()
- Player.Character.Humanoid.JumpPower = 50
- end)
- -- Music
- local Music = workspace.Parent.SoundService
- local SoundMusic = Instance.new("Sound")
- SoundMusic.Parent = Music
- SoundMusic.IsPlaying = true
- SoundMusic.Looped = true
- SoundMusic.SoundId = 7084712646
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement