Advertisement
uor

combat mayhem script

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