Advertisement
Dowuer

Untitled

Mar 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. local RealPlayer = Player
  4. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end,__call=function(self,...)local t=rawget(self,"_RealService")if t then return t(...)end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return self[t]end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;x.RunService=v({RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")setmetatable(x,{__index=function(self,t)return r:GetService(t)or typeof(r[t])=="function"and function(m,...)return r[t](r,...)end or r[t]end,__newindex=s.__newindex,__call=s.__call})game,owner=x,x.Players.LocalPlayer end
  5. -- Update Log:
  6. -- V5
  7. -- FE Kill doesn't use tools
  8. -- V4.5
  9. -- Made script more compatible for some games
  10. -- Better tool duplication method
  11. -- Kills target more efficiently
  12. -- Attaches target more efficiently
  13. -- Added error notifications for people who are doing it wrong
  14. -- V4.1.2
  15. -- Made script more compatible for some games
  16. -- V4.1
  17. -- Added notifications
  18. -- V4.0
  19. -- Respawn faster
  20. -- Fixed alot of bugs
  21. -- Hide character (Target can't see who killed him/her)
  22. -- Kills target more efficiently
  23. -- V3.0
  24. -- Confuse target camera (Takes the target's camera focus to the void so he/she can't determine who killed them)
  25. -- Kills target more efficiently
  26. -- Attaches target to your character more efficiently
  27. -- Attach target to your character without teleporting to them
  28. -- V2.0
  29. -- Attach target detection (Keep attempting to attach target to your character until they attach)
  30. -- Attaches target to your character more efficiently
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. --[[ FE Kill V5 | No tools needed!
  38. Script made by Cyclically
  39. Credits to dhruvil123 (Same method but uses tools)
  40. https://v3rmillion.net/member.php?action=profile&uid=785986
  41. MAKE SURE THE GAME HAS PLAYER COLLISION
  42. IF U GET KICKED IT MEANS ITS PATCHED
  43. ]]
  44.  
  45. local targetname = "pedrorajadas"
  46.  
  47. -- Don't edit script unless you know what you're doing. If you wanna add this into a script, please give credits and message me on discord that you added it in a script at Cyclically#4905
  48.  
  49. local LocalPlayer = owner
  50. local target = game:GetService("Players")[targetname]
  51. local torsoname = "Torso"
  52. if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  53. torsoname = "UpperTorso"
  54. end
  55. if target.Character ~= nil then
  56. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  57. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  58. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  59. local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  60. local hathandle = hat.Handle
  61. hathandle.Parent = tool
  62. hathandle.Massless = true
  63. tool.GripPos = Vector3.new(0, 9e99, 0)
  64. tool.Parent = LocalPlayer.Character
  65. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  66. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  67. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  68. repeat
  69. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = target.Character:FindFirstChild("HumanoidRootPart").CFrame
  70. wait()
  71. until target.Character == nil or target.Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0 or (target.Character:FindFirstChild("HumanoidRootPart").Velocity.magnitude - target.Character:FindFirstChild("Humanoid").WalkSpeed) > (target.Character:FindFirstChild("Humanoid").WalkSpeed + 20)
  72. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  73. hathandle.Parent = hat
  74. hathandle.Massless = false
  75. tool:Destroy()
  76. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  77. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement