jack788556

Untitled

May 20th, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. --Haven't got a clue who made this. It got leaked by someone.--
  2.  
  3. -- Objects
  4.  
  5. local FEGUI = Instance.new("ScreenGui")
  6. local topbar = Instance.new("Frame")
  7. local main = Instance.new("Frame")
  8. local colorlabel = Instance.new("TextLabel")
  9. local colorgray = Instance.new("TextButton")
  10. local colorred = Instance.new("TextButton")
  11. local colorblue = Instance.new("TextButton")
  12. local colororange = Instance.new("TextButton")
  13. local killall = Instance.new("TextButton")
  14. local kill = Instance.new("TextButton")
  15. local killothers = Instance.new("TextButton")
  16. local goto = Instance.new("TextButton")
  17. local god = Instance.new("TextButton")
  18. local floattorso = Instance.new("TextButton")
  19. local name = Instance.new("TextBox")
  20. local exit = Instance.new("TextButton")
  21.  
  22. -- Properties
  23.  
  24. FEGUI.Name = "FEGUI"
  25. FEGUI.Parent = game.CoreGui
  26.  
  27. topbar.Name = "topbar"
  28. topbar.Parent = FEGUI
  29. topbar.Active = true
  30. topbar.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  31. topbar.BorderSizePixel = 0
  32. topbar.Draggable = true
  33. topbar.Position = UDim2.new(0, 949, 0, 269)
  34. topbar.Selectable = true
  35. topbar.Size = UDim2.new(0, 227, 0, 27)
  36.  
  37. main.Name = "main"
  38. main.Parent = topbar
  39. main.BackgroundColor3 = Color3.new(1, 1, 1)
  40. main.BorderSizePixel = 0
  41. main.Position = UDim2.new(0, 0, 0, 27)
  42. main.Size = UDim2.new(0, 227, 0, 209)
  43.  
  44. colorlabel.Name = "colorlabel"
  45. colorlabel.Parent = main
  46. colorlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  47. colorlabel.BackgroundTransparency = 1
  48. colorlabel.Position = UDim2.new(0, 13, 0, 0)
  49. colorlabel.Size = UDim2.new(0, 196, 0, 21)
  50. colorlabel.Font = Enum.Font.ArialBold
  51. colorlabel.FontSize = Enum.FontSize.Size18
  52. colorlabel.Text = "Color:"
  53. colorlabel.TextColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  54. colorlabel.TextSize = 18
  55.  
  56. colorgray.Name = "colorgray"
  57. colorgray.Parent = main
  58. colorgray.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  59. colorgray.BorderSizePixel = 0
  60. colorgray.Position = UDim2.new(0, 35, 0, 27)
  61. colorgray.Size = UDim2.new(0, 33, 0, 17)
  62. colorgray.Font = Enum.Font.SourceSans
  63. colorgray.FontSize = Enum.FontSize.Size14
  64. colorgray.Text = ""
  65. colorgray.TextSize = 14
  66.  
  67. colorred.Name = "colorred"
  68. colorred.Parent = main
  69. colorred.BackgroundColor3 = Color3.new(0.796079, 0, 0)
  70. colorred.BorderSizePixel = 0
  71. colorred.Position = UDim2.new(0, 75, 0, 27)
  72. colorred.Size = UDim2.new(0, 33, 0, 17)
  73. colorred.Font = Enum.Font.SourceSans
  74. colorred.FontSize = Enum.FontSize.Size14
  75. colorred.Text = ""
  76. colorred.TextSize = 14
  77.  
  78. colorblue.Name = "colorblue"
  79. colorblue.Parent = main
  80. colorblue.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  81. colorblue.BorderSizePixel = 0
  82. colorblue.Position = UDim2.new(0, 115, 0, 27)
  83. colorblue.Size = UDim2.new(0, 33, 0, 17)
  84. colorblue.Font = Enum.Font.SourceSans
  85. colorblue.FontSize = Enum.FontSize.Size14
  86. colorblue.Text = ""
  87. colorblue.TextSize = 14
  88.  
  89. colororange.Name = "colororange"
  90. colororange.Parent = main
  91. colororange.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  92. colororange.BorderSizePixel = 0
  93. colororange.Position = UDim2.new(0, 155, 0, 27)
  94. colororange.Size = UDim2.new(0, 33, 0, 17)
  95. colororange.Font = Enum.Font.SourceSans
  96. colororange.FontSize = Enum.FontSize.Size14
  97. colororange.Text = ""
  98. colororange.TextSize = 14
  99.  
  100. killall.Name = "killall"
  101. killall.Parent = main
  102. killall.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  103. killall.BorderSizePixel = 0
  104. killall.Position = UDim2.new(0, 15, 0, 94)
  105. killall.Size = UDim2.new(0, 64, 0, 50)
  106. killall.Font = Enum.Font.Arial
  107. killall.FontSize = Enum.FontSize.Size14
  108. killall.Text = "Kill All"
  109. killall.TextColor3 = Color3.new(1, 1, 1)
  110. killall.TextSize = 14
  111.  
  112. kill.Name = "kill"
  113. kill.Parent = main
  114. kill.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  115. kill.BorderSizePixel = 0
  116. kill.Position = UDim2.new(0, 82, 0, 94)
  117. kill.Size = UDim2.new(0, 64, 0, 50)
  118. kill.Font = Enum.Font.Arial
  119. kill.FontSize = Enum.FontSize.Size14
  120. kill.Text = "Kill"
  121. kill.TextColor3 = Color3.new(1, 1, 1)
  122. kill.TextSize = 14
  123.  
  124. killothers.Name = "killothers"
  125. killothers.Parent = main
  126. killothers.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  127. killothers.BorderSizePixel = 0
  128. killothers.Position = UDim2.new(0, 149, 0, 94)
  129. killothers.Size = UDim2.new(0, 64, 0, 50)
  130. killothers.Font = Enum.Font.Arial
  131. killothers.FontSize = Enum.FontSize.Size14
  132. killothers.Text = "Kill Others"
  133. killothers.TextColor3 = Color3.new(1, 1, 1)
  134. killothers.TextSize = 14
  135. killothers.TextWrapped = true
  136.  
  137. goto.Name = "goto"
  138. goto.Parent = main
  139. goto.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  140. goto.BorderSizePixel = 0
  141. goto.Position = UDim2.new(0, 15, 0, 147)
  142. goto.Size = UDim2.new(0, 64, 0, 50)
  143. goto.Font = Enum.Font.Arial
  144. goto.FontSize = Enum.FontSize.Size14
  145. goto.Text = "Goto"
  146. goto.TextColor3 = Color3.new(1, 1, 1)
  147. goto.TextSize = 14
  148.  
  149. god.Name = "god"
  150. god.Parent = main
  151. god.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  152. god.BorderSizePixel = 0
  153. god.Position = UDim2.new(0, 82, 0, 147)
  154. god.Size = UDim2.new(0, 64, 0, 50)
  155. god.Font = Enum.Font.Arial
  156. god.FontSize = Enum.FontSize.Size14
  157. god.Text = "God"
  158. god.TextColor3 = Color3.new(1, 1, 1)
  159. god.TextSize = 14
  160.  
  161. floattorso.Name = "floattorso"
  162. floattorso.Parent = main
  163. floattorso.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  164. floattorso.BorderSizePixel = 0
  165. floattorso.Position = UDim2.new(0, 149, 0, 147)
  166. floattorso.Size = UDim2.new(0, 64, 0, 50)
  167. floattorso.Font = Enum.Font.Arial
  168. floattorso.FontSize = Enum.FontSize.Size14
  169. floattorso.Text = "Floating Torso"
  170. floattorso.TextColor3 = Color3.new(1, 1, 1)
  171. floattorso.TextSize = 14
  172. floattorso.TextWrapped = true
  173.  
  174. name.Name = "name"
  175. name.Parent = main
  176. name.BorderSizePixel = 2
  177. name.Position = UDim2.new(0, 15, 0, 59)
  178. name.Size = UDim2.new(0, 197, 0, 23)
  179. name.Font = Enum.Font.ArialBold
  180. name.FontSize = Enum.FontSize.Size14
  181. name.Text = "Player Name"
  182. name.BorderColor3 = Color3.new(00.45098, 0.45098, 0.45098)
  183. name.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  184. name.TextColor3 = Color3.new(255, 255, 255)
  185. name.TextSize = 14
  186.  
  187. exit.Name = "exit"
  188. exit.Parent = topbar
  189. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  190. exit.BackgroundTransparency = 1
  191. exit.Position = UDim2.new(0, 194, 0, 0)
  192. exit.Size = UDim2.new(0, 33, 0, 27)
  193. exit.Font = Enum.Font.Arial
  194. exit.FontSize = Enum.FontSize.Size18
  195. exit.Text = "X"
  196. exit.TextColor3 = Color3.new(1, 1, 1)
  197. exit.TextSize = 18
  198. colorgray.MouseButton1Click:connect(function()
  199. local a = {name, floattorso, god, goto, killothers, kill, killall, topbar}
  200. for i,v in pairs(a) do
  201. v.BackgroundColor3 = Color3.new(0.607843, 0.607843, 0.607843)
  202. v.BorderColor3 = Color3.new(0.607843, 0.607843, 0.607843)
  203. if v.ClassName == "TextButton" then
  204. v.TextColor3 = Color3.new(255, 255, 255)
  205. end
  206. end
  207. end)
  208. colorred.MouseButton1Click:connect(function()
  209. local a = {name, floattorso, god, goto, killothers, kill, killall, topbar}
  210. for i,v in pairs(a) do
  211. v.BackgroundColor3 = Color3.new(0.796079, 0, 0)
  212. v.BorderColor3 = Color3.new(0.796079, 0, 0)
  213. if v.ClassName == "TextButton" then
  214. v.TextColor3 = Color3.new(255, 255, 255)
  215. if v.ClassName == "TextBox" then
  216. v.BackgroundColor3 = Color3.new(255, 255, 255)
  217. end
  218. end
  219. end
  220. end)
  221. colorblue.MouseButton1Click:connect(function()
  222. local a = {name, floattorso, god, goto, killothers, kill, killall, topbar}
  223. for i,v in pairs(a) do
  224. v.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  225. v.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  226. if v.ClassName == "TextButton" then
  227. v.TextColor3 = Color3.new(255, 255, 255)
  228. if v.ClassName == "TextBox" then
  229. v.BackgroundColor3 = Color3.new(255, 255, 255)
  230. end
  231. end
  232. end
  233. end)
  234. colororange.MouseButton1Click:connect(function()
  235. local a = {name, floattorso, god, goto, killothers, kill, killall, topbar}
  236. for i,v in pairs(a) do
  237. v.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  238. v.BorderColor3 = Color3.new(1, 0.666667, 0)
  239. if v.ClassName == "TextButton" then
  240. v.TextColor3 = Color3.new(255, 255, 255)
  241. if v.ClassName == "TextBox" then
  242. v.BackgroundColor3 = Color3.new(255, 255, 255)
  243. end
  244. end
  245. end
  246. end)
  247. god.MouseButton1Click:connect(function()
  248. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  249. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  250. l.Parent = game.Players.LocalPlayer.Character
  251. l.Name = "Humanoid"
  252. wait(0.1)
  253. game.Players.LocalPlayer.Character["1"]:Destroy()
  254. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  255. game.Players.LocalPlayer.Character.Animate.Disabled = true
  256. wait(0.1)
  257. game.Players.LocalPlayer.Character.Animate.Disabled = false
  258. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  259. end)
  260. goto.MouseButton1Click:connect(function()
  261. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:FindFirstChild(name.Text).Character.HumanoidRootPart.Position)
  262. end)
  263. killothers.MouseButton1Click:connect(function()
  264. local move = math.huge*math.huge
  265. for i,v in pairs(game.Players:GetPlayers()) do
  266. if v.Name~=game.Players.LocalPlayer.Name then
  267. v:Move(Vector3.new(move))
  268. end
  269. end
  270. end)
  271. kill.MouseButton1Click:connect(function()
  272. local victim = name.Text
  273. local move = math.huge*math.huge
  274. for i,v in pairs(game.Players:GetPlayers()) do
  275. if v.Name == victim then
  276. v:Move(Vector3.new(move))
  277. end
  278. end
  279. end)
  280. killall.MouseButton1Click:connect(function()
  281. local move = math.huge*math.huge
  282. for i,v in pairs(game.Players:GetPlayers()) do
  283. v:Move(Vector3.new(move))
  284. end
  285. end)
  286. floattorso.MouseButton1Click:connect(function()
  287. local Weld1 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  288. Weld1.Part0 = game.Players.LocalPlayer.Character.Head
  289. Weld1.Part1 = game.Players.LocalPlayer.Character.Torso
  290. local Weld2 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  291. Weld2.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  292. Weld2.Part1 = game.Players.LocalPlayer.Character.Torso
  293. local Weld3 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  294. Weld3.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  295. Weld3.Part1 = game.Players.LocalPlayer.Character.Torso
  296. local Weld4 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  297. Weld4.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  298. Weld4.Part1 = game.Players.LocalPlayer.Character.Torso
  299. local Weld5 = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  300. Weld5.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  301. Weld5.Part1 = game.Players.LocalPlayer.Character.Torso
  302. end)
  303. exit.MouseButton1Click:connect(function()
  304. FEGUI:ClearAllChildren()
  305. FEGUI:remove()
  306. print("Goodbye "..game.Players.LocalPlayer.Name)
  307. end)
Add Comment
Please, Sign In to add comment