uor

FOR PARKOUR

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