Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local Assassin = Instance.new("ScreenGui")
- local Header = Instance.new("Frame")
- local Body = Instance.new("Frame")
- local Execute = Instance.new("TextButton")
- local CreditsS = Instance.new("TextLabel")
- local CreditsG = Instance.new("TextLabel")
- local Head = Instance.new("TextLabel")
- -- Properties
- Assassin.Name = "v_Burn"
- Assassin.Parent = game.Players.LocalPlayer.PlayerGui
- Assassin.ResetOnSpawn = false
- Header.Name = "Header"
- Header.Parent = Assassin
- Header.Active = true
- Header.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- Header.BackgroundTransparency = 0.20000000298023
- Header.BorderColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- Header.BorderSizePixel = 0
- Header.Draggable = true
- Header.Position = UDim2.new(0.400000006, 0, 0.300000012, 0)
- Header.Selectable = true
- Header.Size = UDim2.new(0, 200, 0, 25)
- Body.Name = "Body"
- Body.Parent = Header
- Body.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- Body.BackgroundTransparency = 0.5
- Body.BorderColor3 = Color3.new(0, 0, 0)
- Body.BorderSizePixel = 0
- Body.Position = UDim2.new(0, 0, 0, 25)
- Body.Size = UDim2.new(0, 200, 0, 100)
- Execute.Name = "Execute"
- Execute.Parent = Body
- Execute.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- Execute.BackgroundTransparency = 0.5
- Execute.BorderSizePixel = 0
- Execute.Position = UDim2.new(0, 0, 0, 75)
- Execute.Size = UDim2.new(0, 200, 0, 25)
- Execute.Font = Enum.Font.SourceSansBold
- Execute.FontSize = Enum.FontSize.Size14
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.new(0, 0, 0)
- Execute.TextSize = 14
- Execute.MouseButton1Down:connect(function()
- for i = 1, math.huge, 2 do
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-651.750, 15.299, -878.219))
- yourtarget = game.Players.LocalPlayer.PlayerGui.ScreenGui.UI.Target.Img.PlayerText
- plr = game.Players:FindFirstChild(yourtarget.Text)
- plr.Character.Head.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0,-1,2)
- end
- end)
- CreditsS.Name = "CreditsS"
- CreditsS.Parent = Body
- CreditsS.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- CreditsS.BackgroundTransparency = 1
- CreditsS.BorderColor3 = Color3.new(0, 0, 0)
- CreditsS.BorderSizePixel = 0
- CreditsS.Position = UDim2.new(0, 0, 0, 20)
- CreditsS.Size = UDim2.new(0, 200, 0, 75)
- CreditsS.Font = Enum.Font.SourceSansBold
- CreditsS.FontSize = Enum.FontSize.Size11
- CreditsS.Text = "Script By GamingTurtleYT and Garrows69"
- CreditsS.TextColor3 = Color3.new(0, 0, 0)
- CreditsS.TextSize = 11
- CreditsS.TextWrapped = true
- CreditsS.TextYAlignment = Enum.TextYAlignment.Top
- CreditsG.Name = "CreditsG"
- CreditsG.Parent = Body
- CreditsG.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- CreditsG.BackgroundTransparency = 1
- CreditsG.BorderColor3 = Color3.new(0, 0, 0)
- CreditsG.BorderSizePixel = 0
- CreditsG.Position = UDim2.new(0, 0, 0, 35)
- CreditsG.Size = UDim2.new(0, 200, 0, 60)
- CreditsG.Font = Enum.Font.SourceSansBold
- CreditsG.FontSize = Enum.FontSize.Size11
- CreditsG.Text = "GUI By tntmyles"
- CreditsG.TextColor3 = Color3.new(0, 0, 0)
- CreditsG.TextSize = 11
- CreditsG.TextWrapped = true
- CreditsG.TextYAlignment = Enum.TextYAlignment.Top
- Head.Name = "Head"
- Head.Parent = Header
- Head.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- Head.BackgroundTransparency = 0.5
- Head.BorderColor3 = Color3.new(0, 0, 0)
- Head.BorderSizePixel = 0
- Head.Size = UDim2.new(0, 200, 0, 25)
- Head.Font = Enum.Font.SourceSansBold
- Head.FontSize = Enum.FontSize.Size14
- Head.Text = "Assassin Head TP"
- Head.TextColor3 = Color3.new(0, 0, 0)
- Head.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement