Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
2,354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.04 KB | None | 0 0
  1. -- RBX.Lua LocalScript | Hackerman | xDarkScripter
  2.  
  3.  
  4. local Players = game:GetService("Players")
  5. local UserInputService = game:GetService("UserInputService")
  6. local RunService = game:GetService("RunService")
  7.  
  8. local Player = Players.LocalPlayer
  9. local Camera = workspace.CurrentCamera
  10. local Mouse = Player:GetMouse()
  11.  
  12. local Character = Player.Character
  13. local Torso = Character.Torso
  14.  
  15. local Typing = false
  16. local TypingSub = 1
  17. local TypingSub2 = 1
  18.  
  19. local Neck = Torso.Neck
  20.  
  21. Neck.C1 = CFrame.new(0, -0.5, 0)
  22.  
  23. local RightArm = Character["Right Arm"]
  24. local LeftArm = Character["Left Arm"]
  25.  
  26. local RightShoulder = Instance.new("Weld", Torso)
  27. RightShoulder.Part0 = Torso
  28. RightShoulder.Part1 = RightArm
  29.  
  30. local LeftShoulder = Instance.new("Weld", Torso)
  31. LeftShoulder.Part0 = Torso
  32. LeftShoulder.Part1 = LeftArm
  33.  
  34. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  35. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  36.  
  37.  
  38. local Code = [[
  39. make[3]: Entering directory '/home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/kodi-423072a/.armv7ve-libreelec-linux-gnueabi'
  40. [ 0%] Generating ServiceDescription.h
  41. [ 0%] Generating AddonModuleXbmcaddon.i.cpp
  42. [ 0%] Performing download step (verify and extract) for 'dvdcss'
  43. Scanning dependencies of target export-files
  44. make[3]: Leaving directory '/home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/kodi-423072a/.armv7ve-libreelec-linux-gnueabi'
  45. make[3]: Entering directory '/home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/kodi-423072a/.armv7ve-libreelec-linux-gnueabi'
  46. [ 0%] Copying files into build tree
  47. CMake Warning at dvdcss-stamp/verify-dvdcss.cmake:15 (message):
  48. File will not be verified since no URL_HASH specified
  49.  
  50.  
  51. [ 0%] No download step for 'libcpluff'
  52. CMake Error at /home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/kodi-423072a/cmake/scripts/common/GenerateVersionedFiles.cmake:29 (file):
  53. file COPY cannot copy file
  54. "/home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/kodi-423072a/addons/xbmc.addon/metadata.xsd"
  55. to
  56. "/home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/kodi-423072a/.armv7ve-libreelec-linux-gnueabi/addons/xbmc.addon/metadata.xsd".
  57.  
  58. -- extracting...
  59. src='/home/neil/projects/LibreELEC.tv/sources/libdvdcss/libdvdcss-2f12236.tar.gz'
  60. dst='/home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/kodi-423072a/.armv7ve-libreelec-linux-gnueabi/build/libdvd/src/dvdcss'
  61. -- extracting... [tar xfz]
  62.  
  63. make[3]: *** [CMakeFiles/compileinfo.dir/build.make:86: build/xbmc/CompileInfo.cpp] Error 1
  64. make[3]: Leaving directory '/home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/kodi-423072a/.armv7ve-libreelec-linux-gnueabi'
  65. make[2]: *** [CMakeFiles/Makefile2:704: CMakeFiles/compileinfo.dir/all] Error 2
  66. ]]
  67.  
  68.  
  69. local Argument = [[
  70. The hacker group Lulz Security recently accessed and published on the web the details of millions of users on SonyPictures.com, including passwords and personal details such as home addresses. They accomplished this using a simple and widely known hack involving using SQL to confuse and overload the site's programming.
  71.  
  72. 'A LulSec press release said: "SonyPictures.com was owned by a very simple SQL injection, one of the most primitive and common vulnerabilities, as we should all know by now.
  73.  
  74. "From a single injection, we accessed EVERYTHING. Why do you put such faith in a company that allows itself to become open to these simple attacks?" '
  75.  
  76. (http://www.bbc.co.uk/news/business-13636704)
  77.  
  78. Sony, as a major technology company that handles the data of millions of customers worldwide, should be able to defend itself against simple and widely known hacks. To highlight this vulnerability to both Sony, who genuinely may not realise their web security has holes, and the customers, who may wish to reconsider entrusting Sony with their personal details.
  79. ]]
  80.  
  81.  
  82.  
  83. game.Lighting.GlobalShadows = false
  84. game.Lighting.Brightness = 0.25
  85.  
  86.  
  87. local function Smooth(Part)
  88. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  89. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  90. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  91. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  92. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  93. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  94. end
  95.  
  96.  
  97. local function SetLine(Line, Alpha, Beta)
  98. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  99. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  100. local Magnitude = math.sqrt(dx^2 + dy^2)
  101.  
  102. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  103. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  104. Line.Rotation = math.deg(math.atan2(dy, dx))
  105. end
  106.  
  107.  
  108. local Keyboard = Instance.new("Part")
  109. Keyboard.BrickColor = BrickColor.new("Really black")
  110. Keyboard.Material = Enum.Material.Neon
  111. Keyboard.Transparency = 0.1
  112. Keyboard.Size = Vector3.new(5, 0, 2)
  113. Keyboard.CanCollide = false
  114. Keyboard.Locked = true
  115.  
  116. Smooth(Keyboard)
  117.  
  118. local KeyboardWeld = Instance.new("Weld")
  119. KeyboardWeld.Part0 = Torso
  120. KeyboardWeld.Part1 = Keyboard
  121. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  122.  
  123. KeyboardWeld.Parent = Keyboard
  124. Keyboard.Parent = Character
  125.  
  126.  
  127. local Light = Instance.new("PointLight")
  128. Light.Brightness = 1.5
  129. Light.Range = 12
  130. Light.Parent = Keyboard
  131.  
  132.  
  133. local Screen = Instance.new("Part")
  134. Screen.BrickColor = BrickColor.new("Really black")
  135. Screen.Material = Enum.Material.Neon
  136. Screen.Transparency = 0.3
  137. Screen.Size = Vector3.new(6, 4, 0)
  138. Screen.CanCollide = false
  139. Screen.Locked = true
  140.  
  141. Smooth(Screen)
  142.  
  143. local ScreenWeld = Instance.new("Weld")
  144. ScreenWeld.Part0 = Torso
  145. ScreenWeld.Part1 = Screen
  146. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  147.  
  148. local Gui = Instance.new("SurfaceGui")
  149. Gui.Face = "Back"
  150. Gui.Adornee = Screen
  151. Gui.Parent = Screen
  152.  
  153. local Text = Instance.new("TextBox")
  154. Text.BackgroundTransparency = 1
  155. Text.Position = UDim2.new(0, 0, 0, 0)
  156. Text.Size = UDim2.new(1, 0, 1, 0)
  157. Text.TextColor3 = Color3.new(1, 1, 1)
  158. Text.Font = Enum.Font.Code
  159. Text.Active = false
  160. Text.MultiLine = true
  161. Text.TextWrapped = true
  162. Text.FontSize = Enum.FontSize.Size32
  163. Text.TextXAlignment = Enum.TextXAlignment.Left
  164. Text.TextYAlignment = Enum.TextYAlignment.Top
  165. Text.Text = ""
  166.  
  167. Text.Parent = Gui
  168.  
  169. ScreenWeld.Parent = Screen
  170. Screen.Parent = Character
  171.  
  172.  
  173.  
  174. local Screen2 = Instance.new("Part")
  175. Screen2.BrickColor = BrickColor.new("Really black")
  176. Screen2.Material = Enum.Material.Neon
  177. Screen2.Transparency = 0.3
  178. Screen2.Size = Vector3.new(6, 4, 0)
  179. Screen2.CanCollide = false
  180. Screen2.Locked = true
  181.  
  182. Smooth(Screen2)
  183.  
  184. local Screen2Weld = Instance.new("Weld")
  185. Screen2Weld.Part0 = Torso
  186. Screen2Weld.Part1 = Screen2
  187. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  188.  
  189. local Gui2 = Instance.new("SurfaceGui")
  190. Gui2.Face = "Back"
  191. Gui2.Adornee = Screen2
  192. Gui2.Parent = Screen2
  193.  
  194. local Text2 = Instance.new("TextBox")
  195. Text2.BackgroundTransparency = 1
  196. Text2.Position = UDim2.new(0, 0, 0, 0)
  197. Text2.Size = UDim2.new(1, 0, 1, 0)
  198. Text2.TextColor3 = Color3.new(0, 1, 0)
  199. Text2.Font = Enum.Font.Code
  200. Text2.Active = false
  201. Text2.MultiLine = true
  202. Text2.TextWrapped = true
  203. Text2.FontSize = Enum.FontSize.Size32
  204. Text2.TextXAlignment = Enum.TextXAlignment.Left
  205. Text2.TextYAlignment = Enum.TextYAlignment.Top
  206. Text2.Text = ""
  207.  
  208. Text2.Parent = Gui2
  209.  
  210. local ImageKey = Instance.new("ImageLabel")
  211. ImageKey.BackgroundTransparency = 1
  212. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  213. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  214. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  215. ImageKey.ImageTransparency = 1
  216. ImageKey.Parent = Gui2
  217.  
  218. Screen2Weld.Parent = Screen2
  219. Screen2.Parent = Character
  220.  
  221.  
  222.  
  223. local Screen3 = Instance.new("Part")
  224. Screen3.BrickColor = BrickColor.new("Really black")
  225. Screen3.Material = Enum.Material.Neon
  226. Screen3.Transparency = 0.3
  227. Screen3.Size = Vector3.new(6, 4, 0)
  228. Screen3.CanCollide = false
  229. Screen3.Locked = true
  230.  
  231. Smooth(Screen3)
  232.  
  233. local Screen3Weld = Instance.new("Weld")
  234. Screen3Weld.Part0 = Torso
  235. Screen3Weld.Part1 = Screen3
  236. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  237.  
  238. local Gui3 = Instance.new("SurfaceGui")
  239. Gui3.Face = "Back"
  240. Gui3.Adornee = Screen3
  241. Gui3.Parent = Screen3
  242.  
  243. local Map = Instance.new("ImageLabel")
  244. Map.BackgroundTransparency = 1
  245. Map.Position = UDim2.new(0, 0, 0, 0)
  246. Map.Size = UDim2.new(1, 0, 1, 0)
  247. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  248.  
  249. Map.Parent = Gui3
  250.  
  251. Screen3Weld.Parent = Screen3
  252. Screen3.Parent = Character
  253.  
  254. local Points = {}
  255. local Lines = {}
  256.  
  257. for i = 1, 10 do
  258. if i > 1 then
  259. local Line = Instance.new("Frame")
  260. Line.BorderSizePixel = 0
  261. Line.BackgroundColor3 = Color3.new(0.8, 0, 0)
  262. Line.AnchorPoint = Vector2.new(0.5, 0.5)
  263. Line.Parent = Gui3
  264.  
  265. Lines[i] = Line
  266. end
  267.  
  268. local Point = Instance.new("Frame")
  269. Point.BorderSizePixel = 0
  270. Point.BackgroundColor3 = Color3.new(1, 0, 0)
  271. Point.Size = UDim2.new(0, 40, 0, 40)
  272. Point.Position = UDim2.new(math.random(), 0, math.random(), 0)
  273. Point.AnchorPoint = Vector2.new(0.5, 0.5)
  274. Point.Parent = Gui3
  275.  
  276. Points[i] = {Point = Point, Position = Point.Position}
  277. end
  278.  
  279.  
  280.  
  281.  
  282. UserInputService.InputBegan:Connect(function(Input, Processed)
  283. if Processed then return end
  284.  
  285. if Input.UserInputType == Enum.UserInputType.Keyboard then
  286. local KeyCode = Input.KeyCode
  287.  
  288. if KeyCode == Enum.KeyCode.E then
  289. Typing = not Typing
  290. end
  291. end
  292. end)
  293.  
  294.  
  295.  
  296. RunService.Heartbeat:Connect(function()
  297. local Sine = math.sin(tick() * 8) / 8
  298.  
  299. for Key, Value in next, Points do
  300. Value.Point.Size = UDim2.new(0, 25 + Sine * 40, 0, 25 + Sine * 40)
  301. Value.Point.Position = Value.Point.Position:Lerp(Value.Position, 0.1)
  302.  
  303. if Key > 1 then
  304. SetLine(Lines[Key], Value.Point, Points[1].Point)
  305. end
  306. end
  307.  
  308. if math.random(100) == 1 then
  309. for _, Value in next, Points do
  310. Value.Position = UDim2.new(math.random(), 0, math.random(), 0)
  311. end
  312. end
  313.  
  314. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  315.  
  316. if Typing then
  317. if math.random(5) == 1 then
  318. local PressSound = Instance.new("Sound")
  319. PressSound.SoundId = "rbxassetid://265970978"
  320. PressSound.Pitch = 0.5 + math.random() / 5
  321. PressSound.Volume = 3
  322. PressSound.Parent = Keyboard
  323. PressSound:Play()
  324.  
  325. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  326. end
  327.  
  328. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  329.  
  330. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  331. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  332.  
  333. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  334. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  335.  
  336. if math.random(2) == 1 then
  337. if TypingSub < #Argument then
  338. TypingSub = TypingSub + 1
  339. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  340.  
  341. local nl = Text.Text:find("\n")
  342.  
  343. if nl and #Text.Text > 400 then
  344. Text.Text = Text.Text:sub(nl + 1)
  345. end
  346.  
  347. else
  348. TypingSub = 1
  349. end
  350. end
  351.  
  352. if math.random(3) == 1 then
  353. if TypingSub2 < #Code then
  354. TypingSub2 = TypingSub2 + 1
  355. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  356.  
  357. local nl = Text2.Text:find("\n")
  358.  
  359. if nl and #Text2.Text > 400 then
  360. Text2.Text = Text2.Text:sub(nl + 1)
  361. end
  362.  
  363. else
  364. TypingSub2 = 1
  365. end
  366. end
  367.  
  368. else
  369. Neck.C0 = CFrame.new(0, 1, 0)
  370.  
  371. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  372. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  373. end
  374. end)
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. plr = game.Players.LocalPlayer
  401. mouse = plr:GetMouse()
  402. part = nil
  403. bp = nil
  404. particles = nil
  405. function clerp(a,b,c,d)
  406. for i = 0,d,.01 do
  407. a.CFrame = CFrame.new(b:lerp(c,i))
  408. wait()
  409. end
  410. end
  411. function slerp(a2,b2,c2,d2)
  412. for i2 = 0,d2,.01 do
  413. a2.CFrame = CFrame.new(b2:lerp(c2,i2))
  414. wait()
  415. end
  416. end
  417. mouse.KeyDown:connect(function(key)
  418. if key == "e" and plr.Character.Parent == workspace then
  419. plr.Character.Parent = workspace.Camera
  420. plr.Character.Archivable = true
  421. Instance.new("ForceField",plr.Character).Visible = false
  422. for y,t in pairs(plr.Character:GetChildren()) do
  423. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  424. t.Transparency = 1
  425. if t.Name == "Head" and t:FindFirstChild("face") then
  426. t.face.Transparency = 1
  427. end
  428. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  429. t.Handle.Transparency = 1
  430. end
  431. end
  432. elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then
  433. plr.Character.Torso.CFrame = CFrame.new(Vector3.new(mouse.hit.p.X,mouse.hit.p.Y+1.5,mouse.hit.p.Z),plr.Character.Torso.CFrame.p)
  434. elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then
  435. if plr.Character.Torso.Anchored == true then
  436. for y,t in pairs(plr.Character:GetChildren()) do
  437. if t:IsA("Part") then
  438. t.Anchored = false
  439. end
  440. end
  441. else
  442. for y,t in pairs(plr.Character:GetChildren()) do
  443. if t:IsA("Part") then
  444. t.Anchored = true
  445. end
  446. end
  447. end
  448. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  449. local clone = part:Clone()
  450. clone.Parent = workspace
  451. clone.Anchored = false
  452. clone:ClearAllChildren()
  453. clone.CanCollide = true
  454. bp.Parent = clone
  455. particles.Parent = clone
  456. if part.Parent:FindFirstChildOfClass("Humanoid") then
  457. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  458. end
  459. part:Destroy()
  460. part = clone
  461. elseif key == "q" and plr.Character.Parent == workspace.Camera and part == nil then
  462. plr.Character.Parent = workspace
  463. plr.Character.Archivable = false
  464. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  465. for y,t in pairs(plr.Character:GetChildren()) do
  466. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  467. t.Transparency = 0
  468. if t.Name == "Head" and t:FindFirstChild("face") then
  469. t.face.Transparency = 0
  470. end
  471. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  472. t.Handle.Transparency = 0
  473. end
  474. end
  475. end
  476. end)
  477. mouse.Button1Down:connect(function()
  478. if plr.Character.Parent == workspace.Camera then
  479. if mouse ~= nil then
  480. if mouse.Target ~= nil then
  481. part = mouse.Target
  482. bp = Instance.new("BodyPosition",part)
  483. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  484. bp.Position = part.Position
  485. particles = Instance.new("ParticleEmitter",part)
  486. particles.Color = ColorSequence.new(Color3.new(0,0,0))
  487. particles.Size = NumberSequence.new(1)
  488. particles.Texture = "rbxassetid://292289455"
  489. particles.VelocitySpread = 360
  490. particles.Speed = NumberRange.new(0)
  491. particles.RotSpeed = NumberRange.new(0)
  492. particles.Rotation = NumberRange.new(0)
  493. particles.Rate = 250
  494. particles.Lifetime = NumberRange.new(.2,.4)
  495. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  496. dwn = true
  497. end
  498. end
  499. while dwn == true do
  500. wait()
  501. bp.Position = mouse.hit.p
  502. if part then
  503. if part.Parent:FindFirstChildOfClass("Humanoid") then
  504. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  505. end
  506. end
  507. end
  508. end
  509. end)
  510. mouse.Button1Up:connect(function()
  511. dwn = false
  512. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  513. if bp then bp:Destroy() end
  514. if particles then particles:Destroy() end
  515. end)
  516. base = Instance.new("ScreenGui",plr.PlayerGui)
  517. bbg = Instance.new("BillboardGui",plr.Character.Head)
  518. bbg.Size = UDim2.new(0,200,0,50)
  519. bbg.StudsOffset = Vector3.new(0,3,0)
  520. bbgTl = Instance.new("TextLabel",bbg)
  521. bbgTl.BackgroundTransparency = 1
  522. bbgTl.Size = UDim2.new(10,0,1,0)
  523. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  524. bbgTl.Font = "Code"
  525. bbgTl.Text = " "
  526. bbgTl.TextSize = 25
  527. bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
  528. bbgTl.TextColor3 = Color3.new(0,0,0)
  529. bbgTl.TextStrokeTransparency = 0
  530. bbgTl.TextWrapped = true
  531. plr.Chatted:connect(function(msg)
  532. bbgTl.Text = msg
  533. wait(5)
  534. if bbgTl.Text == msg then
  535. bbgTl.Text = " "
  536. end
  537. end)
  538. touchCounter = 0
  539. while wait() do
  540. if plr.Character.Parent == workspace.Camera then
  541. local c = plr.Character:Clone()
  542. c:MakeJoints()
  543. for y,t in pairs(c:GetChildren()) do
  544. if t:IsA("Part") then
  545. t.CanCollide = false
  546. t.Anchored = true
  547. t.Transparency = .5
  548. t.TopSurface = "Smooth"
  549. t.BottomSurface = "Smooth"
  550. t.RightSurface = "Smooth"
  551. t.LeftSurface = "Smooth"
  552. t.FrontSurface = "Smooth"
  553. t.BackSurface = "Smooth"
  554. t.BrickColor = BrickColor.new("Really black")
  555. if t.Name == "Head" and t:FindFirstChild("face") then
  556. t.face:Remove()
  557. elseif t.Name == "Torso" and t:FindFirstChild("roblox") then
  558. t.roblox:Remove()
  559. elseif t.Name == "HumanoidRootPart" then
  560. t:Remove()
  561. end
  562. else
  563. t:Remove()
  564. end
  565. end
  566. c.Parent = workspace
  567. game.Debris:AddItem(c,.05)
  568. end
  569. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement