Advertisement
Migas3456

fe kill hax

Mar 12th, 2018
886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. -- Objects
  2.  
  3. local kill = Instance.new("ScreenGui")
  4. local mainframe = Instance.new("Frame")
  5. local stuff = Instance.new("Frame")
  6. local close = Instance.new("TextButton")
  7. local title = Instance.new("TextLabel")
  8. local box = Instance.new("TextBox")
  9. local killbutton = Instance.new("TextButton")
  10.  
  11. -- Properties
  12.  
  13. kill.Name = "kill"
  14. if game.PlaceId == "843495510,843468296" then
  15. kill.Parent = game.Players.LocalPlayer.PlayerGui
  16. kill.ResetOnSpawn = false
  17. else
  18. kill.Parent = game.CoreGui
  19. end
  20.  
  21. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  22. local Found = {}
  23. local strl = String:lower()
  24. if strl == "all" then
  25. for i,v in pairs(game.Players:GetPlayers()) do
  26. table.insert(Found,v)
  27. end
  28. elseif strl == "others" then
  29. for i,v in pairs(game.Players:GetPlayers()) do
  30. if v.Name ~= game.Players.LocalPlayer.Name then
  31. table.insert(Found,v)
  32. end
  33. end
  34. else
  35. for i,v in pairs(game.Players:GetPlayers()) do
  36. if v.Name:lower():sub(1, #String) == String:lower() then
  37. table.insert(Found,v)
  38. end
  39. end
  40. end
  41. return Found
  42. end
  43.  
  44. mainframe.Name = "mainframe"
  45. mainframe.Parent = kill
  46. mainframe.BackgroundColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  47. mainframe.Position = UDim2.new(0, 414, 0, 200)
  48. mainframe.Size = UDim2.new(0, 391, 0, 191)
  49. mainframe.Active = true
  50. mainframe.Draggable = true
  51.  
  52. stuff.Name = "stuff"
  53. stuff.Parent = mainframe
  54. stuff.BackgroundColor3 = Color3.new(0.705882, 0.572549, 0.0941177)
  55. stuff.Size = UDim2.new(0, 391, 0, 17)
  56.  
  57. close.Name = "close"
  58. close.Parent = stuff
  59. close.BackgroundColor3 = Color3.new(1, 1, 1)
  60. close.BackgroundTransparency = 1
  61. close.Position = UDim2.new(0, 372, 0, 0)
  62. close.Size = UDim2.new(0, 17, 0, 17)
  63. close.Font = Enum.Font.SourceSans
  64. close.Text = "X"
  65. close.TextColor3 = Color3.new(1, 0, 0)
  66. close.TextSize = 14
  67. close.MouseButton1Down:connect(function()
  68. kill:Destroy()
  69. end)
  70.  
  71. title.Name = "title"
  72. title.Parent = stuff
  73. title.BackgroundColor3 = Color3.new(1, 1, 1)
  74. title.BackgroundTransparency = 1
  75. title.Size = UDim2.new(0, 200, 0, 17)
  76. title.Font = Enum.Font.SourceSans
  77. title.Text = "fe kill hax lol"
  78. title.TextSize = 20
  79. title.TextXAlignment = Enum.TextXAlignment.Left
  80.  
  81. box.Name = "box"
  82. box.Parent = mainframe
  83. box.BackgroundColor3 = Color3.new(1, 1, 1)
  84. box.Position = UDim2.new(0, 96, 0, 43)
  85. box.Size = UDim2.new(0, 200, 0, 50)
  86. box.Font = Enum.Font.SourceSans
  87. box.Text = "Victim M8"
  88. box.TextSize = 30
  89.  
  90. killbutton.Name = "killbutton"
  91. killbutton.Parent = mainframe
  92. killbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  93. killbutton.Position = UDim2.new(0, 96, 0, 127)
  94. killbutton.Size = UDim2.new(0, 200, 0, 50)
  95. killbutton.Font = Enum.Font.SourceSans
  96. killbutton.Text = "Kill"
  97. killbutton.TextSize = 25
  98. killbutton.MouseButton1Down:connect(function()
  99. for i,v in pairs(GetPlayer(box.Text))do
  100. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  101. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  102. l.Parent = game.Players.LocalPlayer.Character
  103. l.Name = "Humanoid"
  104. wait(0.1)
  105. game.Players.LocalPlayer.Character["1"]:Destroy()
  106. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  107. game.Players.LocalPlayer.Character.Animate.Disabled = true
  108. wait(0.1)
  109. game.Players.LocalPlayer.Character.Animate.Disabled = false
  110. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  111. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  112. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  113. end
  114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  115. wait(0.2)
  116. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  117. wait(0.4)
  118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
  119. end
  120. end)
  121.  
  122. while wait() do
  123. title.TextColor3 = Color3.new(1,0,0)
  124. for i=1,15 do
  125. game:GetService("RunService").RenderStepped:wait()
  126. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g+(17/255),title.TextColor3.b)
  127. end
  128. for i=1,15 do
  129. game:GetService("RunService").RenderStepped:wait()
  130. title.TextColor3 = Color3.new(title.TextColor3.r-(17/255),title.TextColor3.g,title.TextColor3.b)
  131. end
  132. for i=1,15 do
  133. game:GetService("RunService").RenderStepped:wait()
  134. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g,title.TextColor3.b+(17/255))
  135. end
  136. for i=1,15 do
  137. game:GetService("RunService").RenderStepped:wait()
  138. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g-(17/255),title.TextColor3.b)
  139. end
  140. for i=1,15 do
  141. game:GetService("RunService").RenderStepped:wait()
  142. title.TextColor3 = Color3.new(title.TextColor3.r+(17/255),title.TextColor3.g,title.TextColor3.b)
  143. end
  144. for i=1,15 do
  145. game:GetService("RunService").RenderStepped:wait()
  146. title.TextColor3 = Color3.new(title.TextColor3.r,title.TextColor3.g,title.TextColor3.b-(17/255))
  147. end
  148. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement