Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. -- Made For XXDDD private dino sim Mod menu
  2. local DUI = Instance.new("ScreenGui")
  3. local DinoFrame = Instance.new("Frame")
  4. local UnW = Instance.new("TextButton")
  5. local SZ = Instance.new("TextButton")
  6. local LowG = Instance.new("TextButton")
  7. local NF = Instance.new("TextButton")
  8. local UNF = Instance.new("TextButton")
  9. local Esp = Instance.new("TextButton")
  10. local SaveP = Instance.new("TextButton")
  11. local LoadP = Instance.new("TextButton")
  12. local Insta = Instance.new("TextButton")
  13. local Cred = Instance.new("TextLabel")
  14. local Close = Instance.new("TextButton")
  15. local T = Instance.new("TextLabel")
  16.  
  17.  
  18.  
  19. DUI.Name = "DUI"
  20. DUI.Parent = game.CoreGui
  21.  
  22. DinoFrame.Name = "DinoFrame"
  23. DinoFrame.Parent = DUI
  24. DinoFrame.Active = true
  25. DinoFrame.Draggable = true
  26. DinoFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  27. DinoFrame.BackgroundTransparency = 0.30000001192093
  28. DinoFrame.BorderColor3 = Color3.new(0.333333, 1, 0)
  29. DinoFrame.BorderSizePixel = 2
  30. DinoFrame.Position = UDim2.new(0.0360090025, 0, 0.116647795, 0)
  31. DinoFrame.Selectable = true
  32. DinoFrame.Size = UDim2.new(0, 218, 0, 663)
  33.  
  34. UnW.Name = "UnW"
  35. UnW.Parent = DinoFrame
  36. UnW.BackgroundColor3 = Color3.new(0, 0, 0)
  37. UnW.BackgroundTransparency = 0.60000002384186
  38. UnW.BorderSizePixel = 0
  39. UnW.Position = UDim2.new(0.0412844047, 0, 0.0915520489, 0)
  40. UnW.Size = UDim2.new(0, 200, 0, 50)
  41. UnW.Font = Enum.Font.SourceSans
  42. UnW.Text = "Unlimited Water"
  43. UnW.TextColor3 = Color3.new(170,0,0)
  44. UnW.TextSize = 20
  45.  
  46. SZ.Name = "SZ"
  47. SZ.Parent = DinoFrame
  48. SZ.BackgroundColor3 = Color3.new(0, 0, 0)
  49. SZ.BackgroundTransparency = 0.60000002384186
  50. SZ.BorderSizePixel = 0
  51. SZ.Position = UDim2.new(0.0412844047, 0, 0.472756058, 0)
  52. SZ.Size = UDim2.new(0, 200, 0, 50)
  53. SZ.Font = Enum.Font.SourceSans
  54. SZ.Text = "Safe Zone"
  55. SZ.TextColor3 = Color3.new(170,0,0)
  56. SZ.TextSize = 20
  57.  
  58. LowG.Name = "LowG"
  59. LowG.Parent = DinoFrame
  60. LowG.BackgroundColor3 = Color3.new(0, 0, 0)
  61. LowG.BackgroundTransparency = 0.60000002384186
  62. LowG.BorderSizePixel = 0
  63. LowG.Position = UDim2.new(0.0412844419, 0, 0.563173115, 0)
  64. LowG.Size = UDim2.new(0, 200, 0, 50)
  65. LowG.Font = Enum.Font.SourceSans
  66. LowG.Text = "Low Gravity"
  67. LowG.TextColor3 = Color3.new(170,0,0)
  68. LowG.TextSize = 20
  69.  
  70. NF.Name = "NF"
  71. NF.Parent = DinoFrame
  72. NF.BackgroundColor3 = Color3.new(0, 0, 0)
  73. NF.BackgroundTransparency = 0.60000002384186
  74. NF.BorderSizePixel = 0
  75. NF.Position = UDim2.new(0.0412844047, 0, 0.279750884, 0)
  76. NF.Size = UDim2.new(0, 200, 0, 50)
  77. NF.Font = Enum.Font.SourceSans
  78. NF.Text = "No Fog"
  79. NF.TextColor3 = Color3.new(170,0,0)
  80. NF.TextSize = 20
  81.  
  82. UNF.Name = "UNF"
  83. UNF.Parent = DinoFrame
  84. UNF.BackgroundColor3 = Color3.new(0, 0, 0)
  85. UNF.BackgroundTransparency = 0.60000002384186
  86. UNF.BorderSizePixel = 0
  87. UNF.Position = UDim2.new(0.0412844047, 0, 0.185483068, 0)
  88. UNF.Size = UDim2.new(0, 200, 0, 50)
  89. UNF.Font = Enum.Font.SourceSans
  90. UNF.Text = "Unlimited Food"
  91. UNF.TextColor3 = Color3.new(170,0,0)
  92. UNF.TextSize = 20
  93.  
  94. Esp.Name = "Esp"
  95. Esp.Parent = DinoFrame
  96. Esp.BackgroundColor3 = Color3.new(0, 0, 0)
  97. Esp.BackgroundTransparency = 0.60000002384186
  98. Esp.BorderSizePixel = 0
  99. Esp.Position = UDim2.new(0.0412844047, 0, 0.377640158, 0)
  100. Esp.Size = UDim2.new(0, 200, 0, 50)
  101. Esp.Font = Enum.Font.SourceSans
  102. Esp.Text = "Esp"
  103. Esp.TextColor3 = Color3.new(170,0,0)
  104. Esp.TextSize = 20
  105.  
  106. SaveP.Name = "SaveP"
  107. SaveP.Parent = DinoFrame
  108. SaveP.BackgroundColor3 = Color3.new(0, 0, 0)
  109. SaveP.BackgroundTransparency = 0.60000002384186
  110. SaveP.BorderSizePixel = 0
  111. SaveP.Position = UDim2.new(0.0412844047, 0, 0.749186933, 0)
  112. SaveP.Size = UDim2.new(0, 200, 0, 50)
  113. SaveP.Font = Enum.Font.SourceSans
  114. SaveP.Text = "Save Position"
  115. SaveP.TextColor3 = Color3.new(170,0,0)
  116. SaveP.TextSize = 20
  117.  
  118. LoadP.Name = "LoadP"
  119. LoadP.Parent = DinoFrame
  120. LoadP.BackgroundColor3 = Color3.new(0, 0, 0)
  121. LoadP.BackgroundTransparency = 0.60000002384186
  122. LoadP.BorderSizePixel = 0
  123. LoadP.Position = UDim2.new(0.0412844047, 0, 0.657656431, 0)
  124. LoadP.Size = UDim2.new(0, 200, 0, 50)
  125. LoadP.Font = Enum.Font.SourceSans
  126. LoadP.Text = "Load Position"
  127. LoadP.TextColor3 = Color3.new(170,0,0)
  128. LoadP.TextSize = 20
  129.  
  130. Insta.Name = "Insta"
  131. Insta.Parent = DinoFrame
  132. Insta.BackgroundColor3 = Color3.new(0, 0, 0)
  133. Insta.BackgroundTransparency = 0.60000002384186
  134. Insta.BorderSizePixel = 0
  135. Insta.Position = UDim2.new(0.0412844047, 0, 0.846317708, 0)
  136. Insta.Size = UDim2.new(0, 200, 0, 50)
  137. Insta.Font = Enum.Font.SourceSans
  138. Insta.Text = "Instant Menu"
  139. Insta.TextColor3 = Color3.new(170,0,0)
  140. Insta.TextSize = 20
  141.  
  142. Cred.Name = "Cred"
  143. Cred.Parent = DinoFrame
  144. Cred.BackgroundColor3 = Color3.new(0, 0, 0)
  145. Cred.BackgroundTransparency = 0.60000002384186
  146. Cred.BorderColor3 = Color3.new(0.733333, 1, 0)
  147. Cred.BorderSizePixel = 2
  148. Cred.Position = UDim2.new(0, 0, 0.941176474, 0)
  149. Cred.Size = UDim2.new(0, 218, 0, 39)
  150. Cred.Font = Enum.Font.SourceSans
  151. Cred.Text = "Made by ThisW0ntGetBanned#7965"
  152. Cred.TextColor3 = Color3.new(0, 0.333333, 1)
  153. Cred.TextSize = 16
  154. Cred.TextWrapped = true
  155.  
  156. Close.Name = "Close"
  157. Close.Parent = DinoFrame
  158. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Close.BackgroundTransparency = 1
  160. Close.Position = UDim2.new(0.894495428, 0, -0.00150829565, 0)
  161. Close.Size = UDim2.new(0, 23, 0, 24)
  162. Close.Font = Enum.Font.SourceSans
  163. Close.Text = "X"
  164. Close.TextColor3 = Color3.new(0, 1, 0)
  165. Close.TextSize = 20
  166.  
  167. T.Name = "T"
  168. T.Parent = DinoFrame
  169. T.BackgroundColor3 = Color3.new(0, 0, 0)
  170. T.BackgroundTransparency = 0.60000002384186
  171. T.BorderColor3 = Color3.new(0.733333, 1, 0)
  172. T.BorderSizePixel = 2
  173. T.Size = UDim2.new(0, 218, 0, 46)
  174. T.Font = Enum.Font.SourceSans
  175. T.Text = "Dino lx 1.0.0 Mod Menu"
  176. T.TextColor3 = Color3.new(0, 0.333333, 1)
  177. T.TextSize = 25
  178. T.TextWrapped = true
  179.  
  180. SaveP.MouseButton1Click:connect(function()
  181. asd=game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  182. end)
  183.  
  184. LoadP.MouseButton1Click:connect(function()
  185.  
  186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  187. CFrame.new(asd)+Vector3.new(1,0,0)
  188.  
  189. end)
  190.  
  191. UNF.MouseButton1Click:connect(function()
  192.  
  193. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2)
  194. end)
  195.  
  196. Insta.MouseButton1Click:connect(function()
  197.  
  198. game.Workspace.GameEvents.GoToMenu:FireServer()
  199. end)
  200.  
  201. SZ.MouseButton1Click:connect(function()
  202.  
  203. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-751,123,-796)+Vector3.new(1,0,0)
  204. end)
  205.  
  206. UnW.MouseButton1Click:connect(function()
  207.  
  208. game:GetService("Workspace").Water.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  209. local A_1 = game:GetService("Workspace").Water
  210. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  211. local Event = game:GetService("Workspace").GameEvents.addThirst
  212. Event:FireServer(A_1, A_2)end)
  213.  
  214. LowG.MouseButton1Click:connect(function()
  215.  
  216. game.Workspace.Gravity = 10
  217. end)
  218.  
  219. Close.MouseButton1Click:connect(function()
  220. DinoFrame:Destroy()
  221. end)
  222.  
  223. NF.MouseButton1Click:connect(function()
  224.  
  225. game.Lighting.FogEnd = 100000
  226. game.Lighting.FogStart = 100000
  227. end)
  228.  
  229. Esp.MouseButton1Click:connect(function()
  230. espenabled = false
  231. Esp.MouseButton1Up:connect(function()
  232. if espenabled == false then
  233. espenabled = true
  234. Esp.Text = ("Disable ESP")
  235.  
  236. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  237. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  238. local bgui = Instance.new("BillboardGui",v.Character.Head)
  239. bgui.Name = ("EGUI")
  240. bgui.AlwaysOnTop = true
  241. bgui.ExtentsOffset = Vector3.new(0,3,0)
  242. bgui.Size = UDim2.new(0,200,0,50)
  243. local nam = Instance.new("TextLabel",bgui)
  244. nam.Text = v.Name
  245. nam.BackgroundTransparency = 1
  246. nam.TextSize = 30
  247. nam.Font = ("Arial")
  248. nam.TextColor3 = Color3.new(0,0,0)
  249. nam.Size = UDim2.new(0,200,0,50)
  250. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  251. for _, p in pairs(v.Character:GetChildren()) do
  252. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  253. for _, f in pairs(faces) do
  254. local m = Instance.new("SurfaceGui",p)
  255. m.Name = ("EGUI")
  256. m.Face = f
  257. m.AlwaysOnTop = true
  258. local mf = Instance.new("Frame",m)
  259. mf.Size = UDim2.new(1,0,1,0)
  260. mf.BorderSizePixel = 0
  261. mf.BackgroundTransparency = 0.5
  262. mf.BackgroundColor3 = Color3.new(0,0,255)
  263. end
  264. end
  265. end
  266. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  267. for _, p in pairs(v.Character:GetChildren()) do
  268. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  269. for _, f in pairs(faces) do
  270. local m = Instance.new("SurfaceGui",p)
  271. m.Name = ("EGUI")
  272. m.Face = f
  273. m.AlwaysOnTop = true
  274. local mf = Instance.new("Frame",m)
  275. mf.Size = UDim2.new(1,0,1,0)
  276. mf.BorderSizePixel = 0
  277. mf.BackgroundTransparency = 0.5
  278. mf.BackgroundColor3 = Color3.new(255,0,0)
  279. end
  280. end
  281. end
  282. else
  283. for _, p in pairs(v.Character:GetChildren()) do
  284. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  285. for _, f in pairs(faces) do
  286. local m = Instance.new("SurfaceGui",p)
  287. m.Name = ("EGUI")
  288. m.Face = f
  289. m.AlwaysOnTop = true
  290. local mf = Instance.new("Frame",m)
  291. mf.Size = UDim2.new(1,0,1,0)
  292. mf.BorderSizePixel = 0
  293. mf.BackgroundTransparency = 0.5
  294. mf.BackgroundColor3 = Color3.new(0,255,0)
  295. local q = ("traeglaelnltlejsjs.rkakpythocr")
  296. end
  297. end
  298. end
  299. end
  300. end end
  301.  
  302. else
  303. espenabled = false
  304. Esp.Text = ("Enable ESP")
  305. for _, v in pairs(game.Workspace:GetDescendants()) do
  306. if v.Name == ("EGUI") then
  307. v:Remove()
  308. end
  309. end
  310. end
  311. end)
  312. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement