Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local strollername = "Stroller"
- -----------------------------------------------------
- -----------------------------------------------------
- -----------------------------------------------------
- local plrs = game:GetService("Players")
- local lp = plrs.LocalPlayer
- function GetPlayer(String)
- local Found = {}
- local strl = String:lower()
- if strl == "all" then
- for i,v in pairs(game.Players:GetPlayers()) do
- table.insert(Found,v.Name)
- end
- elseif strl == "others" then
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- table.insert(Found,v.Name)
- end
- end
- elseif strl == "me" then
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name == game.Players.LocalPlayer.Name then
- table.insert(Found,v.Name)
- end
- end
- else
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name:lower():sub(1, #String) == String:lower() then
- table.insert(Found,v.Name)
- end
- end
- end
- return Found
- end
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextBox = Instance.new("TextBox")
- local TextButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.Draggable = true
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BackgroundTransparency = 0.3
- Frame.BorderSizePixel = 2
- Frame.Position = UDim2.new(0.668441474, 0, 0.470663309, 0)
- Frame.Size = UDim2.new(0, 214, 0, 179)
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.BackgroundTransparency = 0.60000002384186
- TextBox.Position = UDim2.new(0.121255755, 0, 0.20518297, 0)
- TextBox.Size = UDim2.new(0, 162, 0, 33)
- TextBox.Font = Enum.Font.Code
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(0, 0, 0)
- TextBox.TextSize = 14
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.BackgroundTransparency = 0.60000002384186
- TextButton.Position = UDim2.new(0.121256039, 0, 0.45394522, 0)
- TextButton.Size = UDim2.new(0, 162, 0, 30)
- TextButton.Font = Enum.Font.Code
- TextButton.Text = "Kill"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 20
- TextButton.MouseButton1Click:connect(function()
- local target = GetPlayer(TextBox.Text)
- local savepos = lp.Character.HumanoidRootPart.CFrame
- for i,v in pairs(target) do
- lp.Character.Humanoid:UnequipTools()
- lp.Character.Humanoid:EquipTool(lp.Backpack[strollername])
- pod = 1.86
- while pod < 2 do
- plrs[v].Character.HumanoidRootPart.CFrame = lp.Character.HumanoidRootPart.CFrame + lp.Character.HumanoidRootPart.CFrame.lookVector * 4
- wait()
- pod = pod + 0.02
- end
- lp.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999, -350, 99999))
- wait(0.3)
- lp.Character.Humanoid:UnequipTools()
- wait(0.3)
- lp.Character.HumanoidRootPart.CFrame = savepos
- end
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 0.60000002384186
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0, 0, 0.899441183, 0)
- TextLabel.Size = UDim2.new(0, 214, 0, 18)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "ScriptX#1566"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(0.74902, 0.572549, 0.745098)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0, 0, -1.70489258e-07, 0)
- TextLabel_2.Size = UDim2.new(0, 214, 0, 24)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Ahmed's Stroller GUI"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextSize = 14
- TextLabel_3.Parent = Frame
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0.112327501, 0, 0.129720688, 0)
- TextLabel_3.Size = UDim2.new(0, 162, 0, 1)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = ""
- TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_3.TextSize = 14
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.BackgroundTransparency = 0.60000002384186
- TextButton_2.Position = UDim2.new(0.116583139, 0, 0.682995498, 0)
- TextButton_2.Size = UDim2.new(0, 162, 0, 30)
- TextButton_2.Font = Enum.Font.Code
- TextButton_2.Text = "Bring"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 20
- TextButton_2.MouseButton1Click:connect(function()
- local target = GetPlayer(TextBox.Text)
- local savepos = lp.Character.HumanoidRootPart.CFrame
- for i,v in pairs(target) do
- lp.Character.Humanoid:UnequipTools()
- lp.Character.Humanoid:EquipTool(lp.Backpack[strollername])
- pod = 1.86
- while pod < 2 do
- plrs[v].Character.HumanoidRootPart.CFrame = lp.Character.HumanoidRootPart.CFrame + lp.Character.HumanoidRootPart.CFrame.lookVector * 4
- wait(0.01)
- pod = pod + 0.02
- end
- wait(0.3)
- lp.Character.HumanoidRootPart.CFrame = savepos
- wait(0.3)
- lp.Character.Humanoid:UnequipTools()
- end
- end)
Add Comment
Please, Sign In to add comment