Advertisement
Guest User

12+3470314780+

a guest
Jul 7th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.90 KB | None | 0 0
  1. -- Objects
  2.  
  3. local DinoSimGUI = Instance.new("ScreenGui")
  4. local CombatFrame = Instance.new("Frame")
  5. local ClickTP = Instance.new("TextButton")
  6. local NoFog = Instance.new("TextButton")
  7. local KillAll = Instance.new("TextButton")
  8. local NoGrav = Instance.new("TextButton")
  9. local CombatText = Instance.new("TextLabel")
  10. local InstaMenu = Instance.new("TextButton")
  11. local FarmFrame = Instance.new("Frame")
  12. local GivHunger = Instance.new("TextButton")
  13. local GiveThirst = Instance.new("TextButton")
  14. local InfThirst = Instance.new("TextButton")
  15. local SubtractHunger = Instance.new("TextButton")
  16. local FoodText = Instance.new("TextLabel")
  17. local DinoExploits = Instance.new("Frame")
  18. local ComingSoon = Instance.new("TextButton")
  19. local Kys = Instance.new("TextButton")
  20. local Farm = Instance.new("TextButton")
  21. local ComingSoon_2 = Instance.new("TextButton")
  22. local OtherText = Instance.new("TextLabel")
  23. local LoginFrame = Instance.new("Frame")
  24. local ThanksForBuying = Instance.new("TextLabel")
  25. local Username = Instance.new("TextBox")
  26. local Password = Instance.new("TextBox")
  27. local Login = Instance.new("TextButton")
  28. local ChangeLogFrame = Instance.new("Frame")
  29. local ChangeLogText1 = Instance.new("TextLabel")
  30. local ChangeLogText2 = Instance.new("TextLabel")
  31. local ChangeLogText3 = Instance.new("TextLabel")
  32. local ChangeLogText4 = Instance.new("TextLabel")
  33. local CloseChangeLog = Instance.new("TextButton")
  34. local CombatFrame2 = Instance.new("Frame")
  35. local Combat2Text = Instance.new("TextLabel")
  36. local Speed200 = Instance.new("TextButton")
  37. local Speed100 = Instance.new("TextButton")
  38. local Speed50 = Instance.new("TextButton")
  39. local JumpPower200 = Instance.new("TextButton")
  40. local JumpPower100 = Instance.new("TextButton")
  41. local JumpPower50 = Instance.new("TextButton")
  42.  
  43. -- Properties
  44.  
  45. DinoSimGUI.Name = "DinoSimGUI"
  46. DinoSimGUI.Parent = game.CoreGui
  47.  
  48. CombatFrame.Name = "CombatFrame"
  49. CombatFrame.Parent = DinoSimGUI
  50. CombatFrame.Active = true
  51. CombatFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  52. CombatFrame.BackgroundTransparency = 0.30000001192093
  53. CombatFrame.BorderSizePixel = 2
  54. CombatFrame.Position = UDim2.new(0.216551751, 0, 0.403162062, 0)
  55. CombatFrame.Size = UDim2.new(0, 104, 0, 271)
  56. CombatFrame.SizeConstraint = Enum.SizeConstraint.RelativeYY
  57.  
  58. ClickTP.Name = "ClickTP"
  59. ClickTP.Parent = CombatFrame
  60. ClickTP.BackgroundColor3 = Color3.new(1, 0, 0)
  61. ClickTP.Position = UDim2.new(0.103985846, 0, 0.0466738231, 0)
  62. ClickTP.Size = UDim2.new(0, 83, 0, 32)
  63. ClickTP.Font = Enum.Font.Highway
  64. ClickTP.Text = "Click TP [F2]"
  65. ClickTP.TextColor3 = Color3.new(0, 0, 0)
  66. ClickTP.TextSize = 14
  67.  
  68. NoFog.Name = "NoFog"
  69. NoFog.Parent = CombatFrame
  70. NoFog.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  71. NoFog.Position = UDim2.new(0.103985846, 0, 0.227653474, 0)
  72. NoFog.Size = UDim2.new(0, 83, 0, 32)
  73. NoFog.Font = Enum.Font.Highway
  74. NoFog.Text = "NoFog"
  75. NoFog.TextColor3 = Color3.new(0, 0, 0)
  76. NoFog.TextSize = 14
  77.  
  78. KillAll.Name = "KillAll"
  79. KillAll.Parent = CombatFrame
  80. KillAll.BackgroundColor3 = Color3.new(1, 1, 0)
  81. KillAll.Position = UDim2.new(0.104761906, 0, 0.404026836, 0)
  82. KillAll.Size = UDim2.new(0, 83, 0, 32)
  83. KillAll.Font = Enum.Font.Highway
  84. KillAll.Text = "Kill All [E]"
  85. KillAll.TextColor3 = Color3.new(0, 0, 0)
  86. KillAll.TextSize = 14
  87.  
  88. NoGrav.Name = "NoGrav"
  89. NoGrav.Parent = CombatFrame
  90. NoGrav.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  91. NoGrav.Position = UDim2.new(0.104761906, 0, 0.612390161, 0)
  92. NoGrav.Size = UDim2.new(0, 83, 0, 32)
  93. NoGrav.Font = Enum.Font.Highway
  94. NoGrav.Text = "No Grav"
  95. NoGrav.TextColor3 = Color3.new(0, 0, 0)
  96. NoGrav.TextSize = 14
  97.  
  98. CombatText.Name = "CombatText"
  99. CombatText.Parent = CombatFrame
  100. CombatText.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  101. CombatText.BackgroundTransparency = 0.5
  102. CombatText.BorderColor3 = Color3.new(0, 0, 0)
  103. CombatText.BorderSizePixel = 2
  104. CombatText.Position = UDim2.new(0, 0, -0.0894984901, 0)
  105. CombatText.Size = UDim2.new(0, 105, 0, 24)
  106. CombatText.Font = Enum.Font.SciFi
  107. CombatText.Text = "Combat"
  108. CombatText.TextColor3 = Color3.new(0, 0, 0)
  109. CombatText.TextSize = 14
  110. CombatText.TextStrokeColor3 = Color3.new(0, 1, 0.498039)
  111. CombatText.TextStrokeTransparency = 3
  112.  
  113. InstaMenu.Name = "InstaMenu"
  114. InstaMenu.Parent = CombatFrame
  115. InstaMenu.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  116. InstaMenu.Position = UDim2.new(0.104761906, 0, 0.812336743, 0)
  117. InstaMenu.Size = UDim2.new(0, 83, 0, 32)
  118. InstaMenu.Font = Enum.Font.Highway
  119. InstaMenu.Text = "Insta menu [F4]"
  120. InstaMenu.TextColor3 = Color3.new(0, 0, 0)
  121. InstaMenu.TextSize = 14
  122.  
  123. FarmFrame.Name = "FarmFrame"
  124. FarmFrame.Parent = DinoSimGUI
  125. FarmFrame.Active = true
  126. FarmFrame.AnchorPoint = Vector2.new(0, 1)
  127. FarmFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  128. FarmFrame.BackgroundTransparency = 0.30000001192093
  129. FarmFrame.BorderSizePixel = 2
  130. FarmFrame.Position = UDim2.new(0.68806684, 0, 0.938125074, 0)
  131. FarmFrame.Size = UDim2.new(0, 105, 0, 215)
  132.  
  133. GivHunger.Name = "GivHunger"
  134. GivHunger.Parent = FarmFrame
  135. GivHunger.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  136. GivHunger.Position = UDim2.new(0.104761906, 0, 0.0633563697, 0)
  137. GivHunger.Size = UDim2.new(0, 83, 0, 32)
  138. GivHunger.Font = Enum.Font.Highway
  139. GivHunger.Text = "Give Hunger"
  140. GivHunger.TextColor3 = Color3.new(0, 0, 0)
  141. GivHunger.TextSize = 14
  142.  
  143. GiveThirst.Name = "GiveThirst"
  144. GiveThirst.Parent = FarmFrame
  145. GiveThirst.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  146. GiveThirst.Position = UDim2.new(0.104761906, 0, 0.293166697, 0)
  147. GiveThirst.Size = UDim2.new(0, 83, 0, 32)
  148. GiveThirst.Font = Enum.Font.Highway
  149. GiveThirst.Text = "Give Thirst"
  150. GiveThirst.TextColor3 = Color3.new(0, 0, 0)
  151. GiveThirst.TextSize = 14
  152.  
  153. InfThirst.Name = "InfThirst"
  154. InfThirst.Parent = FarmFrame
  155. InfThirst.BackgroundColor3 = Color3.new(1, 1, 0)
  156. InfThirst.Position = UDim2.new(0.104761906, 0, 0.51486218, 0)
  157. InfThirst.Size = UDim2.new(0, 83, 0, 32)
  158. InfThirst.Font = Enum.Font.Highway
  159. InfThirst.Text = "Inf Thirst"
  160. InfThirst.TextColor3 = Color3.new(0, 0, 0)
  161. InfThirst.TextSize = 14
  162.  
  163. SubtractHunger.Name = "SubtractHunger"
  164. SubtractHunger.Parent = FarmFrame
  165. SubtractHunger.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  166. SubtractHunger.Position = UDim2.new(0.104761906, 0, 0.753488362, 0)
  167. SubtractHunger.Size = UDim2.new(0, 83, 0, 34)
  168. SubtractHunger.Font = Enum.Font.Highway
  169. SubtractHunger.Text = "Subtract Hunger"
  170. SubtractHunger.TextColor3 = Color3.new(0, 0, 0)
  171. SubtractHunger.TextSize = 14
  172.  
  173. FoodText.Name = "FoodText"
  174. FoodText.Parent = FarmFrame
  175. FoodText.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  176. FoodText.BackgroundTransparency = 0.5
  177. FoodText.BorderColor3 = Color3.new(0, 0, 0)
  178. FoodText.BorderSizePixel = 2
  179. FoodText.Position = UDim2.new(0, 0, -0.111627907, 0)
  180. FoodText.Size = UDim2.new(0, 105, 0, 24)
  181. FoodText.Font = Enum.Font.SciFi
  182. FoodText.Text = "Food"
  183. FoodText.TextColor3 = Color3.new(0, 0, 0)
  184. FoodText.TextSize = 14
  185.  
  186. DinoExploits.Name = "DinoExploits"
  187. DinoExploits.Parent = DinoSimGUI
  188. DinoExploits.Active = true
  189. DinoExploits.BackgroundColor3 = Color3.new(0, 0, 0)
  190. DinoExploits.BackgroundTransparency = 0.30000001192093
  191. DinoExploits.BorderSizePixel = 2
  192. DinoExploits.Position = UDim2.new(0.859871507, 0, 0.513672829, 0)
  193. DinoExploits.Size = UDim2.new(0, 102, 0, 215)
  194.  
  195. ComingSoon.Name = "ComingSoon"
  196. ComingSoon.Parent = DinoExploits
  197. ComingSoon.BackgroundColor3 = Color3.new(1, 0, 0)
  198. ComingSoon.Position = UDim2.new(0.0599999987, 0, 0.0636704192, 0)
  199. ComingSoon.Size = UDim2.new(0, 88, 0, 32)
  200. ComingSoon.Font = Enum.Font.Highway
  201. ComingSoon.Text = "Coming Soon"
  202. ComingSoon.TextColor3 = Color3.new(0, 0, 0)
  203. ComingSoon.TextSize = 14
  204.  
  205. Kys.Name = "Kys"
  206. Kys.Parent = DinoExploits
  207. Kys.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  208. Kys.Position = UDim2.new(0.0588235296, 0, 0.293023258, 0)
  209. Kys.Size = UDim2.new(0, 88, 0, 32)
  210. Kys.Font = Enum.Font.Highway
  211. Kys.Text = "Kys lol"
  212. Kys.TextColor3 = Color3.new(0, 0, 0)
  213. Kys.TextSize = 14
  214.  
  215. Farm.Name = "Farm"
  216. Farm.Parent = DinoExploits
  217. Farm.BackgroundColor3 = Color3.new(1, 1, 0)
  218. Farm.Position = UDim2.new(0.0599999987, 0, 0.518055916, 0)
  219. Farm.Size = UDim2.new(0, 88, 0, 32)
  220. Farm.Font = Enum.Font.Highway
  221. Farm.Text = "Farm"
  222. Farm.TextColor3 = Color3.new(0, 0, 0)
  223. Farm.TextSize = 14
  224.  
  225. ComingSoon_2.Name = "ComingSoon"
  226. ComingSoon_2.Parent = DinoExploits
  227. ComingSoon_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  228. ComingSoon_2.Position = UDim2.new(0.0599999987, 0, 0.76279068, 0)
  229. ComingSoon_2.Size = UDim2.new(0, 88, 0, 32)
  230. ComingSoon_2.Font = Enum.Font.Highway
  231. ComingSoon_2.Text = "Coming Soon"
  232. ComingSoon_2.TextColor3 = Color3.new(0, 0, 0)
  233. ComingSoon_2.TextSize = 14
  234.  
  235. OtherText.Name = "OtherText"
  236. OtherText.Parent = DinoExploits
  237. OtherText.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  238. OtherText.BackgroundTransparency = 0.5
  239. OtherText.BorderColor3 = Color3.new(0, 0, 0)
  240. OtherText.BorderSizePixel = 2
  241. OtherText.Position = UDim2.new(0, 0, -0.111627907, 0)
  242. OtherText.Size = UDim2.new(0, 102, 0, 24)
  243. OtherText.Font = Enum.Font.SciFi
  244. OtherText.Text = "Other"
  245. OtherText.TextColor3 = Color3.new(0, 0, 0)
  246. OtherText.TextSize = 14
  247.  
  248. LoginFrame.Name = "LoginFrame"
  249. LoginFrame.Parent = DinoSimGUI
  250. LoginFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  251. LoginFrame.BackgroundTransparency = 0.60000002384186
  252. LoginFrame.Position = UDim2.new(0.0197473131, 0, 0.243230179, 0)
  253. LoginFrame.Size = UDim2.new(0, 315, 0, 260)
  254.  
  255. ThanksForBuying.Name = "ThanksForBuying"
  256. ThanksForBuying.Parent = LoginFrame
  257. ThanksForBuying.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  258. ThanksForBuying.BackgroundTransparency = 0.40000000596046
  259. ThanksForBuying.Size = UDim2.new(0, 315, 0, 35)
  260. ThanksForBuying.Font = Enum.Font.Cartoon
  261. ThanksForBuying.Text = "Thank you for Purchasing xDino's DS GUI! Login Below "
  262. ThanksForBuying.TextColor3 = Color3.new(0, 0, 0)
  263. ThanksForBuying.TextSize = 14
  264.  
  265. Username.Name = "Username"
  266. Username.Parent = LoginFrame
  267. Username.BackgroundColor3 = Color3.new(1, 0, 0)
  268. Username.BackgroundTransparency = 0.5
  269. Username.Position = UDim2.new(0.0412698425, 0, 0.300000012, 0)
  270. Username.Size = UDim2.new(0, 158, 0, 48)
  271. Username.Font = Enum.Font.SciFi
  272. Username.Text = "Username"
  273. Username.TextColor3 = Color3.new(0, 0, 0)
  274. Username.TextSize = 14
  275.  
  276. Password.Name = "Password"
  277. Password.Parent = LoginFrame
  278. Password.BackgroundColor3 = Color3.new(1, 0, 0)
  279. Password.BackgroundTransparency = 0.5
  280. Password.Position = UDim2.new(0.0412698425, 0, 0.569230795, 0)
  281. Password.Size = UDim2.new(0, 158, 0, 48)
  282. Password.Font = Enum.Font.SciFi
  283. Password.Text = "Password"
  284. Password.TextColor3 = Color3.new(0, 0, 0)
  285. Password.TextSize = 14
  286.  
  287. Login.Name = "Login"
  288. Login.Parent = LoginFrame
  289. Login.BackgroundColor3 = Color3.new(1, 0, 0)
  290. Login.BackgroundTransparency = 0.30000001192093
  291. Login.Position = UDim2.new(0.603174627, 0, 0.20769231, 0)
  292. Login.Size = UDim2.new(0, 110, 0, 177)
  293. Login.Font = Enum.Font.SciFi
  294. Login.Text = "Login"
  295. Login.TextColor3 = Color3.new(0, 0, 0)
  296. Login.TextSize = 14
  297.  
  298. ChangeLogFrame.Name = "ChangeLogFrame"
  299. ChangeLogFrame.Parent = DinoSimGUI
  300. ChangeLogFrame.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  301. ChangeLogFrame.BackgroundTransparency = 0.5
  302. ChangeLogFrame.Position = UDim2.new(0.297931075, 0, 0.189723313, 0)
  303. ChangeLogFrame.Size = UDim2.new(0, 353, 0, 210)
  304.  
  305. ChangeLogText1.Name = "ChangeLogText1"
  306. ChangeLogText1.Parent = ChangeLogFrame
  307. ChangeLogText1.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.498039)
  308. ChangeLogText1.BackgroundTransparency = 0.30000001192093
  309. ChangeLogText1.Position = UDim2.new(0, 0, -0.00476190494, 0)
  310. ChangeLogText1.Size = UDim2.new(0, 353, 0, 30)
  311. ChangeLogText1.Font = Enum.Font.SourceSans
  312. ChangeLogText1.Text = "Dinosaur Simulator GUI - Beta v2"
  313. ChangeLogText1.TextColor3 = Color3.new(0, 0, 0)
  314. ChangeLogText1.TextSize = 14
  315.  
  316. ChangeLogText2.Name = "ChangeLogText2"
  317. ChangeLogText2.Parent = ChangeLogFrame
  318. ChangeLogText2.BackgroundColor3 = Color3.new(1, 1, 1)
  319. ChangeLogText2.BackgroundTransparency = 9
  320. ChangeLogText2.BorderSizePixel = 0
  321. ChangeLogText2.Position = UDim2.new(0.283286124, 0, 0.128571436, 0)
  322. ChangeLogText2.Size = UDim2.new(0, 153, 0, 39)
  323. ChangeLogText2.Font = Enum.Font.SourceSans
  324. ChangeLogText2.Text = "Changelog :"
  325. ChangeLogText2.TextColor3 = Color3.new(0, 0, 0)
  326. ChangeLogText2.TextSize = 14
  327.  
  328. ChangeLogText3.Name = "ChangeLogText3"
  329. ChangeLogText3.Parent = ChangeLogFrame
  330. ChangeLogText3.BackgroundColor3 = Color3.new(1, 1, 1)
  331. ChangeLogText3.BackgroundTransparency = 9
  332. ChangeLogText3.BorderSizePixel = 0
  333. ChangeLogText3.Position = UDim2.new(0, 0, 0.328571439, 0)
  334. ChangeLogText3.Size = UDim2.new(0, 221, 0, 35)
  335. ChangeLogText3.Font = Enum.Font.SourceSans
  336. ChangeLogText3.Text = "-Beta version is now out & can be bought!"
  337. ChangeLogText3.TextColor3 = Color3.new(0, 0, 0)
  338. ChangeLogText3.TextSize = 14
  339.  
  340. ChangeLogText4.Name = "ChangeLogText4"
  341. ChangeLogText4.Parent = ChangeLogFrame
  342. ChangeLogText4.BackgroundColor3 = Color3.new(1, 1, 1)
  343. ChangeLogText4.BackgroundTransparency = 9
  344. ChangeLogText4.BorderSizePixel = 0
  345. ChangeLogText4.Position = UDim2.new(2.04890966e-08, 0, 0.5, 0)
  346. ChangeLogText4.Size = UDim2.new(0, 147, 0, 32)
  347. ChangeLogText4.Font = Enum.Font.SourceSans
  348. ChangeLogText4.Text = "-Added Combat2 Frame"
  349. ChangeLogText4.TextColor3 = Color3.new(0, 0, 0)
  350. ChangeLogText4.TextSize = 14
  351.  
  352. CloseChangeLog.Name = "CloseChangeLog"
  353. CloseChangeLog.Parent = ChangeLogFrame
  354. CloseChangeLog.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.498039)
  355. CloseChangeLog.BackgroundTransparency = 0.30000001192093
  356. CloseChangeLog.Position = UDim2.new(0, 0, 0.899999976, 0)
  357. CloseChangeLog.Size = UDim2.new(0, 353, 0, 21)
  358. CloseChangeLog.Font = Enum.Font.SourceSans
  359. CloseChangeLog.Text = "Close"
  360. CloseChangeLog.TextColor3 = Color3.new(0, 0, 0)
  361. CloseChangeLog.TextSize = 14
  362.  
  363. CombatFrame2.Name = "CombatFrame2"
  364. CombatFrame2.Parent = DinoSimGUI
  365. CombatFrame2.BackgroundColor3 = Color3.new(0, 0, 0)
  366. CombatFrame2.BackgroundTransparency = 0.30000001192093
  367. CombatFrame2.Position = UDim2.new(0.0372413993, 0, 0.379446626, 0)
  368. CombatFrame2.Size = UDim2.new(0, 104, 0, 283)
  369.  
  370. Combat2Text.Name = "Combat2Text"
  371. Combat2Text.Parent = CombatFrame2
  372. Combat2Text.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  373. Combat2Text.BackgroundTransparency = 0.5
  374. Combat2Text.Position = UDim2.new(0, 0, -0.0823499784, 0)
  375. Combat2Text.Size = UDim2.new(0, 104, 0, 24)
  376. Combat2Text.Font = Enum.Font.SciFi
  377. Combat2Text.Text = "Combat2"
  378. Combat2Text.TextColor3 = Color3.new(0, 0, 0)
  379. Combat2Text.TextSize = 14
  380.  
  381. Speed200.Name = "Speed200"
  382. Speed200.Parent = CombatFrame2
  383. Speed200.BackgroundColor3 = Color3.new(1, 0, 0)
  384. Speed200.Position = UDim2.new(0.0865384638, 0, 0.0325581394, 0)
  385. Speed200.Size = UDim2.new(0, 83, 0, 32)
  386. Speed200.Font = Enum.Font.Highway
  387. Speed200.Text = "Speed [200]"
  388. Speed200.TextColor3 = Color3.new(0, 0, 0)
  389. Speed200.TextSize = 14
  390.  
  391. Speed100.Name = "Speed100"
  392. Speed100.Parent = CombatFrame2
  393. Speed100.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  394. Speed100.Position = UDim2.new(0.0865384638, 0, 0.193869665, 0)
  395. Speed100.Size = UDim2.new(0, 83, 0, 32)
  396. Speed100.Font = Enum.Font.Highway
  397. Speed100.Text = "Speed [100]"
  398. Speed100.TextColor3 = Color3.new(0, 0, 0)
  399. Speed100.TextSize = 14
  400.  
  401. Speed50.Name = "Speed50"
  402. Speed50.Parent = CombatFrame2
  403. Speed50.BackgroundColor3 = Color3.new(1, 1, 0)
  404. Speed50.Position = UDim2.new(0.0961538553, 0, 0.356118053, 0)
  405. Speed50.Size = UDim2.new(0, 83, 0, 32)
  406. Speed50.Font = Enum.Font.Highway
  407. Speed50.Text = "Speed [50]"
  408. Speed50.TextColor3 = Color3.new(0, 0, 0)
  409. Speed50.TextSize = 14
  410.  
  411. JumpPower200.Name = "JumpPower200"
  412. JumpPower200.Parent = CombatFrame2
  413. JumpPower200.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  414. JumpPower200.Position = UDim2.new(0.0961537361, 0, 0.52131325, 0)
  415. JumpPower200.Size = UDim2.new(0, 83, 0, 32)
  416. JumpPower200.Font = Enum.Font.Highway
  417. JumpPower200.Text = "JumpPower [200]"
  418. JumpPower200.TextColor3 = Color3.new(0, 0, 0)
  419. JumpPower200.TextSize = 14
  420.  
  421. JumpPower100.Name = "JumpPower100"
  422. JumpPower100.Parent = CombatFrame2
  423. JumpPower100.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  424. JumpPower100.Position = UDim2.new(0.0961538553, 0, 0.67844522, 0)
  425. JumpPower100.Size = UDim2.new(0, 83, 0, 32)
  426. JumpPower100.Font = Enum.Font.Highway
  427. JumpPower100.Text = "Jumppower [100]"
  428. JumpPower100.TextColor3 = Color3.new(0, 0, 0)
  429. JumpPower100.TextSize = 14
  430.  
  431. JumpPower50.Name = "JumpPower50"
  432. JumpPower50.Parent = CombatFrame2
  433. JumpPower50.BackgroundColor3 = Color3.new(0, 1, 1)
  434. JumpPower50.Position = UDim2.new(0.0961537361, 0, 0.840989411, 0)
  435. JumpPower50.Size = UDim2.new(0, 83, 0, 33)
  436. JumpPower50.Font = Enum.Font.Highway
  437. JumpPower50.Text = "JumpPower [50]"
  438. JumpPower50.TextColor3 = Color3.new(0, 0, 0)
  439. JumpPower50.TextSize = 14
  440. CombatFrame.Active = true
  441. CombatFrame.Visible = false
  442. CombatFrame.Draggable = true
  443. FarmFrame.Active = true
  444. FarmFrame.Visible = false
  445. FarmFrame.Draggable = true
  446. DinoExploits.Active = true
  447. DinoExploits.Visible = false
  448. DinoExploits.Draggable = true
  449. ChangeLogFrame.Visible = false
  450. ChangeLogFrame.Active = true
  451. ChangeLogFrame.Draggable = true
  452. CombatFrame2.Active = true
  453. CombatFrame2.Draggable = true
  454. CombatFrame2.Visible = false
  455. LoginFrame.Active = true
  456. LoginFrame.Visible = true
  457. LoginFrame.Draggable = true
  458.  
  459.  
  460.  
  461. Login.MouseButton1Click:connect(function()
  462. if Username.Text == "Dys" and Password.Text == "Scrub" or
  463. Username.Text == "Phone" and Password.Text == "1166" then
  464. Username.Text = ("Logged in successfully")
  465. Password.Text = ("Logged in successfully")
  466. wait(2)
  467. LoginFrame.Visible = false
  468. CombatFrame.Visible = true
  469. FarmFrame.Visible = true
  470. DinoExploits.Visible = true
  471. ChangeLogFrame.Visible = true
  472. CombatFrame2.Visible = true else
  473. Username.Text = ("Incorrect")
  474. Password.Text = ("Incorrect")
  475. wait(2)
  476. Username.Text = ("Starting Kick...")
  477. Password.Text = ("Starting Kick...")
  478.  
  479. Username.Text = ("Kick in 3...")
  480. Password.Text = ("Kick in 3...")
  481. wait(1)
  482. Username.Text = ("Kick in 2...")
  483. Password.Text = ("Kick in 2...")
  484. wait(1)
  485. Username.Text = ("Kick in 1...")
  486. Password.Text = ("Kick in 1...")
  487. wait(1)
  488. game.Players.LocalPlayer:remove()
  489.  
  490. end
  491.  
  492. end)
  493.  
  494. CloseChangeLog.MouseButton1Click:connect(function()
  495. ChangeLogFrame.Visible = false
  496. end)
  497.  
  498. InstaMenu.MouseButton1Click(function()
  499. local h = Instance.new("Hint")
  500. h.Parent = Workspace
  501. h.Text = " Don't Spam F4 lol xDino Is Cool "
  502. wait(5)
  503. h:Remove()
  504.  
  505.  
  506. function onKeyPress(actionName, userInputState, inputObject)
  507. if userInputState == Enum.UserInputState.Begin then
  508. game.Workspace.GameEvents.GoToMenu:FireServer()
  509. end
  510. end
  511.  
  512. game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.F4)
  513. end)
  514.  
  515. GiveThirst.MouseButton1Click(function()
  516. local A_1 = game:GetService("Workspace").Water
  517. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  518. local Event = game:GetService("Workspace").GameEvents.addThirst
  519. Event:FireServer(A_1, A_2)
  520. end)
  521.  
  522. NoFog.MouseButton1Click(function()
  523. game.Lighting.FogEnd = 999999999
  524. end)
  525.  
  526. GivHunger.MouseButton1Click(function()
  527. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,2)
  528. end)
  529.  
  530. NoGrav.MouseButton1Click(function()
  531. game.Workspace.Gravity = 20
  532. game.Players.LocalPlayer.Character.CharacterScripts.ControlWalkSpeed:remove()
  533. end)
  534.  
  535. Kys.MouseButton1Click(function()
  536. game.Players.LocalPlayer.Character.Head:remove()
  537. end)
  538.  
  539. Farm.MouseButton1Click(function()
  540. warn'Setting things...'
  541. wait(0.50)
  542. Part0 = Instance.new("Part", game.Workspace)
  543. Part0.Anchored = true
  544. Part0.Transparency = 0.5
  545. Part0.Size = Vector3.new(168, 1, 266)
  546. Part0.CFrame = CFrame.new(24, 2.5, 30, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  547. Part0.Position = Vector3.new(113, 500, 101)
  548. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(113, 502, 101) + Vector3.new(1,0,0)
  549. wait(0.50)
  550. warn'Done!,googoo!'
  551. wait(0.20)
  552. warn"xDino Is Cool Ok"wait(2)warn'Sit Back And Relax'wait(2)warn'Starting...'wait(5)warn'...'wait(1)warn'googoo'while wait()do wait(0.70)thirst=game.Players.LocalPlayer.PlayerGui.Main.Background.ThirstBarFrame.HealthBarBacking.LblHealth.Text;hunger=game.Players.LocalPlayer.PlayerGui.Main.Background.HungerBarFrame.HealthBarBacking.LblHealth.Text;print(hunger)print(thirst)game:GetService("Workspace").Water.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  553. local A_1 = game:GetService("Workspace").Water
  554. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  555. local Event = game:GetService("Workspace").GameEvents.addThirst
  556. Event:FireServer(A_1, A_2)
  557. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,2)
  558. end
  559. end)
  560.  
  561. JumpPower100.MouseButton1Click(function()
  562. game.Players.LocalPlayer.Character.Dinosaur.Jumppower = 100
  563. game.Players.LocalPlayer.Character.CharacterScripts.ControlJumpPower:remove()
  564. end)
  565.  
  566. Speed100.MouseButton1Click(function()
  567. game.Players.LocalPlayer.Character.Dinosaur.WalkSpeed = 100
  568. game.Players.LocalPlayer.Character.CharacterScripts.ControlWalkSpeed:remove()
  569. end)
  570.  
  571. Speed50.MouseButton1Click(function()
  572. game.Players.LocalPlayer.Character.Dinosaur.WalkSpeed = 50
  573. game.Players.LocalPlayer.Character.CharacterScripts.ControlWalkSpeed:remove()
  574. end)
  575.  
  576. Speed200.MouseButton1Click(function()
  577. game.Players.LocalPlayer.Character.Dinosaur.WalkSpeed = 200
  578. game.Players.LocalPlayer.Character.CharacterScripts.ControlWalkSpeed:remove()
  579. end)
  580.  
  581. JumpPower50.MouseButton1Click(function()
  582. game.Players.LocalPlayer.Character.Dinosaur.Jumppower = 50
  583. game.Players.LocalPlayer.Character.CharacterScripts.ControlJumpPower:remove()
  584. end)
  585.  
  586. JumpPower200.MouseButton1Click(function()
  587. game.Players.LocalPlayer.Character.Dinosaur.Jumppower = 200
  588. game.Players.LocalPlayer.Character.CharacterScripts.ControlJumpPower:remove()
  589. end)
  590.  
  591. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  592. mouse.KeyDown:connect(function(key)
  593. if key == "m" then
  594. CombatFrame.Visible = true
  595. FarmFrame.Visible = true
  596. DinoExploits.Visible = true
  597. CombatFrame2.Visible = true
  598. elseif key == "n" then
  599. CombatFrame.Visible = false
  600. FarmFrame.Visible = false
  601. DinoExploits.Visible = false
  602. CombatFrame2.Visible = false
  603. end
  604. end)
  605.  
  606. KillAll.MouseButton1Down:connect(function()
  607. Player = game.Players.LocalPlayer
  608. Mouse = Player:GetMouse()
  609. last = nil
  610. function PressE(key)
  611. for i,v in next, game.Players:GetPlayers() do
  612. if v~=game.Players.LocalPlayer and v.Character~=nil and (v.Character.Torso.Position-game.Players.LocalPlayer.Character.Torso.Position).magnitude<12421412423564378256843768757568472365 then
  613. local target = v.Character
  614. if (key == "e") then
  615. workspace.GameEvents.Grab:FireServer(target, Vector3.new(0,0,0), "Grab")
  616. workspace.GameEvents.Grab:FireServer(target, Vector3.new(0,-90000,9000), "Drop")
  617. end
  618. end
  619. end
  620. end
  621. Mouse.KeyDown:connect(PressE)
  622. end)
  623.  
  624. SubtractHunger.MouseButton1Click(function()
  625. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern,-10)
  626. end)
  627.  
  628. ClickTP.MouseButton1Click(function()
  629. local UIS = game:GetService("UserInputService")
  630.  
  631. local Player = game.Players.LocalPlayer
  632. local Mouse = Player:GetMouse()
  633.  
  634.  
  635. function GetCharacter()
  636. return game.Players.LocalPlayer.Character
  637. end
  638.  
  639. function Teleport(pos)
  640. local Char = GetCharacter()
  641. if Char then
  642. Char:MoveTo(pos)
  643. end
  644. end
  645.  
  646.  
  647. UIS.InputBegan:Connect(function(input)
  648. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.F2) then
  649. Teleport(Mouse.Hit.p)
  650. end
  651. end)
  652. end)
  653.  
  654. InstaMenu.MouseButton1Click:connect(function()
  655. local h = Instance.new("Hint")
  656. h.Parent = Workspace
  657. h.Text = " Don't Spam F4 lol xDino Is Cool "
  658. wait(5)
  659. h:Remove()
  660.  
  661.  
  662. function onKeyPress(actionName, userInputState, inputObject)
  663. if userInputState == Enum.UserInputState.Begin then
  664. game.Workspace.GameEvents.GoToMenu:FireServer()
  665. end
  666. end
  667.  
  668. game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.F4)
  669. end)
  670.  
  671. InfThirst.MouseButton1Click(function()
  672.  
  673. local A_1 = game:GetService("Workspace").Water
  674. local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  675. local Event = game:GetService("Workspace").GameEvents.addThirst
  676. Event:FireServer(A_1, A_2)
  677.  
  678. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement