Advertisement
uor

ROBOXING V.2

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