DumbShit

Dinosaur Simulator

Mar 28th, 2020
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local DSGUI = Instance.new("Frame")
  6. local Thirst = Instance.new("TextButton")
  7. local Hunger = Instance.new("TextButton")
  8. local Subtract = Instance.new("TextButton")
  9. local Anti = Instance.new("TextButton")
  10. local JumpPower = Instance.new("TextBox")
  11. local WalkSpeed = Instance.new("TextBox")
  12. local WalkSpeedButton = Instance.new("TextButton")
  13. local Fog = Instance.new("TextButton")
  14. local Gui = Instance.new("TextLabel")
  15. local JumpPowerButton = Instance.new("TextButton")
  16. local Credits = Instance.new("TextLabel")
  17. --Properties:
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.Parent = game:GetService("CoreGui")
  20. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. DSGUI.Name = "DSGUI"
  23. DSGUI.Parent = ScreenGui
  24. DSGUI.Active = true
  25. DSGUI.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  26. DSGUI.BorderColor3 = Color3.new(0, 0, 0)
  27. DSGUI.Position = UDim2.new(0.533333421, 0, 0.435025483, 0)
  28. DSGUI.Size = UDim2.new(0, 371, 0, 220)
  29.  
  30. Thirst.Name = "Thirst"
  31. Thirst.Parent = DSGUI
  32. Thirst.Active = false
  33. Thirst.BackgroundColor3 = Color3.new(1, 1, 1)
  34. Thirst.Position = UDim2.new(0.57475841, 0, 0.0858333856, 0)
  35. Thirst.Size = UDim2.new(0, 135, 0, 47)
  36. Thirst.Font = Enum.Font.Arcade
  37. Thirst.Text = "Give Thirst"
  38. Thirst.TextColor3 = Color3.new(0, 0, 0)
  39. Thirst.TextSize = 14
  40. Thirst.MouseButton1Click:connect(function()
  41. local A_1 = game:GetService("Workspace").Water
  42. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  43. local Event = game:GetService("Workspace").GameEvents.addThirst
  44. Event:FireServer(A_1, A_2)
  45. end)
  46.  
  47. Hunger.Name = "Hunger"
  48. Hunger.Parent = DSGUI
  49. Hunger.Active = false
  50. Hunger.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Hunger.Position = UDim2.new(0.0477313995, 0, 0.0858334005, 0)
  52. Hunger.Size = UDim2.new(0, 135, 0, 47)
  53. Hunger.Font = Enum.Font.Arcade
  54. Hunger.Text = "Give Hunger"
  55. Hunger.TextColor3 = Color3.new(0, 0, 0)
  56. Hunger.TextSize = 14
  57. Hunger.MouseButton1Click:connect(function()
  58. game.workspace.GameEvents.EatPlant:FireServer(workspace.GameMap.Ferns.Fern,2)
  59. end)
  60.  
  61. Subtract.Name = "Subtract"
  62. Subtract.Parent = DSGUI
  63. Subtract.Active = false
  64. Subtract.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Subtract.Position = UDim2.new(0.0477313995, 0, 0.396439463, 0)
  66. Subtract.Size = UDim2.new(0, 135, 0, 47)
  67. Subtract.Font = Enum.Font.Arcade
  68. Subtract.Text = "Subtract Hunger"
  69. Subtract.TextColor3 = Color3.new(0, 0, 0)
  70. Subtract.TextSize = 14
  71. Subtract.MouseButton1Click:connect(function()
  72. game.workspace.GameEvents.EatPlant:FireServer(workspace.GameMap.Ferns.Fern,-4)
  73. end)
  74.  
  75. Anti.Name = "Anti"
  76. Anti.Parent = DSGUI
  77. Anti.Active = false
  78. Anti.BackgroundColor3 = Color3.new(1, 1, 1)
  79. Anti.Position = UDim2.new(0.0477313995, 0, 0.703456998, 0)
  80. Anti.Size = UDim2.new(0, 135, 0, 47)
  81. Anti.Font = Enum.Font.Arcade
  82. Anti.Text = "Anti-Ban"
  83. Anti.TextColor3 = Color3.new(0, 0, 0)
  84. Anti.TextSize = 14
  85. Anti.MouseButton1Click:connect(function()
  86. local AdminList = {
  87. 23952793,
  88. 63300487,
  89. 119868,
  90. 14922769,
  91. 35276317,
  92. 21238127,
  93. 39523020,
  94. 109217153,
  95. 6828351,
  96. 428631361,
  97. 42285938,
  98. 160319861,
  99. 94254052,
  100. 57628717,
  101. 81275825,
  102. 14099358,
  103. 144170792,
  104. 4317782,
  105. 69239108,
  106. 117551840,
  107. 21447425
  108. }
  109.  
  110. game.Players.PlayerAdded:Connect(function(player)
  111. for i, v in pairs(AdminList) do
  112. if player.UserId == v then
  113. game.Players.LocalPlayer:Kick(player.Name .. " Kicked Due To Admin/Moderator Joining In Game To Ban You!")
  114. end
  115. end
  116. end)
  117. end)
  118.  
  119. JumpPower.Name = "JumpPower"
  120. JumpPower.Parent = DSGUI
  121. JumpPower.Active = false
  122. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  123. JumpPower.Position = UDim2.new(0.57475841, 0, 0.782242417, 0)
  124. JumpPower.Size = UDim2.new(0, 135, 0, 27)
  125. JumpPower.Font = Enum.Font.Arcade
  126. JumpPower.Text = ""
  127. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  128. JumpPower.TextSize = 14
  129.  
  130. WalkSpeed.Name = "WalkSpeed"
  131. WalkSpeed.Parent = DSGUI
  132. WalkSpeed.Active = false
  133. WalkSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  134. WalkSpeed.Position = UDim2.new(0.574276686, 0, 0.57825762, 0)
  135. WalkSpeed.Size = UDim2.new(0, 135, 0, 27)
  136. WalkSpeed.Font = Enum.Font.Arcade
  137. WalkSpeed.Text = ""
  138. WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
  139. WalkSpeed.TextSize = 14
  140.  
  141. WalkSpeedButton.Name = "WalkSpeedButton"
  142. WalkSpeedButton.Parent = DSGUI
  143. WalkSpeedButton.BackgroundColor3 = Color3.new(1, 1, 1)
  144. WalkSpeedButton.Position = UDim2.new(0.574758351, 0, 0.523712158, 0)
  145. WalkSpeedButton.Size = UDim2.new(0, 135, 0, 12)
  146. WalkSpeedButton.Font = Enum.Font.Arcade
  147. WalkSpeedButton.Text = "Set WS"
  148. WalkSpeedButton.TextColor3 = Color3.new(0, 0, 0)
  149. WalkSpeedButton.TextSize = 14
  150. WalkSpeedButton.MouseButton1Click:connect(function()
  151. while wait() do
  152. game.Players.LocalPlayer.Character.Dinosaur.WalkSpeed = (WalkSpeed.Text)
  153. end
  154. game.Players.LocalPlayer.Character.CharacterScripts.ControlWalkSpeed:remove()
  155. end)
  156.  
  157. Fog.Name = "Fog"
  158. Fog.Parent = DSGUI
  159. Fog.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Fog.Position = UDim2.new(0.574758351, 0, 0.366054177, 0)
  161. Fog.Size = UDim2.new(0, 135, 0, 20)
  162. Fog.Font = Enum.Font.Arcade
  163. Fog.Text = "No Fog"
  164. Fog.TextColor3 = Color3.new(0, 0, 0)
  165. Fog.TextSize = 14
  166. Fog.MouseButton1Click:connect(function()
  167. game.Lighting.FogEnd = 999999999
  168. end)
  169.  
  170. Gui.Name = "Gui"
  171. Gui.Parent = DSGUI
  172. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  173. Gui.Position = UDim2.new(0, 0, -0.0954545438, 0)
  174. Gui.Size = UDim2.new(0, 371, 0, 21)
  175. Gui.Font = Enum.Font.Arcade
  176. Gui.Text = "Dinosaur Simulator Gui"
  177. Gui.TextColor3 = Color3.new(0, 0, 0)
  178. Gui.TextSize = 21
  179.  
  180. JumpPowerButton.Name = "JumpPowerButton"
  181. JumpPowerButton.Parent = DSGUI
  182. JumpPowerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  183. JumpPowerButton.Position = UDim2.new(0.574758351, 0, 0.723712146, 0)
  184. JumpPowerButton.Size = UDim2.new(0, 135, 0, 12)
  185. JumpPowerButton.Font = Enum.Font.Arcade
  186. JumpPowerButton.Text = "Set JP"
  187. JumpPowerButton.TextColor3 = Color3.new(0, 0, 0)
  188. JumpPowerButton.TextSize = 14
  189. JumpPowerButton.MouseButton1Click:connect(function()
  190. game.Players.LocalPlayer.Character.Dinosaur.JumpPower = (JumpPower.Text)
  191. game.Players.LocalPlayer.Character.CharacterScripts.ControlJumpPower:remove()
  192. end)
  193.  
  194. Credits.Name = "Credits"
  195. Credits.Parent = DSGUI
  196. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  197. Credits.BackgroundTransparency = 1
  198. Credits.Position = UDim2.new(0.177897573, 0, 0.917093456, 0)
  199. Credits.Size = UDim2.new(0, 213, 0, 18)
  200. Credits.Font = Enum.Font.Arcade
  201. Credits.Text = " Credits: Xerocas , Note: Fuck Paid DS Gui's! "
  202. Credits.TextColor3 = Color3.new(1, 1, 1)
  203. Credits.TextSize = 14
  204. -- Scripts:
  205. function SCRIPT_VWJK87_FAKESCRIPT() -- DSGUI.LocalScript
  206. local script = Instance.new('LocalScript')
  207. script.Parent = DSGUI
  208. local frame = script.Parent
  209. frame.Draggable = true
  210. frame.Active = true
  211.  
  212.  
  213. end
  214. coroutine.resume(coroutine.create(SCRIPT_VWJK87_FAKESCRIPT))
Add Comment
Please, Sign In to add comment