Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
1,429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. -- Objects
  2.  
  3. local FEGui = Instance.new("ScreenGui")
  4. local mainWindow = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local CloseButton = Instance.new("TextButton")
  7. local PlayerName = Instance.new("TextBox")
  8. local Teleport = Instance.new("TextButton")
  9. local Invisible = Instance.new("TextButton")
  10. local Cut = Instance.new("TextButton")
  11. local Drop = Instance.new("TextButton")
  12.  
  13. -- Properties
  14.  
  15. FEGui.Name = "FE Gui"
  16. FEGui.Parent = game.CoreGui
  17.  
  18. mainWindow.Name = "mainWindow"
  19. mainWindow.Parent = FEGui
  20. mainWindow.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  21. mainWindow.BackgroundTransparency = 0.34999999403954
  22. mainWindow.BorderSizePixel = 0
  23. mainWindow.Position = UDim2.new(0, 0, 0, 290)
  24. mainWindow.Size = UDim2.new(0, 281, 0, 148)
  25.  
  26. Title.Name = "Title"
  27. Title.Parent = FEGui
  28. Title.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  29. Title.BackgroundTransparency = 0.34999999403954
  30. Title.BorderSizePixel = 0
  31. Title.Position = UDim2.new(0, 0, 0, 290)
  32. Title.Size = UDim2.new(0, 245, 0, 21)
  33. Title.Font = Enum.Font.SourceSans
  34. Title.FontSize = Enum.FontSize.Size18
  35. Title.Text = " FE Gui By Phemzyx"
  36. Title.TextColor3 = Color3.new(1, 1, 1)
  37. Title.TextSize = 18
  38. Title.TextXAlignment = Enum.TextXAlignment.Left
  39.  
  40. CloseButton.Name = "CloseButton"
  41. CloseButton.Parent = FEGui
  42. CloseButton.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  43. CloseButton.BackgroundTransparency = 0.34999999403954
  44. CloseButton.BorderSizePixel = 0
  45. CloseButton.Position = UDim2.new(0, 249, 0, 290)
  46. CloseButton.Size = UDim2.new(0, 32, 0, 21)
  47. CloseButton.FontSize = Enum.FontSize.Size14
  48. CloseButton.Text = "X"
  49. CloseButton.TextColor3 = Color3.new(1, 0, 0)
  50. CloseButton.TextScaled = true
  51. CloseButton.TextSize = 14
  52. CloseButton.TextStrokeTransparency = 0
  53. CloseButton.TextWrapped = true
  54.  
  55. PlayerName.Name = "PlayerName"
  56. PlayerName.Parent = FEGui
  57. PlayerName.BackgroundColor3 = Color3.new(0.709804, 0.709804, 0.709804)
  58. PlayerName.BackgroundTransparency = 0.60000002384186
  59. PlayerName.BorderSizePixel = 0
  60. PlayerName.Position = UDim2.new(0, 5, 0, 320)
  61. PlayerName.Size = UDim2.new(0, 199, 0, 19)
  62. PlayerName.Font = Enum.Font.SourceSans
  63. PlayerName.FontSize = Enum.FontSize.Size14
  64. PlayerName.Text = ""
  65. PlayerName.TextSize = 14
  66. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  67. PlayerName.PlaceholderText = "PlayerName"
  68. PlayerName.PlaceholderColor3 = Color3.new(1, 1, 1)
  69.  
  70. Teleport.Name = "Teleport"
  71. Teleport.Parent = FEGui
  72. Teleport.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  73. Teleport.BackgroundTransparency = 0.34999999403954
  74. Teleport.BorderSizePixel = 0
  75. Teleport.Position = UDim2.new(0, 210, 0, 320)
  76. Teleport.Size = UDim2.new(0, 64, 0, 19)
  77. Teleport.FontSize = Enum.FontSize.Size10
  78. Teleport.Text = "tp to"
  79. Teleport.TextColor3 = Color3.new(1, 1, 1)
  80. Teleport.TextSize = 10
  81. Teleport.TextWrapped = true
  82.  
  83. Invisible.Name = "Invisible"
  84. Invisible.Parent = FEGui
  85. Invisible.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  86. Invisible.BackgroundTransparency = 0.34999999403954
  87. Invisible.BorderSizePixel = 0
  88. Invisible.Position = UDim2.new(0, 5, 0, 345)
  89. Invisible.Size = UDim2.new(0, 269, 0, 27)
  90. Invisible.FontSize = Enum.FontSize.Size14
  91. Invisible.Text = "Invisible"
  92. Invisible.TextColor3 = Color3.new(1, 1, 1)
  93. Invisible.TextSize = 13
  94. Invisible.TextStrokeTransparency = 0.58999997377396
  95. Invisible.TextWrapped = true
  96.  
  97. Cut.Name = "Cut"
  98. Cut.Parent = FEGui
  99. Cut.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  100. Cut.BackgroundTransparency = 0.34999999403954
  101. Cut.BorderSizePixel = 0
  102. Cut.Position = UDim2.new(0, 5, 0, 375)
  103. Cut.Size = UDim2.new(0, 269, 0, 27)
  104. Cut.FontSize = Enum.FontSize.Size14
  105. Cut.Text = "Cut yourself in half"
  106. Cut.TextColor3 = Color3.new(1, 1, 1)
  107. Cut.TextSize = 13
  108. Cut.TextStrokeTransparency = 0.58999997377396
  109. Cut.TextWrapped = true
  110.  
  111. Drop.Name = "Drop"
  112. Drop.Parent = FEGui
  113. Drop.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  114. Drop.BackgroundTransparency = 0.34999999403954
  115. Drop.BorderSizePixel = 0
  116. Drop.Position = UDim2.new(0, 5, 0, 405)
  117. Drop.Size = UDim2.new(0, 269, 0, 27)
  118. Drop.FontSize = Enum.FontSize.Size14
  119. Drop.Text = "Spam Hats"
  120. Drop.TextColor3 = Color3.new(1, 1, 1)
  121. Drop.TextSize = 13
  122. Drop.TextStrokeTransparency = 0.58999997377396
  123. Drop.TextWrapped = true
  124.  
  125. --Functions
  126.  
  127. Drop.MouseButton1Click:connect(function()
  128. while true do
  129.  
  130. local j=game.Players.LocalPlayer
  131. for k,l in pairs(j.Character:GetChildren())do
  132. if l:IsA'Accoutrement'then
  133. l.Parent=game.Workspace
  134. end
  135. end
  136. wait(0.1)
  137.  
  138.  
  139. plr = game.Players.LocalPlayer
  140. pcall(function()
  141. local Pos = plr.Character:GetPrimaryPartCFrame()
  142. plr:LoadCharacter()
  143. plr.Character:SetPrimaryPartCFrame(Pos)
  144. if plr.Character:FindFirstChild("ForceField")
  145. then
  146. wait(0.2) -- the Number "(0.2)" its the time to Make The Forcefield Being Removed.
  147. plr.Character["ForceField"]:Destroy()
  148. end
  149. end)
  150. wait(3)
  151. end
  152.  
  153.  
  154. end)
  155.  
  156. Cut.MouseButton1Click:connect(function()
  157. game.Players.LocalPlayer.Character.UpperTorso.Waist:Destroy()
  158. end)
  159.  
  160. Invisible.MouseButton1Click:connect(function()
  161. game.Players.LocalPlayer.Character.LowerTorso.Root:Destroy()
  162. end)
  163.  
  164. CloseButton.MouseButton1Click:connect(function()
  165. FEGui:Destroy()
  166. end)
  167.  
  168. Teleport.MouseButton1Click:connect(function()
  169. local me = game.Players.LocalPlayer.Name
  170.  
  171. game.Workspace[me].HumanoidRootPart.CFrame = CFrame.new(game.Players[PlayerName.Text].Character.Head.Position)
  172. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement