uor

dynasty(updated)

uor
Dec 18th, 2020 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.11 KB | None | 0 0
  1. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2. Text = "[Notice] GUI Made by username 1000hack";
  3. Color = Color3.new(255, 0, 72);
  4. Font = Enum.Font.SourceSansBold;
  5. FontSize = Enum.FontSize.Size24;
  6. })
  7.  
  8. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  9. Text = "[Warning] dont get banned using this on ur main use on alts";
  10. Color = Color3.new(255, 0, 0);
  11. Font = Enum.Font.SourceSansBold;
  12. FontSize = Enum.FontSize.Size24;
  13. })
  14.  
  15.  
  16. local SkidParkour = Instance.new("ScreenGui")
  17. local Main = Instance.new("Frame")
  18. local Functions = Instance.new("Frame")
  19. local CTP = Instance.new("TextButton")
  20. local NameESP = Instance.new("TextButton")
  21. local TPBACK = Instance.new("TextButton")
  22. local TPORB = Instance.new("TextButton")
  23. local TPPlayer = Instance.new("TextButton")
  24. local InputPlayer = Instance.new("TextBox")
  25. local NoFall = Instance.new("TextButton")
  26. local Walkspeed = Instance.new("TextButton")
  27. local Btools = Instance.new("TextButton")
  28. local Gravity = Instance.new("TextButton")
  29. local Settings = Instance.new("Frame")
  30. local WhiteBackground = Instance.new("Frame")
  31. local FormCheck = Instance.new("Frame")
  32. local Form = Instance.new("TextLabel")
  33. local White = Instance.new("TextLabel")
  34. local del = Instance.new("TextButton")
  35. local Credits = Instance.new("Frame")
  36. local Outer = Instance.new("ImageLabel")
  37. local Discord = Instance.new("TextLabel")
  38. local Alone = Instance.new("ImageLabel")
  39. local Discord_2 = Instance.new("TextLabel")
  40. local ROexploits = Instance.new("ImageLabel")
  41. local Discord_3 = Instance.new("TextLabel")
  42. local TextLabel = Instance.new("TextLabel")
  43. local TabList = Instance.new("Frame")
  44. local FunctionsBTN = Instance.new("TextButton")
  45. local SettingsBTN = Instance.new("TextButton")
  46. local CreditsBTN_2 = Instance.new("TextButton")
  47. local Title = Instance.new("TextLabel")
  48. local Close = Instance.new("TextButton")
  49.  
  50. SkidParkour.Name = "SkidParkour"
  51. SkidParkour.Parent = game.CoreGui
  52.  
  53. Main.Name = "Main"
  54. Main.Parent = SkidParkour
  55. Main.Active = true
  56. Main.Draggable = true
  57. Main.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  58. Main.BackgroundTransparency = 1
  59. Main.BorderSizePixel = 0
  60. Main.Position = UDim2.new(0.26029411, 0, 0.32432431, 0)
  61. Main.Size = UDim2.new(0, 676, 0, 323)
  62.  
  63. Functions.Name = "Functions"
  64. Functions.Parent = Main
  65. Functions.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  66. Functions.BorderSizePixel = 0
  67. Functions.Size = UDim2.new(0, 676, 0, 285)
  68. Functions.Visible = true
  69.  
  70. CTP.Name = "CTP"
  71. CTP.Parent = Functions
  72. CTP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  73. CTP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  74. CTP.Position = UDim2.new(0.0695266277, 0, 0.259649128, 0)
  75. CTP.Size = UDim2.new(0, 112, 0, 24)
  76. CTP.Font = Enum.Font.SourceSansLight
  77. CTP.Text = "Click TP [2]"
  78. CTP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  79. CTP.TextSize = 18
  80. CTP.MouseButton1Click:connect(function()
  81. plr = game.Players.LocalPlayer;
  82. hum = plr.Character.HumanoidRootPart;
  83. mouse = plr:GetMouse()
  84. mouse.KeyDown:connect(function(aa)
  85. if aa == "2" then
  86. if mouse.Target then
  87. hum.CFrame = CFrame.new(mouse.Hit.z, mouse.Hit.y + 5, mouse.Hit.z)
  88. end
  89. end
  90. end)
  91. end)
  92.  
  93. NameESP.Name = "NameESP"
  94. NameESP.Parent = Functions
  95. NameESP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  96. NameESP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  97. NameESP.Position = UDim2.new(0.0695266277, 0, 0.3859649, 0)
  98. NameESP.Size = UDim2.new(0, 112, 0, 24)
  99. NameESP.Font = Enum.Font.SourceSansLight
  100. NameESP.Text = "Name ESP"
  101. NameESP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  102. NameESP.TextSize = 18
  103. NameESP.MouseButton1Click:connect(function()
  104. Important = {
  105. Players = game:GetService("Players"),
  106. Workspace = game:GetService("Workspace"),
  107. CoreGui = game:WaitForChild("CoreGui")
  108. }
  109. local ai = false;
  110. function CreateESP(plr)
  111. if plr ~= nil then
  112. local aj = plr.Character;
  113. if not aj then
  114. return
  115. end;
  116. local ak;
  117. do
  118. repeat
  119. wait()
  120. until aj:FindFirstChild("Head")
  121. end;
  122. ak = aj.Head;
  123. local al = Instance.new("BillboardGui", Important.CoreGui)
  124. al.Adornee = ak;
  125. al.ExtentsOffset = Vector3.new(0, 1, 0)
  126. al.AlwaysOnTop = true;
  127. al.Size = UDim2.new(0, 5, 0, 5)
  128. al.StudsOffset = Vector3.new(0, 3, 0)
  129. al.Name = "ESP_PLAYER_"..plr.Name;
  130. local am = Instance.new("Frame", al)
  131. am.ZIndex = 10;
  132. am.BackgroundTransparency = 1;
  133. am.Size = UDim2.new(1, 0, 1, 0)
  134. local an = Instance.new("TextLabel", am)
  135. an.Name = "Name"
  136. an.ZIndex = 10;
  137. an.Text = plr.Name;
  138. an.Visible = true;
  139. an.TextColor3 = Color3.new(255, 45, 126)
  140. an.BackgroundTransparency = 1;
  141. an.Size = UDim2.new(1, 0, 10, 0)
  142. an.Font = Enum.Font.SourceSansLight;
  143. an.TextSize = 20;
  144. an.TextStrokeTransparency = .5
  145. end
  146. end;
  147. for ag, ah in pairs(Important.Players:GetChildren()) do
  148. if game.GameId == 445664957 then
  149. return
  150. end;
  151. CreateESP(ah)
  152. end
  153. end)
  154.  
  155. TPBACK.Name = "TPBACK"
  156. TPBACK.Parent = Functions
  157. TPBACK.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  158. TPBACK.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  159. TPBACK.Position = UDim2.new(0.0695266277, 0, 0.519298255, 0)
  160. TPBACK.Size = UDim2.new(0, 112, 0, 24)
  161. TPBACK.Font = Enum.Font.SourceSansLight
  162. TPBACK.Text = "TP to backpacks"
  163. TPBACK.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  164. TPBACK.TextSize = 18
  165.  
  166. TPORB.Name = "TPORB"
  167. TPORB.Parent = Functions
  168. TPORB.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  169. TPORB.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  170. TPORB.Position = UDim2.new(0.0695266277, 0, 0.65263164, 0)
  171. TPORB.Size = UDim2.new(0, 112, 0, 24)
  172. TPORB.Font = Enum.Font.SourceSansLight
  173. TPORB.Text = "TP to Orbs"
  174. TPORB.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  175. TPORB.TextSize = 18
  176.  
  177. TPPlayer.Name = "TPPlayer"
  178. TPPlayer.Parent = Functions
  179. TPPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  180. TPPlayer.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  181. TPPlayer.Position = UDim2.new(0.334319532, 0, 0.519298255, 0)
  182. TPPlayer.Size = UDim2.new(0, 183, 0, 36)
  183. TPPlayer.Font = Enum.Font.SourceSansLight
  184. TPPlayer.Text = "TP To Player"
  185. TPPlayer.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  186. TPPlayer.TextSize = 18
  187. TPPlayer.MouseButton1Down:connect(function()
  188. local tp_namedplayer = InputPlayer.Text
  189. local tp_player = game:GetService("Players")[tp_namedplayer]
  190. local PLR = game:GetService("Players").LocalPlayer
  191. local p = InputPlayer.Text
  192.  
  193. if tp_player then
  194. for i = 1,2 do
  195. wait(.08)
  196. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  197. end
  198. end
  199. end)
  200.  
  201. InputPlayer.Name = "InputPlayer"
  202. InputPlayer.Parent = Functions
  203. InputPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  204. InputPlayer.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  205. InputPlayer.Position = UDim2.new(0.334319532, 0, 0.343859643, 0)
  206. InputPlayer.Size = UDim2.new(0, 182, 0, 35)
  207. InputPlayer.Font = Enum.Font.SourceSans
  208. InputPlayer.PlaceholderColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  209. InputPlayer.PlaceholderText = "199, 199, 199"
  210. InputPlayer.Text = "InputPlayer"
  211. InputPlayer.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  212. InputPlayer.TextSize = 16
  213.  
  214.  
  215. NoFall.Name = "No Fall"
  216. NoFall.Parent = Functions
  217. NoFall.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  218. NoFall.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  219. NoFall.Position = UDim2.new(0.0695266277, 0, 0.789473653, 0)
  220. NoFall.Size = UDim2.new(0, 112, 0, 24)
  221. NoFall.Font = Enum.Font.SourceSansLight
  222. NoFall.Text = "No Fall"
  223. NoFall.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  224. NoFall.TextSize = 18
  225. local InfiniteJumpEnabled = true
  226. game:GetService("UserInputService").JumpRequest:connect(function()
  227. if InfiniteJumpEnabled == true then
  228. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  229. if InfiniteJumpEnabled == false then
  230. end
  231. end
  232. end)
  233.  
  234. Walkspeed.Name = "Walkspeed"
  235. Walkspeed.Parent = Functions
  236. Walkspeed.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  237. Walkspeed.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  238. Walkspeed.Position = UDim2.new(0.69970417, 0, 0.259649128, 0)
  239. Walkspeed.Size = UDim2.new(0, 113, 0, 24)
  240. Walkspeed.Font = Enum.Font.SourceSansLight
  241. Walkspeed.Text = "Speed [E]"
  242. Walkspeed.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  243. Walkspeed.TextSize = 18
  244. Walkspeed.MouseButton1Down:connect(function()
  245. local walkspeedplayer = game:GetService("Players").LocalPlayer
  246. local walkspeedmouse = walkspeedplayer:GetMouse()
  247.  
  248. local walkspeedenabled = false
  249.  
  250. function x_walkspeed(key)
  251. if (key == "e") then
  252. if walkspeedenabled == false then
  253. _G.WS = 40;
  254. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  255. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  256. Humanoid.WalkSpeed = _G.WS;
  257. end)
  258. Humanoid.WalkSpeed = _G.WS;
  259.  
  260. walkspeedenabled = true
  261. elseif walkspeedenabled == true then
  262. _G.WS = 30;
  263. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  264. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  265. Humanoid.WalkSpeed = _G.WS;
  266. end)
  267. Humanoid.WalkSpeed = _G.WS;
  268.  
  269. walkspeedenabled = false
  270. end
  271. end
  272. end
  273.  
  274. walkspeedmouse.KeyDown:connect(x_walkspeed)
  275.  
  276. end)
  277.  
  278. Btools.Name = "Btools"
  279. Btools.Parent = Functions
  280. Btools.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  281. Btools.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  282. Btools.Position = UDim2.new(0.69970417, 0, 0.3859649, 0)
  283. Btools.Size = UDim2.new(0, 113, 0, 24)
  284. Btools.Font = Enum.Font.SourceSansLight
  285. Btools.Text = "Btools"
  286. Btools.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  287. Btools.TextSize = 18
  288. Btools.MouseButton1Down:connect(function()
  289. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  290. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  291. if child.ClassName == "Part" then
  292. child.Locked = false
  293. end
  294. if child.ClassName == "MeshPart" then
  295. child.Locked = false
  296. end
  297. if child.ClassName == "UnionOperation" then
  298. child.Locked = false
  299. end
  300. if child.ClassName == "Model" then
  301. for index, chil in pairs(child:GetChildren()) do
  302. if chil.ClassName == "Part" then
  303. chil.Locked = false
  304. end
  305. if chil.ClassName == "MeshPart" then
  306. chil.Locked = false
  307. end
  308. if chil.ClassName == "UnionOperation" then
  309. chil.Locked = false
  310. end
  311. if chil.ClassName == "Model" then
  312. for index, childe in pairs(chil:GetChildren()) do
  313. if childe.ClassName == "Part" then
  314. childe.Locked = false
  315. end
  316. if childe.ClassName == "MeshPart" then
  317. childe.Locked = false
  318. end
  319. if childe.ClassName == "UnionOperation" then
  320. childe.Locked = false
  321. end
  322. if childe.ClassName == "Model" then
  323. for index, childeo in pairs(childe:GetChildren()) do
  324. if childeo.ClassName == "Part" then
  325. childeo.Locked = false
  326. end
  327. if childeo.ClassName == "MeshPart" then
  328. childeo.Locked = false
  329. end
  330. if childeo.ClassName == "UnionOperation" then
  331. childeo.Locked = false
  332. end
  333. if childeo.ClassName == "Model" then
  334. end
  335. end
  336. end
  337. end
  338. end
  339. end
  340. end
  341. end
  342. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  343. c.BinType = Enum.BinType.Hammer
  344. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  345. c.BinType = Enum.BinType.Clone
  346. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  347. c.BinType = Enum.BinType.Grab
  348. end)
  349.  
  350.  
  351. Gravity.Name = "Gravity"
  352. Gravity.Parent = Functions
  353. Gravity.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  354. Gravity.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  355. Gravity.Position = UDim2.new(0.69970417, 0, 0.519298255, 0)
  356. Gravity.Size = UDim2.new(0, 113, 0, 24)
  357. Gravity.Font = Enum.Font.SourceSansLight
  358. Gravity.Text = "Gravity"
  359. Gravity.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  360. Gravity.TextSize = 18
  361. Gravity.MouseButton1Down:connect(function()
  362. if Gravity == true then
  363. Gravity = false
  364. game.workspace.Gravity = 90
  365. else
  366. Gravity = true
  367. game.workspace.Gravity = 45
  368. end
  369. end)
  370.  
  371. Settings.Name = "Settings"
  372. Settings.Parent = Main
  373. Settings.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  374. Settings.BorderSizePixel = 0
  375. Settings.Size = UDim2.new(0, 676, 0, 285)
  376. Settings.Visible = false
  377.  
  378. WhiteBackground.Name = "WhiteBackground"
  379. WhiteBackground.Parent = Settings
  380. WhiteBackground.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  381. WhiteBackground.BorderSizePixel = 0
  382. WhiteBackground.Position = UDim2.new(0.0325443782, 0, 0.228070185, 0)
  383. WhiteBackground.Size = UDim2.new(0, 18, 0, 18)
  384.  
  385. FormCheck.Name = "FormCheck"
  386. FormCheck.Parent = Settings
  387. FormCheck.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  388. FormCheck.BorderSizePixel = 0
  389. FormCheck.Position = UDim2.new(0.0325443782, 0, 0.105263159, 0)
  390. FormCheck.Size = UDim2.new(0, 18, 0, 18)
  391.  
  392. Form.Name = "Form"
  393. Form.Parent = Settings
  394. Form.BackgroundColor3 = Color3.new(1, 1, 1)
  395. Form.BackgroundTransparency = 1
  396. Form.Position = UDim2.new(0.0719999969, 0, 0.112999998, 0)
  397. Form.Size = UDim2.new(0, 113, 0, 12)
  398. Form.Font = Enum.Font.SourceSans
  399. Form.Text = "Enable Form Dragging"
  400. Form.TextColor3 = Color3.new(0.815686, 0.835294, 0.901961)
  401. Form.TextSize = 15
  402.  
  403. White.Name = "White"
  404. White.Parent = Settings
  405. White.BackgroundColor3 = Color3.new(1, 1, 1)
  406. White.BackgroundTransparency = 1
  407. White.Position = UDim2.new(0.0591716208, 0, 0.225999996, 0)
  408. White.Size = UDim2.new(0, 106, 0, 18)
  409. White.Font = Enum.Font.SourceSans
  410. White.Text = "White Background"
  411. White.TextColor3 = Color3.new(0.815686, 0.835294, 0.901961)
  412. White.TextSize = 15
  413.  
  414. del.Name = "del"
  415. del.Parent = Settings
  416. del.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  417. del.BorderColor3 = Color3.new(0.356863, 0.388235, 0.470588)
  418. del.Position = UDim2.new(0.0325443782, 0, 0.824561417, 0)
  419. del.Size = UDim2.new(0, 124, 0, 25)
  420. del.Font = Enum.Font.SourceSansLight
  421. del.Text = "Un-Inject GUI"
  422. del.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  423. del.TextSize = 20
  424. del.MouseButton1Down:connect(function()
  425. Main:Destroy()
  426. end)
  427.  
  428.  
  429. Credits.Name = "Credits"
  430. Credits.Parent = Main
  431. Credits.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  432. Credits.BorderSizePixel = 0
  433. Credits.Size = UDim2.new(0, 676, 0, 285)
  434. Credits.Visible = false
  435.  
  436. Outer.Name = "Outer"
  437. Outer.Parent = Credits
  438. Outer.BackgroundColor3 = Color3.new(1, 1, 1)
  439. Outer.Position = UDim2.new(0.0828402266, 0, 0.280701756, 0)
  440. Outer.Size = UDim2.new(0, 126, 0, 125)
  441. Outer.Image = "rbxassetid://2418005428"
  442.  
  443. Discord.Name = "Discord"
  444. Discord.Parent = Outer
  445. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  446. Discord.BackgroundTransparency = 100
  447. Discord.Position = UDim2.new(-0.206349224, 0, 1.07200003, 0)
  448. Discord.Size = UDim2.new(0, 177, 0, 50)
  449. Discord.Font = Enum.Font.SourceSansItalic
  450. Discord.Text = "Helper: Outer in a bag#0001"
  451. Discord.TextColor3 = Color3.new(1, 0.168627, 0.847059)
  452. Discord.TextSize = 19
  453.  
  454. Alone.Name = "Alone"
  455. Alone.Parent = Credits
  456. Alone.BackgroundColor3 = Color3.new(0, 0, 0)
  457. Alone.BackgroundTransparency = 1
  458. Alone.Position = UDim2.new(0.386094689, 0, 0.280701756, 0)
  459. Alone.Size = UDim2.new(0, 126, 0, 125)
  460. Alone.Image = "rbxassetid://2418247591"
  461.  
  462. Discord_2.Name = "Discord"
  463. Discord_2.Parent = Alone
  464. Discord_2.BackgroundColor3 = Color3.new(1, 1, 1)
  465. Discord_2.BackgroundTransparency = 100
  466. Discord_2.Position = UDim2.new(-0.0317460299, 0, 1.07200003, 0)
  467. Discord_2.Size = UDim2.new(0, 134, 0, 50)
  468. Discord_2.Font = Enum.Font.SourceSansItalic
  469. Discord_2.Text = "Creator: xAlone#9124"
  470. Discord_2.TextColor3 = Color3.new(1, 0.317647, 0)
  471. Discord_2.TextSize = 19
  472.  
  473. ROexploits.Name = "ROexploits"
  474. ROexploits.Parent = Credits
  475. ROexploits.BackgroundColor3 = Color3.new(0, 0, 0)
  476. ROexploits.BorderSizePixel = 0
  477. ROexploits.Position = UDim2.new(0.692307711, 0, 0.280701756, 0)
  478. ROexploits.Size = UDim2.new(0, 126, 0, 125)
  479. ROexploits.Image = "rbxassetid://2418013975"
  480.  
  481. Discord_3.Name = "Discord"
  482. Discord_3.Parent = ROexploits
  483. Discord_3.BackgroundColor3 = Color3.new(1, 1, 1)
  484. Discord_3.BackgroundTransparency = 100
  485. Discord_3.Position = UDim2.new(-0.198412716, 0, 1.07200003, 0)
  486. Discord_3.Size = UDim2.new(0, 176, 0, 50)
  487. Discord_3.Font = Enum.Font.SourceSansItalic
  488. Discord_3.Text = "Helper: [YT] RoExploits#3605"
  489. Discord_3.TextColor3 = Color3.new(0, 0.333333, 1)
  490. Discord_3.TextSize = 19
  491.  
  492. TextLabel.Parent = Credits
  493. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  494. TextLabel.BackgroundTransparency = 100
  495. TextLabel.Position = UDim2.new(0.331360936, 0, 0, 0)
  496. TextLabel.Size = UDim2.new(0, 200, 0, 38)
  497. TextLabel.Font = Enum.Font.SourceSansItalic
  498. TextLabel.Text = "Credits"
  499. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  500. TextLabel.TextSize = 26
  501.  
  502. TabList.Name = "TabList"
  503. TabList.Parent = Main
  504. TabList.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  505. TabList.BorderSizePixel = 0
  506. TabList.Position = UDim2.new(0, 0, 0.882352948, 0)
  507. TabList.Size = UDim2.new(0, 676, 0, 38)
  508.  
  509. FunctionsBTN.Name = "FunctionsBTN"
  510. FunctionsBTN.Parent = TabList
  511. FunctionsBTN.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  512. FunctionsBTN.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  513. FunctionsBTN.Position = UDim2.new(0.289940834, 0, 0.184210539, 0)
  514. FunctionsBTN.Size = UDim2.new(0, 82, 0, 24)
  515. FunctionsBTN.Font = Enum.Font.SourceSansLight
  516. FunctionsBTN.Text = "Functions"
  517. FunctionsBTN.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  518. FunctionsBTN.TextSize = 20
  519. FunctionsBTN.MouseButton1Down:connect(function()
  520. Functions.Visible = true
  521. Settings.Visibe = false
  522. Credits.Visible = false
  523. end)
  524.  
  525. SettingsBTN.Name = "SettingsBTN"
  526. SettingsBTN.Parent = TabList
  527. SettingsBTN.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  528. SettingsBTN.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  529. SettingsBTN.Position = UDim2.new(0.437869817, 0, 0.184210539, 0)
  530. SettingsBTN.Size = UDim2.new(0, 82, 0, 24)
  531. SettingsBTN.Font = Enum.Font.SourceSansLight
  532. SettingsBTN.Text = "Settings"
  533. SettingsBTN.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  534. SettingsBTN.TextSize = 20
  535. SettingsBTN.MouseButton1Down:connect(function()
  536. Functions.Visible = false
  537. Settings.Visibe = true
  538. Credits.Visible = false
  539. end)
  540.  
  541. CreditsBTN_2.Name = "CreditsBTN"
  542. CreditsBTN_2.Parent = TabList
  543. CreditsBTN_2.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  544. CreditsBTN_2.BorderColor3 = Color3.new(0.470588, 0.513726, 0.623529)
  545. CreditsBTN_2.Position = UDim2.new(0.587278128, 0, 0.184210539, 0)
  546. CreditsBTN_2.Size = UDim2.new(0, 82, 0, 24)
  547. CreditsBTN_2.Font = Enum.Font.SourceSansLight
  548. CreditsBTN_2.Text = "Credits"
  549. CreditsBTN_2.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  550. CreditsBTN_2.TextSize = 20
  551. CreditsBTN_2.MouseButton1Down:connect(function()
  552. Functions.Visible = false
  553. Settings.Visibe = false
  554. Credits.Visible = true
  555. end)
  556.  
  557. Title.Name = "Title"
  558. Title.Parent = TabList
  559. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  560. Title.BackgroundTransparency = 1
  561. Title.Position = UDim2.new(0, 0, 0.184210539, 0)
  562. Title.Size = UDim2.new(0, 111, 0, 25)
  563. Title.Font = Enum.Font.SourceSansLight
  564. Title.Text = "SkidParkour V1"
  565. Title.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  566. Title.TextSize = 14
  567.  
  568. Close.Name = "Close"
  569. Close.Parent = Main
  570. Close.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  571. Close.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  572. Close.BorderSizePixel = 0
  573. Close.Position = UDim2.new(0.96449703, 0, 0, 0)
  574. Close.Size = UDim2.new(0, 24, 0, 24)
  575. Close.Font = Enum.Font.SourceSansLight
  576. Close.Text = "-"
  577. Close.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  578. Close.TextSize = 24
  579. Close.MouseButton1Down:connect(function()
  580. Main.Visible = false
  581. Open.Visible = true
  582. end)
Add Comment
Please, Sign In to add comment