NKSz

EXORUIS - KILL/BRING/ATTACH

Apr 2nd, 2018
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.33 KB | None | 0 0
  1. ScreenGui = Instance.new("ScreenGui")
  2. Frame = Instance.new("Frame")
  3. Kill = Instance.new("TextButton")
  4. Bring = Instance.new("TextButton")
  5. Attach = Instance.new("TextButton")
  6. TextLabel = Instance.new("TextLabel")
  7. TextLabel_2 = Instance.new("TextLabel")
  8. EnterName = Instance.new("TextBox")
  9. TextButton = Instance.new("TextButton")
  10. LockOn = Instance.new("TextButton")
  11.  
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.Active = true
  16. Frame.BackgroundColor3 = Color3.new(0.164706, 0.203922, 1)
  17. Frame.Position = UDim2.new(0.161048695, 0, 0.212806016, 0)
  18. Frame.Draggable = true
  19. Frame.Size = UDim2.new(0, 260, 0, 183)
  20.  
  21. Kill.Name = "Kill"
  22. Kill.Parent = Frame
  23. Kill.BackgroundColor3 = Color3.new(0.0627451, 0.0470588, 0.494118)
  24. Kill.BackgroundTransparency = 0.10000000149012
  25. Kill.BorderSizePixel = 3
  26. Kill.Position = UDim2.new(0.0566753447, 0, 0.334757209, 0)
  27. Kill.Size = UDim2.new(0, 111, 0, 35)
  28. Kill.Font = Enum.Font.SciFi
  29. Kill.FontSize = Enum.FontSize.Size28
  30. Kill.Text = "Kill"
  31. Kill.TextSize = 25
  32. Kill.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  33. Kill.TextStrokeTransparency = 0.20000000298023
  34.  
  35. Bring.Name = "Bring"
  36. Bring.Parent = Frame
  37. Bring.BackgroundColor3 = Color3.new(0.0627451, 0.0470588, 0.494118)
  38. Bring.BackgroundTransparency = 0.10000000149012
  39. Bring.BorderSizePixel = 3
  40. Bring.Position = UDim2.new(0.0566753447, 0, 0.582165658, 0)
  41. Bring.Size = UDim2.new(0, 111, 0, 35)
  42. Bring.Font = Enum.Font.SciFi
  43. Bring.FontSize = Enum.FontSize.Size28
  44. Bring.Text = "Bring"
  45. Bring.TextSize = 25
  46. Bring.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  47. Bring.TextStrokeTransparency = 0.20000000298023
  48.  
  49. Attach.Name = "Attach"
  50. Attach.Parent = Frame
  51. Attach.BackgroundColor3 = Color3.new(0.0627451, 0.0470588, 0.494118)
  52. Attach.BackgroundTransparency = 0.10000000149012
  53. Attach.BorderSizePixel = 3
  54. Attach.Position = UDim2.new(0.522535503, 0, 0.330794156, 0)
  55. Attach.Size = UDim2.new(0, 111, 0, 35)
  56. Attach.Font = Enum.Font.SciFi
  57. Attach.FontSize = Enum.FontSize.Size28
  58. Attach.Text = "Attach"
  59. Attach.TextSize = 25
  60. Attach.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  61. Attach.TextStrokeTransparency = 0.20000000298023
  62.  
  63. TextLabel.Parent = Frame
  64. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  65. TextLabel.BackgroundTransparency = 1
  66. TextLabel.Position = UDim2.new(0.0327868834, 0, 0.851851881, 0)
  67. TextLabel.Size = UDim2.new(0, 211, 0, 16)
  68. TextLabel.Font = Enum.Font.Cartoon
  69. TextLabel.FontSize = Enum.FontSize.Size12
  70. TextLabel.Text = "(Red): Must Have Tools In Your Inventory"
  71. TextLabel.TextSize = 12
  72. TextLabel.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  73. TextLabel.TextStrokeTransparency = 0.20000000298023
  74.  
  75. TextLabel_2.Parent = Frame
  76. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  77. TextLabel_2.BackgroundTransparency = 1
  78. TextLabel_2.Position = UDim2.new(0, 0, 0.92592597, 0)
  79. TextLabel_2.Size = UDim2.new(0, 181, 0, 16)
  80. TextLabel_2.Font = Enum.Font.Cartoon
  81. TextLabel_2.FontSize = Enum.FontSize.Size18
  82. TextLabel_2.Text = "(Green): No Need for Tools"
  83. TextLabel_2.TextSize = 15
  84. TextLabel_2.TextStrokeColor3 = Color3.new(0.133333, 1, 0)
  85. TextLabel_2.TextStrokeTransparency = 0.20000000298023
  86.  
  87. EnterName.Name = "EnterName"
  88. EnterName.Parent = Frame
  89. EnterName.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  90. EnterName.BorderSizePixel = 3
  91. EnterName.Position = UDim2.new(0.177941173, 0, 0.0461087376, 0)
  92. EnterName.Size = UDim2.new(0, 167, 0, 35)
  93. EnterName.Font = Enum.Font.SourceSans
  94. EnterName.FontSize = Enum.FontSize.Size14
  95. EnterName.Text = "EnterName"
  96. EnterName.TextColor3 = Color3.new(0, 0, 0)
  97. EnterName.TextSize = 14
  98.  
  99. TextButton.Parent = Frame
  100. TextButton.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  101. TextButton.Size = UDim2.new(0, 20, 0, 22)
  102. TextButton.Font = Enum.Font.Cartoon
  103. TextButton.FontSize = Enum.FontSize.Size28
  104. TextButton.Text = "X"
  105. TextButton.TextSize = 25
  106. TextButton.TextStrokeColor3 = Color3.new(0.152941, 0.854902, 0.960784)
  107. TextButton.TextStrokeTransparency = 0.20000000298023
  108.  
  109. LockOn.Name = "LockOn"
  110. LockOn.Parent = Frame
  111. LockOn.BackgroundColor3 = Color3.new(0.0627451, 0.0470588, 0.494118)
  112. LockOn.BackgroundTransparency = 0.10000000149012
  113. LockOn.BorderSizePixel = 3
  114. LockOn.Position = UDim2.new(0.521634638, 0, 0.582497418, 0)
  115. LockOn.Size = UDim2.new(0, 111, 0, 35)
  116. LockOn.Font = Enum.Font.SciFi
  117. LockOn.FontSize = Enum.FontSize.Size28
  118. LockOn.Text = "Lock On"
  119. LockOn.TextSize = 25
  120. LockOn.TextStrokeColor3 = Color3.new(0.0666667, 1, 0)
  121. LockOn.TextStrokeTransparency = 0.20000000298023
  122.  
  123. -- the good stuff ;) Credist to NKSzYT for this gui xddd i was rushed making it
  124.  
  125. Attach.MouseButton1Click:connect(function()
  126. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  127. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  128. l.Parent = game.Players.LocalPlayer.Character
  129. l.Name = "Humanoid"
  130. wait(0.1)
  131. game.Players.LocalPlayer.Character["1"]:Destroy()
  132. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  133. game.Players.LocalPlayer.Character.Animate.Disabled = true
  134. wait(0.1)
  135. game.Players.LocalPlayer.Character.Animate.Disabled = false
  136. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  137. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  138. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  139. end
  140. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[EnterName.Text].Character["Left Arm"].CFrame
  141. end)
  142.  
  143. Kill.MouseButton1Click:connect(function()
  144. NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  145. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  146. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  147. l.Parent = game.Players.LocalPlayer.Character
  148. l.Name = "Humanoid"
  149. wait(0.1)
  150. game.Players.LocalPlayer.Character["1"]:Destroy()
  151. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  152. game.Players.LocalPlayer.Character.Animate.Disabled = true
  153. wait(0.1)
  154. game.Players.LocalPlayer.Character.Animate.Disabled = false
  155. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  156. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  157. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  158. end
  159. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[EnterName.Text].Character.HumanoidRootPart.CFrame
  160. wait(0.1)
  161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[EnterName.Text].Character.HumanoidRootPart.CFrame
  162. wait(0.3)
  163. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
  164. wait(0.8)
  165. game.Players.LocalPlayer.Character:MoveTo(game.Players[EnterName.Text].Character.Position)
  166. wait(0.8)
  167. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  168. end)
  169.  
  170. Bring.MouseButton1Click:connect(function()
  171. NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  172. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  173. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  174. l.Parent = game.Players.LocalPlayer.Character
  175. l.Name = "Humanoid"
  176. wait(0.1)
  177. game.Players.LocalPlayer.Character["1"]:Destroy()
  178. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  179. game.Players.LocalPlayer.Character.Animate.Disabled = true
  180. wait(0.1)
  181. game.Players.LocalPlayer.Character.Animate.Disabled = false
  182. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  183. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  184. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  185. end
  186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[EnterName.Text].Character.HumanoidRootPart.CFrame
  187. wait(0.1)
  188. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[EnterName.Text].Character.HumanoidRootPart.CFrame
  189. wait(0.3)
  190. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
  191. wait(0.2)
  192. game.Players.LocalPlayer.Character:MoveTo(game.Players[EnterName.Text].Character.Position)
  193. end)
  194.  
  195. TextButton.MouseButton1Click:connect(function()
  196. Frame.Visible = false
  197. end)
  198.  
  199. getlock = false
  200. LockOn.MouseButton1Click:connect(function()
  201. getlock = not getlock
  202. while wait() do
  203. if getlock then
  204. LockOn.BackgroundColor3 = Color3.new(0.392157, 0.960784, 0.360784)
  205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[EnterName.Text].Character.HumanoidRootPart.CFrame
  206. end
  207. if not getlock then
  208. LockOn.BackgroundColor3 = Color3.new(0.962157, 0.390784, 0.360784)
  209. end
  210. end
  211. end)
Advertisement
Add Comment
Please, Sign In to add comment