Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local knife = game.Players.LocalPlayer.Backpack:WaitForChild("Knife")
- local Players = game:GetService("Players")
- local Player = Players.LocalPlayer
- local noclip = true
- local UIS = game:GetService("UserInputService")
- local Mouse = game.Players.LocalPlayer:GetMouse()
- GetTarget = function()
- local Target = nil
- local TargetName = nil
- pcall(function()
- TargetName = game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.UI.Target.TargetText.Text
- end)
- if TargetName then
- if Players:findFirstChild(TargetName) then
- Target = Players:findFirstChild(TargetName)
- end
- end
- return Target
- end
- local args;
- args = {
- [1] = GetTarget(),
- [2] = "////111llllll||| ||\"\"",
- [4] = "stab"
- }
- Mouse.Button1Down:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(knife)
- pcall(function()
- Player.Character.HumanoidRootPart.CFrame = GetTarget().Character.HumanoidRootPart.CFrame*CFrame.new(0,0,1.5)
- end)
- wait(1)
- game:GetService("ReplicatedStorage").ImportantRemotes.egg:FireServer(unpack(args))
- end)
Advertisement
RAW Paste Data
Copied
Advertisement