uor

forpROjectS:::: BEatADOWN

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