ZABLAZY_Y

Untitled

Mar 24th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("FE Covered By Red_Jack142 | FE Made By Red_Jack142")
  5. print("Have Fun!")
  6. script.Parent = Player.Character
  7.  
  8. --RemoteEvent for communicating
  9. local Event = Instance.new("RemoteEvent")
  10. Event.Name = "UserInput_Event"
  11.  
  12. --Fake event to make stuff like Mouse.KeyDown work
  13. local function fakeEvent()
  14. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  15. t.connect = t.Connect
  16. return t
  17. end
  18.  
  19. --Creating fake input objects with fake variables
  20. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  21. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  22. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  23. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  24. end}
  25. --Merged 2 functions into one by checking amount of arguments
  26. CAS.UnbindAction = CAS.BindAction
  27.  
  28. --This function will trigger the events that have been :Connect()'ed
  29. local function te(self,ev,...)
  30. local t = m[ev]
  31. if t and t._fakeEvent and t.Function then
  32. t.Function(...)
  33. end
  34. end
  35. m.TrigEvent = te
  36. UIS.TrigEvent = te
  37.  
  38. Event.OnServerEvent:Connect(function(plr,io)
  39. if plr~=Player then return end
  40. if io.isMouse then
  41. m.Target = io.Target
  42. m.Hit = io.Hit
  43. else
  44. local b = io.UserInputState == Enum.UserInputState.Begin
  45. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  46. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  47. end
  48. for _,t in pairs(CAS.Actions) do
  49. for _,k in pairs(t.Keys) do
  50. if k==io.KeyCode then
  51. t.Function(t.Name,io.UserInputState,io)
  52. end
  53. end
  54. end
  55. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  56. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  57. end
  58. end)
  59. Event.Parent = NLS([==[
  60. local Player = owner
  61. local Event = script:WaitForChild("UserInput_Event")
  62.  
  63. local UIS = game:GetService("UserInputService")
  64. local input = function(io,a)
  65. if a then return end
  66. --Since InputObject is a client-side instance, we create and pass table instead
  67. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  68. end
  69. UIS.InputBegan:Connect(input)
  70. UIS.InputEnded:Connect(input)
  71.  
  72. local Mouse = Player:GetMouse()
  73. local h,t
  74. --Give the server mouse data 30 times every second, but only if the values changed
  75. --If player is not moving their mouse, client won't fire events
  76. while wait(1/30) do
  77. if h~=Mouse.Hit or t~=Mouse.Target then
  78. h,t=Mouse.Hit,Mouse.Target
  79. Event:FireServer({isMouse=true,Target=t,Hit=h})
  80. end
  81. end]==],Player.Character)
  82. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  83. end
  84.  
  85.  
  86. plr = owner
  87. repeat wait() until plr.Character
  88. char = plr.Character
  89.  
  90. -- Credit to shack for the anti death system
  91.  
  92. local BODY = {}
  93. LeftArm = char["Left Arm"]
  94. RightLeg = char["Right Leg"]
  95. LeftLeg = char["Left Leg"]
  96. for _, c in pairs(char:GetDescendants()) do
  97. if c:IsA("BasePart") and c.Name ~= "Handle" then
  98. if c ~= char.HumanoidRootPart and c ~= char.Torso and c ~= char.Head and c ~= char["Right Arm"] and c ~= LeftArm and c ~= RightLeg and c ~= LeftLeg then
  99. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  100. end
  101. table.insert(BODY,{c,c.Parent,c.Material,c.Color,c.Transparency})
  102. elseif c:IsA("JointInstance") then
  103. table.insert(BODY,{c,c.Parent,nil,nil,nil})
  104. end
  105. end
  106. for e = 1, #BODY do
  107. if BODY[e] ~= nil then
  108. local STUFF = BODY[e]
  109. local PART = STUFF[1]
  110. local PARENT = STUFF[2]
  111. local MATERIAL = STUFF[3]
  112. local COLOR = STUFF[4]
  113. local TRANSPARENCY = STUFF[5]
  114. if PART.ClassName == "Part" and PART ~= char.HumanoidRootPart then
  115. PART.Material = MATERIAL
  116. PART.Color = COLOR
  117. PART.Transparency = TRANSPARENCY
  118. end
  119. PART.AncestryChanged:Connect(function()
  120. PART.Parent = PARENT
  121. end)
  122. end
  123. end
  124. function refit()
  125. char.Parent = workspace
  126. for e = 1, #BODY do
  127. if BODY[e] ~= nil then
  128. local STUFF = BODY[e]
  129. local PART = STUFF[1]
  130. local PARENT = STUFF[2]
  131. local MATERIAL = STUFF[3]
  132. local COLOR = STUFF[4]
  133. local TRANSPARENCY = STUFF[5]
  134. if PART.ClassName == "Part" and PART ~= char.HumanoidRootPart then
  135. PART.Material = MATERIAL
  136. PART.Color = COLOR
  137. PART.Transparency = TRANSPARENCY
  138. end
  139. if PART.Parent ~= PARENT then
  140. char:FindFirstChildOfClass("Humanoid"):remove()
  141. PART.Parent = PARENT
  142. Humanoid = Instance.new("Humanoid",char)
  143. end
  144. end
  145. end
  146. end
  147. char.Humanoid.Died:connect(function()
  148. refit()
  149. end)
  150. local torso = Instance.new("SelectionBox",char)
  151. torso.Adornee = char.Torso
  152. local leftarm = Instance.new("SelectionBox",char)
  153. leftarm.Adornee = LeftArm
  154. local rightarm = Instance.new("SelectionBox",char)
  155. rightarm.Adornee = char["Right Arm"]
  156. local leftleg = Instance.new("SelectionBox",char)
  157. leftleg.Adornee = LeftLeg
  158. local rightleg = Instance.new("SelectionBox",char)
  159. rightleg.Adornee = char["Right Leg"]
  160. -- Color pallet
  161. green = "Lime green"
  162. red = "Really red"
  163. blue = "Electric blue"
  164. yellow = "New Yeller"
  165. violet = "Pastel violet"
  166.  
  167. print("Discord username is")
  168. wait(2)
  169. print("Jack[Script Editor/Developer]#5205")
  170.  
  171. coroutine.wrap(function()
  172. while true do
  173. wait(0.5)
  174. torso.Color3 = BrickColor.new(green).Color
  175. rightarm.Color3 = BrickColor.new(green).Color
  176. leftarm.Color3 = BrickColor.new(green).Color
  177. leftleg.Color3 = BrickColor.new(green).Color
  178. rightleg.Color3 = BrickColor.new(green).Color
  179. wait(0.5)
  180. torso.Color3 = BrickColor.new(red).Color
  181. rightarm.Color3 = BrickColor.new(red).Color
  182. leftarm.Color3 = BrickColor.new(red).Color
  183. leftleg.Color3 = BrickColor.new(red).Color
  184. rightleg.Color3 = BrickColor.new(red).Color
  185. wait(0.5)
  186. torso.Color3 = BrickColor.new(blue).Color
  187. rightarm.Color3 = BrickColor.new(blue).Color
  188. leftarm.Color3 = BrickColor.new(blue).Color
  189. leftleg.Color3 = BrickColor.new(blue).Color
  190. rightleg.Color3 = BrickColor.new(blue).Color
  191. wait(0.5)
  192. torso.Color3 = BrickColor.new(yellow).Color
  193. rightarm.Color3 = BrickColor.new(yellow).Color
  194. leftarm.Color3 = BrickColor.new(yellow).Color
  195. leftleg.Color3 = BrickColor.new(yellow).Color
  196. rightleg.Color3 = BrickColor.new(yellow).Color
  197. wait(0.5)
  198. torso.Color3 = BrickColor.new(violet).Color
  199. rightarm.Color3 = BrickColor.new(violet).Color
  200. leftarm.Color3 = BrickColor.new(violet).Color
  201. leftleg.Color3 = BrickColor.new(violet).Color
  202. rightleg.Color3 = BrickColor.new(violet).Color
  203. end
  204. end)()
  205. while true do
  206. wait()
  207. refit()
  208. char.Humanoid.Health = math.huge
  209. char.Humanoid.MaxHealth = math.huge
  210. end
Advertisement
Add Comment
Please, Sign In to add comment