Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Simple Knife script Created by PaintfulfreeMLG
- print("Simple Knife script Created by PaintfulfreeMLG")
- print("Don't even try to remove credits, Ok?")
- wait(1 / 60)
- Effects = { }
- local Player = game.Players.localPlayer
- local Character = Player.Character
- local Humanoid = Character.Humanoid
- local Mouse = Player:GetMouse()
- local LeftArm = Character["Left Arm"]
- local RightArm = Character["Right Arm"]
- local LeftLeg = Character["Left Leg"]
- local RightLeg = Character["Right Leg"]
- local Head = Character.Head
- local Torso = Character.Torso
- local Camera = game.Workspace.CurrentCamera
- local RootPart = Character.HumanoidRootPart
- local RootJoint = RootPart.RootJoint
- local attack = false
- local Anim = 'Walk'
- local attacktype = 1
- local delays = false
- local play = true
- local targetted = nil
- local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
- local velocity = RootPart.Velocity.y
- local sine = 0
- local change = 1
- local doe = 0
- local Create = LoadLibrary("RbxUtility").Create
- local m = Create("Model"){
- Parent = Character,
- Name = "WeaponModel",
- }
- local p = game.Players.LocalPlayer
- local char = p.Character
- local Hat = char:FindFirstChild("Hat_F") or Instance.new("Hat")
- handle = Instance.new("Part", char)
- handle.FormFactor = "Custom"
- local Weldb = Instance.new("Weld", char)
- Weldb.Part0 = char["Right Arm"]
- Weldb.Part1 = handle
- Weldb.C1 = CFrame.new(0, -0.7, -0.9) * CFrame.fromEulerAnglesXYZ(90, 0, 0)
- local KnifeMesh = Instance.new("SpecialMesh", handle)
- KnifeMesh.MeshType = "FileMesh"
- KnifeMesh.MeshId = "rbxasset://fonts/sword.mesh"
- KnifeMesh.TextureId = "rbxasset://textures/SwordTexture.png"
- Character["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
- Character["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
- Character["Left Leg"].BrickColor = BrickColor.new("Dark stone grey")
- Character["Right Leg"].BrickColor = BrickColor.new("Dark stone grey")
- Character.Torso.BrickColor = BrickColor.new("Medium blue")
- Character.Head.BrickColor = BrickColor.new("Cool yellow")
- for _, Item in next, Character:GetChildren() do
- if Item:IsA("Accessory") then
- Item:Destroy()
- end
- end
- for _, Item in next, Character:GetChildren() do
- if Item:IsA("Shirt") then
- Item:Destroy()
- end
- end
- for _, Item in next, Character:GetChildren() do
- if Item:IsA("Pants") then
- Item:Destroy()
- end
- end
- local Face = Head:WaitForChild("face")
- Face.Texture = "http://www.roblox.com/asset/?id=143314627"
- EFS2 = Instance.new("Sound")
- EFS2.Parent = Torso
- EFS2.SoundId = "rbxassetid://860317713"
- EFS2.Volume = 10
- EFS2.Looped = true
- EFS2:Play()
- CV="Black"
- p = game.Players.LocalPlayer
- char = p.Character
- local txt = Instance.new("BillboardGui", char)
- txt.Adornee = char .Head
- txt.Name = "_status"
- txt.Size = UDim2.new(2, 0, 1.2, 0)
- txt.StudsOffset = Vector3.new(0, 1.5, 0)
- local text = Instance.new("TextLabel", txt)
- text.Size = UDim2.new(0,100,0,40)
- text.FontSize = "Size24"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 1
- text.Font = "Cartoon"
- text.TextStrokeColor3 = Color3.new(0,0,0)
- v=Instance.new("Part")
- v.Name = "ColorBrick"
- v.Parent=p.Character
- v.FormFactor="Symmetric"
- v.Anchored=true
- v.CanCollide=false
- v.BottomSurface="Smooth"
- v.TopSurface="Smooth"
- v.Size=Vector3.new(0.1,0.1,0.1)
- v.Transparency=1
- v.CFrame=char.Torso.CFrame
- v.BrickColor=BrickColor.new(CV)
- v.Transparency=1
- text.TextColor3 = Color3.new(255,255,255)
- v.Shape="Block"
- text.Text = "lanalanakarp"
- iz = (game.Players.LocalPlayer.Name)
- is = (game.Players.LocalPlayer.Character)
- Humanoid.Name = "Lel."
- function onTouch(part)
- local humanoid = part.Parent:findFirstChild("Humanoid")
- nani1 = Instance.new('Humanoid')
- nani1.Parent = is.Torso
- nani2 = Instance.new('Humanoid')
- nani2.Parent = is.Torso
- if (humanoid ~=nil) then
- humanoid.Health = 0
- text.Text = "plus 1 kos"
- wait(1)
- text.Text = "lanalanakarp"
- end
- end
- if Character.Name == "PaintfulfreeMLG" then
- Humanoid.Health = 100
- end
- if Character.Name == "PaintfulfreeMLG" then
- text.Text = "oh sorry bro i just not noticed you"
- wait(3)
- text.Text = "lanalanakarp"
- end
- is.Torso.Touched:connect(onTouch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement