Advertisement
toonrun123

JurassicTycoon Gui

Nov 20th, 2018
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.49 KB | None | 0 0
  1. --If you Found Bug Told Me Discord toonrun123#8729
  2. -- Objects:
  3. local JurassicTycoonGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local JurassicTycoon = Instance.new("TextLabel")
  6. local GetMoney = Instance.new("TextButton")
  7. local EndLine = Instance.new("TextLabel")
  8. local NoteEndline = Instance.new("TextLabel")
  9. local ValueMoney = Instance.new("TextBox")
  10. local GetBadge = Instance.new("TextButton")
  11. local TeleportEggs = Instance.new("TextButton")
  12. local Note2 = Instance.new("TextLabel")
  13. local TeleportDrop = Instance.new("TextButton")
  14. local Note3 = Instance.new("TextLabel")
  15. local FreeBuilder = Instance.new("TextButton")
  16. local ValueSpeed = Instance.new("TextBox")
  17. local SetSpeed = Instance.new("TextButton")
  18. local ValueJumpPower = Instance.new("TextBox")
  19. local SetJumpPower = Instance.new("TextButton")
  20. --Function:
  21. JurassicTycoonGui.Name = "Jurassic Tycoon "
  22. JurassicTycoonGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. JurassicTycoonGui.ResetOnSpawn = false
  24.  
  25. Main.Name = "Main"
  26. Main.Parent = JurassicTycoonGui
  27. Main.Active = true
  28. Main.BackgroundColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  29. Main.BackgroundTransparency = 0.5
  30. Main.BorderSizePixel = 0
  31. Main.Position = UDim2.new(0.0738544613, 0, 0.134069383, 0)
  32. Main.Selectable = true
  33. Main.Size = UDim2.new(0, 828, 0, 464)
  34.  
  35. JurassicTycoon.Name = "Jurassic Tycoon\n"
  36. JurassicTycoon.Parent = Main
  37. JurassicTycoon.BackgroundColor3 = Color3.new(1, 1, 1)
  38. JurassicTycoon.BackgroundTransparency = 1
  39. JurassicTycoon.BorderSizePixel = 0
  40. JurassicTycoon.Position = UDim2.new(0.362601459, 0, -0.00124556443, 0)
  41. JurassicTycoon.Size = UDim2.new(0, 226, 0, 50)
  42. JurassicTycoon.Font = Enum.Font.SourceSans
  43. JurassicTycoon.Text = "Jurassic Tycoon"
  44. JurassicTycoon.TextColor3 = Color3.new(1, 1, 1)
  45. JurassicTycoon.TextSize = 30
  46. JurassicTycoon.TextStrokeColor3 = Color3.new(1, 1, 1)
  47. JurassicTycoon.TextStrokeTransparency = 0
  48.  
  49. GetMoney.Name = "GetMoney"
  50. GetMoney.Parent = Main
  51. GetMoney.Active = false
  52. GetMoney.BackgroundColor3 = Color3.new(1, 1, 1)
  53. GetMoney.BackgroundTransparency = 1
  54. GetMoney.BorderSizePixel = 0
  55. GetMoney.Position = UDim2.new(0.257198989, 0, 0.10477066, 0)
  56. GetMoney.Size = UDim2.new(0, 200, 0, 50)
  57. GetMoney.Font = Enum.Font.SourceSans
  58. GetMoney.Text = "GetMoney"
  59. GetMoney.TextColor3 = Color3.new(1, 1, 1)
  60. GetMoney.TextSize = 30
  61. GetMoney.TextStrokeColor3 = Color3.new(1, 1, 1)
  62. GetMoney.TextStrokeTransparency = 0
  63. GetMoney.MouseButton1Down:connect(function()
  64.     game.ReplicatedStorage.RemoteCash:FireServer(ValueMoney.Text)
  65. end)
  66.  
  67. EndLine.Name = "End Line"
  68. EndLine.Parent = Main
  69. EndLine.BackgroundColor3 = Color3.new(1, 1, 1)
  70. EndLine.BackgroundTransparency = 1
  71. EndLine.BorderSizePixel = 0
  72. EndLine.Position = UDim2.new(-0.00213283952, 0, 0.776771665, 0)
  73. EndLine.Size = UDim2.new(0, 829, 0, 50)
  74. EndLine.Font = Enum.Font.SourceSans
  75. EndLine.Text = "---------------------------------End Line---------------------------------"
  76. EndLine.TextColor3 = Color3.new(1, 1, 1)
  77. EndLine.TextSize = 30
  78. EndLine.TextStrokeColor3 = Color3.new(1, 1, 1)
  79. EndLine.TextStrokeTransparency = 0
  80.  
  81. NoteEndline.Name = "NoteEndline"
  82. NoteEndline.Parent = Main
  83. NoteEndline.BackgroundColor3 = Color3.new(1, 1, 1)
  84. NoteEndline.BackgroundTransparency = 1
  85. NoteEndline.BorderSizePixel = 0
  86. NoteEndline.Position = UDim2.new(-0.00213283952, 0, 0.884530306, 0)
  87. NoteEndline.Size = UDim2.new(0, 829, 0, 50)
  88. NoteEndline.Font = Enum.Font.SourceSans
  89. NoteEndline.Text = "Note:If you Found Bug Told Me Discord toonrun123#8729"
  90. NoteEndline.TextColor3 = Color3.new(1, 1, 1)
  91. NoteEndline.TextSize = 30
  92. NoteEndline.TextStrokeColor3 = Color3.new(1, 1, 1)
  93. NoteEndline.TextStrokeTransparency = 0
  94.  
  95. ValueMoney.Name = "ValueMoney"
  96. ValueMoney.Parent = Main
  97. ValueMoney.BackgroundColor3 = Color3.new(1, 1, 1)
  98. ValueMoney.BackgroundTransparency = 1
  99. ValueMoney.BorderSizePixel = 0
  100. ValueMoney.Position = UDim2.new(0.0130613679, 0, 0.104964383, 0)
  101. ValueMoney.Size = UDim2.new(0, 200, 0, 50)
  102. ValueMoney.Font = Enum.Font.SourceSans
  103. ValueMoney.Text = "ValueMoney"
  104. ValueMoney.TextColor3 = Color3.new(1, 1, 1)
  105. ValueMoney.TextSize = 30
  106. ValueMoney.TextStrokeColor3 = Color3.new(1, 1, 1)
  107. ValueMoney.TextStrokeTransparency = 0
  108.  
  109. GetBadge.Name = "GetBadge"
  110. GetBadge.Parent = Main
  111. GetBadge.Active = false
  112. GetBadge.BackgroundColor3 = Color3.new(1, 1, 1)
  113. GetBadge.BackgroundTransparency = 1
  114. GetBadge.BorderSizePixel = 0
  115. GetBadge.Position = UDim2.new(0.498744875, 0, 0.10477066, 0)
  116. GetBadge.Size = UDim2.new(0, 200, 0, 50)
  117. GetBadge.Font = Enum.Font.SourceSans
  118. GetBadge.Text = "GetBadge"
  119. GetBadge.TextColor3 = Color3.new(1, 1, 1)
  120. GetBadge.TextSize = 30
  121. GetBadge.TextStrokeColor3 = Color3.new(1, 1, 1)
  122. GetBadge.TextStrokeTransparency = 0
  123. GetBadge.MouseButton1Down:connect(function()
  124.     game.ReplicatedStorage.RemoteGiveBadge:FireServer(1299472847)
  125. game.ReplicatedStorage.RemoteGiveBadge:FireServer(1299473578)
  126. end)
  127.  
  128. TeleportEggs.Name = "Teleport Eggs"
  129. TeleportEggs.Parent = Main
  130. TeleportEggs.Active = false
  131. TeleportEggs.BackgroundColor3 = Color3.new(1, 1, 1)
  132. TeleportEggs.BackgroundTransparency = 1
  133. TeleportEggs.BorderSizePixel = 0
  134. TeleportEggs.Position = UDim2.new(0.740290821, 0, 0.10477066, 0)
  135. TeleportEggs.Size = UDim2.new(0, 200, 0, 50)
  136. TeleportEggs.Font = Enum.Font.SourceSans
  137. TeleportEggs.Text = "Teleport Eggs"
  138. TeleportEggs.TextColor3 = Color3.new(1, 1, 1)
  139. TeleportEggs.TextSize = 30
  140. TeleportEggs.TextStrokeColor3 = Color3.new(1, 1, 1)
  141. TeleportEggs.TextStrokeTransparency = 0
  142. TeleportEggs.MouseButton1Down:connect(function()
  143.     plr = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  144. while wait() do
  145. for i,v in pairs(game.Workspace.Tycoon2Parts.EggQuest.Egg2:GetChildren()) do
  146. v.CFrame = plr
  147. end
  148. end
  149.  
  150. plr = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  151. while wait() do
  152. for i,v in pairs(game.Workspace.Tycoon2Parts.EggQuest.Egg3:GetChildren()) do
  153. v.CFrame = plr
  154. end
  155. end
  156.  
  157. plr = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  158. while wait() do
  159. for i,v in pairs(game.Workspace.Tycoon2Parts.EggQuest.Egg4:GetChildren()) do
  160. v.CFrame = plr
  161. end
  162. end
  163.  
  164. plr = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  165. while wait() do
  166. for i,v in pairs(game.Workspace.Tycoon2Parts.EggQuest.Egg5:GetChildren()) do
  167. v.CFrame = plr
  168. end
  169. end
  170. end)
  171.  
  172. Note2.Name = "Note2"
  173. Note2.Parent = Main
  174. Note2.BackgroundColor3 = Color3.new(1, 1, 1)
  175. Note2.BackgroundTransparency = 1
  176. Note2.BorderSizePixel = 0
  177. Note2.Position = UDim2.new(0.845693231, 0, 0.212116495, 0)
  178. Note2.Size = UDim2.new(0, 127, 0, 25)
  179. Note2.Font = Enum.Font.SourceSans
  180. Note2.Text = "If You Start Quest"
  181. Note2.TextColor3 = Color3.new(1, 1, 1)
  182. Note2.TextSize = 20
  183. Note2.TextStrokeColor3 = Color3.new(1, 1, 1)
  184. Note2.TextStrokeTransparency = 0
  185.  
  186. TeleportDrop.Name = "Teleport Drop"
  187. TeleportDrop.Parent = Main
  188. TeleportDrop.Active = false
  189. TeleportDrop.BackgroundColor3 = Color3.new(1, 1, 1)
  190. TeleportDrop.BackgroundTransparency = 1
  191. TeleportDrop.BorderSizePixel = 0
  192. TeleportDrop.Position = UDim2.new(0.0156531259, 0, 0.264253438, 0)
  193. TeleportDrop.Size = UDim2.new(0, 200, 0, 50)
  194. TeleportDrop.Font = Enum.Font.SourceSans
  195. TeleportDrop.Text = "Teleport Drop"
  196. TeleportDrop.TextColor3 = Color3.new(1, 1, 1)
  197. TeleportDrop.TextSize = 30
  198. TeleportDrop.TextStrokeColor3 = Color3.new(1, 1, 1)
  199. TeleportDrop.TextStrokeTransparency = 0
  200. TeleportDrop.MouseButton1Down:connect(function()
  201.     plr = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  202. while wait() do
  203. for i,v in pairs(game.Workspace.Tycoon2Parts.SupplyQuest.Drop2:GetChildren()) do
  204. v.CFrame = plr
  205. end
  206. end
  207.  
  208. plr = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  209. while wait() do
  210. for i,v in pairs(game.Workspace.Tycoon2Parts.SupplyQuest.Drop3:GetChildren()) do
  211. v.CFrame = plr
  212. end
  213. end
  214.  
  215. plr = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  216. while wait() do
  217. for i,v in pairs(game.Workspace.Tycoon2Parts.SupplyQuest.Drop4:GetChildren()) do
  218. v.CFrame = plr
  219. end
  220. end
  221.  
  222. plr = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  223. while wait() do
  224. for i,v in pairs(game.Workspace.Tycoon2Parts.SupplyQuest.Drop5:GetChildren()) do
  225. v.CFrame = plr
  226. end
  227. end
  228. end)
  229.  
  230. Note3.Name = "Note3"
  231. Note3.Parent = Main
  232. Note3.BackgroundColor3 = Color3.new(1, 1, 1)
  233. Note3.BackgroundTransparency = 1
  234. Note3.BorderSizePixel = 0
  235. Note3.Position = UDim2.new(0.102939591, 0, 0.371599287, 0)
  236. Note3.Size = UDim2.new(0, 127, 0, 25)
  237. Note3.Font = Enum.Font.SourceSans
  238. Note3.Text = "If You Start Quest"
  239. Note3.TextColor3 = Color3.new(1, 1, 1)
  240. Note3.TextSize = 20
  241. Note3.TextStrokeColor3 = Color3.new(1, 1, 1)
  242. Note3.TextStrokeTransparency = 0
  243.  
  244. FreeBuilder.Name = "Free Builder"
  245. FreeBuilder.Parent = Main
  246. FreeBuilder.Active = false
  247. FreeBuilder.BackgroundColor3 = Color3.new(1, 1, 1)
  248. FreeBuilder.BackgroundTransparency = 1
  249. FreeBuilder.BorderSizePixel = 0
  250. FreeBuilder.Position = UDim2.new(0.257198989, 0, 0.262098253, 0)
  251. FreeBuilder.Size = UDim2.new(0, 200, 0, 50)
  252. FreeBuilder.Font = Enum.Font.SourceSans
  253. FreeBuilder.Text = "Free Build"
  254. FreeBuilder.TextColor3 = Color3.new(1, 1, 1)
  255. FreeBuilder.TextSize = 30
  256. FreeBuilder.TextStrokeColor3 = Color3.new(1, 1, 1)
  257. FreeBuilder.TextStrokeTransparency = 0
  258. FreeBuilder.MouseButton1Down:connect(function()
  259.     game.ReplicatedStorage.Remote:FireServer("TycoonSign", 1, 0)
  260. game.ReplicatedStorage.Remote:FireServer("PalmTrees", 2, 0)
  261. game.ReplicatedStorage.Remote:FireServer("Quad", 3, 0)
  262. game.ReplicatedStorage.Remote:FireServer("Enclosure1", 4, 0)
  263. game.ReplicatedStorage.Remote:FireServer("Walkways", 5, 0)
  264. game.ReplicatedStorage.Remote:FireServer("VisitorCenter", 6, 0)
  265. game.ReplicatedStorage.Remote:FireServer("Fence1", 7, 0)
  266. game.ReplicatedStorage.Remote:FireServer("FoodHut", 8, 0)
  267. game.ReplicatedStorage.Remote:FireServer("FrontGate", 9, 0)
  268. game.ReplicatedStorage.Remote:FireServer("ServiceGate", 10, 0)
  269. game.ReplicatedStorage.Remote:FireServer("RaptorEnclosure", 11, 0)
  270. game.ReplicatedStorage.Remote:FireServer("RaptorCrane", 12, 0)
  271. game.ReplicatedStorage.Remote:FireServer("Fence2", 13, 0)
  272. game.ReplicatedStorage.Remote:FireServer("EatingArea", 14, 0)
  273. game.ReplicatedStorage.Remote:FireServer("GiftShop", 15, 0)
  274. game.ReplicatedStorage.Remote:FireServer("ViewingArea", 16, 0)
  275. game.ReplicatedStorage.Remote:FireServer("Crates", 17, 0)
  276. game.ReplicatedStorage.Remote:FireServer("SpotLights", 18, 0)
  277. game.ReplicatedStorage.Remote:FireServer("PathLights", 19, 0)
  278. game.ReplicatedStorage.Remote:FireServer("Enclosure3", 20, 0)
  279. game.ReplicatedStorage.Remote:FireServer("Enclosure9", 20, 0)
  280. game.ReplicatedStorage.Remote:FireServer("Enclosure3Floriage", 21, 0)
  281. game.ReplicatedStorage.Remote:FireServer("Dome", 22, 0)
  282. game.ReplicatedStorage.Remote:FireServer("Enclosure5", 23, 0)
  283. game.ReplicatedStorage.Remote:FireServer("Enclosure10", 23, 0)
  284. game.ReplicatedStorage.Remote:FireServer("Enclosure5Floriage", 24, 0)
  285. game.ReplicatedStorage.Remote:FireServer("ViewingArea2", 25, 0)
  286. game.ReplicatedStorage.Remote:FireServer("Enclosure6", 26, 0)
  287. game.ReplicatedStorage.Remote:FireServer("Containers", 27, 0)
  288. game.ReplicatedStorage.Remote:FireServer("Enclosure7", 28, 0)
  289. game.ReplicatedStorage.Remote:FireServer("Enclosure8", 29, 0)
  290. end)
  291.  
  292. ValueSpeed.Name = "ValueSpeed"
  293. ValueSpeed.Parent = Main
  294. ValueSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  295. ValueSpeed.BackgroundTransparency = 1
  296. ValueSpeed.BorderSizePixel = 0
  297. ValueSpeed.Position = UDim2.new(-0.000223656185, 0, 0.4239299, 0)
  298. ValueSpeed.Size = UDim2.new(0, 200, 0, 50)
  299. ValueSpeed.Font = Enum.Font.SourceSans
  300. ValueSpeed.Text = "ValueSpeed"
  301. ValueSpeed.TextColor3 = Color3.new(1, 1, 1)
  302. ValueSpeed.TextSize = 30
  303. ValueSpeed.TextStrokeColor3 = Color3.new(1, 1, 1)
  304. ValueSpeed.TextStrokeTransparency = 0
  305.  
  306. SetSpeed.Name = "SetSpeed"
  307. SetSpeed.Parent = Main
  308. SetSpeed.Active = false
  309. SetSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  310. SetSpeed.BackgroundTransparency = 1
  311. SetSpeed.BorderSizePixel = 0
  312. SetSpeed.Position = UDim2.new(0.243913963, 0, 0.423736185, 0)
  313. SetSpeed.Size = UDim2.new(0, 200, 0, 50)
  314. SetSpeed.Font = Enum.Font.SourceSans
  315. SetSpeed.Text = "SetSpeed"
  316. SetSpeed.TextColor3 = Color3.new(1, 1, 1)
  317. SetSpeed.TextSize = 30
  318. SetSpeed.TextStrokeColor3 = Color3.new(1, 1, 1)
  319. SetSpeed.TextStrokeTransparency = 0
  320. SetSpeed.MouseButton1Down:connect(function()
  321.             game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = ValueSpeed.Text
  322. end)
  323.  
  324. ValueJumpPower.Name = "ValueJumpPower"
  325. ValueJumpPower.Parent = Main
  326. ValueJumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  327. ValueJumpPower.BackgroundTransparency = 1
  328. ValueJumpPower.BorderSizePixel = 0
  329. ValueJumpPower.Position = UDim2.new(-0.000223656185, 0, 0.531688511, 0)
  330. ValueJumpPower.Size = UDim2.new(0, 200, 0, 50)
  331. ValueJumpPower.Font = Enum.Font.SourceSans
  332. ValueJumpPower.Text = "ValueJumpPower"
  333. ValueJumpPower.TextColor3 = Color3.new(1, 1, 1)
  334. ValueJumpPower.TextSize = 30
  335. ValueJumpPower.TextStrokeColor3 = Color3.new(1, 1, 1)
  336. ValueJumpPower.TextStrokeTransparency = 0
  337.  
  338.  
  339. SetJumpPower.Name = "SetJumpPower"
  340. SetJumpPower.Parent = Main
  341. SetJumpPower.Active = false
  342. SetJumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  343. SetJumpPower.BackgroundTransparency = 1
  344. SetJumpPower.BorderSizePixel = 0
  345. SetJumpPower.Position = UDim2.new(0.243913963, 0, 0.531494796, 0)
  346. SetJumpPower.Size = UDim2.new(0, 200, 0, 50)
  347. SetJumpPower.Font = Enum.Font.SourceSans
  348. SetJumpPower.Text = "SetJumpPower"
  349. SetJumpPower.TextColor3 = Color3.new(1, 1, 1)
  350. SetJumpPower.TextSize = 30
  351. SetJumpPower.TextStrokeColor3 = Color3.new(1, 1, 1)
  352. SetJumpPower.TextStrokeTransparency = 0
  353. SetJumpPower.MouseButton1Down:connect(function()
  354.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = ValueJumpPower.Text
  355. end)
  356. -- Script Gui
  357. Main.Active = true
  358. Main.Selectable = true
  359. Main.Draggable = true
  360. --End Line...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement