Advertisement
Guest User

PeePee GUI

a guest
May 20th, 2019
2,355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1.  
  2.  
  3. --Made By PlantAwoozee / Ashton#4435
  4.  
  5. local PeePeeFE = Instance.new("ScreenGui")
  6. local MainFrame = Instance.new("Frame")
  7. local Name = Instance.new("TextLabel")
  8. local FEKill = Instance.new("TextButton")
  9. local FEGod = Instance.new("TextButton")
  10. local GlitchMax = Instance.new("TextButton")
  11. local HAXV15 = Instance.new("TextButton")
  12. local MaxAnnoy = Instance.new("TextButton")
  13. local GrapeGUI = Instance.new("TextButton")
  14. local Psyhub = Instance.new("TextButton")
  15. local Reborn = Instance.new("TextButton")
  16. local X = Instance.new("TextButton")
  17. local Credits = Instance.new("TextLabel")
  18. local Open = Instance.new("TextButton")
  19.  
  20. -- Properties
  21.  
  22. PeePeeFE.Name = "PeePee [FE]"
  23. PeePeeFE.Parent = game.CoreGui
  24. PeePeeFE.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. MainFrame.Name = "MainFrame"
  27. MainFrame.Parent = PeePeeFE
  28. MainFrame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  29. MainFrame.BorderColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  30. MainFrame.Position = UDim2.new(0.469953775, 0, 0.235872239, 0)
  31. MainFrame.Size = UDim2.new(0, 565, 0, 356)
  32. MainFrame.Visible = false
  33.  
  34. Name.Name = "Name"
  35. Name.Parent = MainFrame
  36. Name.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  37. Name.BackgroundTransparency = 1
  38. Name.Position = UDim2.new(0.235263243, 0, -0.00394776464, 0)
  39. Name.Size = UDim2.new(0, 320, 0, 31)
  40. Name.Font = Enum.Font.Highway
  41. Name.Text = "PeePee [FE] GUI"
  42. Name.TextColor3 = Color3.new(0, 0, 0)
  43. Name.TextScaled = true
  44. Name.TextSize = 20
  45. Name.TextWrapped = true
  46.  
  47. FEKill.Name = "FE Kill"
  48. FEKill.Parent = MainFrame
  49. FEKill.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  50. FEKill.Position = UDim2.new(0.024778761, 0, 0.179775283, 0)
  51. FEKill.Size = UDim2.new(0, 145, 0, 50)
  52. FEKill.Style = Enum.ButtonStyle.RobloxRoundButton
  53. FEKill.Text = "FE Kill"
  54. FEKill.TextColor3 = Color3.new(0, 0, 0)
  55. FEKill.TextSize = 14
  56. FEKill.TextWrapped = true
  57.  
  58. FEKill.MouseButton1Down:connect(function()
  59. loadstring(game:HttpGet("https://pastebin.com/raw/0sWCcrfF", true))()
  60. end)
  61.  
  62.  
  63. FEGod.Name = "FE God"
  64. FEGod.Parent = MainFrame
  65. FEGod.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  66. FEGod.Position = UDim2.new(0.371681392, 0, 0.179775283, 0)
  67. FEGod.Size = UDim2.new(0, 145, 0, 50)
  68. FEGod.Style = Enum.ButtonStyle.RobloxRoundButton
  69. FEGod.Text = "FE God"
  70. FEGod.TextColor3 = Color3.new(0, 0, 0)
  71. FEGod.TextSize = 14
  72. FEGod.TextWrapped = true
  73.  
  74. FEGod.MouseButton1Down:connect(function()
  75. loadstring(game:HttpGet("https://pastebin.com/raw/1fgmh3dy", true))()
  76. end)
  77.  
  78. GlitchMax.Name = "GlitchMax"
  79. GlitchMax.Parent = MainFrame
  80. GlitchMax.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  81. GlitchMax.Position = UDim2.new(0.693805277, 0, 0.179775283, 0)
  82. GlitchMax.Size = UDim2.new(0, 145, 0, 50)
  83. GlitchMax.Style = Enum.ButtonStyle.RobloxRoundButton
  84. GlitchMax.Text = "GlitchMax GUI"
  85. GlitchMax.TextColor3 = Color3.new(0, 0, 0)
  86. GlitchMax.TextSize = 13
  87. GlitchMax.TextWrapped = true
  88.  
  89. GlitchMax.MouseButton1Down:connect(function()
  90. loadstring(game:HttpGet("https://pastebin.com/raw/tjbu8fKh", true))()
  91. end)
  92.  
  93. HAXV15.Name = "HAX V15"
  94. HAXV15.Parent = MainFrame
  95. HAXV15.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  96. HAXV15.Position = UDim2.new(0.693805277, 0, 0.359550565, 0)
  97. HAXV15.Size = UDim2.new(0, 145, 0, 50)
  98. HAXV15.Style = Enum.ButtonStyle.RobloxRoundButton
  99. HAXV15.Text = "HAX V15 GUI"
  100. HAXV15.TextColor3 = Color3.new(0, 0, 0)
  101. HAXV15.TextSize = 11
  102. HAXV15.TextWrapped = true
  103.  
  104. HAXV15.MouseButton1Down:connect(function()
  105. loadstring(game:HttpGet("https://pastebin.com/raw/QcRvVREc", true))()
  106. end)
  107.  
  108. MaxAnnoy.Name = "MaxAnnoy"
  109. MaxAnnoy.Parent = MainFrame
  110. MaxAnnoy.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  111. MaxAnnoy.Position = UDim2.new(0.371681392, 0, 0.359550565, 0)
  112. MaxAnnoy.Size = UDim2.new(0, 145, 0, 50)
  113. MaxAnnoy.Style = Enum.ButtonStyle.RobloxRoundButton
  114. MaxAnnoy.Text = "MaxAnnoy GUI"
  115. MaxAnnoy.TextColor3 = Color3.new(0, 0, 0)
  116. MaxAnnoy.TextSize = 12
  117. MaxAnnoy.TextWrapped = true
  118.  
  119. MaxAnnoy.MouseButton1Down:connect(function()
  120. loadstring(game:HttpGet("https://pastebin.com/raw/edk0ru2B", true))()
  121. end)
  122.  
  123. GrapeGUI.Name = "Grape GUI"
  124. GrapeGUI.Parent = MainFrame
  125. GrapeGUI.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  126. GrapeGUI.Position = UDim2.new(0.024778761, 0, 0.359550565, 0)
  127. GrapeGUI.Size = UDim2.new(0, 145, 0, 50)
  128. GrapeGUI.Style = Enum.ButtonStyle.RobloxRoundButton
  129. GrapeGUI.Text = "Grape GUI"
  130. GrapeGUI.TextColor3 = Color3.new(0, 0, 0)
  131. GrapeGUI.TextSize = 14
  132. GrapeGUI.TextWrapped = true
  133.  
  134. GrapeGUI.MouseButton1Down:connect(function()
  135. loadstring(game:HttpGet("https://pastebin.com/raw/hT5urzF7", true))()
  136. end)
  137.  
  138.  
  139. Psyhub.Name = "Psyhub"
  140. Psyhub.Parent = MainFrame
  141. Psyhub.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  142. Psyhub.Position = UDim2.new(0.371681392, 0, 0.516853929, 0)
  143. Psyhub.Size = UDim2.new(0, 145, 0, 50)
  144. Psyhub.Style = Enum.ButtonStyle.RobloxRoundButton
  145. Psyhub.Text = "Psyhub"
  146. Psyhub.TextColor3 = Color3.new(0, 0, 0)
  147. Psyhub.TextSize = 14
  148. Psyhub.TextWrapped = true
  149.  
  150. Psyhub.MouseButton1Down:connect(function()
  151. loadstring(game:GetObjects("rbxassetid://3042778022")[1].Source)()
  152. end)
  153.  
  154. Reborn.Name = "Reborn"
  155. Reborn.Parent = MainFrame
  156. Reborn.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  157. Reborn.Position = UDim2.new(0.024778761, 0, 0.516853929, 0)
  158. Reborn.Size = UDim2.new(0, 145, 0, 50)
  159. Reborn.Style = Enum.ButtonStyle.RobloxRoundButton
  160. Reborn.Text = "Reborn GUI"
  161. Reborn.TextColor3 = Color3.new(0, 0, 0)
  162. Reborn.TextSize = 14
  163. Reborn.TextWrapped = true
  164.  
  165. Reborn.MouseButton1Down:connect(function()
  166. loadstring(game:GetObjects("rbxassetid://1291363032")[1].Source)()
  167. end)
  168.  
  169.  
  170. X.Name = "X"
  171. X.Parent = MainFrame
  172. X.BackgroundColor3 = Color3.new(1, 1, 1)
  173. X.BackgroundTransparency = 1
  174. X.Position = UDim2.new(0.92920351, 0, 0, 0)
  175. X.Size = UDim2.new(0, 40, 0, 29)
  176. X.Font = Enum.Font.GothamBold
  177. X.Text = "X"
  178. X.TextColor3 = Color3.new(0, 0, 0)
  179. X.TextScaled = true
  180. X.TextSize = 20
  181. X.TextWrapped = true
  182.  
  183. X.MouseButton1Down:connect(function()
  184. MainFrame.Visible = false
  185. end)
  186.  
  187.  
  188. Credits.Name = "Credits"
  189. Credits.Parent = MainFrame
  190. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  191. Credits.BackgroundTransparency = 1
  192. Credits.Position = UDim2.new(0, 0, 0.904494405, 0)
  193. Credits.Size = UDim2.new(0, 565, 0, 34)
  194. Credits.Font = Enum.Font.Highway
  195. Credits.Text = "Creator : PlantAwoozee / Ashton#4435"
  196. Credits.TextColor3 = Color3.new(0, 0, 0)
  197. Credits.TextScaled = true
  198. Credits.TextSize = 14
  199. Credits.TextWrapped = true
  200.  
  201. Open.Name = "Open"
  202. Open.Parent = PeePeeFE
  203. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  204. Open.BackgroundTransparency = 0.5
  205. Open.Position = UDim2.new(0.203389823, 0, 0.958230972, 0)
  206. Open.Size = UDim2.new(0, 200, 0, 34)
  207. Open.Font = Enum.Font.Highway
  208. Open.Text = "Open"
  209. Open.TextColor3 = Color3.new(0, 0, 0)
  210. Open.TextScaled = true
  211. Open.TextSize = 14
  212. Open.TextWrapped = true
  213.  
  214. Open.MouseButton1Down:connect(function()
  215. MainFrame.Visible = true
  216. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement