Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- owner = owner
- owner.Chatted:connect(function(message)
- local messageLow = string.lower(message)
- if messageLow:sub(1, 3) == "!v " then
- local TargetPlayer = FindPlayer(message:sub(4))
- run(TargetPlayer)
- end
- end)
- function FindPlayer(FindUser)
- local findUser = string.lower(FindUser)
- local inputsize = string.len(findUser)
- for i, v in pairs(game.Players:GetChildren()) do
- local NameLow = string.lower(v.Name)
- if NameLow:sub(1, inputsize) == findUser:sub(1, inputsize) then
- return v.Name
- end
- end
- end
- function run(plr)
- --Tool
- local Doll = Instance.new("Tool", owner.Backpack)
- Doll.Name = plr
- Doll.Changed:Connect(function(n)
- if Doll.Parent == game.Workspace then
- wait(0.1)
- Doll:Destroy()
- end
- end)
- Doll.Grip = CFrame.fromOrientation(1,1,1) + Vector3.new(0, 0, 0)
- local DollMeshPart = Instance.new("Part", Doll)
- DollMeshPart.Name = "Handle"
- DollMeshPart.Size = Vector3.new(1,1,1)
- local DollMesh = Instance.new("SpecialMesh", DollMeshPart)
- DollMesh.MeshId = "http://www.roblox.com/asset/?id=" .. "53057389"
- DollMesh.TextureId = "http://www.roblox.com/asset/?id=" .. "3335079735"
- --Gui
- local GuiScreen = Instance.new("ScreenGui", owner.PlayerGui)
- GuiScreen.Name = plr
- GuiScreen.Enabled = false
- Doll.Equipped:Connect(function(n)
- GuiScreen.Enabled = true
- end)
- Doll.Unequipped:Connect(function(n)
- GuiScreen.Enabled = false
- end)
- local GuiFrame = Instance.new("Frame", GuiScreen)
- GuiFrame.Size = UDim2.new(1, 0, 1, 0)
- GuiFrame.BackgroundTransparency = 0.55000001192093
- local Text = Instance.new("TextLabel", GuiFrame)
- Text.Text = plr
- Text.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Text.BackgroundTransparency = 0.55000001192093
- Text.BorderSizePixel = 0
- Text.Size = UDim2.new(1, 0, 0.1, 0)
- Text.Font = Enum.Font.SciFi
- Text.TextColor3 = Color3.new(0, 0, 0)
- Text.TextSize = 50
- --Gui Buttons
- local Button1 = Instance.new("TextButton", GuiFrame)
- Button1.Text = "Choke"
- Button1.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Button1.BackgroundTransparency = 0.55000001192093
- Button1.BorderSizePixel = 0
- Button1.Position = UDim2.new(0.15, 0, 0.21, 0)
- Button1.Size = UDim2.new(0.7, 0, 0.1, 0)
- Button1.Font = Enum.Font.SciFi
- Button1.TextColor3 = Color3.new(0, 0, 0)
- Button1.TextSize = 50
- Button1.MouseButton1Click:Connect(function()
- for i=1,15 do
- game.Players:FindFirstChild(plr).Character.Humanoid.Health = game.Players:FindFirstChild(plr).Character.Humanoid.Health - 10
- wait(1)
- end
- end)
- local Button2 = Instance.new("TextButton", GuiFrame)
- Button2.Text = "Remove Head"
- Button2.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Button2.BackgroundTransparency = 0.55000001192093
- Button2.BorderSizePixel = 0
- Button2.Position = UDim2.new(0.15, 0, 0.31, 0)
- Button2.Size = UDim2.new(0.7, 0, 0.1, 0)
- Button2.Font = Enum.Font.SciFi
- Button2.TextColor3 = Color3.new(0, 0, 0)
- Button2.TextSize = 50
- Button2.MouseButton1Click:Connect(function()
- game.Players:FindFirstChild(plr).Character.Head:Destroy()
- end)
- local Button3 = Instance.new("TextButton", GuiFrame)
- Button3.Text = "Sit"
- Button3.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Button3.BackgroundTransparency = 0.55000001192093
- Button3.BorderSizePixel = 0
- Button3.Position = UDim2.new(0.15, 0, 0.41, 0)
- Button3.Size = UDim2.new(0.7, 0, 0.1, 0)
- Button3.Font = Enum.Font.SciFi
- Button3.TextColor3 = Color3.new(0, 0, 0)
- Button3.TextSize = 50
- Button3.MouseButton1Click:Connect(function()
- game.Players:FindFirstChild(plr).Character.Humanoid.Sit = true
- end)
- local Button4 = Instance.new("TextButton", GuiFrame)
- Button4.Text = "Jump"
- Button4.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Button4.BackgroundTransparency = 0.55000001192093
- Button4.BorderSizePixel = 0
- Button4.Position = UDim2.new(0.15, 0, 0.51, 0)
- Button4.Size = UDim2.new(0.7, 0, 0.1, 0)
- Button4.Font = Enum.Font.SciFi
- Button4.TextColor3 = Color3.new(0, 0, 0)
- Button4.TextSize = 50
- Button4.MouseButton1Click:Connect(function()
- game.Players:FindFirstChild(plr).Character.Humanoid.Jump = true
- end)
- local Button5 = Instance.new("TextButton", GuiFrame)
- Button5.Text = "Bring"
- Button5.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Button5.BackgroundTransparency = 0.55000001192093
- Button5.BorderSizePixel = 0
- Button5.Position = UDim2.new(0.15, 0, 0.61, 0)
- Button5.Size = UDim2.new(0.7, 0, 0.1, 0)
- Button5.Font = Enum.Font.SciFi
- Button5.TextColor3 = Color3.new(0, 0, 0)
- Button5.TextSize = 50
- Button5.MouseButton1Click:Connect(function()
- game.Players:FindFirstChild(plr).Character.Humanoid.WalkToPoint = owner.Character.HumanoidRootPart.Position
- end)
- local Button6 = Instance.new("TextButton", GuiFrame)
- Button6.Text = "Respawn"
- Button6.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Button6.BackgroundTransparency = 0.55000001192093
- Button6.BorderSizePixel = 0
- Button6.Position = UDim2.new(0.15, 0, 0.71, 0)
- Button6.Size = UDim2.new(0.7, 0, 0.1, 0)
- Button6.Font = Enum.Font.SciFi
- Button6.TextColor3 = Color3.new(0, 0, 0)
- Button6.TextSize = 50
- Button6.MouseButton1Click:Connect(function()
- local sp = game.Players:FindFirstChild(plr).Character.HumanoidRootPart.CFrame
- game.Players:FindFirstChild(plr):LoadCharacter()
- wait(0.1)
- game.Players:FindFirstChild(plr).Character.HumanoidRootPart.CFrame = sp
- end)
- local Button7 = Instance.new("TextButton", GuiFrame)
- Button7.Text = "Get items"
- Button7.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Button7.BackgroundTransparency = 0.55000001192093
- Button7.BorderSizePixel = 0
- Button7.Position = UDim2.new(0.15, 0, 0.81, 0)
- Button7.Size = UDim2.new(0.35, 0, 0.1, 0)
- Button7.Font = Enum.Font.SciFi
- Button7.TextColor3 = Color3.new(0, 0, 0)
- Button7.TextSize = 50
- Button7.MouseButton1Click:Connect(function()
- for i,v in pairs(game.Players:FindFirstChild(plr).Backpack:GetChildren()) do
- v.Parent = owner.Backpack
- end
- for i,v in pairs(game.Players:FindFirstChild(plr).Character:GetChildren()) do
- if v.ClassName == "Tool" then
- v.Parent = owner.Backpack
- end
- end
- end)
- local Button8 = Instance.new("TextButton", GuiFrame)
- Button8.Text = "Remove items"
- Button8.BackgroundColor3 = Color3.new(0.384314, 0.384314, 0.384314)
- Button8.BackgroundTransparency = 0.55000001192093
- Button8.BorderSizePixel = 0
- Button8.Position = UDim2.new(0.5, 0, 0.81, 0)
- Button8.Size = UDim2.new(0.35, 0, 0.1, 0)
- Button8.Font = Enum.Font.SciFi
- Button8.TextColor3 = Color3.new(0, 0, 0)
- Button8.TextSize = 50
- Button8.MouseButton1Click:Connect(function()
- for i,v in pairs(game.Players:FindFirstChild(plr).Backpack:GetChildren()) do
- v:Destroy()
- end
- for i,v in pairs(game.Players:FindFirstChild(plr).Character:GetChildren()) do
- if v.ClassName == "Tool" then
- v:Destroy()
- end
- end
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment