Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.86 KB | None | 0 0
  1. --script re-released by fireztron, Fe kill made by cyclically
  2.  
  3. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  4. tool3.BinType = "Hammer"
  5. local LocalPlayer = game:GetService("Players").LocalPlayer
  6.  
  7. LocalPlayer.CharacterAdded:Connect(function()
  8.     local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  9.     tool3.BinType = "Hammer"
  10. end)
  11.  
  12. --[[ FE Kill V5 | No tools needed!
  13.     Script made by Cyclically
  14. ]]
  15. local flingplr = nil
  16. function getMouseTarget()
  17.     local cursorPosition = game:GetService("UserInputService"):GetMouseLocation()
  18.     local oray = game.workspace.CurrentCamera:ViewportPointToRay(cursorPosition.x, cursorPosition.y, 0)
  19.     local ray = Ray.new(game.Workspace.CurrentCamera.CFrame.p,(oray.Direction * 1000))
  20.     local part = workspace:FindPartOnRay(ray)
  21.     return part
  22. end
  23.  
  24.  
  25.  
  26. local UserInputService = game:GetService("UserInputService")
  27. UserInputService.InputBegan:Connect(function(input, gameProcessed)
  28.     if input.UserInputType == Enum.UserInputType.MouseButton1 then
  29.         local part = getMouseTarget()
  30.         if part and part.Parent:FindFirstChild('Humanoid') == nil then
  31.             part.Transparency = .5
  32.         end
  33.         print(part:GetFullName())
  34.     if part and part.Parent:FindFirstChild("Humanoid") and part.Parent.Name ~= game:GetService('Players').LocalPlayer.Name then
  35.         -- 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
  36.         local targetname = part.Parent.Name
  37.         local target = game:GetService("Players")[targetname]
  38.         local torsoname = "Torso"
  39.         if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  40.             torsoname = "UpperTorso"
  41.         end
  42.         if target.Character ~= nil then
  43.             local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  44.             LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  45.             local tool = Instance.new("Tool", LocalPlayer.Backpack)
  46.             local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  47.             local hathandle = hat.Handle
  48.             hathandle.Parent = tool
  49.             hathandle.Massless = true
  50.             tool.GripPos = Vector3.new(0, 9e99, 0)
  51.             tool.Parent = LocalPlayer.Character
  52.             repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  53.             tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  54.             LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  55.             flingplr = target.Name
  56.            
  57.            
  58.             print('gay')
  59.             pos = game:GetService('Players')[flingplr].Character:FindFirstChild('HumanoidRootPart').CFrame.p
  60.             repeat
  61.                 wait()
  62.                 if game:GetService('Players'):FindFirstChild(flingplr) ~= nil then
  63.                     if game:GetService('Players')[flingplr].Character:FindFirstChild('HumanoidRootPart') ~= nil then
  64.                         pos2 = game:GetService('Players')[flingplr].Character:FindFirstChild('HumanoidRootPart').CFrame.p
  65.                     else
  66.                         flingplr = nil
  67.                     end
  68.                 else
  69.                     flingplr = nil
  70.                 end
  71.                 print((pos - pos2).Magnitude, "magnitude1")
  72.             until ((pos - pos2).Magnitude > 20) == true or flingplr == nil or target.Character == nil or target.Character:FindFirstChild("Humanoid") == nil or target.Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0
  73.             print("script off")
  74.             flingplr = nil
  75.             LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  76.             hathandle.Parent = hat
  77.             hathandle.Massless = false
  78.             tool:Destroy()
  79.             LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  80.            
  81.         end
  82.     end
  83.     end
  84. end)
  85.  
  86. local noclip = true
  87. local char = game.Players.LocalPlayer.Character
  88. game:GetService('RunService').Stepped:connect(function()
  89.     if flingplr ~= nil then
  90.         if game:GetService('Players'):FindFirstChild(flingplr) ~= nil then
  91.         --local returned, data = pcall(function()
  92.             if game:GetService('Players')[flingplr].Character:FindFirstChild('HumanoidRootPart') ~= nil then
  93.                 if pos ~= nil and pos2 ~= nil then
  94.                     print((pos - pos2).Magnitude, "magnitude2")
  95.                 end
  96.                 print("teleporting")
  97.                 game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = game:GetService('Players')[flingplr].Character:FindFirstChild('HumanoidRootPart').CFrame
  98.             end
  99.         end
  100.         --  return "Ran without error!"
  101.         --end)
  102.         --if not returned then
  103.         --  print(returned , data .. " | ")
  104.         --  flingplr = nil
  105.         --end
  106.     elseif LocalPlayer.Backpack:FindFirstChild('Tool') ~= nil then
  107.         flingplr = nil
  108.         LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  109.         local hathandle = hat.Handle
  110.         local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  111.         hathandle.Parent = hat
  112.         hathandle.Massless = false
  113.         local tool = LocalPlayer.Backpack.Tool
  114.         tool:Destroy()
  115.         LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  116.     end
  117.     if noclip == true then
  118.         for _,v in pairs(char:children()) do
  119.             pcall(function()
  120.                 if v.className == "Part" then
  121.                     v.CanCollide = false
  122.                 elseif v.ClassName == "Model" then
  123.                     v.Head.CanCollide = false
  124.                 end
  125.             end)
  126.         end
  127.     end
  128. end)
  129.  
  130. function createTarget()
  131.     print("gui created")
  132.     local UserInputService = game:GetService("UserInputService")
  133.    
  134.     local TargetGUI = Instance.new("ScreenGui")
  135.     local Target = Instance.new("TextBox")
  136.     local Background = Instance.new("ImageLabel")
  137.    
  138.     TargetGUI.Name = "TargetGUI"
  139.     TargetGUI.Parent = game.Players.LocalPlayer.PlayerGui
  140.    
  141.     Target.Name = "Target"
  142.     Target.Parent = TargetGUI
  143.     Target.BackgroundColor3 = Color3.new(0.12, 0.12, 0.12)
  144.     Target.BackgroundTransparency = 0.3
  145.     Target.ClipsDescendants = true
  146.     Target.AnchorPoint = Vector2.new(0.5,0.5)
  147.     Target.Position = UDim2.new(0.2, 0, 0.8, 0)
  148.     Target.Size = UDim2.new(0, 150, 0, 20)
  149.     Target.Font = Enum.Font.SciFi
  150.     Target.PlaceholderText = "[TARGET]"
  151.     Target.Text = ""
  152.     Target.TextColor3 = Color3.new(1, 1, 1)
  153.     Target.TextSize = 12
  154.     Target.TextWrapped = true
  155.     Target.Draggable = true
  156.    
  157.     local LP = game.Players.LocalPlayer
  158.    
  159.     function findplayer(namey)
  160.         local name = string.lower(namey)
  161.         local player = nil
  162.                        
  163.         local names = game.Players:GetChildren()                      
  164.         for i,v in pairs(names) do
  165.             local strlower = string.lower(v.Name)
  166.             local sub = string.sub(strlower,1,#name)                                    
  167.             if name == sub then
  168.                 player = v
  169.                 if player.Name ~= game.Players.LocalPlayer.Name then
  170.                  
  171.                 end
  172.             end
  173.         end
  174.         if player then
  175.             return player
  176.         else
  177.             return false
  178.         end
  179.     end
  180.    
  181.     Target.FocusLost:Connect(function(enterPressed, inputThatCausedFocusLost)
  182.         if enterPressed then
  183.             local lower = string.lower(Target.Text)
  184.         if string.find(lower,":view ") then
  185.             local playername = string.gsub(lower,":view ","")
  186.             local tarplayer = findplayer(playername)
  187.             if tarplayer ~= false then
  188.             workspace.CurrentCamera.CameraSubject = tarplayer.Character
  189.             end
  190.         elseif string.find(lower,":unview") then
  191.             workspace.CurrentCamera.CameraSubject = LocalPlayer.Character
  192.         end
  193.             local playername = lower
  194.             print(playername)
  195.             local player = findplayer(playername)
  196.             if player ~= false then
  197.                 if player.Character then
  198.                     print(player.Name .. " FOUND!")
  199.             local targetname = player.Name
  200.             local target = game:GetService("Players")[targetname]
  201.             local torsoname = "Torso"
  202.             if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  203.                 torsoname = "UpperTorso"
  204.             end
  205.             if target.Character ~= nil then
  206.                 local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  207.                 LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  208.                 local tool = Instance.new("Tool", LocalPlayer.Backpack)
  209.                 local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  210.                 local hathandle = hat.Handle
  211.                 hathandle.Parent = tool
  212.                 hathandle.Massless = true
  213.                 tool.GripPos = Vector3.new(0, 9e99, 0)
  214.                 tool.Parent = LocalPlayer.Character
  215.                 repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  216.                 tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  217.                 LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  218.                 flingplr = target.Name
  219.  
  220.  
  221.                 print('gay')
  222.                 pos = game:GetService('Players')[flingplr].Character:FindFirstChild('HumanoidRootPart').CFrame.p
  223.                 repeat
  224.                     wait()
  225.                     if game:GetService('Players'):FindFirstChild(flingplr) ~= nil then
  226.                         if game:GetService('Players')[flingplr].Character:FindFirstChild('HumanoidRootPart') ~= nil then
  227.                             pos2 = game:GetService('Players')[flingplr].Character:FindFirstChild('HumanoidRootPart').CFrame.p
  228.                         else
  229.                             flingplr = nil
  230.                         end
  231.                     else
  232.                         flingplr = nil
  233.                     end
  234.                     print((pos - pos2).Magnitude, "magnitude1")
  235.                 until ((pos - pos2).Magnitude > 20) == true or flingplr == nil or target.Character == nil or target.Character:FindFirstChild("Humanoid") == nil or target.Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0
  236.                 print("script off")
  237.                 flingplr = nil
  238.                 LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  239.                 hathandle.Parent = hat
  240.                 hathandle.Massless = false
  241.                 tool:Destroy()
  242.                 LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  243.  
  244.             end
  245.                 end
  246.             end
  247.         end
  248.            
  249.     end)
  250. end
  251.  
  252. print("lol")
  253. createTarget()
  254.  
  255. local bra
  256. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  257.     if string.lower(msg) == ",systemtoggle" then
  258.         if system == false then
  259.             system = true
  260.             bra = game.Players.PlayerRemoving:Connect(function(plr)
  261.                 game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plr.Name .. " has left the game!", "All")
  262.             end)
  263.         elseif system == true then
  264.             system = false
  265.             bra:Disconnect()
  266.         end
  267.     end
  268. end)
  269. warn('FUCK SOME KIDS UP')
  270. for i,v in pairs(workspace.Camera:GetDescendants()) do
  271.     if v:IsA('BasePart') then
  272.         v.Position = Vector3.new(0,0,0)
  273.     else
  274.         v:Destroy()
  275.     end
  276. end
  277.  
  278. for i,v in pairs(workspace.Barrier:GetDescendants()) do
  279.     v:Destroy()
  280. end
  281.  
  282. for i,v in pairs(workspace.CounterRestriction:GetDescendants()) do
  283.     v:Destroy()
  284. end
  285.  
  286. for i,v in pairs(workspace.Doors:GetDescendants()) do
  287.     v:Destroy()
  288. end
  289.  
  290. for i,v in pairs(workspace:GetDescendants()) do
  291.     if (v.Name == 'Union' or v.Name == 'Part' ) and math.floor(v.Size.Z + .5) == 2 and v.Material == Enum.Material.Cobblestone then
  292.         v:Destroy()
  293.     end
  294. end
  295.  
  296. workspace.Uniform:Destroy()
  297. workspace.Inactivity:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement