Advertisement
Hmm465_Gaming

antikill

May 17th, 2018
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.80 KB | None | 0 0
  1. local ContentProvider = game:GetService("ContentProvider")
  2.  
  3. local function LoadAssets(AssetList)
  4.     -- Takes an asset list and preloads it. Will not wait for them to load.
  5.  
  6.     for _, AssetId in pairs(AssetList) do
  7.         ContentProvider:Preload("http://www.roblox.com/asset/?id=" .. AssetId)
  8.     end
  9. end
  10.  
  11. LoadAssets({11442510,30956707})
  12. local Gibs = game.Workspace
  13.  
  14. function Kill(Character)
  15.     Character.Humanoid.Health = 0
  16.     local poo = Instance.new("IntValue",Character)
  17.     poo.Name = "haha nope"
  18.     local svch = Character
  19.     local hum = Character:findFirstChild("Humanoid")
  20.     Character.Archivable = true
  21.     local chrclone = Character:clone()
  22.     Character.Archivable = false
  23.  
  24.     local ch = chrclone:GetChildren()
  25.     local i
  26.     for i = 1,#ch do
  27.         if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" or ch[i].ClassName == "Script" then
  28.             ch[i]:remove()
  29.         end
  30.     end
  31.     local function Scan(ch)
  32.         local e
  33.         for e = 1,#ch do
  34.             Scan(ch[e]:GetChildren())
  35.             if ch[e].ClassName == "Weld" or ch[e].ClassName == "Motor6D" then
  36.                 ch[e]:remove()
  37.             end
  38.         end
  39.     end
  40.     Scan(chrclone:GetChildren())
  41.  
  42.     local hum2 = chrclone:findFirstChild("Humanoid")
  43.  
  44.  
  45.     if hum2 ~= nil then
  46.         hum2.Name = "Humanoid2"
  47.         hum2.PlatformStand = true
  48.         hum2.Sit = true
  49.         hum2.MaxHealth = 0
  50.         hum2.Health = 0
  51.     end
  52.  
  53.     local ch = Character:GetChildren()
  54.     local i
  55.     for i = 1,#ch do
  56.         if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  57.             ch[i]:remove()
  58.         end
  59.     end
  60.  
  61.     wait(0.2)
  62.  
  63.     local ch = Character:GetChildren()
  64.     local i
  65.     for i = 1,#ch do
  66.         if ch[i].ClassName == "Part" or ch[i].ClassName == "Hat" or ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  67.             ch[i]:remove()
  68.         end
  69.     end
  70.     Character = chrclone
  71.     local Torso = Character.Torso
  72.     local movevector = Vector3.new()
  73.  
  74.     if Torso then
  75.         local Head = Character:FindFirstChild("Head")
  76.         local Limb = Character:FindFirstChild("Right Arm")
  77.         if Limb then
  78.  
  79.             Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  80.             local Joint = Instance.new("Glue")
  81.             Joint.Name = "RightShoulder"
  82.             Joint.Part0 = Torso
  83.             Joint.Part1 = Limb
  84.             Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  85.             Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  86.             Joint.Parent = Torso
  87.  
  88.             local B = Instance.new("Part")
  89.             B.TopSurface = 0
  90.             B.BottomSurface = 0
  91.             B.formFactor = "Symmetric"
  92.             B.Size = Vector3.new(1, 1, 1)
  93.             B.Transparency = 1
  94.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  95.             B.Parent = Character
  96.             local W = Instance.new("Weld")
  97.             W.Part0 = Limb
  98.             W.Part1 = B
  99.             W.C0 = CFrame.new(0, -0.5, 0)
  100.             W.Parent = Limb
  101.  
  102.         end
  103.         local Limb = Character:FindFirstChild("Left Arm")
  104.         if Limb then
  105.  
  106.             Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  107.             local Joint = Instance.new("Glue")
  108.             Joint.Name = "LeftShoulder"
  109.             Joint.Part0 = Torso
  110.             Joint.Part1 = Limb
  111.             Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  112.             Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  113.             Joint.Parent = Torso
  114.  
  115.             local B = Instance.new("Part")
  116.             B.TopSurface = 0
  117.             B.BottomSurface = 0
  118.             B.formFactor = "Symmetric"
  119.             B.Size = Vector3.new(1, 1, 1)
  120.             B.Transparency = 1
  121.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  122.             B.Parent = Character
  123.             local W = Instance.new("Weld")
  124.             W.Part0 = Limb
  125.             W.Part1 = B
  126.             W.C0 = CFrame.new(0, -0.5, 0)
  127.             W.Parent = Limb
  128.  
  129.         end
  130.         local Limb = Character:FindFirstChild("Right Leg")
  131.         if Limb then
  132.  
  133.             Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  134.             local Joint = Instance.new("Glue")
  135.             Joint.Name = "RightHip"
  136.             Joint.Part0 = Torso
  137.             Joint.Part1 = Limb
  138.             Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  139.             Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  140.             Joint.Parent = Torso
  141.  
  142.             local B = Instance.new("Part")
  143.             B.TopSurface = 0
  144.             B.BottomSurface = 0
  145.             B.formFactor = "Symmetric"
  146.             B.Size = Vector3.new(1, 1, 1)
  147.             B.Transparency = 1
  148.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  149.             B.Parent = Character
  150.             local W = Instance.new("Weld")
  151.             W.Part0 = Limb
  152.             W.Part1 = B
  153.             W.C0 = CFrame.new(0, -0.5, 0)
  154.             W.Parent = Limb
  155.  
  156.         end
  157.         local Limb = Character:FindFirstChild("Left Leg")
  158.         if Limb then
  159.  
  160.             Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  161.             local Joint = Instance.new("Glue")
  162.             Joint.Name = "LeftHip"
  163.             Joint.Part0 = Torso
  164.             Joint.Part1 = Limb
  165.             Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  166.             Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  167.             Joint.Parent = Torso
  168.  
  169.             local B = Instance.new("Part")
  170.             B.TopSurface = 0
  171.             B.BottomSurface = 0
  172.             B.formFactor = "Symmetric"
  173.             B.Size = Vector3.new(1, 1, 1)
  174.             B.Transparency = 1
  175.             B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  176.             B.Parent = Character
  177.             local W = Instance.new("Weld")
  178.             W.Part0 = Limb
  179.             W.Part1 = B
  180.             W.C0 = CFrame.new(0, -0.5, 0)
  181.             W.Parent = Limb
  182.  
  183.         end
  184.         --[
  185.         local Bar = Instance.new("Part")
  186.         Bar.TopSurface = 0
  187.         Bar.BottomSurface = 0
  188.         Bar.formFactor = "Symmetric"
  189.         Bar.Size = Vector3.new(1, 1, 1)
  190.         Bar.Transparency = 1
  191.         Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  192.         Bar.Parent = Character
  193.         local Weld = Instance.new("Weld")
  194.         Weld.Part0 = Torso
  195.         Weld.Part1 = Bar
  196.         Weld.C0 = CFrame.new(0, 0.5, 0)
  197.         Weld.Parent = Torso
  198.         --]]
  199.     end
  200.     Character.Parent = Gibs
  201.     game.Debris:AddItem(Character, 12)
  202.     if movevector ~= Vector3.new() then
  203.         for i = 1,10 do
  204.             wait()
  205.             Torso.Velocity = Vector3.new(0,0,-100)
  206.             Head.Velocity = movevector * 200
  207.         end
  208.     end
  209.     local duh = Torso
  210. ee = Instance.new("Part")
  211. ee.Anchored = false
  212. ee.CanCollide = false
  213. ee.Parent = duh
  214. ee.Transparency =1
  215. ee.Size = Vector3.new(0.15, 0.15, 0.15)
  216. wee = Instance.new("Weld")
  217. wee.Parent = duh
  218. wee.Part0 = duh
  219. wee.Part1 = ee
  220. wee.C0 = CFrame.new(0, 1, 0)
  221. ge = Instance.new('ParticleEmitter')
  222. ge.Parent = ee
  223. ge.Texture = "rbxassetid://29712167"
  224. ge.Size = NumberSequence.new(0.2,0.05)
  225. ge.Acceleration = Vector3.new(0, -20, 0)
  226. ge.Rate = 100000
  227. ge.Speed = NumberRange.new(7,8)
  228. ge.Lifetime = NumberRange.new(3,4)
  229. ge.VelocitySpread = 10
  230. ge.VelocityInheritance = 0.3
  231. ea = Instance.new("Part")
  232. ea.Anchored = false
  233. ea.CanCollide = false
  234. ea.Parent = Character.Head
  235. ea.Transparency =1
  236. ea.Size = Vector3.new(0.15, 0.15, 0.15)
  237. wea = Instance.new("Weld")
  238. wea.Parent = Character.Head
  239. wea.Part0 = Character.Head
  240. wea.Part1 = ea
  241. wea.C0 = CFrame.new(0, -0.7, 0)
  242. ga = Instance.new('ParticleEmitter')
  243. ga.Parent = ea
  244. ga.Texture = "rbxassetid://29712167"
  245. ga.Size = NumberSequence.new(0.2,0.05)
  246. ga.Acceleration = Vector3.new(0, -20, 0)
  247. ga.Rate = 100000
  248. ga.Speed = NumberRange.new(7,8)
  249. ga.Lifetime = NumberRange.new(3,4)
  250. ga.VelocitySpread = 10
  251. ga.VelocityInheritance = 0.3
  252. ga.EmissionDirection = Enum.NormalId.Bottom
  253. end
  254.  
  255. local plr = game.Players.LocalPlayer
  256. local chr = plr.Character
  257. local mouse = plr:GetMouse()
  258. local tors = chr.Torso
  259. local humroot = chr.HumanoidRootPart:Clone()
  260. local torsclone = tors:Clone()
  261. local anim = chr.Animate:Clone()
  262. local hum = chr.Humanoid:Clone()
  263. local head = chr.Head:Clone()
  264. local neck = chr.Torso.Neck:Clone()
  265. local rightarm = chr["Right Arm"]:Clone()
  266. local leftarm = chr["Left Arm"]:Clone()
  267. local leftleg = chr["Left Leg"]:Clone()
  268. local rightleg = chr["Right Leg"]:Clone()
  269. local rightshoulder = tors["Right Shoulder"]:Clone()
  270. local leftshoulder = tors["Left Shoulder"]:Clone()
  271. local righthip = tors["Right Hip"]:Clone()
  272. local lefthip = tors["Left Hip"]:Clone()
  273. local shirt = nil
  274. local pants = nil
  275. local hats = {}
  276. local lastpos = CFrame.new(0,0,0)
  277. local on = true
  278. local doing = false
  279. local stabbing = false
  280. local slicing = false
  281. local partz = nil
  282.  
  283. local rootjoint = chr.HumanoidRootPart.RootJoint:Clone()
  284. chr.Humanoid:Destroy()
  285.  
  286. game:GetService('RunService').Stepped:connect(function()
  287.     if chr.Parent == nil then
  288.     chr.RobloxLocked = false
  289.     chr.Parent = game.Workspace
  290. for i,d in pairs(chr:GetDescendants()) do
  291. if d.ClassName == "Part" then
  292. d.Material = "Neon"
  293. d.BrickColor = BrickColor.Random()
  294. end
  295. end
  296.     end
  297.     if chr:FindFirstChildOfClass('Humanoid') == nil then
  298.         hum:Clone().Parent = chr
  299.         chr.Animate:Destroy()
  300.         anim:Clone().Parent = chr
  301. for i,d in pairs(chr:GetDescendants()) do
  302. if d.ClassName == "Part" then
  303. d.Material = "Neon"
  304. d.BrickColor = BrickColor.Random()
  305. end
  306. end
  307.     end
  308.     if chr:FindFirstChild('HumanoidRootPart') == nil then
  309.         humroot:Clone().Parent = chr
  310.         humroot.CFrame = lastpos
  311.         chr.Humanoid:Destroy()
  312.         hum:Clone().Parent = chr
  313.         chr.Animate:Destroy()
  314.         anim:Clone().Parent = chr
  315.         chr.HumanoidRootPart.RootJoint:Destroy()
  316. for i,d in pairs(chr:GetDescendants()) do
  317. if d.ClassName == "Part" then
  318. d.Material = "Neon"
  319. d.BrickColor = BrickColor.Random()
  320. end
  321. end
  322.     end
  323.     if chr:FindFirstChild('Torso') == nil then
  324.         chr.Humanoid:Destroy()
  325.         local tor = tors:Clone()
  326.         tor.Parent = chr
  327.         hum:Clone().Parent = chr
  328.         chr.Animate:Destroy()
  329.         anim:Clone().Parent = chr
  330. for i,d in pairs(chr:GetDescendants()) do
  331. if d.ClassName == "Part" then
  332. d.Material = "Neon"
  333. d.BrickColor = BrickColor.Random()
  334. end
  335. end
  336.     end
  337.     if chr.HumanoidRootPart:FindFirstChild('RootJoint') == nil then
  338.         local rtj = rootjoint:Clone()
  339.         rtj.Parent = chr.HumanoidRootPart
  340.         rtj.Part0 = chr.HumanoidRootPart
  341.         rtj.Part1 = chr.Torso
  342. for i,d in pairs(chr:GetDescendants()) do
  343. if d.ClassName == "Part" then
  344. d.Material = "Neon"
  345. d.BrickColor = BrickColor.Random()
  346. end
  347. end
  348.     end
  349.     if chr:FindFirstChild('Head') == nil then
  350.         chr.Humanoid:Destroy()
  351.         head:Clone().Parent = chr
  352.         hum:Clone().Parent = chr
  353.         chr.Animate:Destroy()
  354.         anim:Clone().Parent = chr
  355. for i,d in pairs(chr:GetDescendants()) do
  356. if d.ClassName == "Part" then
  357. d.Material = "Neon"
  358. d.BrickColor = BrickColor.Random()
  359. end
  360. end
  361.     end
  362.     if chr.Torso:FindFirstChild('Neck') == nil then
  363.         chr.Humanoid:Destroy()
  364.         local hec = neck:Clone()
  365.         hec.Parent = chr.Torso
  366.         hec.Part0 = chr.Torso
  367.         hec.Part1 = chr.Head
  368.         hum:Clone().Parent = chr
  369.         chr.Animate:Destroy()
  370.         anim:Clone().Parent = chr
  371. for i,d in pairs(chr:GetDescendants()) do
  372. if d.ClassName == "Part" then
  373. d.Material = "Neon"
  374. d.BrickColor = BrickColor.Random()
  375. end
  376. end
  377.     end
  378.     if chr:FindFirstChild('Right Leg') == nil then
  379.         rightleg:Clone().Parent = chr
  380.         local fi = righthip:Clone()
  381.         fi.Parent = chr.Torso
  382.         fi.Part0 = chr.Torso
  383.         fi.Part1 = chr["Right Leg"]
  384. for i,d in pairs(chr:GetDescendants()) do
  385. if d.ClassName == "Part" then
  386. d.Material = "Neon"
  387. d.BrickColor = BrickColor.Random()
  388. end
  389. end
  390.     end
  391.     if chr:FindFirstChild('Right Arm') == nil then
  392.         rightarm:Clone().Parent = chr
  393.         local fi = rightshoulder:Clone()
  394.         fi.Parent = chr.Torso
  395.         fi.Part0 = chr.Torso
  396.         fi.Part1 = chr["Right Arm"]
  397. for i,d in pairs(chr:GetDescendants()) do
  398. if d.ClassName == "Part" then
  399. d.Material = "Neon"
  400. d.BrickColor = BrickColor.Random()
  401. end
  402. end
  403.     end
  404.     if chr:FindFirstChild('Left Leg') == nil then
  405.         leftleg:Clone().Parent = chr
  406.         local fi = lefthip:Clone()
  407.         fi.Parent = chr.Torso
  408.         fi.Part0 = chr.Torso
  409.         fi.Part1 = chr["Left Leg"]
  410. for i,d in pairs(chr:GetDescendants()) do
  411. if d.ClassName == "Part" then
  412. d.Material = "Neon"
  413. d.BrickColor = BrickColor.Random()
  414. end
  415. end
  416.     end
  417.     if chr:FindFirstChild('Left Arm') == nil then
  418.         leftarm:Clone().Parent = chr
  419.         local fi = leftshoulder:Clone()
  420.         fi.Parent = chr.Torso
  421.         fi.Part0 = chr.Torso
  422.         fi.Part1 = chr["Left Arm"]
  423. for i,d in pairs(chr:GetDescendants()) do
  424. if d.ClassName == "Part" then
  425. d.Material = "Neon"
  426. d.BrickColor = BrickColor.Random()
  427. end
  428. end
  429.     end
  430.     for i,v in pairs(chr:GetChildren()) do
  431.         if v.Name == "Mask" or v.ClassName == "Accessory" or v.ClassName == "Shirt" or v.ClassName == "Pants" or v.Name == "KatanaHolder" then
  432.             v:Destroy()
  433.         end
  434.     end
  435.     chr.Humanoid.Health = chr.Humanoid.MaxHealth
  436.     lastpos = chr.HumanoidRootPart.CFrame
  437. end)
  438.  
  439. for i,d in pairs(chr:GetDescendants()) do
  440. if d.ClassName == "Part" then
  441. d.Material = "Neon"
  442. d.BrickColor = BrickColor.Random()
  443. end
  444. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement