lotushomerun

yandere simulator 2018

Aug 20th, 2017
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 50.87 KB | None | 0 0
  1. --A Sword + Ragdoll Death
  2. --Credit To Rufus14 For The Original Script
  3. --I just edit replaced the mesh and buffed the damage ^-^
  4. local Player = game.Players.localPlayer
  5. local Character = Player.Character
  6. ded = false
  7. initalizing = true
  8. --local Create = LoadLibrary("RbxUtility").Create
  9.  
  10.  
  11. --[[local sound = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso) -- Editing Chatacter Starts NOW!
  12. sound.SoundId = "rbxassetid://518673637"
  13. sound:Play()
  14. sound.Name = "a"
  15. sound.Looped = true]]
  16.  
  17. local basetemplate = "http://www.roblox.com/asset/?id=" -- Shirt And Pants editing/adding
  18. local shirt = 722195568
  19. local pants = 472771345
  20. wait(0.5) -- Required to not cause duplicated stuff
  21. local h = Character:findFirstChild("Shirt")
  22. if h ~= nil then
  23.     h.ShirtTemplate = basetemplate..shirt
  24. else
  25.     local i = Instance.new("Shirt")
  26.     i.Name = "Shirt"
  27.     i.ShirtTemplate = basetemplate..shirt
  28.     i.Parent = Character
  29. end
  30. local p = Character:findFirstChild("Pants")
  31. if p ~= nil then
  32. p.PantsTemplate = basetemplate..pants
  33. else
  34.     local np = Instance.new("Pants")
  35.     np.PantsTemplate = basetemplate..pants
  36.     np.Name = "Pants"
  37.     np.Parent = Character
  38. end
  39.  
  40. local h = Character:findFirstChild("Body Colors")
  41. if h ~= nil then
  42.     h.HeadColor = BrickColor.new("Pastel brown")
  43.     h.TorsoColor = BrickColor.new("Pastel brown")
  44.     h.RightLegColor = BrickColor.new("Pastel brown")
  45.     h.LeftLegColor = BrickColor.new("Pastel brown")
  46.         h.RightArmColor = BrickColor.new("Pastel brown")
  47.     h.LeftArmColor = BrickColor.new("Pastel brown")
  48. else
  49.     local i = Instance.new("BodyColors")
  50.     i.Name = "Body Colors"
  51.     i.Parent = Character
  52.         i.HeadColor = BrickColor.new("Pastel brown")
  53.     i.TorsoColor = BrickColor.new("Pastel brown")
  54.     i.RightLegColor = BrickColor.new("Pastel brown")
  55.     i.LeftLegColor = BrickColor.new("Pastel brown")
  56.         i.RightArmColor = BrickColor.new("Pastel brown")
  57.     i.LeftArmColor = BrickColor.new("Pastel brown")
  58. end
  59.  
  60.  
  61. for i,v in pairs(Character:children()) do  -- Remove Hats, Accessories, And Hair
  62.     if v:IsA("Hat") then
  63.         v:Destroy()
  64.     end
  65. end
  66. for i,v in pairs(Character:children()) do
  67.     if v:IsA("Accessory") then
  68.         v:Destroy()
  69.     end
  70. end
  71. for i,v in pairs(Character:children()) do
  72.     if v:IsA("Hair") then
  73.         v:Destroy()
  74.     end
  75. end
  76.  
  77. local hair = Instance.new("Hat", Character) -- Make Hair
  78. local part = Instance.new("Part", hair)
  79. local attach = Instance.new("Attachment", part)
  80. local weld = Instance.new("Weld", part)
  81. local weld2 = Instance.new("Weld", Character.Head)
  82. local weld3 = Instance.new("Weld", Character)
  83. local mesh = Instance.new("FileMesh", part)
  84. local vector = Instance.new("Vector3Value", part)
  85. hair.AttachmentForward = Vector3.new(0, -0.1, -0.995)
  86. hair.AttachmentPos = Vector3.new(0, 0.9, 0)
  87. hair.AttachmentRight = Vector3.new(1, 0, 0)
  88. hair.AttachmentUp = Vector3.new(0, 0.995, -0.1)
  89. part.Size = Vector3.new(2,2,2)
  90. part.Name = "Handle"
  91. attach.Name = "HairAttachment"
  92. vector.Name = "OriginalSize"
  93. weld.Part0 = part
  94. weld.Part1 = Character.Head
  95. weld2.Name = "HeadWeld"
  96. weld2.Part0 = Character.Head
  97. weld2.Part1 = part
  98. weld3.Part0 = Character.Head
  99. weld3.Part1 = part
  100. mesh.MeshId = "http://www.roblox.com/asset/?id=13070796"
  101. mesh.TextureId= "http://www.roblox.com/asset/?id=14765363"
  102. mesh.Offset = Vector3.new(0,-0.4,0)
  103. vector.Value = Vector3.new(2,2,2)
  104. local dec2 = Instance.new("Decal", Character)
  105. dec2.Face = "Front"
  106. dec2.Texture = "rbxassetid://379315128"
  107. dec2.Parent = Character.Head
  108. local deca = Instance.new("Decal", Character)
  109. deca.Face = "Front"
  110. deca.Texture = "http://www.roblox.com/asset/?id=378934601"
  111. deca.Parent = Character.Head
  112. Character.Head.face.Texture = "rbxassetid://363558541"
  113.  
  114. -------------------------------------------------------------------------------------------------------------------------
  115.  
  116. function bleed(frick)
  117.    
  118.     wait() -- Dont BREAK
  119.  
  120.     while frick.Parent ~= nil do
  121.         wait(0.01)
  122.     local reeee = coroutine.wrap(function()
  123.     local thing = Instance.new('Part',game.Workspace)
  124.     thing.Size = Vector3.new(0.2,0.2,0.2)
  125.     thing.CFrame = frick.CFrame
  126.     thing.Shape = Enum.PartType.Ball
  127.     thing.CFrame = frick.CFrame
  128.     thing.Transparency = 1
  129.     thing.BrickColor = BrickColor.new('Maroon')
  130.     thing.Material = Enum.Material.SmoothPlastic
  131.     thing.Name = "Blood"
  132.     thing.CanCollide =false
  133.     local rawrxd = Instance.new('BodyForce',thing)
  134.     rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  135.     local coru = coroutine.wrap(function()
  136.         wait(0.01)
  137.         rawrxd:Destroy()
  138.     end)
  139.     coru()
  140.     local ree = Instance.new('ParticleEmitter',thing)
  141.     --print("eek")
  142.     ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
  143.     ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  144.     ree.Texture = 'rbxassetid://867743272'
  145.     ree.Lifetime = NumberRange.new(0.4)
  146.     ree.Rate = 50
  147.     ree.LockedToPart = true
  148.     ree.Speed = NumberRange.new(0, 2)  
  149.    
  150.     thing.Touched:connect(function(tou)
  151.        
  152. wait() -- Dont BREAK       
  153.        
  154.         if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent ~= Character and tou.Parent.ClassName ~= "Accessory" and tou.Name ~= "Thicc Sword" then
  155.             local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  156.             thing:Destroy()
  157.             if tou.Name == "BloodPuddle" then
  158.                 local reee = tou.CFrame
  159.                 if tou.Transparency > -0.2 then
  160.                     tou.Transparency = tou.Transparency -0.1
  161.                 end
  162.                 if tou.Size.X < 10 then
  163.                     tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  164.                     tou.CFrame = reee
  165.                 end
  166.             else
  167.                 local bloodlol = Instance.new('Part',workspace)
  168.                 bloodlol.Size=Vector3.new(1,0.2,1)
  169.                 bloodlol.Name = "BloodPuddle"
  170.                 bloodlol.Anchored = true
  171.                 bloodlol.CanCollide = false
  172.                 bloodlol.Material = Enum.Material.SmoothPlastic
  173.                 bloodlol.BrickColor = BrickColor.new('Maroon')
  174.                 local cyl = Instance.new('CylinderMesh',bloodlol)
  175.                 cyl.Scale = Vector3.new(1,0.1,1)
  176.                 bloodlol.CFrame = CFrame.new(pos)
  177.                 local coru=coroutine.wrap(function()
  178.                     while bloodlol.Parent ~= nil do
  179.                         if bloodlol.Transparency < 1 then
  180.                             bloodlol.Transparency = bloodlol.Transparency+0.05
  181.                         else
  182.                             bloodlol:Destroy()
  183.                         end
  184.                         wait(0.1)
  185.                     end
  186.                 end)
  187.                 coru()
  188.             end
  189.         end
  190.     end)
  191.     local coru = coroutine.wrap(function()
  192.         wait(1)
  193.         thing:Destroy()
  194.         --game:GetService("Debris"):AddItem(thing, 1)
  195.     end)
  196.     coru()
  197.     end)
  198.     reeee()
  199.     wait()
  200.     end
  201. end
  202.  
  203. --------------------------------------------------------------------
  204.  
  205.  
  206. function say(text)
  207. local chat = coroutine.wrap(function()
  208. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  209. Character:FindFirstChild("TalkingBillBoard"):destroy()
  210. end
  211. local naeeym2 = Instance.new("BillboardGui",Character)
  212. naeeym2.Size = UDim2.new(0,100,0,40)
  213. naeeym2.StudsOffset = Vector3.new(0,3,0)
  214. naeeym2.Adornee = Character.Head
  215. naeeym2.Name = "TalkingBillBoard"
  216. local tecks2 = Instance.new("TextLabel",naeeym2)
  217. tecks2.BackgroundTransparency = 1
  218. tecks2.BorderSizePixel = 0
  219. tecks2.Text = ""
  220. tecks2.Font = "Cartoon"
  221. tecks2.TextSize = 30
  222. tecks2.TextStrokeTransparency = 0
  223. tecks2.TextColor3 = BrickColor.new("Hot pink").Color
  224. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  225. tecks2.Size = UDim2.new(1,0,0.5,0)
  226. --[[local tecks3 = Instance.new("TextLabel",naeeym2)
  227. tecks3.BackgroundTransparency = 1
  228. tecks3.BorderSizePixel = 0
  229. tecks3.Text = ""
  230. tecks3.Font = "Cartoon"
  231. tecks3.TextSize = 30
  232. tecks3.TextStrokeTransparency = 0
  233. tecks3.TextColor3 = BrickColor.new("Hot white").Color
  234. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  235. tecks3.Size = UDim2.new(1,0,0.5,0)]]
  236. for i = 1,string.len(text),1 do
  237. --[[local s  = Instance.new("Sound", Character)
  238. s.SoundId = "http://www.roblox.com/asset/?id=606862847"
  239. s:Play()
  240. game:GetService("Debris"):AddItem(s,0.085)]]
  241. tecks2.Text = string.sub(text,1,i)
  242. --tecks3.Text = string.sub(text,1,i)
  243. wait(0.01)
  244. end
  245. wait(2)
  246. naeeym2:Destroy()
  247. end)
  248. chat()
  249. end
  250.  
  251.  
  252. function onChatted(msg)
  253. say(msg)
  254. end
  255. Player.Chatted:connect(onChatted)
  256.  
  257. mouse = game.Players.LocalPlayer:GetMouse()
  258. using = false
  259. hit = false
  260. bat = Instance.new("Part", game.Players.LocalPlayer.Character)
  261. bat.Name = "Thicc Sword"
  262. bat.Size = Vector3.new(1, 1, 3)
  263. bat.Rotation = Vector3.new(0, 0, 0)
  264. bat.CanCollide = false
  265. bat:BreakJoints()
  266. --[[laughing = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  267. laughing.Volume = 6
  268. laughing.SoundId = "rbxassetid://617500399"
  269. ooh = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  270. ooh .Volume = 6
  271. ooh .SoundId = "rbxasset://sounds/swoosh.wav"]]
  272. baseballhit = Instance.new("Sound", bat)
  273. baseballhit.Volume = 10
  274. baseballhit.SoundId = "rbxassetid://93706376"
  275. baseballhit1 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  276. baseballhit1.Volume = 20
  277. baseballhit1.SoundId = "rbxassetid://93706376"
  278. swinging = Instance.new("Sound", bat)
  279. swinging.Volume = 10
  280. swinging.PlaybackSpeed = 1.2
  281. swinging.SoundId = "rbxasset://sounds/swoosh.wav"
  282. weld = Instance.new("Weld", bat)
  283. weld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  284. weld.Part1 = bat
  285. local batcritical = Instance.new("Sound", bat)
  286. batcritical.SoundId = "rbxassetid://296102734"
  287. batcritical.Volume = 5
  288. weld.C0 = weld.C0 * CFrame.Angles(0,3.15,0) * CFrame.new(0,-0.95,1.9)
  289. print(weld.C0)
  290. mesh = Instance.new("SpecialMesh", bat)
  291. mesh.MeshId = "http://www.roblox.com/asset/?id=11442510"
  292. mesh.TextureId = "http://www.roblox.com/asset/?id=11442524"
  293. mesh.Scale = Vector3.new(1.7, 1.7, 1.7)
  294. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  295. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  296. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  297. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  298. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  299. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  300. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  301. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  302. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  303. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  304. function hit()
  305.     if not using and not initalizing then
  306.         using = true
  307.         for i = 0,1 , 0.1 do
  308.             wait()
  309.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.35),i)
  310.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.35),i)
  311.             rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.3),i)
  312.             lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(-0.15,0,0),i)
  313.         end
  314.         for i = 1,2 do
  315.             wait()
  316.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,-0.1)
  317.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.1)
  318.             rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.1)
  319.             lhandweld.C0 = lhandweld.C0 * CFrame.Angles(-0.05,0,0)
  320.         end
  321.         wait(0.2)
  322.         swinging:Play()
  323.         local se = Instance.new("Part", bat)
  324.         se.Size = Vector3.new(1, 1, 3)
  325.         se:BreakJoints()
  326.         se.Transparency = 1
  327.         se.CanCollide = false
  328.         local dmgweld = Instance.new("Weld", se)
  329.         dmgweld.Part0 = bat
  330.         dmgweld.Part1 = se
  331.         dmgweld.C0 = dmgweld.C0 * CFrame.new(0,0,1)
  332.         local function dmg(part)
  333.             local hum = part.Parent:findFirstChild("Humanoid")
  334.             if hum ~= nil then
  335.                 se:destroy()
  336.                 baseballhit:Play()
  337.                 baseballhit1:Play()
  338.                 --hum.Health = hum.Health - math.random(55,80)
  339.                 --hum.Health = 0
  340.                
  341.                                     decals = {263033191,189728908,178269340,181477718,498948943,485362831,360385366,144325140}
  342.                                     decals2 = {284846352,191089587}
  343.  
  344.                                     local e = Instance.new("Decal",bat)
  345.                                     e.Texture = "rbxassetid://"..decals[math.random(1,#decals)]
  346.                                     e.Face = "Left"
  347.                                    
  348.                                     local e2 = Instance.new("Decal",bat)
  349.                                     e2.Texture = e.Texture
  350.                                     e2.Face = "Right"
  351.            
  352.            
  353. local basetemplate = "http://www.roblox.com/asset/?id=" -- Shirt And Pants editing/adding
  354. local shirt = 442081908
  355. local pants = 540138654
  356. local h = Character:findFirstChild("Shirt")
  357.     h.ShirtTemplate = basetemplate..shirt
  358. local p = Character:findFirstChild("Pants")
  359. p.PantsTemplate = basetemplate..pants
  360.            
  361.             local bleedpart = Instance.new("Part", part.Parent.Torso)
  362.         bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  363.         bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  364.         bleedpart.CanCollide = false
  365.         bleedpart.Position = part.Parent.Head.Position + Vector3.new(0, 1, 0)
  366.         bleedpart.Transparency = 1
  367.        
  368.         local bleedpartweld = Instance.new("Weld", Character["Thicc Sword"])
  369.         bleedpartweld.Part0 = part.Parent.Torso
  370.         bleedpartweld.Part1 = bleedpart
  371.         bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  372.         local cuntruu=coroutine.wrap(function()
  373.             bleed(bleedpart)
  374.         end)
  375. local thicc = coroutine.wrap(function()
  376.             wait(3)
  377.             bleedpart:Remove()
  378.         end)
  379.         cuntruu()
  380.     thicc()
  381.        
  382.                 hum.PlatformStand = true
  383.                 hum.WalkSpeed = 0
  384.                 hum.JumpPower = 0
  385.                
  386. if part.Parent:FindFirstChild("HumanoidRootPart") ~= nil and part.Parent:FindFirstChild("HumanoidRootPart"):FindFirstChild("RootJoint") ~= nil  then               
  387.     for i = 1,2 do
  388.                 wait()
  389.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  390.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  391.             end        
  392.            
  393.             for i = 1,2 do
  394.                 wait()
  395.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  396.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  397.             end
  398.                        
  399.             for i = 1,2 do
  400.                 wait()
  401.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  402.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  403.             end
  404.            
  405.             for i = 1,2 do
  406.                 wait()
  407.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  408.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-1)
  409.             end    
  410. else
  411.     part.Anchored = true
  412.             end        
  413.                
  414.                 while hum.Health > 0 do
  415.                     wait()
  416.                     hum.Health = hum.Health -1
  417.                 end    
  418.                
  419.                 local tor = part.Parent:findFirstChild("Torso")
  420.                 local dmgmat = math.random(1,4)
  421.                 if dmgmat == 3 then
  422.                 batcritical:Play()
  423.                 --hum.Health = hum.Health - math.random(243,499)
  424.                 ---hum.Health = 0
  425.                 end
  426.                 if tor then
  427.                     tor.RotVelocity = game.Players.LocalPlayer.Character.Torso.CFrame.rightVector * 34
  428.                     tor.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.rightVector * 34
  429.                 end
  430.                 --[[wait(2)
  431.                 hum.PlatformStand = false]]
  432.                 hit = false
  433.             end
  434.         end
  435.         se.Touched:connect(dmg)
  436.         for i = 0,1 , 0.2 do
  437.             wait()
  438.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.7),i)
  439.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.70),i)
  440.             rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.6),i)
  441.             lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0.30,0,0),i)
  442.         end
  443.         for i = 1,2 do
  444.             wait()
  445.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,-0.1)
  446.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.3)
  447.             rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.4)
  448.         end
  449.         for i = 1,2 do
  450.             wait()
  451.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,-0.05)
  452.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.05)
  453.             rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.2)
  454.         end
  455.         wait(0.2)
  456.         for i = 1,2 do
  457.             wait()
  458.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,0.05)
  459.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.05)
  460.             rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.2)
  461.         end
  462.         for i = 1,2 do
  463.             wait()
  464.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,0.06)
  465.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.2)
  466.             rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.2)
  467.         end
  468.         se:destroy()
  469.         for i = 1,2 do
  470.             wait()
  471.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,0.1)
  472.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.1)
  473.             rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.1)
  474.         end
  475.         for i = 1,2 do
  476.             wait()
  477.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,-0.05)
  478.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.1)
  479.             rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.1)
  480.         end
  481.         game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  482.         game.Players.LocalPlayer.Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  483.         lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  484.         lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  485.         rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  486.         rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  487.         using = false
  488.     end
  489. end
  490. --[[function combo(key)
  491.     key = key:lower()
  492.     if key == "q" then
  493.         if not using and not initalizing then
  494.             using = true
  495.             swinging:Play()
  496.             for i = 1,2 do
  497.                 wait()
  498.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,-0.05)
  499.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.05)
  500.             end
  501.             for i = 1,3 do
  502.                 wait()
  503.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,-0.47)
  504.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.47)
  505.             end
  506.             for i = 1,2 do
  507.                 wait()
  508.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,-0.05)
  509.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.05)
  510.             end
  511.             wait(0.4)
  512.             swinging:Play()
  513.             for i = 1,2 do
  514.                 wait()
  515.                 weld.C0 = weld.C0 * CFrame.Angles(0.13,0,0.05) * CFrame.new(0,-0.27,0.1)
  516.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0.05,0,0)
  517.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0.05,0,00)
  518.             end
  519.             for i = 1,3 do
  520.                 wait()
  521.                 weld.C0 = weld.C0 * CFrame.Angles(0.33,0,0.1) * CFrame.new(0,-0.66,0.3)
  522.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0.2,0,0)
  523.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0.2,0,0)
  524.             end
  525.             for i = 1,2 do
  526.                 wait()
  527.                 weld.C0 = weld.C0 * CFrame.Angles(0.13,0,0.05) * CFrame.new(0,-0.27,0.1)
  528.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0.05,0,0)
  529.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0.05,0,00)
  530.             end
  531.             wait(0.5)
  532.             for i = 1,2 do
  533.                 wait()
  534.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.05)
  535.             end
  536.             for i = 1,2 do
  537.                 wait()
  538.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.1)
  539.             end
  540.             for i = 1,2 do
  541.                 wait()
  542.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.2)
  543.             end
  544.             for i = 1,2 do
  545.                 wait()
  546.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.4)
  547.             end
  548.             swinging:Play()
  549.             for i = 1,2 do
  550.                 wait()
  551.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.8)
  552.             end
  553.             local se = Instance.new("Part", bat)
  554.             se.Size = Vector3.new(1, 1, 3)
  555.             se:BreakJoints()
  556.             se.Transparency = 1
  557.             se.CanCollide = false
  558.             local dmgweld = Instance.new("Weld", se)
  559.             dmgweld.Part0 = bat
  560.             dmgweld.Part1 = se
  561.             dmgweld.C0 = dmgweld.C0 * CFrame.new(0,0,1)
  562.             local function dmg(part)
  563.                 if not hit then
  564.                     hit = true
  565.                     local hum = part.Parent:findFirstChild("Humanoid")
  566.                     if hum ~= nil then
  567.                     baseballhit:Play()
  568.                     --baseballhit1:Play()
  569.                    
  570.                            decals = {263033191,189728908,178269340,181477718,498948943,485362831,360385366,144325140}
  571. decals2 = {284846352,191089587}
  572.  
  573.                                     local e = Instance.new("Decal",bat)
  574.                                     e.Texture = "rbxassetid://"..decals[math.random(1,#decals)]
  575.                                     e.Face = "Left"
  576.                                    
  577.                                     local e2 = Instance.new("Decal",bat)
  578.                                     e2.Texture = e.Texture
  579.                                     e2.Face = "Right"
  580.            
  581.            
  582. local basetemplate = "http://www.roblox.com/asset/?id=" -- Shirt And Pants editing/adding
  583. local shirt = 442081908
  584. local pants = 540138654
  585. local h = Character:findFirstChild("Shirt")
  586.     h.ShirtTemplate = basetemplate..shirt
  587. local p = Character:findFirstChild("Pants")
  588. p.PantsTemplate = basetemplate..pants
  589.            
  590.             local bleedpart = Instance.new("Part", part.Parent)
  591.         bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  592.         bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  593.         bleedpart.CanCollide = false
  594.         bleedpart.Position = part.Parent.Head.Position + Vector3.new(0, 1, 0)
  595.         bleedpart.Transparency = 1
  596.        
  597.         local bleedpartweld = Instance.new("Weld", part.Parent.Torso)
  598.         bleedpartweld.Part0 = part.Parent.Torso
  599.         bleedpartweld.Part1 = bleedpart
  600.         bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  601.         local cuntruu=coroutine.wrap(function()
  602.             bleed(bleedpart)
  603.         end)
  604.         local thicc = coroutine.wrap(function()
  605.             wait(3)
  606.             bleedpart:Remove()
  607.         end)
  608.         cuntruu()
  609.     --  thicc()
  610.        
  611.                 hum.PlatformStand = true
  612.                 hum.WalkSpeed = 0
  613.                 hum.JumpPower = 0
  614.                
  615. if part.Parent:FindFirstChild("HumanoidRootPart") ~= nil then              
  616.     for i = 1,2 do
  617.                 wait()
  618.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  619.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  620.             end        
  621.            
  622.             for i = 1,2 do
  623.                 wait()
  624.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  625.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  626.             end
  627.                        
  628.             for i = 1,2 do
  629.                 wait()
  630.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  631.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  632.             end
  633.            
  634.             for i = 1,2 do
  635.                 wait()
  636.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  637.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-1)
  638.             end    
  639.             end        
  640.                
  641.                 wait(3)
  642.                 hum.Health = 0         
  643.  
  644.                     local tor = part.Parent:findFirstChild("Torso")
  645.                     if tor then
  646.                         local vel = Instance.new("BodyVelocity", tor)
  647.                         vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  648.                         vel.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.rightVector * 35
  649.                         wait(0.1)
  650.                         vel:destroy()
  651.                         hit = false
  652.                     end
  653.                     wait(0.2)
  654.                     hit = false
  655.                     wait(1.5)
  656.                     hum.PlatformStand = false
  657.                 end
  658.                 end
  659.             end
  660.             se.Touched:connect(dmg)
  661.             for i = 1,20 do
  662.                 swinging:Play()
  663.                 for i = 1,10 do
  664.                     wait()
  665.                     game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.9)
  666.                 end
  667.             end
  668.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  669.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  670.             for i = 1,2 do
  671.                 wait()
  672.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,0.05)
  673.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.05)
  674.             end
  675.             for i = 1,3 do
  676.                 wait()
  677.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,0.47)
  678.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.47)
  679.             end
  680.             for i = 1,2 do
  681.                 wait()
  682.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,0.05)
  683.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.05)
  684.             end
  685.             wait(0.4)
  686.             swinging:Play()
  687.             for i = 1,2 do
  688.                 wait()
  689.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(-0.05,0,0)
  690.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(-0.05,0,00)
  691.             end
  692.             for i = 1,3 do
  693.                 wait()
  694.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(-0.2,0,0)
  695.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(-0.2,0,0)
  696.             end
  697.             for i = 1,2 do
  698.                 wait()
  699.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(-0.05,0,0)
  700.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(-0.05,0,00)
  701.             end
  702.             for i = 1,2 do
  703.                 wait()
  704.                 weld.C0 = weld.C0 * CFrame.Angles(-0.13,0,-0.05) * CFrame.new(0,0.27,-0.1)
  705.             end
  706.             for i = 1,3 do
  707.                 wait()
  708.                 weld.C0 = weld.C0 * CFrame.Angles(-0.33,0,-0.1) * CFrame.new(0,0.66,-0.3)
  709.             end
  710.             for i = 1,2 do
  711.                 wait()
  712.                 weld.C0 = weld.C0 * CFrame.Angles(-0.13,0,-0.05) * CFrame.new(0,0.27,-0.1)
  713.             end
  714.             weld.C0 = CFrame.new(-0.0159739517, -0.949999988, -1.89993286, -0.999964654, 0, -0.00840734318, 0, 1, 0, 0.00840734318, 0, -0.999964654)
  715.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  716.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  717.             lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  718.             lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  719.             rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  720.             rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  721.             using = false
  722.             se:destroy()
  723.         end
  724.     end
  725. end
  726. --[[function laugh(key)
  727.     key = key:lower()
  728.     if key == "h" then
  729.         local lahmath = math.random(1,2)
  730.         if lahmath == 1 then
  731.             laughing:Play()
  732.         end
  733.         if lahmath == 2 then
  734.             ooh:Play()
  735.         end
  736.     end
  737. end]]
  738. function kys(key) -- Why press Esc > R > Enter when you can just press K
  739.     if ded ~= true then
  740.     key = key:lower()
  741.     else
  742.         key = "k"
  743.     end
  744.     if key == "k" or ded == true then
  745.         if not using then
  746.             using = true
  747.             game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  748.             game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  749.                     for i = 1,2 do
  750.                 wait()
  751.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,-0.05)
  752.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.05)
  753.                     end
  754.                     for i = 1,3 do
  755.                 wait()
  756.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,-0.47)
  757.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.47)
  758.                     end
  759.                         for i = 1,2 do
  760.                 wait()
  761.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(.5,0,0)
  762.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(.5,0,0)
  763.                 weld.C0 = weld.C0 * CFrame.Angles(-0.4,0.05,1.75) * CFrame.new(.6,0,0)
  764.                         end
  765.                 for i = 1,2 do
  766.                 wait()
  767.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,-.5,0)
  768.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,.5,0)
  769.                 end
  770.                 for i = 1,2 do
  771.                 wait()
  772.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0.2,0,0.3)
  773.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0.2,0,-0.3)
  774.                 weld.C0 = weld.C0 * CFrame.Angles(0.34,0.0,0.0) * CFrame.new(0,-0.05,-1)
  775.                 end
  776.                 swinging:Play()
  777.                
  778.                 wait(2)
  779.                
  780. baseballhit:Play()             
  781.                
  782.             for i = 1,2 do
  783.                 wait()
  784.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(-0.2,0,-0.3)
  785.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(-0.2,0,0.3)
  786.                 weld.C0 = weld.C0 * CFrame.Angles(-0.325,0.0,0.0) * CFrame.new(0,-0.3,1)
  787.             end
  788.            
  789.                  decals = {263033191,189728908,178269340,181477718,498948943,485362831,360385366,144325140}
  790. decals2 = {284846352,191089587}
  791.  
  792.                                     local e = Instance.new("Decal",bat)
  793.                                     e.Texture = "rbxassetid://"..decals[math.random(1,#decals)]
  794.                                     e.Face = "Left"
  795.                                    
  796.                                     local e2 = Instance.new("Decal",bat)
  797.                                     e2.Texture = e.Texture
  798.                                     e2.Face = "Right"
  799.            
  800.            
  801. local basetemplate = "http://www.roblox.com/asset/?id=" -- Shirt And Pants editing/adding
  802. local shirt = 442081908
  803. local pants = 540138654
  804. local h = Character:findFirstChild("Shirt")
  805.     h.ShirtTemplate = basetemplate..shirt
  806. local p = Character:findFirstChild("Pants")
  807. p.PantsTemplate = basetemplate..pants
  808.            
  809.             local bleedpart = Instance.new("Part", Character)
  810.         bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  811.         bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  812.         bleedpart.CanCollide = false
  813.         bleedpart.Position = part.Parent.Parent.Head.Position + Vector3.new(0, 1, 0)
  814.         bleedpart.Transparency = 1
  815.        
  816.         local bleedpartweld = Instance.new("Weld",Character.Torso)
  817.         bleedpartweld.Part0 = Character.Torso
  818.         bleedpartweld.Part1 = bleedpart
  819.         bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  820.         local cuntruu=coroutine.wrap(function()
  821.             bleed(bleedpart)
  822.         end)
  823.         local thicc = coroutine.wrap(function()
  824.             wait(3)
  825.             bleedpart:Remove()
  826.         end)
  827.         cuntruu()
  828.     --  thicc()
  829.            
  830.             wait(1)
  831.            
  832.             for i = 1,2 do
  833.                 wait()
  834.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  835.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  836.             end        
  837.            
  838.             for i = 1,2 do
  839.                 wait()
  840.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  841.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  842.             end
  843.                        
  844.             for i = 1,2 do
  845.                 wait()
  846.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  847.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  848.             end
  849.            
  850.             for i = 1,2 do
  851.                 wait()
  852.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  853.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-1)
  854.             end
  855.            
  856.            
  857.             wait(3)
  858.             game.Players.LocalPlayer.Character.Humanoid.Health = 0
  859.         end
  860.     end
  861. end
  862. if Player.UserId ~= 65006475 and Player.UserId  ~= -1 then -- Anti Skid Script
  863.     ded = true
  864. warn("Script Logger Detected")
  865. Character.Humanoid.WalkSpeed = 0
  866. say("IM GONA KYS NOW BECAUSE IM A SCRIPT LOGGER")
  867. wait(2)
  868. say("My name is "..Player.Name.." and im a dumb script logger")
  869. wait(3)
  870. kys()
  871. else
  872. say("Yandere Simulator 2018 By lotushomerun")
  873. wait(3)
  874. say("Last edited in 8/21/2017")
  875. wait(3)
  876. say("Have A Fun!")
  877. initalizing = false
  878. end
  879. --[[function boom(key)
  880.     key = key:lower()
  881.     if key == "f" then
  882.         if not using and not initalizing then
  883.             using = true
  884.             swinging:Play()
  885.             game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 8
  886.             game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  887.             for i = 1,2 do
  888.                 wait()
  889.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,-0.05)
  890.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.05)
  891.             end
  892.             for i = 1,3 do
  893.                 wait()
  894.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,-0.47)
  895.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.47)
  896.             end
  897.             for i = 1,2 do
  898.                 wait()
  899.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,-0.05)
  900.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.05)
  901.             end
  902.             wait(0.4)
  903.             swinging:Play()
  904.             for i = 1,2 do
  905.                 wait()
  906.                 weld.C0 = weld.C0 * CFrame.Angles(0.13,0,0.05) * CFrame.new(0,-0.27,0.1)
  907.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0.05,0,0)
  908.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0.05,0,00)
  909.             end
  910.             for i = 1,3 do
  911.                 wait()
  912.                 weld.C0 = weld.C0 * CFrame.Angles(0.33,0,0.1) * CFrame.new(0,-0.66,0.3)
  913.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0.2,0,0)
  914.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0.2,0,0)
  915.             end
  916.             for i = 1,2 do
  917.                 wait()
  918.                 weld.C0 = weld.C0 * CFrame.Angles(0.13,0,0.05) * CFrame.new(0,-0.27,0.1)
  919.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0.05,0,0)
  920.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0.05,0,00)
  921.             end
  922.             wait(2)
  923.             for i = 1,2 do
  924.                 wait()
  925.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.05)
  926.             end
  927.             swinging:Play()
  928.             for i = 1,2 do
  929.                 wait()
  930.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.1)
  931.             end
  932.             local se = Instance.new("Part", bat)
  933.             se.Size = Vector3.new(1, 1, 3)
  934.             se:BreakJoints()
  935.             se.Transparency = 1
  936.             se.CanCollide = false
  937.             local dmgweld = Instance.new("Weld", se)
  938.             dmgweld.Part0 = bat
  939.             dmgweld.Part1 = se
  940.             dmgweld.C0 = dmgweld.C0 * CFrame.new(0,0,1)
  941.             local function dmg(part)
  942.                 if not hit then
  943.                     hit = true
  944.                     se:destroy()
  945.                     local hum = part.Parent:findFirstChild("Humanoid")
  946.                     if hum ~= nil then
  947.                     batcritical:Play()
  948.                     baseballhit1:Play()
  949.                            decals = {263033191,189728908,178269340,181477718,498948943,485362831,360385366,144325140}
  950. decals2 = {284846352,191089587}
  951.  
  952.                                     local e = Instance.new("Decal",bat)
  953.                                     e.Texture = "rbxassetid://"..decals[math.random(1,#decals)]
  954.                                     e.Face = "Left"
  955.                                    
  956.                                     local e2 = Instance.new("Decal",bat)
  957.                                     e2.Texture = e.Texture
  958.                                     e2.Face = "Right"
  959.            
  960.            
  961. local basetemplate = "http://www.roblox.com/asset/?id=" -- Shirt And Pants editing/adding
  962. local shirt = 442081908
  963. local pants = 540138654
  964. local h = Character:findFirstChild("Shirt")
  965.     h.ShirtTemplate = basetemplate..shirt
  966. local p = Character:findFirstChild("Pants")
  967. p.PantsTemplate = basetemplate..pants
  968.            
  969.             local bleedpart = Instance.new("Part", part.Parent)
  970.         bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  971.         bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  972.         bleedpart.CanCollide = false
  973.         bleedpart.Position = part.Parent.Head.Position + Vector3.new(0, 1, 0)
  974.         bleedpart.Transparency = 1
  975.        
  976.         local bleedpartweld = Instance.new("Weld", part.Parent.Torso)
  977.         bleedpartweld.Part0 = part.Parent.Torso
  978.         bleedpartweld.Part1 = bleedpart
  979.         bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  980.         local cuntruu=coroutine.wrap(function()
  981.             bleed(bleedpart)
  982.         end)
  983.         local thicc = coroutine.wrap(function()
  984.             wait(3)
  985.             bleedpart:Remove()
  986.         end)
  987.         cuntruu()
  988.     --  thicc()
  989.        
  990.                 hum.PlatformStand = true
  991.                 hum.WalkSpeed = 0
  992.                 hum.JumpPower = 0
  993.                
  994. if part.Parent:FindFirstChild("HumanoidRootPart") ~= nil then              
  995.     for i = 1,2 do
  996.                 wait()
  997.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  998.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  999.             end        
  1000.            
  1001.             for i = 1,2 do
  1002.                 wait()
  1003.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  1004.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  1005.             end
  1006.                        
  1007.             for i = 1,2 do
  1008.                 wait()
  1009.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  1010.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-.5)
  1011.             end
  1012.            
  1013.             for i = 1,2 do
  1014.                 wait()
  1015.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.2,0,0)
  1016.                 part.Parent.HumanoidRootPart.RootJoint.C0 = part.Parent.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,0,-1)
  1017.             end    
  1018.             end        
  1019.                
  1020.                 wait(3)
  1021.                 hum.Health = 0             
  1022.                     local tor = part.Parent:findFirstChild("Torso")
  1023.                     if tor then
  1024.                         hum.Jump = true
  1025.                         local vel1 = Instance.new("BodyVelocity", tor)
  1026.                         vel1.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1027.                         vel1.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 130
  1028.                         wait(0.1)
  1029.                         vel1:destroy()
  1030.                         hit = false
  1031.                     end
  1032.                     wait(0.2)
  1033.                     hit = false
  1034.                     wait(1.5)
  1035.                     hum.PlatformStand = false
  1036.                 end
  1037.                 end
  1038.             end
  1039.             se.Touched:connect(dmg)
  1040.             for i = 1,2 do
  1041.                 wait()
  1042.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.2)
  1043.             end
  1044.             for i = 1,2 do
  1045.                 wait()
  1046.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.4)
  1047.             end
  1048.             for i = 1,2 do
  1049.                 wait()
  1050.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.8)
  1051.             end
  1052.             for i = 1,2 do
  1053.                 wait()
  1054.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.9)
  1055.             end
  1056.             for i = 1,2 do
  1057.                 wait()
  1058.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-1.1)
  1059.             end
  1060.             for i = 1,2 do
  1061.                 wait()
  1062.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-1.1)
  1063.             end
  1064.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-1.1)
  1065.             for i = 1,2 do
  1066.                 wait()
  1067.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.8)
  1068.             end
  1069.             for i = 1,2 do
  1070.                 wait()
  1071.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.6)
  1072.             end
  1073.             for i = 1,2 do
  1074.                 wait()
  1075.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.3)
  1076.             end
  1077.             for i = 1,2 do
  1078.                 wait()
  1079.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.1)
  1080.             end
  1081.             for i = 1,2 do
  1082.                 wait()
  1083.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.05)
  1084.             end
  1085.             wait(0.5)
  1086.             for i = 1,2 do
  1087.                 wait()
  1088.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.05)
  1089.             end
  1090.             for i = 1,2 do
  1091.                 wait()
  1092.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.1)
  1093.             end
  1094.             for i = 1,2 do
  1095.                 wait()
  1096.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.2)
  1097.             end
  1098.             for i = 1,2 do
  1099.                 wait()
  1100.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.2)
  1101.             end
  1102.             for i = 1,2 do
  1103.                 wait()
  1104.                 game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.05)
  1105.             end
  1106.             game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1107.             game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1108.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1109.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1110.             for i = 1,2 do
  1111.                 wait()
  1112.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,0.05)
  1113.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.05)
  1114.             end
  1115.             for i = 1,3 do
  1116.                 wait()
  1117.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,0.47)
  1118.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.47)
  1119.             end
  1120.             for i = 1,2 do
  1121.                 wait()
  1122.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,0.05)
  1123.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.05)
  1124.             end
  1125.             wait(0.4)
  1126.             swinging:Play()
  1127.             for i = 1,2 do
  1128.                 wait()
  1129.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(-0.05,0,0)
  1130.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(-0.05,0,00)
  1131.             end
  1132.             for i = 1,3 do
  1133.                 wait()
  1134.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(-0.2,0,0)
  1135.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(-0.2,0,0)
  1136.             end
  1137.             for i = 1,2 do
  1138.                 wait()
  1139.                 lhandweld.C0 = lhandweld.C0 * CFrame.Angles(-0.05,0,0)
  1140.                 rhandweld.C0 = rhandweld.C0 * CFrame.Angles(-0.05,0,00)
  1141.             end
  1142.             for i = 1,2 do
  1143.                 wait()
  1144.                 weld.C0 = weld.C0 * CFrame.Angles(-0.13,0,-0.05) * CFrame.new(0,0.27,-0.1)
  1145.             end
  1146.             for i = 1,3 do
  1147.                 wait()
  1148.                 weld.C0 = weld.C0 * CFrame.Angles(-0.33,0,-0.1) * CFrame.new(0,0.66,-0.3)
  1149.             end
  1150.             for i = 1,2 do
  1151.                 wait()
  1152.                 weld.C0 = weld.C0 * CFrame.Angles(-0.13,0,-0.05) * CFrame.new(0,0.27,-0.1)
  1153.             end
  1154.             weld.C0 = CFrame.new(-0.0159739517, -0.949999988, -1.89993286, -0.999964654, 0, -0.00840734318, 0, 1, 0, 0.00840734318, 0, -0.999964654)
  1155.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1156.             game.Players.LocalPlayer.Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1157.             lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1158.             lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1159.             rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1160.             rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1161.             using = false
  1162.             se:destroy()
  1163.         end
  1164.     end
  1165. end]]
  1166. mouse.KeyDown:connect(kys)
  1167. --[[mouse.KeyDown:connect(boom)
  1168. mouse.KeyDown:connect(combo)
  1169. mouse.KeyDown:connect(laugh)]]
  1170. mouse.Button1Down:connect(hit)
  1171.  
  1172.  
  1173. --[[
  1174.     local vel = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
  1175. vel.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * -5
  1176. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1177. --]]
  1178. --By Rufus14 (FINALLY I KNOW HOW TO MAKE A RAGDOLL :D)
  1179. --die plz
  1180. mouse = game.Players.LocalPlayer:GetMouse()
  1181. function ragdoll()
  1182.     --sound:Stop()
  1183. game.Players.LocalPlayer.Character.Archivable = true
  1184. clone = game.Players.LocalPlayer.Character:Clone()
  1185. clone.Parent = workspace
  1186. for i,v in pairs(clone:GetChildren()) do
  1187.     if v.ClassName == "Script" or v.ClassName == "LocalScript" then
  1188.         v:destroy()
  1189.     end
  1190.     for i,p in pairs(v:GetChildren()) do
  1191.     if p.ClassName == "Weld" or p.ClassName == "Motor6D" or p.ClassName == "BodyVelocity" then
  1192.         p:destroy()
  1193.     end
  1194. end
  1195. end
  1196. for i,t in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1197.     if t.ClassName == "Accessory" or t.ClassName == "ForceField" then
  1198.         t:destroy()
  1199.     end
  1200. end
  1201. vel = Instance.new("BodyVelocity", clone.Torso)
  1202. vel.Velocity = clone.Torso.CFrame.lookVector * -5
  1203. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1204. --clone.Head.face.Texture = "http://www.roblox.com/asset/?id=161061608"
  1205. using = false
  1206. hit = Instance.new("Sound", clone.Torso)
  1207. hit.SoundId = "rbxassetid://260430060"
  1208. hit.Volume = 5
  1209. hit1 = Instance.new("Sound", clone.Torso)
  1210. hit1.SoundId = "rbxassetid://138087186"
  1211. hit1.Volume = 5
  1212. hit2 = Instance.new("Sound", clone.Torso)
  1213. hit2.SoundId = "rbxassetid://131237241"
  1214. hit2.Volume = 5
  1215. hit3 = Instance.new("Sound", clone.Torso)
  1216. hit3.SoundId = "rbxassetid://278062209"
  1217. hit3.Volume = 5
  1218. hit3.TimePosition = 0.33
  1219. ded = Instance.new("Sound", clone.Torso)
  1220. ded.SoundId = "rbxassetid://163154423"
  1221. ded.Volume = 5
  1222. local leftarm = clone:findFirstChild("Left Arm")
  1223. local rightrm = clone:findFirstChild("Right Arm")
  1224. local leftleg = clone:findFirstChild("Left Leg")
  1225. local rightleg = clone:findFirstChild("Right Leg")
  1226. local head = clone:findFirstChild("Head")
  1227. local welding = Instance.new("Weld", clone.Torso)
  1228. welding.Part0 = clone.Torso
  1229. welding.Part1 = head
  1230. welding.C0 = welding.C0 * CFrame.new(0,1.5,0)
  1231. for i, g in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1232.     if g.ClassName == "Part" then
  1233.         g:destroy()
  1234.     end
  1235. end
  1236. for i, h in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1237.     if h.ClassName == "Accesory" then
  1238.         h:destroy()
  1239.     end
  1240. end
  1241. game.Workspace.CurrentCamera.CameraSubject = head
  1242. if leftleg ~= nil then
  1243. local glue = Instance.new("Glue", clone.Torso)
  1244. glue.Part0 = clone.Torso
  1245. glue.Part1 = leftleg
  1246. glue.Name = "Left leg"
  1247. local collider = Instance.new("Part", leftleg)
  1248. collider.Position = Vector3.new(0,999,0)
  1249. collider.Size = Vector3.new(1.7, 1, 1)
  1250. collider.Shape = "Cylinder"
  1251. local weld = Instance.new("Weld", collider)
  1252. weld.Part0 = leftleg
  1253. weld.Part1 = collider
  1254. weld.C0 = CFrame.Angles(0, 0, 80)
  1255. collider.TopSurface = "Smooth"
  1256. collider.BottomSurface = "Smooth"
  1257. collider.formFactor = "Symmetric"
  1258. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1259. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1260. collider.Transparency = 1
  1261. end
  1262. ------------
  1263. if rightleg ~= nil then
  1264. local glue1 = Instance.new("Glue", clone.Torso)
  1265. glue1.Part0 = clone.Torso
  1266. glue1.Part1 = rightleg
  1267. glue1.Name = "Right leg"
  1268. local collider1 = Instance.new("Part", rightleg)
  1269. collider1.Position = Vector3.new(0,999,0)
  1270. collider1.Size = Vector3.new(1.7, 1, 1)
  1271. collider1.Shape = "Cylinder"
  1272. local weld1 = Instance.new("Weld", collider1)
  1273. weld1.Part0 = rightleg
  1274. weld1.Part1 = collider1
  1275. weld1.C0 = CFrame.Angles(0, 0, 80)
  1276. collider1.TopSurface = "Smooth"
  1277. collider1.BottomSurface = "Smooth"
  1278. collider1.formFactor = "Symmetric"
  1279. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1280. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1281. collider1.Transparency = 1
  1282. end
  1283. ------------
  1284. if rightrm ~= nil then
  1285. local glue11 = Instance.new("Glue", clone.Torso)
  1286. glue11.Part0 = clone.Torso
  1287. glue11.Part1 = rightrm
  1288. glue11.Name = "Right shoulder"
  1289. local collider11 = Instance.new("Part", rightrm)
  1290. collider11.Position = Vector3.new(0,9999,0)
  1291. collider11.Size = Vector3.new(1.8,1,1)
  1292. collider11.Shape = "Cylinder"
  1293. local weld11 = Instance.new("Weld", collider11)
  1294. weld11.Part0 = rightrm
  1295. weld11.Part1 = collider11
  1296. weld11.C0 = CFrame.Angles(0, 0, 80)
  1297. collider11.TopSurface = "Smooth"
  1298. collider11.BottomSurface = "Smooth"
  1299. collider11.formFactor = "Symmetric"
  1300. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1301. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1302. collider11.Transparency = 1
  1303. end
  1304. ------------
  1305. if leftarm ~= nil then
  1306. local glue111 = Instance.new("Glue", clone.Torso)
  1307. glue111.Part0 = clone.Torso
  1308. glue111.Part1 = leftarm
  1309. glue111.Name = "Left shoulder"
  1310. local collider111 = Instance.new("Part", leftarm)
  1311. collider111.Position = Vector3.new(0,9999,0)
  1312. collider111.Size = Vector3.new(1.8,1,1)
  1313. collider111.Shape = "Cylinder"
  1314. local weld111 = Instance.new("Weld", collider111)
  1315. weld111.Part0 = leftarm
  1316. weld111.Part1 = collider111
  1317. weld111.C0 = CFrame.Angles(0, 0, 80)
  1318. collider111.TopSurface = "Smooth"
  1319. collider111.BottomSurface = "Smooth"
  1320. collider111.formFactor = "Symmetric"
  1321. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1322. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1323. collider111.Transparency = 1
  1324. ----------------
  1325. sensoring = Instance.new("Part", clone.Torso)
  1326. sensoring.Size = Vector3.new(1.2,1.1,0.8)
  1327. sensoring.CanCollide = false
  1328. sensoring.Position = clone.Torso.Position
  1329. local welder = Instance.new("Weld", sensoring)
  1330. welder.Part0 = clone.Torso
  1331. welder.Part1 = sensoring
  1332. welder.C0 = welder.C0 * CFrame.new(0,0,1.05)
  1333. sensoring.Transparency = 1
  1334. -----------------
  1335. sensoring1 = Instance.new("Part", clone.Torso)
  1336. sensoring1.Size = Vector3.new(1.2,1.1,0.8)
  1337. sensoring1.CanCollide = false
  1338. sensoring1.Position = clone.Torso.Position
  1339. local welder1 = Instance.new("Weld", sensoring)
  1340. welder1.Part0 = clone.Torso
  1341. welder1.Part1 = sensoring1
  1342. welder1.C0 = welder1.C0 * CFrame.new(0,0,-1.05)
  1343. sensoring1.Transparency = 1
  1344. end
  1345. clone.Name = game.Players.LocalPlayer.Character.Name.." (DEAD)"
  1346. ded:Play()
  1347. vel:destroy()
  1348. wait(0.5)
  1349. local function touch()
  1350.     if not using then
  1351.         using = true
  1352.         local Math = math.random(1,4)
  1353.         if Math == 1 then
  1354.             hit:Play()
  1355.         end
  1356.         if Math == 2 then
  1357.             hit1:Play()
  1358.         end
  1359.         if Math == 3 then
  1360.             hit2:Play()
  1361.         end
  1362.         if Math == 4 then
  1363.             hit3:Play()
  1364.         end
  1365.         wait(0.1)
  1366.         using = false
  1367.     end
  1368. end
  1369. sensoring.Touched:connect(touch)
  1370. sensoring1.Touched:connect(touch)
  1371. wait(4.47)
  1372. hit1.Volume = 0
  1373. hit2.Volume = 0
  1374. hit3.Volume = 0
  1375. hit.Volume = 0
  1376.         end
  1377.  
  1378. game.Players.LocalPlayer.Character.Humanoid.Died:connect(ragdoll)
  1379.  
  1380. --di ent
Add Comment
Please, Sign In to add comment