teotv202

Untitled

May 5th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.68 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("use h/ and not hl/") end
  2. char = owner.Character
  3.  
  4. p = char:GetChildren()
  5. if p.ClassName == "CharacterMesh" then
  6.     p:remove()
  7. end
  8.  
  9. gc = char:GetChildren()
  10. for i=1, #gc do
  11. if gc[i].ClassName == "Hat" or gc[i].ClassName == "Accessory" or gc[i].ClassName == "Shirt" or gc[i].ClassName == "Pants" or gc[i].ClassName == "ShirtGraphic" then
  12. gc[i]:Destroy()
  13. end
  14. end
  15.  
  16. if owner.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  17. owner.Character.Torso.Transparency = 0.99
  18. owner.Character.Head.Transparency = 0.99
  19. owner.Character.Head.face.Transparency = 1
  20. owner.Character["Left Arm"].Transparency = 0.99
  21. owner.Character["Right Arm"].Transparency = 0.99
  22. owner.Character["Left Leg"].Transparency = 0.99
  23. owner.Character["Right Leg"].Transparency = 0.99
  24. else
  25. if owner.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  26. owner.Character.Head.Transparency = 0.99
  27. owner.Character.Head.face.Transparency = 1
  28. owner.Character.LeftHand.Transparency = 0.99
  29. owner.Character.RightHand.Transparency = 0.99
  30. owner.Character.LeftFoot.Transparency = 0.99
  31. owner.Character.RightFoot.Transparency = 0.99
  32. owner.Character.LeftUpperArm.Transparency = 0.99
  33. owner.Character.LeftLowerArm.Transparency = 0.99
  34. owner.Character.LeftUpperLeg.Transparency = 0.99
  35. owner.Character.LeftLowerLeg.Transparency = 0.99
  36. owner.Character.RightUpperArm.Transparency = 0.99
  37. owner.Character.RightLowerArm.Transparency = 0.99
  38. owner.Character.RightUpperLeg.Transparency = 0.99
  39. owner.Character.RightLowerLeg.Transparency = 0.99
  40. owner.Character.UpperTorso.Transparency = 0.99
  41. owner.Character.LowerTorso.Transparency = 0.99
  42. end
  43. end
  44.  
  45. if owner.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  46. mesh = Instance.new("SpecialMesh",char["Head"])
  47. mesh.MeshType = "Brick"
  48. mesh = Instance.new("SpecialMesh",char["Left Arm"])
  49. mesh.MeshType = "Brick"
  50. mesh = Instance.new("SpecialMesh",char["Right Arm"])
  51. mesh.MeshType = "Brick"
  52. mesh = Instance.new("SpecialMesh",char["Left Leg"])
  53. mesh.MeshType = "Brick"
  54. mesh = Instance.new("SpecialMesh",char["Right Leg"])
  55. mesh.MeshType = "Brick"
  56. mesh = Instance.new("SpecialMesh",char["Right Arm"])
  57. mesh.MeshType = "Brick"
  58. else
  59. if owner.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  60. mesh = Instance.new("SpecialMesh",char.Torso)
  61. mesh.MeshType = "Brick"
  62. mesh = Instance.new("SpecialMesh",char["LeftUpperArm"])
  63. mesh.MeshType = "Brick"
  64. mesh = Instance.new("SpecialMesh",char["LeftLowerArm"])
  65. mesh.MeshType = "Brick"
  66. mesh = Instance.new("SpecialMesh",char["LeftUpperLeg"])
  67. mesh.MeshType = "Brick"
  68. mesh = Instance.new("SpecialMesh",char["LeftLowerLeg"])
  69. mesh.MeshType = "Brick"
  70. mesh = Instance.new("SpecialMesh",char["RightUpperArm"])
  71. mesh.MeshType = "Brick"
  72. mesh = Instance.new("SpecialMesh",char["RightLowerArm"])
  73. mesh.MeshType = "Brick"
  74. mesh = Instance.new("SpecialMesh",char["UpperTorso"])
  75. mesh.MeshType = "Brick"
  76. mesh = Instance.new("SpecialMesh",char["LowerTorso"])
  77. mesh.MeshType = "Brick"
  78. mesh = Instance.new("SpecialMesh",owner.Character.LeftHand)
  79. mesh.MeshType = "Brick"
  80. mesh = Instance.new("SpecialMesh",owner.Character.RightHand)
  81. mesh.MeshType = "Brick"
  82. mesh = Instance.new("SpecialMesh",owner.Character.LeftFoot)
  83. mesh.MeshType = "Brick"
  84. mesh = Instance.new("SpecialMesh",owner.Character.RightFoot)
  85. mesh.MeshType = "Brick"
  86. end
  87. end
  88.  
  89. if owner.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  90. owner.Character.Torso.Material = "Glass"
  91. owner.Character.Head.Material = "Glass"
  92. owner.Character["Left Arm"].Material = "Glass"
  93. owner.Character["Right Arm"].Material = "Glass"
  94. owner.Character["Left Leg"].Material = "Glass"
  95. owner.Character["Right Leg"].Material = "Glass"
  96. else
  97. if owner.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  98. owner.Character.Head.Material = "Glass"
  99. owner.Character.LeftHand.Material = "Glass"
  100. owner.Character.RightHand.Material = "Glass"
  101. owner.Character.LeftFoot.Material = "Glass"
  102. owner.Character.RightFoot.Material = "Glass"
  103. owner.Character.LeftUpperArm.Material = "Glass"
  104. owner.Character.LeftLowerArm.Material = "Glass"
  105. owner.Character.LeftUpperLeg.Material = "Glass"
  106. owner.Character.LeftLowerLeg.Material = "Glass"
  107. owner.Character.RightUpperArm.Material = "Glass"
  108. owner.Character.RightLowerArm.Material = "Glass"
  109. owner.Character.RightUpperLeg.Material = "Glass"
  110. owner.Character.RightLowerLeg.Material = "Glass"
  111. owner.Character.UpperTorso.Material = "Glass"
  112. owner.Character.LowerTorso.Material = "Glass"
  113. end
  114. end
  115.  
  116. if owner.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  117. owner.Character.Torso.BrickColor = BrickColor.new("White")
  118. owner.Character.Head.BrickColor = BrickColor.new("White")
  119. owner.Character["Left Arm"].BrickColor = BrickColor.new("White")
  120. owner.Character["Right Arm"].BrickColor = BrickColor.new("White")
  121. owner.Character["Left Leg"].BrickColor = BrickColor.new("White")
  122. owner.Character["Right Leg"].BrickColor = BrickColor.new("White")
  123. else
  124. if owner.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  125. owner.Character.Head.BrickColor = BrickColor.new("White")
  126. owner.Character.LeftHand.BrickColor = BrickColor.new("White")
  127. owner.Character.RightHand.BrickColor = BrickColor.new("White")
  128. owner.Character.LeftFoot.BrickColor = BrickColor.new("White")
  129. owner.Character.RightFoot.BrickColor = BrickColor.new("White")
  130. owner.Character.LeftUpperArm.BrickColor = BrickColor.new("White")
  131. owner.Character.LeftLowerArm.BrickColor = BrickColor.new("White")
  132. owner.Character.LeftUpperLeg.BrickColor = BrickColor.new("White")
  133. owner.Character.LeftLowerLeg.BrickColor = BrickColor.new("White")
  134. owner.Character.RightUpperArm.BrickColor = BrickColor.new("White")
  135. owner.Character.RightLowerArm.BrickColor = BrickColor.new("White")
  136. owner.Character.RightUpperLeg.BrickColor = BrickColor.new("White")
  137. owner.Character.RightLowerLeg.BrickColor = BrickColor.new("White")
  138. owner.Character.UpperTorso.BrickColor = BrickColor.new("White")
  139. owner.Character.LowerTorso.BrickColor = BrickColor.new("White")
  140. end
  141. end
  142.  
  143. owner.Character.Humanoid:Destroy()
  144. Instance.new("ForceField",owner.Character).Visible = false
  145. local remote = NLS ([==[
  146. char = game:GetService("Players").LocalPlayer.Character
  147. Instance.new("Humanoid",char)
  148. game:GetService("Workspace").CurrentCamera.CameraSubject = char
  149.  
  150. char.Head.face:remove()
  151.  
  152. char.Animate.Disabled = true
  153. wait(0.01)
  154. char.Animate.Disabled = false
  155.  
  156. char.Humanoid.DisplayDistanceType = "None"
  157. char.Humanoid.Name = "0 ANTI-DAMAGE 0"
  158. tool = Instance.new("Tool",game:GetService("Players").LocalPlayer.Backpack)
  159. tool.RequiresHandle = false
  160. tool.Name = "Jump"
  161. tool.CanBeDropped = false
  162. tool.Activated:connect(function()
  163. char:FindFirstChildOfClass("Humanoid").Jump = true
  164. end)
  165. ]==], owner.Character):WaitForChild 'ServerRemote';
  166. mouse = owner:GetMouse ();
Add Comment
Please, Sign In to add comment