Advertisement
xennyYT

kill/fling gui

Feb 17th, 2020
4,099
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. local GUI = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local Attach = Instance.new("TextButton")
  5. local TextBox = Instance.new("TextBox")
  6. local Bring = Instance.new("TextButton")
  7. local Kill = Instance.new("TextButton")
  8. local SaveT = Instance.new("TextButton")
  9. local LoadT = Instance.new("TextButton")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local Exit = Instance.new("TextButton")
  12.  
  13. -- Properties
  14.  
  15. GUI.Name = "GUI"
  16. GUI.Parent = game.Players.LocalPlayer.PlayerGui
  17. GUI.ResetOnSpawn = false
  18.  
  19. Main.Name = "Main"
  20. Main.Parent = GUI
  21. Main.Active = true
  22. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  23. Main.BorderSizePixel = 0
  24. Main.Position = UDim2.new(0, 0, 1, -245)
  25. Main.Selectable = true
  26. Main.Size = UDim2.new(0, 368, 0, 245)
  27.  
  28. TextLabel.Parent = Main
  29. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  30. TextLabel.BorderSizePixel = 0
  31. TextLabel.Position = UDim2.new(0, 0, 0.934693873, 0)
  32. TextLabel.Size = UDim2.new(0, 368, 0, 16)
  33. TextLabel.Font = Enum.Font.SourceSansLight
  34. TextLabel.Text = "Tools Required | GUI by: Hoofer | Scripts by: illremember"
  35. TextLabel.TextSize = 14
  36.  
  37. Attach.Name = "Attach"
  38. Attach.Parent = Main
  39. Attach.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
  40. Attach.BorderSizePixel = 0
  41. Attach.Position = UDim2.new(0, 0, 0.751020432, 0)
  42. Attach.Size = UDim2.new(0, 266, 0, 37)
  43. Attach.Font = Enum.Font.SourceSansLight
  44. Attach.Text = "Attach Player"
  45. Attach.TextColor3 = Color3.new(1, 1, 1)
  46. Attach.TextSize = 14
  47.  
  48. TextBox.Parent = Main
  49. TextBox.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  50. TextBox.BorderSizePixel = 0
  51. TextBox.Position = UDim2.new(0, 0, 0.0938775539, 0)
  52. TextBox.Size = UDim2.new(0, 368, 0, 21)
  53. TextBox.Font = Enum.Font.SourceSansLight
  54. TextBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  55. TextBox.PlaceholderText = "Player Name"
  56. TextBox.Text = ""
  57. TextBox.TextColor3 = Color3.new(0, 0, 0)
  58. TextBox.TextSize = 14
  59.  
  60. Bring.Name = "Bring"
  61. Bring.Parent = Main
  62. Bring.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
  63. Bring.BorderSizePixel = 0
  64. Bring.Position = UDim2.new(0, 0, 0.59795922, 0)
  65. Bring.Size = UDim2.new(0, 368, 0, 37)
  66. Bring.Font = Enum.Font.SourceSansLight
  67. Bring.Text = "Bring Player"
  68. Bring.TextColor3 = Color3.new(1, 1, 1)
  69. Bring.TextSize = 14
  70.  
  71. Kill.Name = "Kill"
  72. Kill.Parent = Main
  73. Kill.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
  74. Kill.BorderSizePixel = 0
  75. Kill.Position = UDim2.new(0, 0, 0.446938813, 0)
  76. Kill.Size = UDim2.new(0, 368, 0, 37)
  77. Kill.Font = Enum.Font.SourceSansLight
  78. Kill.Text = "Kill Player"
  79. Kill.TextColor3 = Color3.new(1, 1, 1)
  80. Kill.TextSize = 14
  81.  
  82. SaveT.Name = "SaveT"
  83. SaveT.Parent = Main
  84. SaveT.BackgroundColor3 = Color3.new(0.262745, 0.643137, 1)
  85. SaveT.BorderSizePixel = 0
  86. SaveT.Position = UDim2.new(0, 0, 0.224489793, 0)
  87. SaveT.Size = UDim2.new(0, 368, 0, 21)
  88. SaveT.Font = Enum.Font.SourceSansLight
  89. SaveT.Text = "Save Tools"
  90. SaveT.TextColor3 = Color3.new(1, 1, 1)
  91. SaveT.TextSize = 14
  92.  
  93. LoadT.Name = "LoadT"
  94. LoadT.Parent = Main
  95. LoadT.BackgroundColor3 = Color3.new(0.262745, 0.643137, 1)
  96. LoadT.BorderSizePixel = 0
  97. LoadT.Position = UDim2.new(0, 0, 0.310204089, 0)
  98. LoadT.Size = UDim2.new(0, 368, 0, 21)
  99. LoadT.Font = Enum.Font.SourceSansLight
  100. LoadT.Text = "Load Tools"
  101. LoadT.TextColor3 = Color3.new(1, 1, 1)
  102. LoadT.TextSize = 14
  103.  
  104. TextLabel_2.Parent = Main
  105. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  106. TextLabel_2.BorderSizePixel = 0
  107. TextLabel_2.Size = UDim2.new(0, 368, 0, 23)
  108. TextLabel_2.Font = Enum.Font.SourceSansLight
  109. TextLabel_2.Text = "FE Attach/Bring/Kill Others"
  110. TextLabel_2.TextSize = 14
  111.  
  112. Exit.Name = "Exit"
  113. Exit.Parent = Main
  114. Exit.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
  115. Exit.BorderSizePixel = 0
  116. Exit.Position = UDim2.new(0.747282624, 0, 0.779591858, 0)
  117. Exit.Size = UDim2.new(0, 93, 0, 30)
  118. Exit.Font = Enum.Font.SourceSansLight
  119. Exit.Text = "Exit"
  120. Exit.TextColor3 = Color3.new(1, 1, 1)
  121. Exit.TextSize = 14
  122.  
  123. -- Scripts
  124.  
  125. Kill.MouseButton1Click:connect(function()
  126. -- illremember's cool new kill script for fe
  127. -- requires 2 tools, replace TARGET name with person you want
  128. -- NO FE GODMODE!!
  129. TARGET = TextBox.Text
  130.  
  131. lplayer = game:GetService("Players").LocalPlayer
  132. for i,v in pairs(lplayer.Backpack:GetChildren())do
  133. lplayer.Character.Humanoid:EquipTool(v)
  134. end
  135. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  136. if v:IsA("Tool") then
  137. v.Parent = lplayer.Character
  138. wait()
  139. v.Parent = game:GetService("Players")[TARGET].Character
  140. end
  141. end
  142. wait(1)
  143. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
  144. end)
  145.  
  146. Bring.MouseButton1Click:connect(function()
  147. -- illremember's cool new bring script
  148. -- requires 2 tools, replace TARGET name with person you want
  149. TARGET = TextBox.Text
  150.  
  151. lplayer = game:GetService("Players").LocalPlayer
  152. for i,v in pairs(lplayer.Backpack:GetChildren())do
  153. lplayer.Character.Humanoid:EquipTool(v)
  154. end
  155. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  156. if v:IsA("Tool") then
  157. v.Parent = lplayer.Character
  158. wait()
  159. v.Parent = game:GetService("Players")[TARGET].Character
  160. end
  161. end
  162. wait(1)
  163. local function getout(player,player2)
  164. local char1,char2=player.Character,player2.Character
  165. if char1 and char2 then
  166. char1:MoveTo(char2.Head.Position)
  167. end
  168. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement