Advertisement
Dastan502

Script Dinosaur Simulator By : GAG502

Nov 18th, 2018
6,158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.73 KB | None | 0 0
  1. local DinosimFREE = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local CreditsB = Instance.new("TextButton")
  5. local ClickTPB = Instance.new("TextButton")
  6. local NoFog = Instance.new("TextButton")
  7. local Thirst = Instance.new("TextButton")
  8. local Hunger = Instance.new("TextButton")
  9. local InfThirst = Instance.new("TextButton")
  10. local Close = Instance.new("TextButton")
  11. local CreditsFrame = Instance.new("Frame")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local Info = Instance.new("TextButton")
  15. local CloseCredits = Instance.new("TextButton")
  16. local InfoFrame = Instance.new("Frame")
  17. local TextLabel_4 = Instance.new("TextLabel")
  18. local TextLabel_5 = Instance.new("TextLabel")
  19. local CloseInfo = Instance.new("TextButton")
  20. local TextButton = Instance.new("TextButton")
  21. --Properties:
  22. DinosimFREE.Name = "DinosimFREE"
  23. DinosimFREE.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24.  
  25. MainFrame.Name = "MainFrame"
  26. MainFrame.Parent = DinosimFREE
  27. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  28. MainFrame.BackgroundTransparency = 0.60000002384186
  29. MainFrame.Position = UDim2.new(0.261476994, 0, 0.271629781, 0)
  30. MainFrame.Size = UDim2.new(0, 345, 0, 227)
  31.  
  32. TextLabel.Parent = MainFrame
  33. TextLabel.BackgroundColor3 = Color3.new(1, 0, 1)
  34. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  35. TextLabel.BorderSizePixel = 3
  36. TextLabel.Size = UDim2.new(0, 345, 0, 18)
  37. TextLabel.Font = Enum.Font.SciFi
  38. TextLabel.Text = "By GAG502"
  39. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  40. TextLabel.TextScaled = true
  41. TextLabel.TextSize = 14
  42. TextLabel.TextWrapped = true
  43.  
  44. CreditsB.Name = "Harap Baca"
  45. CreditsB.Parent = MainFrame
  46. CreditsB.BackgroundColor3 = Color3.new(1, 1, 1)
  47. CreditsB.BorderSizePixel = 2
  48. CreditsB.Position = UDim2.new(0.707246363, 0, 0.114537448, 0)
  49. CreditsB.Size = UDim2.new(0, 91, 0, 29)
  50. CreditsB.Font = Enum.Font.Code
  51. CreditsB.Text = "PEMBERITAHUAN"
  52. CreditsB.TextColor3 = Color3.new(1, 0, 0)
  53. CreditsB.TextSize = 14
  54.  
  55. NoFog.Name = "Tidak Ada Kabut"
  56. NoFog.Parent = MainFrame
  57. NoFog.BackgroundColor3 = Color3.new(1, 1, 1)
  58. NoFog.BorderSizePixel = 2
  59. NoFog.Position = UDim2.new(0.0202898551, 0, 0.295154184, 0)
  60. NoFog.Size = UDim2.new(0, 91, 0, 29)
  61. NoFog.Font = Enum.Font.Code
  62. NoFog.Text = "Tidak Ada Kabut"
  63. NoFog.TextColor3 = Color3.new(1, 0, 0)
  64. NoFog.TextSize = 14
  65.  
  66. Thirst.Name = "Air"
  67. Thirst.Parent = MainFrame
  68. Thirst.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Thirst.BorderSizePixel = 2
  70. Thirst.Position = UDim2.new(0.0202898551, 0, 0.48017621, 0)
  71. Thirst.Size = UDim2.new(0, 91, 0, 29)
  72. Thirst.Font = Enum.Font.Code
  73. Thirst.Text = "Air"
  74. Thirst.TextColor3 = Color3.new(1, 0, 0)
  75. Thirst.TextSize = 14
  76.  
  77. Hunger.Name = "Makanan"
  78. Hunger.Parent = MainFrame
  79. Hunger.BackgroundColor3 = Color3.new(1, 1, 1)
  80. Hunger.BorderSizePixel = 2
  81. Hunger.Position = UDim2.new(0.0202898551, 0, 0.669603527, 0)
  82. Hunger.Size = UDim2.new(0, 91, 0, 29)
  83. Hunger.Font = Enum.Font.Code
  84. Hunger.Text = "Makanan"
  85. Hunger.TextColor3 = Color3.new(1, 0, 0)
  86. Hunger.TextSize = 14
  87.  
  88. InfThirst.Name = "Air Tak Terbatas"
  89. InfThirst.Parent = MainFrame
  90. InfThirst.BackgroundColor3 = Color3.new(1, 1, 1)
  91. InfThirst.BorderSizePixel = 2
  92. InfThirst.Position = UDim2.new(0.368115932, 0, 0.114537448, 0)
  93. InfThirst.Size = UDim2.new(0, 91, 0, 29)
  94. InfThirst.Font = Enum.Font.Code
  95. InfThirst.Text = "Air Tak Terbatas"
  96. InfThirst.TextColor3 = Color3.new(1, 0, 0)
  97. InfThirst.TextSize = 14
  98.  
  99. Close.Name = "Close"
  100. Close.Parent = MainFrame
  101. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Close.BackgroundTransparency = 1
  103. Close.Position = UDim2.new(0.915942013, 0, 0, 0)
  104. Close.Size = UDim2.new(0, 29, 0, 18)
  105. Close.Font = Enum.Font.SourceSans
  106. Close.Text = "X"
  107. Close.TextColor3 = Color3.new(1, 0, 0)
  108. Close.TextSize = 30
  109. Close.TextWrapped = true
  110.  
  111. CreditsFrame.Name = "CreditsFrame"
  112. CreditsFrame.Parent = MainFrame
  113. CreditsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  114. CreditsFrame.BackgroundTransparency = 0.5
  115. CreditsFrame.BorderColor3 = Color3.new(0, 0, 0)
  116. CreditsFrame.Position = UDim2.new(0.330434769, 0, 0.295154184, 0)
  117. CreditsFrame.Size = UDim2.new(0, 215, 0, 143)
  118.  
  119. TextLabel_2.Parent = CreditsFrame
  120. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  121. TextLabel_2.BackgroundTransparency = 0.40000000596046
  122. TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
  123. TextLabel_2.BorderSizePixel = 3
  124. TextLabel_2.Size = UDim2.new(0, 215, 0, 16)
  125. TextLabel_2.Font = Enum.Font.SciFi
  126. TextLabel_2.Text = "Baca Sebelum Menggunakan"
  127. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  128. TextLabel_2.TextScaled = true
  129. TextLabel_2.TextSize = 14
  130. TextLabel_2.TextWrapped = true
  131.  
  132. TextLabel_3.Parent = CreditsFrame
  133. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  134. TextLabel_3.BackgroundTransparency = 1
  135. TextLabel_3.Position = UDim2.new(0.041860465, 0, 0.0909090936, 0)
  136. TextLabel_3.Size = UDim2.new(0, 193, 0, 72)
  137. TextLabel_3.Font = Enum.Font.Code
  138. TextLabel_3.Text = "Exploit Ini Di Crack Oleh GAG502 Jika Anda Di Ban Jangan Salah Kan Kami"
  139. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  140. TextLabel_3.TextSize = 14
  141. TextLabel_3.TextWrapped = true
  142.  
  143. Info.Name = "Lanjutkan"
  144. Info.Parent = CreditsFrame
  145. Info.BackgroundColor3 = Color3.new(0, 0, 0)
  146. Info.Position = UDim2.new(0.688372076, 0, 0.83916086, 0)
  147. Info.Size = UDim2.new(0, 67, 0, 23)
  148. Info.Font = Enum.Font.Code
  149. Info.Text = "Lanjutkan"
  150. Info.TextColor3 = Color3.new(1, 1, 1)
  151. Info.TextScaled = true
  152. Info.TextSize = 14
  153. Info.TextStrokeColor3 = Color3.new(1, 1, 1)
  154. Info.TextWrapped = true
  155.  
  156. CloseCredits.Name = "CloseCredits"
  157. CloseCredits.Parent = CreditsFrame
  158. CloseCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  159. CloseCredits.Position = UDim2.new(0.851162791, 0, 0, 0)
  160. CloseCredits.Size = UDim2.new(0, 32, 0, 16)
  161. CloseCredits.Font = Enum.Font.SourceSans
  162. CloseCredits.Text = "X"
  163. CloseCredits.TextColor3 = Color3.new(1, 0.333333, 0)
  164. CloseCredits.TextSize = 30
  165.  
  166. InfoFrame.Name = "InfoFrame"
  167. InfoFrame.Parent = MainFrame
  168. InfoFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  169. InfoFrame.BackgroundTransparency = 0.5
  170. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  171. InfoFrame.Position = UDim2.new(0.333333254, 0, 0.295154214, 0)
  172. InfoFrame.Size = UDim2.new(0, 214, 0, 143)
  173.  
  174. TextLabel_4.Parent = InfoFrame
  175. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  176. TextLabel_4.BackgroundTransparency = 0.40000000596046
  177. TextLabel_4.BorderColor3 = Color3.new(0, 0, 0)
  178. TextLabel_4.BorderSizePixel = 3
  179. TextLabel_4.Size = UDim2.new(0, 215, 0, 16)
  180. TextLabel_4.Font = Enum.Font.SourceSans
  181. TextLabel_4.Text = "Gabung Ke Group Kami"
  182. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  183. TextLabel_4.TextScaled = true
  184. TextLabel_4.TextSize = 14
  185. TextLabel_4.TextWrapped = true
  186.  
  187. TextLabel_5.Parent = InfoFrame
  188. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  189. TextLabel_5.BackgroundTransparency = 1
  190. TextLabel_5.Position = UDim2.new(0.0368663594, 0, 0.216783211, 0)
  191. TextLabel_5.Size = UDim2.new(0, 200, 0, 50)
  192. TextLabel_5.Font = Enum.Font.Code
  193. TextLabel_5.Text = "Anak Generasi Gamers"
  194. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  195. TextLabel_5.TextScaled = true
  196. TextLabel_5.TextSize = 14
  197. TextLabel_5.TextWrapped = true
  198.  
  199. CloseInfo.Name = "CloseInfo"
  200. CloseInfo.Parent = InfoFrame
  201. CloseInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  202. CloseInfo.Position = UDim2.new(0.855140209, 0, 0, 0)
  203. CloseInfo.Size = UDim2.new(0, 31, 0, 16)
  204. CloseInfo.Font = Enum.Font.SourceSans
  205. CloseInfo.Text = "X"
  206. CloseInfo.TextColor3 = Color3.new(1, 0, 0)
  207. CloseInfo.TextSize = 30
  208. CloseInfo.TextWrapped = true
  209.  
  210. TextButton.Parent = InfoFrame
  211. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  212. TextButton.Position = UDim2.new(0, 0, 0.83916086, 0)
  213. TextButton.Size = UDim2.new(0, 67, 0, 23)
  214. TextButton.Font = Enum.Font.Code
  215. TextButton.Text = "Kembali"
  216. TextButton.TextColor3 = Color3.new(1, 1, 1)
  217. TextButton.TextScaled = true
  218. TextButton.TextSize = 14
  219. TextButton.TextWrapped = true
  220.  
  221. InfoFrame.Visible = false
  222. CreditsFrame.Visible = false
  223.  
  224.  
  225. Close.MouseButton1Click:connect(function()
  226. MainFrame.Visible = false
  227. end)
  228.  
  229. CreditsB.MouseButton1Click:connect(function()
  230. CreditsFrame.Visible = true
  231. end)
  232.  
  233.  
  234. CloseCredits.MouseButton1Click:connect(function()
  235. CreditsFrame.Visible = false
  236. end)
  237.  
  238. Info.MouseButton1Click:connect(function()
  239. InfoFrame.Visible = true
  240. CreditsFrame.Visible = false
  241. end)
  242.  
  243.  
  244. TextButton.MouseButton1Click:connect(function()
  245. InfoFrame.Visible = false
  246. CreditsFrame.Visible = true
  247. end)
  248.  
  249. CloseInfo.MouseButton1Click:connect(function()
  250. InfoFrame.Visible = false
  251. end)
  252.  
  253.  
  254. InfThirst.MouseButton1Click:connect(function()
  255. while true do
  256. wait(0.1)
  257. local A_1 = game:GetService("Workspace").Water
  258. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  259. local Event = game:GetService("Workspace").GameEvents.addThirst
  260. Event:FireServer(A_1, A_2)
  261. end
  262. end)
  263.  
  264.  
  265. NoFog.MouseButton1Click:connect(function()
  266. game.Lighting.FogEnd = 99999
  267. end)
  268.  
  269.  
  270. Hunger.MouseButton1Click:connect(function()
  271. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,2)
  272. end)
  273.  
  274. Thirst.MouseButton1Click:connect(function()
  275. local A_1 = game:GetService("Workspace").Water
  276. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  277. local Event = game:GetService("Workspace").GameEvents.addThirst
  278. Event:FireServer(A_1, A_2)
  279. end)
  280.  
  281.  
  282. ClickTPB.MouseButton1Click:connect(function()
  283. local UIS = game:GetService("UserInputService")
  284.  
  285. local Player = game.Players.LocalPlayer
  286. local Mouse = Player:GetMouse()
  287.  
  288.  
  289. function GetCharacter()
  290. return game.Players.LocalPlayer.Character
  291. end
  292.  
  293. function Teleport(pos)
  294. local Char = GetCharacter()
  295. if Char then
  296. Char:MoveTo(pos)
  297. end
  298. end
  299.  
  300.  
  301. UIS.InputBegan:Connect(function(input)
  302. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.F2) then
  303. Teleport(Mouse.Hit.p)
  304. end
  305. end)
  306. end)
  307.  
  308.  
  309.  
  310. MainFrame.Active = true
  311. MainFrame.Draggable = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement