Advertisement
coolgoldboy166

SCRIPT VIEJISIMO

Nov 3rd, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. --Simple Knife script Created by PaintfulfreeMLG
  2. print("Simple Knife script Created by PaintfulfreeMLG")
  3. print("Don't even try to remove credits, Ok?")
  4.  
  5. wait(1 / 60)
  6. Effects = { }
  7. local Player = game.Players.localPlayer
  8. local Character = Player.Character
  9. local Humanoid = Character.Humanoid
  10. local Mouse = Player:GetMouse()
  11. local LeftArm = Character["Left Arm"]
  12. local RightArm = Character["Right Arm"]
  13. local LeftLeg = Character["Left Leg"]
  14. local RightLeg = Character["Right Leg"]
  15. local Head = Character.Head
  16. local Torso = Character.Torso
  17. local Camera = game.Workspace.CurrentCamera
  18. local RootPart = Character.HumanoidRootPart
  19. local RootJoint = RootPart.RootJoint
  20. local attack = false
  21. local Anim = 'Walk'
  22. local attacktype = 1
  23. local delays = false
  24. local play = true
  25. local targetted = nil
  26. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  27. local velocity = RootPart.Velocity.y
  28. local sine = 0
  29. local change = 1
  30. local doe = 0
  31. local Create = LoadLibrary("RbxUtility").Create
  32. local m = Create("Model"){
  33. Parent = Character,
  34. Name = "WeaponModel",
  35. }
  36. local p = game.Players.LocalPlayer
  37. local char = p.Character
  38. local Hat = char:FindFirstChild("Hat_F") or Instance.new("Hat")
  39. handle = Instance.new("Part", char)
  40. handle.FormFactor = "Custom"
  41. local Weldb = Instance.new("Weld", char)
  42. Weldb.Part0 = char["Right Arm"]
  43. Weldb.Part1 = handle
  44. Weldb.C1 = CFrame.new(0, -0.7, -0.9) * CFrame.fromEulerAnglesXYZ(90, 0, 0)
  45. local KnifeMesh = Instance.new("SpecialMesh", handle)
  46. KnifeMesh.MeshType = "FileMesh"
  47. KnifeMesh.MeshId = "rbxasset://fonts/sword.mesh"
  48. KnifeMesh.TextureId = "rbxasset://textures/SwordTexture.png"
  49.  
  50.  
  51. Character["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  52. Character["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  53. Character["Left Leg"].BrickColor = BrickColor.new("Dark stone grey")
  54. Character["Right Leg"].BrickColor = BrickColor.new("Dark stone grey")
  55. Character.Torso.BrickColor = BrickColor.new("Medium blue")
  56. Character.Head.BrickColor = BrickColor.new("Cool yellow")
  57.  
  58.  
  59. for _, Item in next, Character:GetChildren() do
  60. if Item:IsA("Accessory") then
  61. Item:Destroy()
  62. end
  63. end
  64. for _, Item in next, Character:GetChildren() do
  65. if Item:IsA("Shirt") then
  66. Item:Destroy()
  67. end
  68. end
  69. for _, Item in next, Character:GetChildren() do
  70. if Item:IsA("Pants") then
  71. Item:Destroy()
  72. end
  73. end
  74.  
  75. local Face = Head:WaitForChild("face")
  76. Face.Texture = "http://www.roblox.com/asset/?id=143314627"
  77.  
  78. EFS2 = Instance.new("Sound")
  79. EFS2.Parent = Torso
  80. EFS2.SoundId = "rbxassetid://860317713"
  81. EFS2.Volume = 10
  82. EFS2.Looped = true
  83. EFS2:Play()
  84.  
  85.  
  86.  
  87.  
  88. CV="Black"
  89.  
  90. p = game.Players.LocalPlayer
  91. char = p.Character
  92. local txt = Instance.new("BillboardGui", char)
  93. txt.Adornee = char .Head
  94. txt.Name = "_status"
  95. txt.Size = UDim2.new(2, 0, 1.2, 0)
  96. txt.StudsOffset = Vector3.new(0, 1.5, 0)
  97. local text = Instance.new("TextLabel", txt)
  98. text.Size = UDim2.new(0,100,0,40)
  99. text.FontSize = "Size24"
  100. text.TextScaled = true
  101. text.TextTransparency = 0
  102. text.BackgroundTransparency = 1
  103. text.TextTransparency = 0
  104. text.TextStrokeTransparency = 1
  105. text.Font = "Cartoon"
  106. text.TextStrokeColor3 = Color3.new(0,0,0)
  107.  
  108. v=Instance.new("Part")
  109. v.Name = "ColorBrick"
  110. v.Parent=p.Character
  111. v.FormFactor="Symmetric"
  112. v.Anchored=true
  113. v.CanCollide=false
  114. v.BottomSurface="Smooth"
  115. v.TopSurface="Smooth"
  116. v.Size=Vector3.new(0.1,0.1,0.1)
  117. v.Transparency=1
  118. v.CFrame=char.Torso.CFrame
  119. v.BrickColor=BrickColor.new(CV)
  120. v.Transparency=1
  121. text.TextColor3 = Color3.new(255,255,255)
  122. v.Shape="Block"
  123. text.Text = "lanalanakarp"
  124.  
  125. iz = (game.Players.LocalPlayer.Name)
  126.  
  127. is = (game.Players.LocalPlayer.Character)
  128. Humanoid.Name = "Lel."
  129.  
  130.  
  131.  
  132. function onTouch(part)
  133. local humanoid = part.Parent:findFirstChild("Humanoid")
  134. nani1 = Instance.new('Humanoid')
  135. nani1.Parent = is.Torso
  136.  
  137. nani2 = Instance.new('Humanoid')
  138. nani2.Parent = is.Torso
  139. if (humanoid ~=nil) then
  140. humanoid.Health = 0
  141. text.Text = "plus 1 kos"
  142. wait(1)
  143. text.Text = "lanalanakarp"
  144. end
  145. end
  146. if Character.Name == "PaintfulfreeMLG" then
  147. Humanoid.Health = 100
  148. end
  149. if Character.Name == "PaintfulfreeMLG" then
  150. text.Text = "oh sorry bro i just not noticed you"
  151. wait(3)
  152. text.Text = "lanalanakarp"
  153. end
  154.  
  155.  
  156. is.Torso.Touched:connect(onTouch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement