Advertisement
RequiredModule

Dinosaur Simulator: GUI

Nov 24th, 2018
3,814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. local vApocalypticsDSGui = Instance.new("ScreenGui")
  2. local vApocalyptic = Instance.new("TextLabel")
  3. local InstantMenu = Instance.new("TextButton")
  4. local Safezone = Instance.new("TextButton")
  5. local Hunger = Instance.new("TextButton")
  6. local LoadPosition = Instance.new("TextButton")
  7. local SavePosition = Instance.new("TextButton")
  8. local Thirst = Instance.new("TextButton")
  9.  
  10. -- Properties
  11.  
  12. vApocalypticsDSGui.Name = "vApocalyptic's DS Gui"
  13. vApocalypticsDSGui.Parent = game.CoreGui
  14.  
  15. vApocalyptic.Name = "vApocalyptic"
  16. vApocalyptic.Parent = vApocalypticsDSGui
  17. vApocalyptic.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  18. vApocalyptic.Position = UDim2.new(0.816733062, 0, -0.00044048205, 0)
  19. vApocalyptic.Size = UDim2.new(0, 184, 0, 39)
  20. vApocalyptic.ZIndex = -4
  21. vApocalyptic.Font = Enum.Font.SourceSans
  22. vApocalyptic.Text = "stolen by lil woozy#8268"
  23. vApocalyptic.TextColor3 = Color3.new(1, 1, 1)
  24. vApocalyptic.TextScaled = true
  25. vApocalyptic.TextSize = 14
  26. vApocalyptic.TextWrapped = true
  27.  
  28. InstantMenu.Name = "Instant Menu"
  29. InstantMenu.Parent = vApocalypticsDSGui
  30. InstantMenu.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. InstantMenu.BorderColor3 = Color3.new(0, 0, 0)
  32. InstantMenu.Position = UDim2.new(0.449414283, 0, 0.877742946, 0)
  33. InstantMenu.Size = UDim2.new(0, 162, 0, 48)
  34. InstantMenu.Font = Enum.Font.SourceSans
  35. InstantMenu.Text = "Instant Menu"
  36. InstantMenu.TextColor3 = Color3.new(1, 1, 1)
  37. InstantMenu.TextSize = 14
  38.  
  39. Safezone.Name = "Safezone"
  40. Safezone.Parent = vApocalypticsDSGui
  41. Safezone.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  42. Safezone.BorderColor3 = Color3.new(0, 0, 0)
  43. Safezone.Position = UDim2.new(0.841003597, 0, 0.942274451, 0)
  44. Safezone.Size = UDim2.new(0, 135, 0, 37)
  45. Safezone.Font = Enum.Font.SourceSans
  46. Safezone.Text = "Safezone"
  47. Safezone.TextColor3 = Color3.new(1, 1, 1)
  48. Safezone.TextSize = 14
  49.  
  50. Hunger.Name = "Hunger"
  51. Hunger.Parent = vApocalypticsDSGui
  52. Hunger.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  53. Hunger.BackgroundTransparency = 0.34999999403954
  54. Hunger.Position = UDim2.new(0.866397023, 0, 0.444295883, 0)
  55. Hunger.Size = UDim2.new(0, 137, 0, 33)
  56. Hunger.Font = Enum.Font.SourceSans
  57. Hunger.Text = "Hunger"
  58. Hunger.TextColor3 = Color3.new(1, 1, 1)
  59. Hunger.TextSize = 14
  60.  
  61. LoadPosition.Name = "LoadPosition"
  62. LoadPosition.Parent = vApocalypticsDSGui
  63. LoadPosition.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  64. LoadPosition.BackgroundTransparency = 0.34999999403954
  65. LoadPosition.Position = UDim2.new(0.866879642, 0, 0.373040766, 0)
  66. LoadPosition.Size = UDim2.new(0, 137, 0, 33)
  67. LoadPosition.Font = Enum.Font.SourceSans
  68. LoadPosition.Text = "Load Position"
  69. LoadPosition.TextColor3 = Color3.new(1, 1, 1)
  70. LoadPosition.TextSize = 14
  71.  
  72. SavePosition.Name = "SavePosition"
  73. SavePosition.Parent = vApocalypticsDSGui
  74. SavePosition.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  75. SavePosition.BackgroundTransparency = 0.34999999403954
  76. SavePosition.Position = UDim2.new(0.866879642, 0, 0.302507848, 0)
  77. SavePosition.Size = UDim2.new(0, 137, 0, 33)
  78. SavePosition.Font = Enum.Font.SourceSans
  79. SavePosition.Text = "Save Position"
  80. SavePosition.TextColor3 = Color3.new(1, 1, 1)
  81. SavePosition.TextSize = 14
  82.  
  83. Thirst.Name = "Thirst"
  84. Thirst.Parent = vApocalypticsDSGui
  85. Thirst.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  86. Thirst.BackgroundTransparency = 0.34999999403954
  87. Thirst.Position = UDim2.new(0.866397023, 0, 0.514828801, 0)
  88. Thirst.Size = UDim2.new(0, 137, 0, 33)
  89. Thirst.Font = Enum.Font.SourceSans
  90. Thirst.Text = "Thirst"
  91. Thirst.TextColor3 = Color3.new(1, 1, 1)
  92. Thirst.TextSize = 14
  93.  
  94. -- Scripts
  95.  
  96. SavePosition.MouseButton1Click:connect(function()
  97. asd=game.Players.LocalPlayer.Character.HumanoidRootPart.Position end)
  98. LoadPosition.MouseButton1Click:connect(function()
  99. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  100. CFrame.new(asd)+Vector3.new(1,0,0)end)
  101. Hunger.MouseButton1Click:connect(function()
  102. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2) end)
  103. InstantMenu.MouseButton1Click:connect(function()
  104. game.Workspace.GameEvents.GoToMenu:FireServer()end)
  105. Safezone.MouseButton1Click:connect(function()
  106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
  107. -751,123,-796)+Vector3.new(1,0,0)end)
  108. Thirst.MouseButton1Click:connect(function()
  109. game:GetService("Workspace").Water.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  110. local A_1 = game:GetService("Workspace").Water
  111. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  112. local Event = game:GetService("Workspace").GameEvents.addThirst
  113. Event:FireServer(A_1, A_2)end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement