Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- iPlayer = game.Players.LocalPlayer.Name
- local Gui = Instance.new('ScreenGui', game.Players[iPlayer].PlayerGui)
- Gui.Name = 'KYS HILTON Gui'
- local Grab_f = Instance.new('Frame', Gui)
- Grab_f.Name = 'Grab'
- Grab_f.Active = true
- Grab_f.BackgroundColor3 = Color3.new(0,0,0)
- Grab_f.BackgroundTransparency = 0.5
- Grab_f.BorderSizePixel = 0
- Grab_f.Position = UDim2.new(0.5,-150,0.5,-92)
- Grab_f.Size = UDim2.new(0,300,0,24)
- Grab_f.Draggable = true
- --
- local Close = Instance.new('TextButton', Grab_f)
- Close.Name = 'Close'
- Close.BackgroundTransparency = 1
- Close.Position = UDim2.new(1,-23,0,1)
- Close.Size = UDim2.new(0,22,0,22)
- Close.Font = 'SourceSans'
- Close.FontSize = 'Size18'
- Close.TextColor3 = Color3.new(255,255,255)
- Close.Text = 'X'
- --
- local Body_f = Instance.new('Frame', Grab_f)
- Body_f.Name = 'Body'
- Body_f.BackgroundColor3 = Color3.new(255,255,255)
- Body_f.BackgroundTransparency = 0.5
- Body_f.BorderSizePixel = 0
- Body_f.Position = UDim2.new(0,0,0,25)
- Body_f.Size = UDim2.new(0,300,0,170)
- Close.TextStrokeTransparency = 0.8
- --
- local Title = Instance.new('TextLabel', Grab_f)
- Title.Name = 'Title'
- Title.BackgroundTransparency = 1
- Title.Position = UDim2.new(0,5,0,0)
- Title.Size = UDim2.new(0,200,1,0)
- Title.Font = 'SourceSansLight'
- Title.FontSize = 'Size18'
- Title.Text = "KYS HILTON [vermill122]"
- Title.TextColor3 = Color3.new(255,255,255)
- Title.TextStrokeColor3 = Color3.new(60/255,60/255,60/255)
- Title.TextStrokeTransparency = 0.6
- --
- local PlayerName = Instance.new('TextBox', Body_f)
- PlayerName.Name = 'AudioVal'
- PlayerName.BorderSizePixel = 0
- PlayerName.Position = UDim2.new(0,10,0,10)
- PlayerName.Size = UDim2.new(0,280,0,30)
- PlayerName.Font = 'SourceSans'
- PlayerName.FontSize = 'Size18'
- PlayerName.Text = 'Song ID'
- PlayerName.BackgroundColor3 = Color3.new(255,255,255)
- PlayerName.TextColor3 = Color3.new(60/255,60/255,60/255)
- PlayerName.TextWrapped = true
- --
- local Credits = Instance.new('TextLabel', Body_f)
- Credits.BackgroundTransparency = 1
- Credits.Text = 'Credits to GJWI, Phemzy and Rasp.Pi'
- Credits.Position = UDim2.new(0,0,1,0)
- Credits.Size = UDim2.new(1,0,0,20)
- --
- local Command_God = Instance.new('TextButton', Body_f)
- Command_God.Name = 'Audio'
- Command_God.BackgroundColor3 = Color3.new(255,170/255,255)
- Command_God.BackgroundTransparency = 0.1
- Command_God.BorderSizePixel = 0
- Command_God.Position = UDim2.new(0,10,0,50)
- Command_God.Size = UDim2.new(0,135,0,30)
- Command_God.Font = 'SourceSansItalic'
- Command_God.FontSize = 'Size18'
- Command_God.Text = 'Play song'
- Command_God.TextColor3 = Color3.new(0,80,0)
- Command_God.TextWrapped = true
- --
- local Command_KillAll = Command_God:Clone()
- Command_KillAll.Name = 'CuffBypass'
- Command_KillAll.Parent = Body_f
- Command_KillAll.Position = UDim2.new(0,155,0,50)
- Command_KillAll.Text = 'Bypass Handcuffs'
- --
- local Command_KillPlr = Command_God:Clone()
- Command_KillPlr.Name = 'Spam'
- Command_KillPlr.Parent = Body_f
- Command_KillPlr.Position = UDim2.new(0,10,0,130)
- Command_KillPlr.Text = 'SPAM'
- --
- local Command_TpMe = Instance.new('TextBox', Body_f)
- Command_TpMe.Name = 'SpamVal'
- Command_TpMe.Parent = Body_f
- Command_TpMe.BackgroundColor3 = Color3.new(255,170/255,255)
- Command_TpMe.BackgroundTransparency = 0.1
- Command_TpMe.BorderSizePixel = 0
- Command_TpMe.Position = UDim2.new(0,10,0,90)
- Command_TpMe.Text = 'Text To Spam'
- Command_TpMe.Size = UDim2.new(0,280,0,30)
- Command_TpMe.Font = 'SourceSans'
- Command_TpMe.FontSize = 'Size18'
- Command_TpMe.Text = 'Text to spam'
- Command_TpMe.BackgroundColor3 = Color3.new(255,255,255)
- Command_TpMe.TextColor3 = Color3.new(60/255,60/255,60/255)
- Command_TpMe.TextWrapped = true
- local Command_TpTo = Command_God:Clone()
- Command_TpTo.Name = 'Fly'
- Command_TpTo.Parent = Body_f
- Command_TpTo.Position = UDim2.new(0,155,0,130)
- Command_TpTo.Text = 'Fly [e to toggle]'
- --[[
- break --------------------------------------------------------------------------------------------------
- ]]
- Command_God.MouseButton1Down:connect(function()
- game.ReplicatedStorage.musicEvents.addSong:FireServer(PlayerName.Text)
- end)
- --
- Command_KillAll.MouseButton1Down:connect(function()
- local Playr = "LocalPlayer"
- local Anchored = false
- if Anchored == true then
- local Anchored2 = false
- else
- local Anchored2 = true
- end
- game.Players[Playr].Character["Head"].Anchored = Anchored
- game.Players[Playr].Character["Torso"].Anchored = Anchored
- game.Players[Playr].Character["Right Arm"].Anchored = Anchored
- game.Players[Playr].Character["Left Arm"].Anchored = Anchored
- game.Players[Playr].Character["Right Leg"].Anchored = Anchored
- game.Players[Playr].Character["Left Leg"].Anchored = Anchored
- wait(2)
- game.Players[Playr].Character["Head"].Anchored = Anchored2
- game.Players[Playr].Character["Torso"].Anchored = Anchored2
- game.Players[Playr].Character["Right Arm"].Anchored = Anchored2
- game.Players[Playr].Character["Left Arm"].Anchored = Anchored2
- game.Players[Playr].Character["Right Leg"].Anchored = Anchored2
- game.Players[Playr].Character["Left Leg"].Anchored = Anchored2
- end)
- --
- Command_KillPlr.MouseButton1Down:connect(function()
- while wait() do
- wait(0.5)
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Command_TpMe.Text, "All")
- end
- end)
- --
- Close.MouseButton1Down:connect(function()
- if Body_f.Visible == true then
- Body_f.Visible = false
- Close.Text = '+'
- elseif Body_f.Visible == false then
- Body_f.Visible = true
- Close.Text = 'X'
- end
- end)
- --
- Command_TpTo.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)
- --
- while wait() do
- Credits.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g+(17/255),Credits.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r-(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g-(17/255),Credits.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r+(17/255),Credits.TextColor3.g,Credits.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- Credits.TextColor3 = Color3.new(Credits.TextColor3.r,Credits.TextColor3.g,Credits.TextColor3.b-(17/255))
- end
- end
Add Comment
Please, Sign In to add comment