Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local d = false
- local gui = Instance.new("ScreenGui")
- gui.Parent = game.Players[script.Parent.Name].PlayerGui
- local f = Instance.new("Frame")
- f.Parent = gui
- f.Position = UDim2.new(0,0,0,500)
- f.BackgroundColor3 = Color3.fromRGB(118,207,112)
- f.BorderColor3 = Color3.fromRGB(108,197,102)
- f.BorderSizePixel = 3
- f.Size = UDim2.new(0,200,0,70)
- local box = Instance.new("TextBox")
- box.Parent = f
- box.Size = UDim2.new(0,200,0,30)
- box.BackgroundColor3 = Color3.new(0,0,0)
- box.BackgroundTransparency = .5
- box.Font = Enum.Font.Arcade
- box.Text = "Player name"
- box.TextColor3 = Color3.new(255,255,255)
- box.TextScaled = true
- local button = Instance.new("TextButton")
- button.Parent = f
- button.Position = UDim2.new(0,75,0,40)
- button.Size = UDim2.new(0,50,0,20)
- button.BackgroundColor3 = Color3.new(0,0,0)
- button.BackgroundTransparency = .5
- button.Text = "KILL!"
- button.TextColor3 = Color3.new(255,255,255)
- function kill()
- local char = game.Workspace:FindFirstChild(box.Text)
- local car = Instance.new("Part")
- car.Parent = game.Workspace
- car.Locked = true
- car.Name = script.Parent.Name.."'s bitch ass fuck car"
- car.CFrame = char.Torso.CFrame + Vector3.new(0,0,23)
- car.Size = Vector3.new(8,6,18)
- local car_mesh = Instance.new("SpecialMesh")
- car_mesh.Parent = car
- car_mesh.MeshId = "rbxassetid://453074009"
- car_mesh.TextureId = "rbxassetid://453073781"
- car_mesh.Scale = Vector3.new(.007,.007,.007)
- wait(1)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- char:findFirstChildOfClass("Humanoid").Health = 0
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.CFrame = car.CFrame - Vector3.new(0,0,1)
- wait(.01)
- car.Parent = nil
- end
- button.MouseButton1Down:connect(kill)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement