Advertisement
Guest User

roblox

a guest
Feb 28th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.30 KB | None | 0 0
  1.  
  2. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3.  
  4.     Text = "[Notice] GUI Made by boomz , [YT] Boomzaza TH";
  5.  
  6.     Color = Color3.new(255, 0, 72);
  7.  
  8.     Font = Enum.Font.SourceSansBold;
  9.  
  10.     FontSize = Enum.FontSize.Size24;
  11.  
  12. })
  13.  
  14.  
  15.  
  16. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  17.  
  18.     Text = "[Warning] WE ARE NOT RESPONSIBLE FOR ANY BANS!, USE IT ON ALT ACCOUNTS!";
  19.  
  20.     Color = Color3.new(255, 0, 0);
  21.  
  22.     Font = Enum.Font.SourceSansBold;
  23.  
  24.     FontSize = Enum.FontSize.Size24;
  25.  
  26. })
  27.  
  28.  
  29.  
  30.  
  31.  
  32. local SkidParkour = Instance.new("ScreenGui")
  33.  
  34. local Main = Instance.new("Frame")
  35.  
  36. local Functions = Instance.new("Frame")
  37.  
  38. local CTP = Instance.new("TextButton")
  39.  
  40. local NameESP = Instance.new("TextButton")
  41.  
  42. local TPBACK = Instance.new("TextButton")
  43.  
  44. local TPORB = Instance.new("TextButton")
  45.  
  46. local TPPlayer = Instance.new("TextButton")
  47.  
  48. local InputPlayer = Instance.new("TextBox")
  49.  
  50. local NoFall = Instance.new("TextButton")
  51.  
  52. local Walkspeed = Instance.new("TextButton")
  53.  
  54. local Btools = Instance.new("TextButton")
  55.  
  56. local Gravity = Instance.new("TextButton")
  57.  
  58. local Settings = Instance.new("Frame")
  59.  
  60. local WhiteBackground = Instance.new("Frame")
  61.  
  62. local FormCheck = Instance.new("Frame")
  63.  
  64. local Form = Instance.new("TextLabel")
  65.  
  66. local White = Instance.new("TextLabel")
  67.  
  68. local del = Instance.new("TextButton")
  69.  
  70. local Credits = Instance.new("Frame")
  71.  
  72. local Outer = Instance.new("ImageLabel")
  73.  
  74. local Discord = Instance.new("TextLabel")
  75.  
  76. local Alone = Instance.new("ImageLabel")
  77.  
  78. local Discord_2 = Instance.new("TextLabel")
  79.  
  80. local ROexploits = Instance.new("ImageLabel")
  81.  
  82. local Discord_3 = Instance.new("TextLabel")
  83.  
  84. local TextLabel = Instance.new("TextLabel")
  85.  
  86. local TabList = Instance.new("Frame")
  87.  
  88. local FunctionsBTN = Instance.new("TextButton")
  89.  
  90. local SettingsBTN = Instance.new("TextButton")
  91.  
  92. local CreditsBTN_2 = Instance.new("TextButton")
  93.  
  94. local Title = Instance.new("TextLabel")
  95.  
  96. local Close = Instance.new("TextButton")
  97.  
  98.  
  99.  
  100. SkidParkour.Name = "SkidParkour"
  101.  
  102. SkidParkour.Parent = game.CoreGui
  103.  
  104.  
  105.  
  106. Main.Name = "Main"
  107.  
  108. Main.Parent = SkidParkour
  109.  
  110. Main.Active = true
  111.  
  112. Main.Draggable = true
  113.  
  114. Main.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  115.  
  116. Main.BackgroundTransparency = 1
  117.  
  118. Main.BorderSizePixel = 0
  119.  
  120. Main.Position = UDim2.new(0.26029411, 0, 0.32432431, 0)
  121.  
  122. Main.Size = UDim2.new(0, 676, 0, 323)
  123.  
  124.  
  125.  
  126. Functions.Name = "Functions"
  127.  
  128. Functions.Parent = Main
  129.  
  130. Functions.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  131.  
  132. Functions.BorderSizePixel = 0
  133.  
  134. Functions.Size = UDim2.new(0, 676, 0, 285)
  135.  
  136. Functions.Visible = true
  137.  
  138.  
  139.  
  140. CTP.Name = "CTP"
  141.  
  142. CTP.Parent = Functions
  143.  
  144. CTP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  145.  
  146. CTP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  147.  
  148. CTP.Position = UDim2.new(0.0695266277, 0, 0.259649128, 0)
  149.  
  150. CTP.Size = UDim2.new(0, 112, 0, 24)
  151.  
  152. CTP.Font = Enum.Font.SourceSansLight
  153.  
  154. CTP.Text = "Click TP [Z]"
  155.  
  156. CTP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  157.  
  158. CTP.TextSize = 18
  159.  
  160. CTP.MouseButton1Click:connect(function()
  161.  
  162.     plr = game.Players.LocalPlayer;
  163.  
  164.     hum = plr.Character.HumanoidRootPart;
  165.  
  166.     mouse = plr:GetMouse()
  167.  
  168.     mouse.KeyDown:connect(function(aa)
  169.  
  170.         if aa == "z" then
  171.  
  172.             if mouse.Target then
  173.  
  174.                 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  175.  
  176.             end
  177.  
  178.         end
  179.  
  180.     end)
  181.  
  182. end)
  183.  
  184.  
  185.  
  186. NameESP.Name = "NameESP"
  187.  
  188. NameESP.Parent = Functions
  189.  
  190. NameESP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  191.  
  192. NameESP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  193.  
  194. NameESP.Position = UDim2.new(0.0695266277, 0, 0.3859649, 0)
  195.  
  196. NameESP.Size = UDim2.new(0, 112, 0, 24)
  197.  
  198. NameESP.Font = Enum.Font.SourceSansLight
  199.  
  200. NameESP.Text = "Name ESP"
  201.  
  202. NameESP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  203.  
  204. NameESP.TextSize = 18
  205.  
  206. NameESP.MouseButton1Click:connect(function()
  207.  
  208.     Important = {
  209.  
  210.         Players = game:GetService("Players"),
  211.  
  212.         Workspace = game:GetService("Workspace"),
  213.  
  214.         CoreGui = game:WaitForChild("CoreGui")
  215.  
  216.     }
  217.  
  218.     local ai = false;
  219.  
  220.     function CreateESP(plr)
  221.  
  222.         if plr ~= nil then
  223.  
  224.             local aj = plr.Character;
  225.  
  226.             if not aj then
  227.  
  228.                 return
  229.  
  230.             end;
  231.  
  232.             local ak;
  233.  
  234.             do
  235.  
  236.                 repeat
  237.  
  238.                     wait()
  239.  
  240.                 until aj:FindFirstChild("Head")
  241.  
  242.             end;
  243.  
  244.             ak = aj.Head;
  245.  
  246.             local al = Instance.new("BillboardGui", Important.CoreGui)
  247.  
  248.             al.Adornee = ak;
  249.  
  250.             al.ExtentsOffset = Vector3.new(0, 1, 0)
  251.  
  252.             al.AlwaysOnTop = true;
  253.  
  254.             al.Size = UDim2.new(0, 5, 0, 5)
  255.  
  256.             al.StudsOffset = Vector3.new(0, 3, 0)
  257.  
  258.             al.Name = "ESP_PLAYER_"..plr.Name;
  259.  
  260.             local am = Instance.new("Frame", al)
  261.  
  262.             am.ZIndex = 10;
  263.  
  264.             am.BackgroundTransparency = 1;
  265.  
  266.             am.Size = UDim2.new(1, 0, 1, 0)
  267.  
  268.             local an = Instance.new("TextLabel", am)
  269.  
  270.             an.Name = "Name"
  271.  
  272.             an.ZIndex = 10;
  273.  
  274.             an.Text = plr.Name;
  275.  
  276.             an.Visible = true;
  277.  
  278.             an.TextColor3 = Color3.new(255, 45, 126)
  279.  
  280.             an.BackgroundTransparency = 1;
  281.  
  282.             an.Size = UDim2.new(1, 0, 10, 0)
  283.  
  284.             an.Font = Enum.Font.SourceSansLight;
  285.  
  286.             an.TextSize = 20;
  287.  
  288.             an.TextStrokeTransparency = .5
  289.  
  290.         end
  291.  
  292.     end;
  293.  
  294.     for ag, ah in pairs(Important.Players:GetChildren()) do
  295.  
  296.         if game.GameId == 445664957 then
  297.  
  298.             return
  299.  
  300.         end;
  301.  
  302.         CreateESP(ah)
  303.  
  304.     end
  305.  
  306. end)
  307.  
  308.  
  309.  
  310. TPBACK.Name = "TPBACK"
  311.  
  312. TPBACK.Parent = Functions
  313.  
  314. TPBACK.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  315.  
  316. TPBACK.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  317.  
  318. TPBACK.Position = UDim2.new(0.0695266277, 0, 0.519298255, 0)
  319.  
  320. TPBACK.Size = UDim2.new(0, 112, 0, 24)
  321.  
  322. TPBACK.Font = Enum.Font.SourceSansLight
  323.  
  324. TPBACK.Text = "TP to backpacks"
  325.  
  326. TPBACK.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  327.  
  328. TPBACK.TextSize = 18
  329.  
  330.  
  331.  
  332. TPORB.Name = "TPORB"
  333.  
  334. TPORB.Parent = Functions
  335.  
  336. TPORB.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  337.  
  338. TPORB.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  339.  
  340. TPORB.Position = UDim2.new(0.0695266277, 0, 0.65263164, 0)
  341.  
  342. TPORB.Size = UDim2.new(0, 112, 0, 24)
  343.  
  344. TPORB.Font = Enum.Font.SourceSansLight
  345.  
  346. TPORB.Text = "TP to Orbs"
  347.  
  348. TPORB.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  349.  
  350. TPORB.TextSize = 18
  351.  
  352.  
  353.  
  354. TPPlayer.Name = "TPPlayer"
  355.  
  356. TPPlayer.Parent = Functions
  357.  
  358. TPPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  359.  
  360. TPPlayer.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  361.  
  362. TPPlayer.Position = UDim2.new(0.334319532, 0, 0.519298255, 0)
  363.  
  364. TPPlayer.Size = UDim2.new(0, 183, 0, 36)
  365.  
  366. TPPlayer.Font = Enum.Font.SourceSansLight
  367.  
  368. TPPlayer.Text = "TP To Player"
  369.  
  370. TPPlayer.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  371.  
  372. TPPlayer.TextSize = 18
  373.  
  374. TPPlayer.MouseButton1Down:connect(function()
  375.  
  376.     local tp_namedplayer = InputPlayer.Text
  377.  
  378.     local tp_player = game:GetService("Players")[tp_namedplayer]
  379.  
  380.     local PLR = game:GetService("Players").LocalPlayer
  381.  
  382.     local p = InputPlayer.Text
  383.  
  384.    
  385.  
  386.     if tp_player then
  387.  
  388.             for i = 1,2 do
  389.  
  390.         wait(.08)
  391.  
  392.         PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  393.  
  394.         end
  395.  
  396.     end
  397.  
  398. end)
  399.  
  400.  
  401.  
  402. InputPlayer.Name = "InputPlayer"
  403.  
  404. InputPlayer.Parent = Functions
  405.  
  406. InputPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  407.  
  408. InputPlayer.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  409.  
  410. InputPlayer.Position = UDim2.new(0.334319532, 0, 0.343859643, 0)
  411.  
  412. InputPlayer.Size = UDim2.new(0, 182, 0, 35)
  413.  
  414. InputPlayer.Font = Enum.Font.SourceSans
  415.  
  416. InputPlayer.PlaceholderColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  417.  
  418. InputPlayer.PlaceholderText = "199, 199, 199"
  419.  
  420. InputPlayer.Text = "InputPlayer"
  421.  
  422. InputPlayer.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  423.  
  424. InputPlayer.TextSize = 16
  425.  
  426.  
  427.  
  428.  
  429.  
  430. NoFall.Name = "No Fall"
  431.  
  432. NoFall.Parent = Functions
  433.  
  434. NoFall.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  435.  
  436. NoFall.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  437.  
  438. NoFall.Position = UDim2.new(0.0695266277, 0, 0.789473653, 0)
  439.  
  440. NoFall.Size = UDim2.new(0, 112, 0, 24)
  441.  
  442. NoFall.Font = Enum.Font.SourceSansLight
  443.  
  444. NoFall.Text = "No Fall"
  445.  
  446. NoFall.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  447.  
  448. NoFall.TextSize = 18
  449.  
  450. local InfiniteJumpEnabled = true
  451.  
  452. game:GetService("UserInputService").JumpRequest:connect(function()
  453.  
  454.     if InfiniteJumpEnabled == true then
  455.  
  456.         game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  457.  
  458.         if InfiniteJumpEnabled == false then
  459.  
  460.         end
  461.  
  462.     end
  463.  
  464. end)
  465.  
  466.  
  467.  
  468. Walkspeed.Name = "Walkspeed"
  469.  
  470. Walkspeed.Parent = Functions
  471.  
  472. Walkspeed.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  473.  
  474. Walkspeed.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  475.  
  476. Walkspeed.Position = UDim2.new(0.69970417, 0, 0.259649128, 0)
  477.  
  478. Walkspeed.Size = UDim2.new(0, 113, 0, 24)
  479.  
  480. Walkspeed.Font = Enum.Font.SourceSansLight
  481.  
  482. Walkspeed.Text = "Speed [X]"
  483.  
  484. Walkspeed.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  485.  
  486. Walkspeed.TextSize = 18
  487.  
  488. Walkspeed.MouseButton1Down:connect(function()
  489.  
  490.     local walkspeedplayer = game:GetService("Players").LocalPlayer
  491.  
  492.     local walkspeedmouse = walkspeedplayer:GetMouse()
  493.  
  494.    
  495.  
  496.     local walkspeedenabled = false
  497.  
  498.    
  499.  
  500.     function x_walkspeed(key)
  501.  
  502.         if (key == "x") then
  503.  
  504.             if walkspeedenabled == false then
  505.  
  506.                 _G.WS = 125;
  507.  
  508.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  509.  
  510.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  511.  
  512.                 Humanoid.WalkSpeed = _G.WS;
  513.  
  514.                 end)
  515.  
  516.                 Humanoid.WalkSpeed = _G.WS;
  517.  
  518.                
  519.  
  520.                 walkspeedenabled = true
  521.  
  522.             elseif walkspeedenabled == true then
  523.  
  524.                 _G.WS = 40;
  525.  
  526.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  527.  
  528.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  529.  
  530.                 Humanoid.WalkSpeed = _G.WS;
  531.  
  532.                 end)
  533.  
  534.                 Humanoid.WalkSpeed = _G.WS;
  535.  
  536.                
  537.  
  538.                 walkspeedenabled = false
  539.  
  540.             end
  541.  
  542.         end
  543.  
  544.     end
  545.  
  546.    
  547.  
  548.     walkspeedmouse.KeyDown:connect(x_walkspeed)
  549.  
  550.    
  551.  
  552. end)
  553.  
  554.  
  555.  
  556. Btools.Name = "Btools"
  557.  
  558. Btools.Parent = Functions
  559.  
  560. Btools.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  561.  
  562. Btools.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  563.  
  564. Btools.Position = UDim2.new(0.69970417, 0, 0.3859649, 0)
  565.  
  566. Btools.Size = UDim2.new(0, 113, 0, 24)
  567.  
  568. Btools.Font = Enum.Font.SourceSansLight
  569.  
  570. Btools.Text = "Btools"
  571.  
  572. Btools.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  573.  
  574. Btools.TextSize = 18
  575.  
  576. Btools.MouseButton1Down:connect(function()
  577.  
  578.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  579.  
  580. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  581.  
  582.    if child.ClassName == "Part" then
  583.  
  584.        child.Locked = false
  585.  
  586.    end
  587.  
  588.    if child.ClassName == "MeshPart" then
  589.  
  590.        child.Locked = false
  591.  
  592.    end
  593.  
  594.    if child.ClassName == "UnionOperation" then
  595.  
  596.        child.Locked = false
  597.  
  598.    end
  599.  
  600.    if child.ClassName == "Model" then
  601.  
  602.        for index, chil in pairs(child:GetChildren()) do
  603.  
  604.            if chil.ClassName == "Part" then
  605.  
  606.                chil.Locked = false
  607.  
  608.            end
  609.  
  610.            if chil.ClassName == "MeshPart" then
  611.  
  612.                chil.Locked = false
  613.  
  614.            end
  615.  
  616.            if chil.ClassName == "UnionOperation" then
  617.  
  618.                chil.Locked = false
  619.  
  620.            end
  621.  
  622.            if chil.ClassName == "Model" then
  623.  
  624.                for index, childe in pairs(chil:GetChildren()) do
  625.  
  626.                    if childe.ClassName == "Part" then
  627.  
  628.                        childe.Locked = false
  629.  
  630.                    end
  631.  
  632.                    if childe.ClassName == "MeshPart" then
  633.  
  634.                        childe.Locked = false
  635.  
  636.                    end
  637.  
  638.                    if childe.ClassName == "UnionOperation" then
  639.  
  640.                        childe.Locked = false
  641.  
  642.                    end
  643.  
  644.                    if childe.ClassName == "Model" then
  645.  
  646.                        for index, childeo in pairs(childe:GetChildren()) do
  647.  
  648.                            if childeo.ClassName == "Part" then
  649.  
  650.                                childeo.Locked = false
  651.  
  652.                            end
  653.  
  654.                            if childeo.ClassName == "MeshPart" then
  655.  
  656.                                childeo.Locked = false
  657.  
  658.                            end
  659.  
  660.                            if childeo.ClassName == "UnionOperation" then
  661.  
  662.                                childeo.Locked = false
  663.  
  664.                            end
  665.  
  666.                            if childeo.ClassName == "Model" then
  667.  
  668.                            end
  669.  
  670.                        end
  671.  
  672.                    end
  673.  
  674.                end
  675.  
  676.            end
  677.  
  678.        end
  679.  
  680.    end
  681.  
  682. end
  683.  
  684. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  685.  
  686. c.BinType = Enum.BinType.Hammer
  687.  
  688. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  689.  
  690. c.BinType = Enum.BinType.Clone
  691.  
  692. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  693.  
  694. c.BinType = Enum.BinType.Grab
  695.  
  696. end)
  697.  
  698.  
  699.  
  700.  
  701.  
  702. Gravity.Name = "Gravity"
  703.  
  704. Gravity.Parent = Functions
  705.  
  706. Gravity.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  707.  
  708. Gravity.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  709.  
  710. Gravity.Position = UDim2.new(0.69970417, 0, 0.519298255, 0)
  711.  
  712. Gravity.Size = UDim2.new(0, 113, 0, 24)
  713.  
  714. Gravity.Font = Enum.Font.SourceSansLight
  715.  
  716. Gravity.Text = "Gravity"
  717.  
  718. Gravity.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  719.  
  720. Gravity.TextSize = 18
  721.  
  722. Gravity.MouseButton1Down:connect(function()
  723.  
  724. if Gravity == true then
  725.  
  726. Gravity = false
  727.  
  728. game.workspace.Gravity = 90
  729.  
  730. else
  731.  
  732. Gravity = true
  733.  
  734. game.workspace.Gravity = 45
  735.  
  736. end
  737.  
  738. end)
  739.  
  740.  
  741.  
  742. Settings.Name = "Settings"
  743.  
  744. Settings.Parent = Main
  745.  
  746. Settings.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  747.  
  748. Settings.BorderSizePixel = 0
  749.  
  750. Settings.Size = UDim2.new(0, 676, 0, 285)
  751.  
  752. Settings.Visible = false
  753.  
  754.  
  755.  
  756. WhiteBackground.Name = "WhiteBackground"
  757.  
  758. WhiteBackground.Parent = Settings
  759.  
  760. WhiteBackground.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  761.  
  762. WhiteBackground.BorderSizePixel = 0
  763.  
  764. WhiteBackground.Position = UDim2.new(0.0325443782, 0, 0.228070185, 0)
  765.  
  766. WhiteBackground.Size = UDim2.new(0, 18, 0, 18)
  767.  
  768.  
  769.  
  770. FormCheck.Name = "FormCheck"
  771.  
  772. FormCheck.Parent = Settings
  773.  
  774. FormCheck.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  775.  
  776. FormCheck.BorderSizePixel = 0
  777.  
  778. FormCheck.Position = UDim2.new(0.0325443782, 0, 0.105263159, 0)
  779.  
  780. FormCheck.Size = UDim2.new(0, 18, 0, 18)
  781.  
  782.  
  783.  
  784. Form.Name = "Form"
  785.  
  786. Form.Parent = Settings
  787.  
  788. Form.BackgroundColor3 = Color3.new(1, 1, 1)
  789.  
  790. Form.BackgroundTransparency = 1
  791.  
  792. Form.Position = UDim2.new(0.0719999969, 0, 0.112999998, 0)
  793.  
  794. Form.Size = UDim2.new(0, 113, 0, 12)
  795.  
  796. Form.Font = Enum.Font.SourceSans
  797.  
  798. Form.Text = "Enable Form Dragging"
  799.  
  800. Form.TextColor3 = Color3.new(0.815686, 0.835294, 0.901961)
  801.  
  802. Form.TextSize = 15
  803.  
  804.  
  805.  
  806. White.Name = "White"
  807.  
  808. White.Parent = Settings
  809.  
  810. White.BackgroundColor3 = Color3.new(1, 1, 1)
  811.  
  812. White.BackgroundTransparency = 1
  813.  
  814. White.Position = UDim2.new(0.0591716208, 0, 0.225999996, 0)
  815.  
  816. White.Size = UDim2.new(0, 106, 0, 18)
  817.  
  818. White.Font = Enum.Font.SourceSans
  819.  
  820. White.Text = "White Background"
  821.  
  822. White.TextColor3 = Color3.new(0.815686, 0.835294, 0.901961)
  823.  
  824. White.TextSize = 15
  825.  
  826.  
  827.  
  828. del.Name = "del"
  829.  
  830. del.Parent = Settings
  831.  
  832. del.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  833.  
  834. del.BorderColor3 = Color3.new(0.356863, 0.388235, 0.470588)
  835.  
  836. del.Position = UDim2.new(0.0325443782, 0, 0.824561417, 0)
  837.  
  838. del.Size = UDim2.new(0, 124, 0, 25)
  839.  
  840. del.Font = Enum.Font.SourceSansLight
  841.  
  842. del.Text = "Un-Inject GUI"
  843.  
  844. del.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  845.  
  846. del.TextSize = 20
  847.  
  848. del.MouseButton1Down:connect(function()
  849.  
  850. Main:Destroy()
  851.  
  852. end)
  853.  
  854.  
  855.  
  856.  
  857.  
  858. Credits.Name = "Credits"
  859.  
  860. Credits.Parent = Main
  861.  
  862. Credits.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  863.  
  864. Credits.BorderSizePixel = 0
  865.  
  866. Credits.Size = UDim2.new(0, 676, 0, 285)
  867.  
  868. Credits.Visible = false
  869.  
  870.  
  871.  
  872. Outer.Name = "Outer"
  873.  
  874. Outer.Parent = Credits
  875.  
  876. Outer.BackgroundColor3 = Color3.new(1, 1, 1)
  877.  
  878. Outer.Position = UDim2.new(0.0828402266, 0, 0.280701756, 0)
  879.  
  880. Outer.Size = UDim2.new(0, 126, 0, 125)
  881.  
  882. Outer.Image = "rbxassetid://2418005428"
  883.  
  884.  
  885.  
  886. Discord.Name = "Discord"
  887.  
  888. Discord.Parent = Outer
  889.  
  890. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  891.  
  892. Discord.BackgroundTransparency = 100
  893.  
  894. Discord.Position = UDim2.new(-0.206349224, 0, 1.07200003, 0)
  895.  
  896. Discord.Size = UDim2.new(0, 177, 0, 50)
  897.  
  898. Discord.Font = Enum.Font.SourceSansItalic
  899.  
  900. Discord.Text = "Helper: Outer in a bag#0001"
  901.  
  902. Discord.TextColor3 = Color3.new(1, 0.168627, 0.847059)
  903.  
  904. Discord.TextSize = 19
  905.  
  906.  
  907.  
  908. Alone.Name = "Alone"
  909.  
  910. Alone.Parent = Credits
  911.  
  912. Alone.BackgroundColor3 = Color3.new(0, 0, 0)
  913.  
  914. Alone.BackgroundTransparency = 1
  915.  
  916. Alone.Position = UDim2.new(0.386094689, 0, 0.280701756, 0)
  917.  
  918. Alone.Size = UDim2.new(0, 126, 0, 125)
  919.  
  920. Alone.Image = "rbxassetid://2418247591"
  921.  
  922.  
  923.  
  924. Discord_2.Name = "Discord"
  925.  
  926. Discord_2.Parent = Alone
  927.  
  928. Discord_2.BackgroundColor3 = Color3.new(1, 1, 1)
  929.  
  930. Discord_2.BackgroundTransparency = 100
  931.  
  932. Discord_2.Position = UDim2.new(-0.0317460299, 0, 1.07200003, 0)
  933.  
  934. Discord_2.Size = UDim2.new(0, 134, 0, 50)
  935.  
  936. Discord_2.Font = Enum.Font.SourceSansItalic
  937.  
  938. Discord_2.Text = "Creator:  xAlone#9124"
  939.  
  940. Discord_2.TextColor3 = Color3.new(1, 0.317647, 0)
  941.  
  942. Discord_2.TextSize = 19
  943.  
  944.  
  945.  
  946. ROexploits.Name = "ROexploits"
  947.  
  948. ROexploits.Parent = Credits
  949.  
  950. ROexploits.BackgroundColor3 = Color3.new(0, 0, 0)
  951.  
  952. ROexploits.BorderSizePixel = 0
  953.  
  954. ROexploits.Position = UDim2.new(0.692307711, 0, 0.280701756, 0)
  955.  
  956. ROexploits.Size = UDim2.new(0, 126, 0, 125)
  957.  
  958. ROexploits.Image = "rbxassetid://2418013975"
  959.  
  960.  
  961.  
  962. Discord_3.Name = "Discord"
  963.  
  964. Discord_3.Parent = ROexploits
  965.  
  966. Discord_3.BackgroundColor3 = Color3.new(1, 1, 1)
  967.  
  968. Discord_3.BackgroundTransparency = 100
  969.  
  970. Discord_3.Position = UDim2.new(-0.198412716, 0, 1.07200003, 0)
  971.  
  972. Discord_3.Size = UDim2.new(0, 176, 0, 50)
  973.  
  974. Discord_3.Font = Enum.Font.SourceSansItalic
  975.  
  976. Discord_3.Text = "Helper: [YT] RoExploits#3605"
  977.  
  978. Discord_3.TextColor3 = Color3.new(0, 0.333333, 1)
  979.  
  980. Discord_3.TextSize = 19
  981.  
  982.  
  983.  
  984. TextLabel.Parent = Credits
  985.  
  986. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  987.  
  988. TextLabel.BackgroundTransparency = 100
  989.  
  990. TextLabel.Position = UDim2.new(0.331360936, 0, 0, 0)
  991.  
  992. TextLabel.Size = UDim2.new(0, 200, 0, 38)
  993.  
  994. TextLabel.Font = Enum.Font.SourceSansItalic
  995.  
  996. TextLabel.Text = "Credits"
  997.  
  998. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  999.  
  1000. TextLabel.TextSize = 26
  1001.  
  1002.  
  1003.  
  1004. TabList.Name = "TabList"
  1005.  
  1006. TabList.Parent = Main
  1007.  
  1008. TabList.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  1009.  
  1010. TabList.BorderSizePixel = 0
  1011.  
  1012. TabList.Position = UDim2.new(0, 0, 0.882352948, 0)
  1013.  
  1014. TabList.Size = UDim2.new(0, 676, 0, 38)
  1015.  
  1016.  
  1017.  
  1018. FunctionsBTN.Name = "FunctionsBTN"
  1019.  
  1020. FunctionsBTN.Parent = TabList
  1021.  
  1022. FunctionsBTN.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  1023.  
  1024. FunctionsBTN.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  1025.  
  1026. FunctionsBTN.Position = UDim2.new(0.289940834, 0, 0.184210539, 0)
  1027.  
  1028. FunctionsBTN.Size = UDim2.new(0, 82, 0, 24)
  1029.  
  1030. FunctionsBTN.Font = Enum.Font.SourceSansLight
  1031.  
  1032. FunctionsBTN.Text = "Functions"
  1033.  
  1034. FunctionsBTN.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  1035.  
  1036. FunctionsBTN.TextSize = 20
  1037.  
  1038. FunctionsBTN.MouseButton1Down:connect(function()
  1039.  
  1040. Functions.Visible = true
  1041.  
  1042. Settings.Visibe = false
  1043.  
  1044. Credits.Visible = false
  1045.  
  1046. end)
  1047.  
  1048.  
  1049.  
  1050. SettingsBTN.Name = "SettingsBTN"
  1051.  
  1052. SettingsBTN.Parent = TabList
  1053.  
  1054. SettingsBTN.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  1055.  
  1056. SettingsBTN.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  1057.  
  1058. SettingsBTN.Position = UDim2.new(0.437869817, 0, 0.184210539, 0)
  1059.  
  1060. SettingsBTN.Size = UDim2.new(0, 82, 0, 24)
  1061.  
  1062. SettingsBTN.Font = Enum.Font.SourceSansLight
  1063.  
  1064. SettingsBTN.Text = "Settings"
  1065.  
  1066. SettingsBTN.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  1067.  
  1068. SettingsBTN.TextSize = 20
  1069.  
  1070. SettingsBTN.MouseButton1Down:connect(function()
  1071.  
  1072. Functions.Visible = false
  1073.  
  1074. Settings.Visibe = true
  1075.  
  1076. Credits.Visible = false
  1077.  
  1078. end)
  1079.  
  1080.  
  1081.  
  1082. CreditsBTN_2.Name = "CreditsBTN"
  1083.  
  1084. CreditsBTN_2.Parent = TabList
  1085.  
  1086. CreditsBTN_2.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  1087.  
  1088. CreditsBTN_2.BorderColor3 = Color3.new(0.470588, 0.513726, 0.623529)
  1089.  
  1090. CreditsBTN_2.Position = UDim2.new(0.587278128, 0, 0.184210539, 0)
  1091.  
  1092. CreditsBTN_2.Size = UDim2.new(0, 82, 0, 24)
  1093.  
  1094. CreditsBTN_2.Font = Enum.Font.SourceSansLight
  1095.  
  1096. CreditsBTN_2.Text = "Credits"
  1097.  
  1098. CreditsBTN_2.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  1099.  
  1100. CreditsBTN_2.TextSize = 20
  1101.  
  1102. CreditsBTN_2.MouseButton1Down:connect(function()
  1103.  
  1104. Functions.Visible = false
  1105.  
  1106. Settings.Visibe = false
  1107.  
  1108. Credits.Visible = true
  1109.  
  1110. end)
  1111.  
  1112.  
  1113.  
  1114. Title.Name = "Title"
  1115.  
  1116. Title.Parent = TabList
  1117.  
  1118. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  1119.  
  1120. Title.BackgroundTransparency = 1
  1121.  
  1122. Title.Position = UDim2.new(0, 0, 0.184210539, 0)
  1123.  
  1124. Title.Size = UDim2.new(0, 111, 0, 25)
  1125.  
  1126. Title.Font = Enum.Font.SourceSansLight
  1127.  
  1128. Title.Text = "SkidParkour V1"
  1129.  
  1130. Title.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  1131.  
  1132. Title.TextSize = 14
  1133.  
  1134.  
  1135.  
  1136. Close.Name = "Close"
  1137.  
  1138. Close.Parent = Main
  1139.  
  1140. Close.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  1141.  
  1142. Close.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  1143.  
  1144. Close.BorderSizePixel = 0
  1145.  
  1146. Close.Position = UDim2.new(0.96449703, 0, 0, 0)
  1147.  
  1148. Close.Size = UDim2.new(0, 24, 0, 24)
  1149.  
  1150. Close.Font = Enum.Font.SourceSansLight
  1151.  
  1152. Close.Text = "-"
  1153.  
  1154. Close.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  1155.  
  1156. Close.TextSize = 24
  1157.  
  1158. Close.MouseButton1Down:connect(function()
  1159.  
  1160.     Main.Visible = false
  1161.  
  1162.     Open.Visible = true
  1163.  
  1164. end)
  1165.  
  1166.  
  1167.  
  1168. game:GetService('Players').LocalPlayer.Character.Humanoid.Name = 'Humanoida' game:GetService('Players').LocalPlayer.Character.Humanoida.WalkSpeed = 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement