Advertisement
Guest User

[FE] Pinewood computer core gui for roblox

a guest
Dec 23rd, 2019
4,146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.39 KB | None | 0 0
  1. -- FE pinewood computer core gui
  2.  
  3.  
  4. local PCCTeleportGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local Frame_2 = Instance.new("Frame")
  8. local Frame_3 = Instance.new("Frame")
  9. local Frame_4 = Instance.new("Frame")
  10. local Name = Instance.new("TextLabel")
  11. local Frame_5 = Instance.new("Frame")
  12. local Hazmat = Instance.new("TextButton")
  13. local PETHazmat = Instance.new("TextButton")
  14. local MFMiddleTopSide = Instance.new("TextButton")
  15. local MainFrameTopSide = Instance.new("TextButton")
  16. local Core = Instance.new("TextButton")
  17. local MainFrameMiddle = Instance.new("TextButton")
  18. local Fans = Instance.new("TextButton")
  19. local AdminControl = Instance.new("TextButton")
  20. local Silos = Instance.new("TextButton")
  21. local Coolant = Instance.new("TextButton")
  22. local Entrance = Instance.new("TextButton")
  23. local Gens = Instance.new("TextButton")
  24. local Frame_6 = Instance.new("Frame")
  25.  
  26. PCCTeleportGui.Name = "PCC-Teleport-Gui"
  27. PCCTeleportGui.Parent = game.CoreGui
  28. PCCTeleportGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. Main.Name = "Main"
  31. Main.Parent = PCCTeleportGui
  32. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  33. Main.BackgroundTransparency = 0.69999998807907
  34. Main.Position = UDim2.new(0.490225583, 0, 0.216735259, 0)
  35. Main.Size = UDim2.new(0, 424, 0, 487)
  36. Main.Active = true
  37. Main.Draggable = true
  38.  
  39. Frame.Parent = Main
  40. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  41. Frame.Size = UDim2.new(0, 9, 0, 487)
  42.  
  43. Frame_2.Parent = Main
  44. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  45. Frame_2.Position = UDim2.new(0.978773594, 0, 0, 0)
  46. Frame_2.Size = UDim2.new(0, 9, 0, 487)
  47.  
  48. Frame_3.Parent = Main
  49. Frame_3.BackgroundColor3 = Color3.new(0, 0, 0)
  50. Frame_3.Size = UDim2.new(0, 424, 0, 8)
  51.  
  52. Frame_4.Parent = Main
  53. Frame_4.BackgroundColor3 = Color3.new(0, 0, 0)
  54. Frame_4.Position = UDim2.new(0, 0, 0.9835729, 0)
  55. Frame_4.Size = UDim2.new(0, 424, 0, 8)
  56.  
  57. Name.Name = "Name"
  58. Name.Parent = Main
  59. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Name.BackgroundTransparency = 1
  61. Name.Position = UDim2.new(0.0212264154, 0, 0.0164271053, 0)
  62. Name.Size = UDim2.new(0, 406, 0, 51)
  63. Name.Font = Enum.Font.Cartoon
  64. Name.Text = "Pinewood Computer Core Teleport Gui"
  65. Name.TextColor3 = Color3.new(255, 255, 255)
  66. Name.TextScaled = true
  67. Name.TextSize = 14
  68. Name.TextWrapped = true
  69.  
  70. Frame_5.Parent = Main
  71. Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
  72. Frame_5.Position = UDim2.new(0, 0, 0.12114992, 0)
  73. Frame_5.Size = UDim2.new(0, 424, 0, 8)
  74.  
  75. Hazmat.Name = "Hazmat"
  76. Hazmat.Parent = Main
  77. Hazmat.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Hazmat.BackgroundTransparency = 0.5
  79. Hazmat.Position = UDim2.new(0.0754716992, 0, 0.168377817, 0)
  80. Hazmat.Size = UDim2.new(0, 152, 0, 41)
  81. Hazmat.Font = Enum.Font.Cartoon
  82. Hazmat.Text = "Hazmat"
  83. Hazmat.TextColor3 = Color3.new(1, 1, 1)
  84. Hazmat.TextScaled = true
  85. Hazmat.TextSize = 14
  86. Hazmat.TextWrapped = true
  87.  
  88. PETHazmat.Name = "PETHazmat"
  89. PETHazmat.Parent = Main
  90. PETHazmat.BackgroundColor3 = Color3.new(0, 0, 0)
  91. PETHazmat.BackgroundTransparency = 0.5
  92. PETHazmat.Position = UDim2.new(0.566037774, 0, 0.168377817, 0)
  93. PETHazmat.Size = UDim2.new(0, 152, 0, 41)
  94. PETHazmat.Font = Enum.Font.Cartoon
  95. PETHazmat.Text = "PET Hazmat"
  96. PETHazmat.TextColor3 = Color3.new(1, 1, 1)
  97. PETHazmat.TextScaled = true
  98. PETHazmat.TextSize = 14
  99. PETHazmat.TextWrapped = true
  100.  
  101. MFMiddleTopSide.Name = "MFMiddleTopSide"
  102. MFMiddleTopSide.Parent = Main
  103. MFMiddleTopSide.BackgroundColor3 = Color3.new(0, 0, 0)
  104. MFMiddleTopSide.BackgroundTransparency = 0.5
  105. MFMiddleTopSide.Position = UDim2.new(0.566037774, 0, 0.281314164, 0)
  106. MFMiddleTopSide.Size = UDim2.new(0, 152, 0, 41)
  107. MFMiddleTopSide.Font = Enum.Font.Cartoon
  108. MFMiddleTopSide.Text = "MainFrame Middle TopSide"
  109. MFMiddleTopSide.TextColor3 = Color3.new(1, 1, 1)
  110. MFMiddleTopSide.TextScaled = true
  111. MFMiddleTopSide.TextSize = 14
  112. MFMiddleTopSide.TextWrapped = true
  113.  
  114. MainFrameTopSide.Name = "MainFrameTopSide"
  115. MainFrameTopSide.Parent = Main
  116. MainFrameTopSide.BackgroundColor3 = Color3.new(0, 0, 0)
  117. MainFrameTopSide.BackgroundTransparency = 0.5
  118. MainFrameTopSide.Position = UDim2.new(0.0754716992, 0, 0.281314164, 0)
  119. MainFrameTopSide.Size = UDim2.new(0, 152, 0, 41)
  120. MainFrameTopSide.Font = Enum.Font.Cartoon
  121. MainFrameTopSide.Text = "Mainframe Topside (Broken)"
  122. MainFrameTopSide.TextColor3 = Color3.new(1, 1, 1)
  123. MainFrameTopSide.TextScaled = true
  124. MainFrameTopSide.TextSize = 14
  125. MainFrameTopSide.TextWrapped = true
  126.  
  127. Core.Name = "Core"
  128. Core.Parent = Main
  129. Core.BackgroundColor3 = Color3.new(0, 0, 0)
  130. Core.BackgroundTransparency = 0.5
  131. Core.Position = UDim2.new(0.558962286, 0, 0.406570852, 0)
  132. Core.Size = UDim2.new(0, 152, 0, 41)
  133. Core.Font = Enum.Font.Cartoon
  134. Core.Text = "Core (Broken)"
  135. Core.TextColor3 = Color3.new(1, 1, 1)
  136. Core.TextScaled = true
  137. Core.TextSize = 14
  138. Core.TextWrapped = true
  139.  
  140. MainFrameMiddle.Name = "MainFrameMiddle"
  141. MainFrameMiddle.Parent = Main
  142. MainFrameMiddle.BackgroundColor3 = Color3.new(0, 0, 0)
  143. MainFrameMiddle.BackgroundTransparency = 0.5
  144. MainFrameMiddle.Position = UDim2.new(0.0683962256, 0, 0.406570852, 0)
  145. MainFrameMiddle.Size = UDim2.new(0, 152, 0, 41)
  146. MainFrameMiddle.Font = Enum.Font.Cartoon
  147. MainFrameMiddle.Text = "Mainframe Middle (Broken)"
  148. MainFrameMiddle.TextColor3 = Color3.new(1, 1, 1)
  149. MainFrameMiddle.TextScaled = true
  150. MainFrameMiddle.TextSize = 14
  151. MainFrameMiddle.TextWrapped = true
  152.  
  153. Fans.Name = "Fans"
  154. Fans.Parent = Main
  155. Fans.BackgroundColor3 = Color3.new(0, 0, 0)
  156. Fans.BackgroundTransparency = 0.5
  157. Fans.Position = UDim2.new(0.558962286, 0, 0.527720749, 0)
  158. Fans.Size = UDim2.new(0, 152, 0, 41)
  159. Fans.Font = Enum.Font.Cartoon
  160. Fans.Text = "Fans (Kinda Werid)"
  161. Fans.TextColor3 = Color3.new(1, 1, 1)
  162. Fans.TextScaled = true
  163. Fans.TextSize = 14
  164. Fans.TextWrapped = true
  165.  
  166. AdminControl.Name = "AdminControl"
  167. AdminControl.Parent = Main
  168. AdminControl.BackgroundColor3 = Color3.new(0, 0, 0)
  169. AdminControl.BackgroundTransparency = 0.5
  170. AdminControl.Position = UDim2.new(0.0683962256, 0, 0.527720749, 0)
  171. AdminControl.Size = UDim2.new(0, 152, 0, 41)
  172. AdminControl.Font = Enum.Font.Cartoon
  173. AdminControl.Text = "Admin Control"
  174. AdminControl.TextColor3 = Color3.new(1, 1, 1)
  175. AdminControl.TextScaled = true
  176. AdminControl.TextSize = 14
  177. AdminControl.TextWrapped = true
  178.  
  179. Silos.Name = "Silos"
  180. Silos.Parent = Main
  181. Silos.BackgroundColor3 = Color3.new(0, 0, 0)
  182. Silos.BackgroundTransparency = 0.5
  183. Silos.Position = UDim2.new(0.558962286, 0, 0.657084167, 0)
  184. Silos.Size = UDim2.new(0, 152, 0, 41)
  185. Silos.Font = Enum.Font.Cartoon
  186. Silos.Text = "Launch Silos"
  187. Silos.TextColor3 = Color3.new(1, 1, 1)
  188. Silos.TextScaled = true
  189. Silos.TextSize = 14
  190. Silos.TextWrapped = true
  191.  
  192. Coolant.Name = "Coolant"
  193. Coolant.Parent = Main
  194. Coolant.BackgroundColor3 = Color3.new(0, 0, 0)
  195. Coolant.BackgroundTransparency = 0.5
  196. Coolant.Position = UDim2.new(0.0683962256, 0, 0.657084167, 0)
  197. Coolant.Size = UDim2.new(0, 152, 0, 41)
  198. Coolant.Font = Enum.Font.Cartoon
  199. Coolant.Text = "Coolant"
  200. Coolant.TextColor3 = Color3.new(1, 1, 1)
  201. Coolant.TextScaled = true
  202. Coolant.TextSize = 14
  203. Coolant.TextWrapped = true
  204.  
  205. Entrance.Name = "Entrance"
  206. Entrance.Parent = Main
  207. Entrance.BackgroundColor3 = Color3.new(0, 0, 0)
  208. Entrance.BackgroundTransparency = 0.5
  209. Entrance.Position = UDim2.new(0.558962286, 0, 0.788501024, 0)
  210. Entrance.Size = UDim2.new(0, 152, 0, 41)
  211. Entrance.Font = Enum.Font.Cartoon
  212. Entrance.Text = "Entrance"
  213. Entrance.TextColor3 = Color3.new(1, 1, 1)
  214. Entrance.TextScaled = true
  215. Entrance.TextSize = 14
  216. Entrance.TextWrapped = true
  217.  
  218. Gens.Name = "Gens"
  219. Gens.Parent = Main
  220. Gens.BackgroundColor3 = Color3.new(0, 0, 0)
  221. Gens.BackgroundTransparency = 0.5
  222. Gens.Position = UDim2.new(0.0683962256, 0, 0.788501024, 0)
  223. Gens.Size = UDim2.new(0, 152, 0, 41)
  224. Gens.Font = Enum.Font.Cartoon
  225. Gens.Text = "Generators (Broken)"
  226. Gens.TextColor3 = Color3.new(1, 1, 1)
  227. Gens.TextScaled = true
  228. Gens.TextSize = 14
  229. Gens.TextWrapped = true
  230.  
  231. Frame_6.Parent = Main
  232. Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
  233. Frame_6.Position = UDim2.new(0.488207549, 0, 0.137577027, 0)
  234. Frame_6.Size = UDim2.new(0, 9, 0, 412)
  235.  
  236.  
  237. Hazmat.MouseButton1Click:connect(function()
  238.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-362.44, 470.82, 212.26, 0.06, -7.48, 0.99, -4.88, 1, 7.79, -0.99, -5.34, 0.06)
  239. end)
  240.  
  241. PETHazmat.MouseButton1Click:connect(function()
  242.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-77.04, 500.24, -281.62, -0.11, -8.85, 0.99, 4.55, 1, 1.41, -0.99, 4.68, -0.11)
  243. end)
  244.  
  245. MainFrameTopSide.MouseButton1Click:connect(function()
  246.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(289.02, 470.39, -161.30, -0.99, 0.76, 0.10, 1.50, 1, 4.93, -0.10, 5.06, -0.99)
  247. end)
  248. MFMiddleTopSide.MouseButton1Click:connect(function()
  249.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-279.11, 429.61, -163.01, 0.69, 1.74, -0.72, 9.55, 1, 3.32, 0.72, -2.99, 0.69)
  250. end)
  251.  
  252. MainFrameMiddle.MouseButton1Click:connect(function()
  253.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-289.97, 365.0005, -162.81, 0.99, -3.82, 0.02, 4.69, 1, -7,28, 0.11, 7.07, 0.99)
  254. end)
  255.  
  256. Core.MouseButton1Click:connect(function()
  257.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-295.11, 282.80, 224.56, 0.99, -2.33, -0.11, 1.54, -7.28, 0.11, 7.07, 0.99)
  258. end)
  259.  
  260. AdminControl.MouseButton1Click:connect(function()
  261.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-158.61, 734.80, -182.03, 0.01, 9.28, 0.99, -2.65, 1, -9.27, -0.99, 1.008, 0.01)
  262. end)
  263.  
  264. Fans.MouseButton1Click:connect(function()
  265.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-462.10, 707.56, -302.18, 0.02, 5.15, -0.99, 5.55, 1, 5.02, 0.99, 5.42, 0.02)
  266. end)
  267.  
  268. Coolant.MouseButton1Click:connect(function()
  269.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46.36, 448.13, -756.63, -0.53, 5.25, -0.84, 6.40, 1, 2.131, 0.84, -4.24, -0.53)
  270. end)
  271. Silos.MouseButton1Click:connect(function()
  272.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(848.95, 448.65, -485.67, 0.01, -2.56, -9.99, -2.53, 1, -2.59, 0.99, 2.56, 0.14)
  273. end)
  274.  
  275. Gens.MouseButton1Click:connect(function()
  276.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67.08, 464,80, 20.17, 0.008, -2.58, -0.99, -4,92, 1, -2.62, 0.99, 4.95, 0.008)
  277. end)
  278.  
  279. Entrance.MouseButton1Click:connect(function()
  280.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-281.22, 536.99, 63.67, 0.98, -4.43, -0.14, 4.03, 1, -3.06, 0.14, 2.46, 0.98)
  281. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement