Advertisement
toonrun123

Innovation Inc. Spaceship Gui [Alpha]

Nov 16th, 2018
7,817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.33 KB | None | 0 0
  1. --Thx Boi
  2. -- Object:
  3. local InnovationIncSpaceshipGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local SpawnBase = Instance.new("TextButton")
  6. local Namemain = Instance.new("TextLabel")
  7. local CloneingLab = Instance.new("TextButton")
  8. local OxygenChamber = Instance.new("TextButton")
  9. local Meeting = Instance.new("TextButton")
  10. local BedRoom = Instance.new("TextButton")
  11. local LaserRoom = Instance.new("TextButton")
  12. local ControlRoom = Instance.new("TextButton")
  13. local CanteenRoom = Instance.new("TextButton")
  14. local EscapePods = Instance.new("TextButton")
  15. local BiologyLab = Instance.new("TextButton")
  16. local AlienRoom = Instance.new("TextButton")
  17. local TeleportLab = Instance.new("TextButton")
  18. local SecruityRoom = Instance.new("TextButton")
  19. local CoreRoom = Instance.new("TextButton")
  20. local CoreIn = Instance.new("TextButton")
  21. local Suicide = Instance.new("TextButton")
  22. local Coin = Instance.new("TextBox")
  23. local GetCoin = Instance.new("TextButton")
  24. --Functions:
  25. InnovationIncSpaceshipGui.Name = "Innovation Inc. Spaceship Gui"
  26. InnovationIncSpaceshipGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27. InnovationIncSpaceshipGui.ResetOnSpawn = false
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = InnovationIncSpaceshipGui
  31. Main.Active = true
  32. Main.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  33. Main.BackgroundTransparency = 0.5
  34. Main.BorderSizePixel = 0
  35. Main.Position = UDim2.new(0.0816532224, 0, 0.0725551993, 0)
  36. Main.Selectable = true
  37. Main.Size = UDim2.new(0, 829, 0, 542)
  38.  
  39. SpawnBase.Name = "Spawn Base"
  40. SpawnBase.Parent = Main
  41. SpawnBase.BackgroundColor3 = Color3.new(1, 1, 1)
  42. SpawnBase.BackgroundTransparency = 1
  43. SpawnBase.Position = UDim2.new(0.0192176867, 0, 0.104479276, 0)
  44. SpawnBase.Size = UDim2.new(0, 200, 0, 50)
  45. SpawnBase.Font = Enum.Font.SourceSans
  46. SpawnBase.Text = "Spawn Base"
  47. SpawnBase.TextColor3 = Color3.new(1, 1, 1)
  48. SpawnBase.TextSize = 30
  49. SpawnBase.TextStrokeColor3 = Color3.new(1, 1, 1)
  50. SpawnBase.TextStrokeTransparency = 0
  51. SpawnBase.MouseButton1Down:connect(function()
  52.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-192.208939, 106.800003, -870.684937)
  53. end)
  54.  
  55. Namemain.Name = "Namemain"
  56. Namemain.Parent = Main
  57. Namemain.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Namemain.BackgroundTransparency = 1
  59. Namemain.Position = UDim2.new(0.328023493, 0, -0.00124551973, 0)
  60. Namemain.Size = UDim2.new(0, 285, 0, 50)
  61. Namemain.Font = Enum.Font.SourceSans
  62. Namemain.Text = "Innovation Inc. Spaceship"
  63. Namemain.TextColor3 = Color3.new(1, 1, 1)
  64. Namemain.TextSize = 30
  65. Namemain.TextStrokeColor3 = Color3.new(1, 1, 1)
  66. Namemain.TextStrokeTransparency = 0
  67.  
  68. CloneingLab.Name = "Cloneing Lab"
  69. CloneingLab.Parent = Main
  70. CloneingLab.BackgroundColor3 = Color3.new(1, 1, 1)
  71. CloneingLab.BackgroundTransparency = 1
  72. CloneingLab.Position = UDim2.new(0.260472178, 0, 0.104479276, 0)
  73. CloneingLab.Size = UDim2.new(0, 200, 0, 50)
  74. CloneingLab.Font = Enum.Font.SourceSans
  75. CloneingLab.Text = "Cloneing Lab"
  76. CloneingLab.TextColor3 = Color3.new(1, 1, 1)
  77. CloneingLab.TextSize = 30
  78. CloneingLab.TextStrokeColor3 = Color3.new(1, 1, 1)
  79. CloneingLab.TextStrokeTransparency = 0
  80. CloneingLab.MouseButton1Down:connect(function()
  81.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-204.116638, 106.800003, -945.137024)
  82. end)
  83.  
  84. OxygenChamber.Name = "Oxygen Chamber"
  85. OxygenChamber.Parent = Main
  86. OxygenChamber.BackgroundColor3 = Color3.new(1, 1, 1)
  87. OxygenChamber.BackgroundTransparency = 1
  88. OxygenChamber.Position = UDim2.new(0.501726687, 0, 0.104479276, 0)
  89. OxygenChamber.Size = UDim2.new(0, 200, 0, 50)
  90. OxygenChamber.Font = Enum.Font.SourceSans
  91. OxygenChamber.Text = "Oxygen Chamber"
  92. OxygenChamber.TextColor3 = Color3.new(1, 1, 1)
  93. OxygenChamber.TextSize = 30
  94. OxygenChamber.TextStrokeColor3 = Color3.new(1, 1, 1)
  95. OxygenChamber.TextStrokeTransparency = 0
  96. OxygenChamber.MouseButton1Down:connect(function()
  97.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.064575, 127.00002, -841.882019)
  98. end)
  99.  
  100. Meeting.Name = "Meeting"
  101. Meeting.Parent = Main
  102. Meeting.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Meeting.BackgroundTransparency = 1
  104. Meeting.Position = UDim2.new(0.742981195, 0, 0.104479268, 0)
  105. Meeting.Size = UDim2.new(0, 197, 0, 50)
  106. Meeting.Font = Enum.Font.SourceSans
  107. Meeting.Text = "Meeting Room"
  108. Meeting.TextColor3 = Color3.new(1, 1, 1)
  109. Meeting.TextSize = 30
  110. Meeting.TextStrokeColor3 = Color3.new(1, 1, 1)
  111. Meeting.TextStrokeTransparency = 0
  112. Meeting.MouseButton1Down:connect(function()
  113.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-156.047958, 127.833435, -902.725525)
  114. end)
  115.  
  116. BedRoom.Name = "Bed Room"
  117. BedRoom.Parent = Main
  118. BedRoom.BackgroundColor3 = Color3.new(1, 1, 1)
  119. BedRoom.BackgroundTransparency = 1
  120. BedRoom.Position = UDim2.new(0.0192176867, 0, 0.196730196, 0)
  121. BedRoom.Size = UDim2.new(0, 200, 0, 50)
  122. BedRoom.Font = Enum.Font.SourceSans
  123. BedRoom.Text = "Bed Room"
  124. BedRoom.TextColor3 = Color3.new(1, 1, 1)
  125. BedRoom.TextSize = 30
  126. BedRoom.TextStrokeColor3 = Color3.new(1, 1, 1)
  127. BedRoom.TextStrokeTransparency = 0
  128. BedRoom.MouseButton1Down:connect(function()
  129.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-198.571808, 127.792862, -983.483704)
  130. end)
  131.  
  132. LaserRoom.Name = "Laser Room"
  133. LaserRoom.Parent = Main
  134. LaserRoom.BackgroundColor3 = Color3.new(1, 1, 1)
  135. LaserRoom.BackgroundTransparency = 1
  136. LaserRoom.Position = UDim2.new(0.260472178, 0, 0.196730196, 0)
  137. LaserRoom.Size = UDim2.new(0, 200, 0, 50)
  138. LaserRoom.Font = Enum.Font.SourceSans
  139. LaserRoom.Text = "Laser Room"
  140. LaserRoom.TextColor3 = Color3.new(1, 1, 1)
  141. LaserRoom.TextSize = 30
  142. LaserRoom.TextStrokeColor3 = Color3.new(1, 1, 1)
  143. LaserRoom.TextStrokeTransparency = 0
  144. LaserRoom.MouseButton1Down:connect(function()
  145.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-219.85762, 145.81955, -1212.19763)
  146. end)
  147.  
  148. ControlRoom.Name = "Control Room"
  149. ControlRoom.Parent = Main
  150. ControlRoom.BackgroundColor3 = Color3.new(1, 1, 1)
  151. ControlRoom.BackgroundTransparency = 1
  152. ControlRoom.Position = UDim2.new(0.501726687, 0, 0.194885179, 0)
  153. ControlRoom.Size = UDim2.new(0, 200, 0, 50)
  154. ControlRoom.Font = Enum.Font.SourceSans
  155. ControlRoom.Text = "Control Room"
  156. ControlRoom.TextColor3 = Color3.new(1, 1, 1)
  157. ControlRoom.TextSize = 30
  158. ControlRoom.TextStrokeColor3 = Color3.new(1, 1, 1)
  159. ControlRoom.TextStrokeTransparency = 0
  160. ControlRoom.MouseButton1Down:connect(function()
  161.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-189.356552, 106.790947, -648.744446)
  162. end)
  163.  
  164. CanteenRoom.Name = "Canteen Room"
  165. CanteenRoom.Parent = Main
  166. CanteenRoom.BackgroundColor3 = Color3.new(1, 1, 1)
  167. CanteenRoom.BackgroundTransparency = 1
  168. CanteenRoom.Position = UDim2.new(0.742981195, 0, 0.194885164, 0)
  169. CanteenRoom.Size = UDim2.new(0, 197, 0, 50)
  170. CanteenRoom.Font = Enum.Font.SourceSans
  171. CanteenRoom.Text = "Canteen Room"
  172. CanteenRoom.TextColor3 = Color3.new(1, 1, 1)
  173. CanteenRoom.TextSize = 30
  174. CanteenRoom.TextStrokeColor3 = Color3.new(1, 1, 1)
  175. CanteenRoom.TextStrokeTransparency = 0
  176. CanteenRoom.MouseButton1Down:connect(function()
  177.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-190.66069, 72.4314728, -634.36261)
  178. end)
  179.  
  180. EscapePods.Name = "Escape Pods"
  181. EscapePods.Parent = Main
  182. EscapePods.BackgroundColor3 = Color3.new(1, 1, 1)
  183. EscapePods.BackgroundTransparency = 1
  184. EscapePods.Position = UDim2.new(0.0192176867, 0, 0.285291076, 0)
  185. EscapePods.Size = UDim2.new(0, 200, 0, 50)
  186. EscapePods.Font = Enum.Font.SourceSans
  187. EscapePods.Text = "Escape Pod"
  188. EscapePods.TextColor3 = Color3.new(1, 1, 1)
  189. EscapePods.TextSize = 30
  190. EscapePods.TextStrokeColor3 = Color3.new(1, 1, 1)
  191. EscapePods.TextStrokeTransparency = 0
  192. EscapePods.MouseButton1Down:connect(function()
  193.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-183.81485, 82.3320084, -1058.11316)
  194. end)
  195.  
  196. BiologyLab.Name = "Biology Lab"
  197. BiologyLab.Parent = Main
  198. BiologyLab.BackgroundColor3 = Color3.new(1, 1, 1)
  199. BiologyLab.BackgroundTransparency = 1
  200. BiologyLab.Position = UDim2.new(0.260472208, 0, 0.285291076, 0)
  201. BiologyLab.Size = UDim2.new(0, 200, 0, 50)
  202. BiologyLab.Font = Enum.Font.SourceSans
  203. BiologyLab.Text = "Biology Lab"
  204. BiologyLab.TextColor3 = Color3.new(1, 1, 1)
  205. BiologyLab.TextSize = 30
  206. BiologyLab.TextStrokeColor3 = Color3.new(1, 1, 1)
  207. BiologyLab.TextStrokeTransparency = 0
  208. BiologyLab.MouseButton1Down:connect(function()
  209.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-202.291397, 106.800003, -1057.46472)
  210. end)
  211.  
  212. AlienRoom.Name = "Alien Room"
  213. AlienRoom.Parent = Main
  214. AlienRoom.BackgroundColor3 = Color3.new(1, 1, 1)
  215. AlienRoom.BackgroundTransparency = 1
  216. AlienRoom.Position = UDim2.new(0.501726687, 0, 0.283446074, 0)
  217. AlienRoom.Size = UDim2.new(0, 200, 0, 50)
  218. AlienRoom.Font = Enum.Font.SourceSans
  219. AlienRoom.Text = "Alien Room"
  220. AlienRoom.TextColor3 = Color3.new(1, 1, 1)
  221. AlienRoom.TextSize = 30
  222. AlienRoom.TextStrokeColor3 = Color3.new(1, 1, 1)
  223. AlienRoom.TextStrokeTransparency = 0
  224. AlienRoom.MouseButton1Down:connect(function()
  225.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.710388, 110.889534, -985.375671)
  226. end)
  227.  
  228. TeleportLab.Name = "Teleport Lab"
  229. TeleportLab.Parent = Main
  230. TeleportLab.BackgroundColor3 = Color3.new(1, 1, 1)
  231. TeleportLab.BackgroundTransparency = 1
  232. TeleportLab.Position = UDim2.new(0.742981195, 0, 0.283446044, 0)
  233. TeleportLab.Size = UDim2.new(0, 197, 0, 50)
  234. TeleportLab.Font = Enum.Font.SourceSans
  235. TeleportLab.Text = "Teleport Lab"
  236. TeleportLab.TextColor3 = Color3.new(1, 1, 1)
  237. TeleportLab.TextSize = 30
  238. TeleportLab.TextStrokeColor3 = Color3.new(1, 1, 1)
  239. TeleportLab.TextStrokeTransparency = 0
  240. TeleportLab.MouseButton1Down:connect(function()
  241.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-198.543945, 106.800003, -1128.7262)
  242. end)
  243.  
  244. SecruityRoom.Name = "Secruity Room"
  245. SecruityRoom.Parent = Main
  246. SecruityRoom.BackgroundColor3 = Color3.new(1, 1, 1)
  247. SecruityRoom.BackgroundTransparency = 1
  248. SecruityRoom.Position = UDim2.new(0.0192176867, 0, 0.375696987, 0)
  249. SecruityRoom.Size = UDim2.new(0, 200, 0, 50)
  250. SecruityRoom.Font = Enum.Font.SourceSans
  251. SecruityRoom.Text = "Secruity Room"
  252. SecruityRoom.TextColor3 = Color3.new(1, 1, 1)
  253. SecruityRoom.TextSize = 30
  254. SecruityRoom.TextStrokeColor3 = Color3.new(1, 1, 1)
  255. SecruityRoom.TextStrokeTransparency = 0
  256. SecruityRoom.MouseButton1Down:connect(function()
  257.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-175.218491, 82.80000107, -1230.93982)
  258. end)
  259.  
  260. CoreRoom.Name = "Core Room"
  261. CoreRoom.Parent = Main
  262. CoreRoom.BackgroundColor3 = Color3.new(1, 1, 1)
  263. CoreRoom.BackgroundTransparency = 1
  264. CoreRoom.Position = UDim2.new(0.260472208, 0, 0.377541989, 0)
  265. CoreRoom.Size = UDim2.new(0, 200, 0, 50)
  266. CoreRoom.Font = Enum.Font.SourceSans
  267. CoreRoom.Text = "Core Control"
  268. CoreRoom.TextColor3 = Color3.new(1, 1, 1)
  269. CoreRoom.TextSize = 30
  270. CoreRoom.TextStrokeColor3 = Color3.new(1, 1, 1)
  271. CoreRoom.TextStrokeTransparency = 0
  272. CoreRoom.MouseButton1Down:connect(function()
  273.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-167.770844, 84.4100037, -1299.95483)
  274. end)
  275.  
  276.  
  277. CoreIn.Name = "Core In"
  278. CoreIn.Parent = Main
  279. CoreIn.BackgroundColor3 = Color3.new(1, 1, 1)
  280. CoreIn.BackgroundTransparency = 1
  281. CoreIn.Position = UDim2.new(0.501726687, 0, 0.373851985, 0)
  282. CoreIn.Size = UDim2.new(0, 200, 0, 50)
  283. CoreIn.Font = Enum.Font.SourceSans
  284. CoreIn.Text = "Core Room"
  285. CoreIn.TextColor3 = Color3.new(1, 1, 1)
  286. CoreIn.TextSize = 30
  287. CoreIn.TextStrokeColor3 = Color3.new(1, 1, 1)
  288. CoreIn.TextStrokeTransparency = 0
  289. CoreIn.MouseButton1Down:connect(function()
  290.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-188.169418, 105.558594, -1386.06189)
  291. end)
  292.  
  293. Suicide.Name = "Suicide"
  294. Suicide.Parent = Main
  295. Suicide.BackgroundColor3 = Color3.new(1, 1, 1)
  296. Suicide.BackgroundTransparency = 1
  297. Suicide.Position = UDim2.new(0.742981195, 0, 0.373851955, 0)
  298. Suicide.Size = UDim2.new(0, 197, 0, 50)
  299. Suicide.Font = Enum.Font.SourceSans
  300. Suicide.Text = "Suicide"
  301. Suicide.TextColor3 = Color3.new(1, 1, 1)
  302. Suicide.TextSize = 30
  303. Suicide.TextStrokeColor3 = Color3.new(1, 1, 1)
  304. Suicide.TextStrokeTransparency = 0
  305. Suicide.MouseButton1Down:connect(function()
  306.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  307.     wait(0.1)
  308.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  309.     wait(0.1)
  310.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  311.     wait(0.1)
  312.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  313.     wait(0.1)
  314.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  315.     wait(0.1)
  316.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  317.     wait(0.1)
  318.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  319.     wait(0.1)
  320.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  321.     wait(0.1)
  322.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  323.     wait(0.1)
  324.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  325.     wait(0.1)
  326.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  327.     wait(0.1)
  328.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  329.     wait(0.1)
  330.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  331.     wait(0.1)
  332.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  333.     wait(0.1)
  334.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  335.     wait(0.1)
  336.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  337.     wait(0.1)
  338.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.427414, 107.887695, -1396.6156)
  339.     wait(0.1)
  340. end)
  341.  
  342. Coin.Name = "Coin"
  343. Coin.Parent = Main
  344. Coin.BackgroundColor3 = Color3.new(1, 1, 1)
  345. Coin.BackgroundTransparency = 1
  346. Coin.Position = UDim2.new(0.0615551695, 0, 0.500686765, 0)
  347. Coin.Size = UDim2.new(0, 727, 0, 64)
  348. Coin.Font = Enum.Font.SourceSans
  349. Coin.Text = "Coin Use Minus Sign And Coin a sample -2e18"
  350. Coin.TextColor3 = Color3.new(1, 1, 1)
  351. Coin.TextSize = 30
  352. Coin.TextStrokeColor3 = Color3.new(1, 1, 1)
  353. Coin.TextStrokeTransparency = 0
  354.  
  355. GetCoin.Name = "Secruity Room"
  356. GetCoin.Parent = Main
  357. GetCoin.BackgroundColor3 = Color3.new(1, 1, 1)
  358. GetCoin.BackgroundTransparency = 1
  359. GetCoin.Position = UDim2.new(0.378686935, 0, 0.670899928, 0)
  360. GetCoin.Size = UDim2.new(0, 200, 0, 50)
  361. GetCoin.Font = Enum.Font.SourceSans
  362. GetCoin.Text = "Get Coin"
  363. GetCoin.TextColor3 = Color3.new(1, 1, 1)
  364. GetCoin.TextSize = 30
  365. GetCoin.TextStrokeColor3 = Color3.new(1, 1, 1)
  366. GetCoin.TextStrokeTransparency = 0
  367. GetCoin.MouseButton1Down:connect(function()
  368.     local A_1 = Coin.Text
  369. local A_2 = "blackorange"
  370.  
  371. local Event = game:GetService("ReplicatedStorage").TakeMoney
  372.  
  373. Event:FireServer(A_1, A_2)
  374. wait(1)
  375. Coin.Text = "Coin Use Minus Sign And Coin a sample -2e18"
  376. end)
  377. -- Script Gui
  378. Main.Active = true
  379. Main.Selectable = true
  380. Main.Draggable = true
  381. --End Line...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement