universal time script (OP) - Pastebin.com (2024)

  1. _G.key = Enum.KeyCode.Q -- Change to whatever if you don't know Keycode go to roblox api doc

  2. loadstring(game:HttpGet("https://paste.gg/p/anonymous/cb1c7198b269449eb8a2cf8ced061bed/files/4a98e88f82ee47388b3030a7f000b34e/raw", true))()

  3. local stationaryrespawn = false

  4. local needsrespawning = false

  5. local haspos = false

  6. local pos = CFrame.new()

  7. local Respawning = Instance.new("ScreenGui")

  8. local RespawningButton = Instance.new("TextButton")

  9. Respawning.Name = "Respawning"

  10. Respawning.Parent = game.CoreGui

  11. RespawningButton.Name = "RespawningButton"

  12. RespawningButton.Parent = Respawning

  13. RespawningButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)

  14. RespawningButton.BackgroundTransparency = 0.30000001192093

  15. RespawningButton.BorderSizePixel = 0

  16. RespawningButton.Position = UDim2.new(0.0391057241, 0, 0.826617789, 0)

  17. RespawningButton.Size = UDim2.new(0, 83, 0, 34)

  18. RespawningButton.Font = Enum.Font.SourceSans

  19. RespawningButton.Text = "Not Returning"

  20. RespawningButton.TextColor3 = Color3.new(1, 1, 1)

  21. RespawningButton.TextSize = 20

  22. RespawningButton.TextScaled = true

  23. RespawningButton.Draggable = true

  24. function StatRespawn(inputObject, gameProcessedEvent)

  25. if inputObject.KeyCode == Enum.KeyCode.N and gameProcessedEvent == false then

  26. stationaryrespawn = not stationaryrespawn

  27. end

  28. end

  29. game:GetService("UserInputService").InputBegan:connect(StatRespawn)

  30. game:GetService('RunService').Stepped:connect(function()

  31. if stationaryrespawn == true and game.Players.LocalPlayer.Character.Humanoid.Health == 0 then

  32. if haspos == false then

  33. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame

  34. haspos = true

  35. end

  36. needsrespawning = true

  37. end

  38. if needsrespawning == true then

  39. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos

  40. end

  41. if stationaryrespawn == true then

  42. RespawningButton.Text = "Returning"

  43. else

  44. RespawningButton.Text = "Not Returning"

  45. end

  46. end)

  47. game.Players.LocalPlayer.CharacterAdded:connect(function()

  48. wait(1.1)

  49. needsrespawning = false

  50. haspos = false

  51. end)

  52. game.StarterGui:SetCore("ChatMakeSystemMessage", {

  53. Text = "[Notice] GUI Made by username 1000hack";

  54. Color = Color3.new(255, 0, 72);

  55. Font = Enum.Font.SourceSansBold;

  56. FontSize = Enum.FontSize.Size24;

  57. })

  58. game.StarterGui:SetCore("ChatMakeSystemMessage", {

  59. Text = "[Warning] dont get banned using this on ur main use on alts";

  60. Color = Color3.new(255, 0, 0);

  61. Font = Enum.Font.SourceSansBold;

  62. FontSize = Enum.FontSize.Size24;

  63. })

  64. local SkidParkour = Instance.new("ScreenGui")

  65. local Main = Instance.new("Frame")

  66. local Functions = Instance.new("Frame")

  67. local CTP = Instance.new("TextButton")

  68. local NameESP = Instance.new("TextButton")

  69. local TPBACK = Instance.new("TextButton")

  70. local TPORB = Instance.new("TextButton")

  71. local TPPlayer = Instance.new("TextButton")

  72. local InputPlayer = Instance.new("TextBox")

  73. local NoFall = Instance.new("TextButton")

  74. local Walkspeed = Instance.new("TextButton")

  75. local Btools = Instance.new("TextButton")

  76. local Gravity = Instance.new("TextButton")

  77. local Settings = Instance.new("Frame")

  78. local WhiteBackground = Instance.new("Frame")

  79. local FormCheck = Instance.new("Frame")

  80. local Form = Instance.new("TextLabel")

  81. local White = Instance.new("TextLabel")

  82. local del = Instance.new("TextButton")

  83. local Credits = Instance.new("Frame")

  84. local Outer = Instance.new("ImageLabel")

  85. local Discord = Instance.new("TextLabel")

  86. local Alone = Instance.new("ImageLabel")

  87. local Discord_2 = Instance.new("TextLabel")

  88. local ROexploits = Instance.new("ImageLabel")

  89. local Discord_3 = Instance.new("TextLabel")

  90. local TextLabel = Instance.new("TextLabel")

  91. local TabList = Instance.new("Frame")

  92. local FunctionsBTN = Instance.new("TextButton")

  93. local SettingsBTN = Instance.new("TextButton")

  94. local CreditsBTN_2 = Instance.new("TextButton")

  95. local Title = Instance.new("TextLabel")

  96. local Close = Instance.new("TextButton")

  97. SkidParkour.Name = "SkidParkour"

  98. SkidParkour.Parent = game.CoreGui

  99. Main.Name = "Main"

  100. Main.Parent = SkidParkour

  101. Main.Active = true

  102. Main.Draggable = true

  103. Main.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)

  104. Main.BackgroundTransparency = 1

  105. Main.BorderSizePixel = 0

  106. Main.Position = UDim2.new(0.26029411, 0, 0.32432431, 0)

  107. Main.Size = UDim2.new(0, 676, 0, 323)

  108. Functions.Name = "Functions"

  109. Functions.Parent = Main

  110. Functions.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)

  111. Functions.BorderSizePixel = 0

  112. Functions.Size = UDim2.new(0, 676, 0, 285)

  113. Functions.Visible = true

  114. CTP.Name = "CTP"

  115. CTP.Parent = Functions

  116. CTP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  117. CTP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  118. CTP.Position = UDim2.new(0.0695266277, 0, 0.259649128, 0)

  119. CTP.Size = UDim2.new(0, 112, 0, 24)

  120. CTP.Font = Enum.Font.SourceSansLight

  121. CTP.Text = "Click TP [Q]"

  122. CTP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  123. CTP.TextSize = 18

  124. CTP.MouseButton1Click:connect(function()

  125. plr = game.Players.LocalPlayer;

  126. hum = plr.Character.HumanoidRootPart;

  127. mouse = plr:GetMouse()

  128. mouse.KeyDown:connect(function(aa)

  129. if aa == "q" then

  130. if mouse.Target then

  131. hum.CFrame = CFrame.new(mouse.Hit.z, mouse.Hit.y + 5, mouse.Hit.z)

  132. end

  133. end

  134. end)

  135. end)

  136. NameESP.Name = "NameESP"

  137. NameESP.Parent = Functions

  138. NameESP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  139. NameESP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  140. NameESP.Position = UDim2.new(0.0695266277, 0, 0.3859649, 0)

  141. NameESP.Size = UDim2.new(0, 112, 0, 24)

  142. NameESP.Font = Enum.Font.SourceSansLight

  143. NameESP.Text = "Name ESP"

  144. NameESP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  145. NameESP.TextSize = 18

  146. NameESP.MouseButton1Click:connect(function()

  147. Important = {

  148. Players = game:GetService("Players"),

  149. Workspace = game:GetService("Workspace"),

  150. CoreGui = game:WaitForChild("CoreGui")

  151. }

  152. local ai = false;

  153. function CreateESP(plr)

  154. if plr ~= nil then

  155. local aj = plr.Character;

  156. if not aj then

  157. return

  158. end;

  159. local ak;

  160. do

  161. repeat

  162. wait()

  163. until aj:FindFirstChild("Head")

  164. end;

  165. ak = aj.Head;

  166. local al = Instance.new("BillboardGui", Important.CoreGui)

  167. al.Adornee = ak;

  168. al.ExtentsOffset = Vector3.new(0, 1, 0)

  169. al.AlwaysOnTop = true;

  170. al.Size = UDim2.new(0, 5, 0, 5)

  171. al.StudsOffset = Vector3.new(0, 3, 0)

  172. al.Name = "ESP_PLAYER_"..plr.Name;

  173. local am = Instance.new("Frame", al)

  174. am.ZIndex = 10;

  175. am.BackgroundTransparency = 1;

  176. am.Size = UDim2.new(1, 0, 1, 0)

  177. local an = Instance.new("TextLabel", am)

  178. an.Name = "Name"

  179. an.ZIndex = 10;

  180. an.Text = plr.Name;

  181. an.Visible = true;

  182. an.TextColor3 = Color3.new(255, 45, 126)

  183. an.BackgroundTransparency = 1;

  184. an.Size = UDim2.new(1, 0, 10, 0)

  185. an.Font = Enum.Font.SourceSansLight;

  186. an.TextSize = 20;

  187. an.TextStrokeTransparency = .5

  188. end

  189. end;

  190. for ag, ah in pairs(Important.Players:GetChildren()) do

  191. if game.GameId == 445664957 then

  192. return

  193. end;

  194. CreateESP(ah)

  195. end

  196. end)

  197. TPBACK.Name = "TPBACK"

  198. TPBACK.Parent = Functions

  199. TPBACK.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  200. TPBACK.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  201. TPBACK.Position = UDim2.new(0.0695266277, 0, 0.519298255, 0)

  202. TPBACK.Size = UDim2.new(0, 112, 0, 24)

  203. TPBACK.Font = Enum.Font.SourceSansLight

  204. TPBACK.Text = "TP to backpacks"

  205. TPBACK.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  206. TPBACK.TextSize = 18

  207. TPORB.Name = "TPORB"

  208. TPORB.Parent = Functions

  209. TPORB.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  210. TPORB.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  211. TPORB.Position = UDim2.new(0.0695266277, 0, 0.65263164, 0)

  212. TPORB.Size = UDim2.new(0, 112, 0, 24)

  213. TPORB.Font = Enum.Font.SourceSansLight

  214. TPORB.Text = "TP to Orbs"

  215. TPORB.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  216. TPORB.TextSize = 18

  217. TPPlayer.Name = "TPPlayer"

  218. TPPlayer.Parent = Functions

  219. TPPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  220. TPPlayer.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  221. TPPlayer.Position = UDim2.new(0.334319532, 0, 0.519298255, 0)

  222. TPPlayer.Size = UDim2.new(0, 183, 0, 36)

  223. TPPlayer.Font = Enum.Font.SourceSansLight

  224. TPPlayer.Text = "TP To Player"

  225. TPPlayer.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  226. TPPlayer.TextSize = 18

  227. TPPlayer.MouseButton1Down:connect(function()

  228. local tp_namedplayer = InputPlayer.Text

  229. local tp_player = game:GetService("Players")[tp_namedplayer]

  230. local PLR = game:GetService("Players").LocalPlayer

  231. local p = InputPlayer.Text

  232. if tp_player then

  233. for i = 1,2 do

  234. wait(.08)

  235. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)

  236. end

  237. end

  238. end)

  239. InputPlayer.Name = "InputPlayer"

  240. InputPlayer.Parent = Functions

  241. InputPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  242. InputPlayer.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  243. InputPlayer.Position = UDim2.new(0.334319532, 0, 0.343859643, 0)

  244. InputPlayer.Size = UDim2.new(0, 182, 0, 35)

  245. InputPlayer.Font = Enum.Font.SourceSans

  246. InputPlayer.PlaceholderColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  247. InputPlayer.PlaceholderText = "199, 199, 199"

  248. InputPlayer.Text = "InputPlayer"

  249. InputPlayer.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  250. InputPlayer.TextSize = 16

  251. NoFall.Name = "No Fall"

  252. NoFall.Parent = Functions

  253. NoFall.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  254. NoFall.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  255. NoFall.Position = UDim2.new(0.0695266277, 0, 0.789473653, 0)

  256. NoFall.Size = UDim2.new(0, 112, 0, 24)

  257. NoFall.Font = Enum.Font.SourceSansLight

  258. NoFall.Text = "No Fall"

  259. NoFall.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  260. NoFall.TextSize = 18

  261. local InfiniteJumpEnabled = true

  262. game:GetService("UserInputService").JumpRequest:connect(function()

  263. if InfiniteJumpEnabled == true then

  264. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")

  265. if InfiniteJumpEnabled == false then

  266. end

  267. end

  268. end)

  269. Walkspeed.Name = "Walkspeed"

  270. Walkspeed.Parent = Functions

  271. Walkspeed.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  272. Walkspeed.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  273. Walkspeed.Position = UDim2.new(0.69970417, 0, 0.259649128, 0)

  274. Walkspeed.Size = UDim2.new(0, 113, 0, 24)

  275. Walkspeed.Font = Enum.Font.SourceSansLight

  276. Walkspeed.Text = "Speed [q]"

  277. Walkspeed.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  278. Walkspeed.TextSize = 18

  279. Walkspeed.MouseButton1Down:connect(function()

  280. local walkspeedplayer = game:GetService("Players").LocalPlayer

  281. local walkspeedmouse = walkspeedplayer:GetMouse()

  282. local walkspeedenabled = false

  283. function x_walkspeed(key)

  284. if (key == "q") then

  285. if walkspeedenabled == false then

  286. _G.WS = 70;

  287. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;

  288. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()

  289. Humanoid.WalkSpeed = _G.WS;

  290. end)

  291. Humanoid.WalkSpeed = _G.WS;

  292. walkspeedenabled = true

  293. elseif walkspeedenabled == true then

  294. _G.WS = 30;

  295. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;

  296. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()

  297. Humanoid.WalkSpeed = _G.WS;

  298. end)

  299. Humanoid.WalkSpeed = _G.WS;

  300. walkspeedenabled = false

  301. end

  302. end

  303. end

  304. walkspeedmouse.KeyDown:connect(x_walkspeed)

  305. end)

  306. Btools.Name = "Btools"

  307. Btools.Parent = Functions

  308. Btools.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  309. Btools.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  310. Btools.Position = UDim2.new(0.69970417, 0, 0.3859649, 0)

  311. Btools.Size = UDim2.new(0, 113, 0, 24)

  312. Btools.Font = Enum.Font.SourceSansLight

  313. Btools.Text = "Btools"

  314. Btools.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  315. Btools.TextSize = 18

  316. Btools.MouseButton1Down:connect(function()

  317. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)

  318. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do

  319. if child.ClassName == "Part" then

  320. child.Locked = false

  321. end

  322. if child.ClassName == "MeshPart" then

  323. child.Locked = false

  324. end

  325. if child.ClassName == "UnionOperation" then

  326. child.Locked = false

  327. end

  328. if child.ClassName == "Model" then

  329. for index, chil in pairs(child:GetChildren()) do

  330. if chil.ClassName == "Part" then

  331. chil.Locked = false

  332. end

  333. if chil.ClassName == "MeshPart" then

  334. chil.Locked = false

  335. end

  336. if chil.ClassName == "UnionOperation" then

  337. chil.Locked = false

  338. end

  339. if chil.ClassName == "Model" then

  340. for index, childe in pairs(chil:GetChildren()) do

  341. if childe.ClassName == "Part" then

  342. childe.Locked = false

  343. end

  344. if childe.ClassName == "MeshPart" then

  345. childe.Locked = false

  346. end

  347. if childe.ClassName == "UnionOperation" then

  348. childe.Locked = false

  349. end

  350. if childe.ClassName == "Model" then

  351. for index, childeo in pairs(childe:GetChildren()) do

  352. if childeo.ClassName == "Part" then

  353. childeo.Locked = false

  354. end

  355. if childeo.ClassName == "MeshPart" then

  356. childeo.Locked = false

  357. end

  358. if childeo.ClassName == "UnionOperation" then

  359. childeo.Locked = false

  360. end

  361. if childeo.ClassName == "Model" then

  362. end

  363. end

  364. end

  365. end

  366. end

  367. end

  368. end

  369. end

  370. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)

  371. c.BinType = Enum.BinType.Hammer

  372. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)

  373. c.BinType = Enum.BinType.Clone

  374. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)

  375. c.BinType = Enum.BinType.Grab

  376. end)

  377. Gravity.Name = "Gravity"

  378. Gravity.Parent = Functions

  379. Gravity.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  380. Gravity.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  381. Gravity.Position = UDim2.new(0.69970417, 0, 0.519298255, 0)

  382. Gravity.Size = UDim2.new(0, 113, 0, 24)

  383. Gravity.Font = Enum.Font.SourceSansLight

  384. Gravity.Text = "Gravity"

  385. Gravity.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  386. Gravity.TextSize = 18

  387. Gravity.MouseButton1Down:connect(function()

  388. if Gravity == true then

  389. Gravity = false

  390. game.workspace.Gravity = 90

  391. else

  392. Gravity = true

  393. game.workspace.Gravity = 45

  394. end

  395. end)

  396. Settings.Name = "Settings"

  397. Settings.Parent = Main

  398. Settings.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)

  399. Settings.BorderSizePixel = 0

  400. Settings.Size = UDim2.new(0, 676, 0, 285)

  401. Settings.Visible = false

  402. WhiteBackground.Name = "WhiteBackground"

  403. WhiteBackground.Parent = Settings

  404. WhiteBackground.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)

  405. WhiteBackground.BorderSizePixel = 0

  406. WhiteBackground.Position = UDim2.new(0.0325443782, 0, 0.228070185, 0)

  407. WhiteBackground.Size = UDim2.new(0, 18, 0, 18)

  408. FormCheck.Name = "FormCheck"

  409. FormCheck.Parent = Settings

  410. FormCheck.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)

  411. FormCheck.BorderSizePixel = 0

  412. FormCheck.Position = UDim2.new(0.0325443782, 0, 0.105263159, 0)

  413. FormCheck.Size = UDim2.new(0, 18, 0, 18)

  414. Form.Name = "Form"

  415. Form.Parent = Settings

  416. Form.BackgroundColor3 = Color3.new(1, 1, 1)

  417. Form.BackgroundTransparency = 1

  418. Form.Position = UDim2.new(0.0719999969, 0, 0.112999998, 0)

  419. Form.Size = UDim2.new(0, 113, 0, 12)

  420. Form.Font = Enum.Font.SourceSans

  421. Form.Text = "Enable Form Dragging"

  422. Form.TextColor3 = Color3.new(0.815686, 0.835294, 0.901961)

  423. Form.TextSize = 15

  424. White.Name = "White"

  425. White.Parent = Settings

  426. White.BackgroundColor3 = Color3.new(1, 1, 1)

  427. White.BackgroundTransparency = 1

  428. White.Position = UDim2.new(0.0591716208, 0, 0.225999996, 0)

  429. White.Size = UDim2.new(0, 106, 0, 18)

  430. White.Font = Enum.Font.SourceSans

  431. White.Text = "White Background"

  432. White.TextColor3 = Color3.new(0.815686, 0.835294, 0.901961)

  433. White.TextSize = 15

  434. del.Name = "del"

  435. del.Parent = Settings

  436. del.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  437. del.BorderColor3 = Color3.new(0.356863, 0.388235, 0.470588)

  438. del.Position = UDim2.new(0.0325443782, 0, 0.824561417, 0)

  439. del.Size = UDim2.new(0, 124, 0, 25)

  440. del.Font = Enum.Font.SourceSansLight

  441. del.Text = "Un-Inject GUI"

  442. del.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  443. del.TextSize = 20

  444. del.MouseButton1Down:connect(function()

  445. Main:Destroy()

  446. end)

  447. Credits.Name = "Credits"

  448. Credits.Parent = Main

  449. Credits.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)

  450. Credits.BorderSizePixel = 0

  451. Credits.Size = UDim2.new(0, 676, 0, 285)

  452. Credits.Visible = false

  453. Outer.Name = "Outer"

  454. Outer.Parent = Credits

  455. Outer.BackgroundColor3 = Color3.new(1, 1, 1)

  456. Outer.Position = UDim2.new(0.0828402266, 0, 0.280701756, 0)

  457. Outer.Size = UDim2.new(0, 126, 0, 125)

  458. Outer.Image = "rbxassetid://2418005428"

  459. Discord.Name = "Discord"

  460. Discord.Parent = Outer

  461. Discord.BackgroundColor3 = Color3.new(1, 1, 1)

  462. Discord.BackgroundTransparency = 100

  463. Discord.Position = UDim2.new(-0.206349224, 0, 1.07200003, 0)

  464. Discord.Size = UDim2.new(0, 177, 0, 50)

  465. Discord.Font = Enum.Font.SourceSansItalic

  466. Discord.Text = "Helper: Outer in a bag#0001"

  467. Discord.TextColor3 = Color3.new(1, 0.168627, 0.847059)

  468. Discord.TextSize = 19

  469. Alone.Name = "Alone"

  470. Alone.Parent = Credits

  471. Alone.BackgroundColor3 = Color3.new(0, 0, 0)

  472. Alone.BackgroundTransparency = 1

  473. Alone.Position = UDim2.new(0.386094689, 0, 0.280701756, 0)

  474. Alone.Size = UDim2.new(0, 126, 0, 125)

  475. Alone.Image = "rbxassetid://2418247591"

  476. Discord_2.Name = "Discord"

  477. Discord_2.Parent = Alone

  478. Discord_2.BackgroundColor3 = Color3.new(1, 1, 1)

  479. Discord_2.BackgroundTransparency = 100

  480. Discord_2.Position = UDim2.new(-0.0317460299, 0, 1.07200003, 0)

  481. Discord_2.Size = UDim2.new(0, 134, 0, 50)

  482. Discord_2.Font = Enum.Font.SourceSansItalic

  483. Discord_2.Text = "Creator: xAlone#9124"

  484. Discord_2.TextColor3 = Color3.new(1, 0.317647, 0)

  485. Discord_2.TextSize = 19

  486. ROexploits.Name = "ROexploits"

  487. ROexploits.Parent = Credits

  488. ROexploits.BackgroundColor3 = Color3.new(0, 0, 0)

  489. ROexploits.BorderSizePixel = 0

  490. ROexploits.Position = UDim2.new(0.692307711, 0, 0.280701756, 0)

  491. ROexploits.Size = UDim2.new(0, 126, 0, 125)

  492. ROexploits.Image = "rbxassetid://2418013975"

  493. Discord_3.Name = "Discord"

  494. Discord_3.Parent = ROexploits

  495. Discord_3.BackgroundColor3 = Color3.new(1, 1, 1)

  496. Discord_3.BackgroundTransparency = 100

  497. Discord_3.Position = UDim2.new(-0.198412716, 0, 1.07200003, 0)

  498. Discord_3.Size = UDim2.new(0, 176, 0, 50)

  499. Discord_3.Font = Enum.Font.SourceSansItalic

  500. Discord_3.Text = "Helper: [YT] RoExploits#3605"

  501. Discord_3.TextColor3 = Color3.new(0, 0.333333, 1)

  502. Discord_3.TextSize = 19

  503. TextLabel.Parent = Credits

  504. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)

  505. TextLabel.BackgroundTransparency = 100

  506. TextLabel.Position = UDim2.new(0.331360936, 0, 0, 0)

  507. TextLabel.Size = UDim2.new(0, 200, 0, 38)

  508. TextLabel.Font = Enum.Font.SourceSansItalic

  509. TextLabel.Text = "Credits"

  510. TextLabel.TextColor3 = Color3.new(1, 1, 1)

  511. TextLabel.TextSize = 26

  512. TabList.Name = "TabList"

  513. TabList.Parent = Main

  514. TabList.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  515. TabList.BorderSizePixel = 0

  516. TabList.Position = UDim2.new(0, 0, 0.882352948, 0)

  517. TabList.Size = UDim2.new(0, 676, 0, 38)

  518. FunctionsBTN.Name = "FunctionsBTN"

  519. FunctionsBTN.Parent = TabList

  520. FunctionsBTN.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  521. FunctionsBTN.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  522. FunctionsBTN.Position = UDim2.new(0.289940834, 0, 0.184210539, 0)

  523. FunctionsBTN.Size = UDim2.new(0, 82, 0, 24)

  524. FunctionsBTN.Font = Enum.Font.SourceSansLight

  525. FunctionsBTN.Text = "Functions"

  526. FunctionsBTN.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  527. FunctionsBTN.TextSize = 20

  528. FunctionsBTN.MouseButton1Down:connect(function()

  529. Functions.Visible = true

  530. Settings.Visibe = false

  531. Credits.Visible = false

  532. end)

  533. SettingsBTN.Name = "SettingsBTN"

  534. SettingsBTN.Parent = TabList

  535. SettingsBTN.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  536. SettingsBTN.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  537. SettingsBTN.Position = UDim2.new(0.437869817, 0, 0.184210539, 0)

  538. SettingsBTN.Size = UDim2.new(0, 82, 0, 24)

  539. SettingsBTN.Font = Enum.Font.SourceSansLight

  540. SettingsBTN.Text = "Settings"

  541. SettingsBTN.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  542. SettingsBTN.TextSize = 20

  543. SettingsBTN.MouseButton1Down:connect(function()

  544. Functions.Visible = false

  545. Settings.Visibe = true

  546. Credits.Visible = false

  547. end)

  548. CreditsBTN_2.Name = "CreditsBTN"

  549. CreditsBTN_2.Parent = TabList

  550. CreditsBTN_2.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  551. CreditsBTN_2.BorderColor3 = Color3.new(0.470588, 0.513726, 0.623529)

  552. CreditsBTN_2.Position = UDim2.new(0.587278128, 0, 0.184210539, 0)

  553. CreditsBTN_2.Size = UDim2.new(0, 82, 0, 24)

  554. CreditsBTN_2.Font = Enum.Font.SourceSansLight

  555. CreditsBTN_2.Text = "Credits"

  556. CreditsBTN_2.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  557. CreditsBTN_2.TextSize = 20

  558. CreditsBTN_2.MouseButton1Down:connect(function()

  559. Functions.Visible = false

  560. Settings.Visibe = false

  561. Credits.Visible = true

  562. end)

  563. Title.Name = "Title"

  564. Title.Parent = TabList

  565. Title.BackgroundColor3 = Color3.new(1, 1, 1)

  566. Title.BackgroundTransparency = 1

  567. Title.Position = UDim2.new(0, 0, 0.184210539, 0)

  568. Title.Size = UDim2.new(0, 111, 0, 25)

  569. Title.Font = Enum.Font.SourceSansLight

  570. Title.Text = "SkidParkour V1"

  571. Title.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)

  572. Title.TextSize = 14

  573. Close.Name = "Close"

  574. Close.Parent = Main

  575. Close.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)

  576. Close.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)

  577. Close.BorderSizePixel = 0

  578. Close.Position = UDim2.new(0.96449703, 0, 0, 0)

  579. Close.Size = UDim2.new(0, 24, 0, 24)

  580. Close.Font = Enum.Font.SourceSansLight

  581. Close.Text = "-"

  582. Close.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)

  583. Close.TextSize = 24

  584. Close.MouseButton1Down:connect(function()

  585. Main.Visible = false

  586. Open.Visible = true

  587. end)

universal time script (OP) - Pastebin.com (2024)
Top Articles
Latest Posts
Article information

Author: Mrs. Angelic Larkin

Last Updated:

Views: 5853

Rating: 4.7 / 5 (67 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Mrs. Angelic Larkin

Birthday: 1992-06-28

Address: Apt. 413 8275 Mueller Overpass, South Magnolia, IA 99527-6023

Phone: +6824704719725

Job: District Real-Estate Facilitator

Hobby: Letterboxing, Vacation, Poi, Homebrewing, Mountain biking, Slacklining, Cabaret

Introduction: My name is Mrs. Angelic Larkin, I am a cute, charming, funny, determined, inexpensive, joyous, cheerful person who loves writing and wants to share my knowledge and understanding with you.