Advertisement
ERROR_CODE

Windows 8.1

May 27th, 2024 (edited)
997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 60.98 KB | None | 0 0
  1. if game:GetService("CoreGui"):FindFirstChild("WindowsUI") then
  2. game:GetService("CoreGui"):FindFirstChild("WindowsUI"):Destroy()
  3. end
  4. UserInputServiceAlpha = game:GetService("UserInputService")
  5. WindowsUI = Instance.new("ScreenGui")
  6. WindowsBackground = Instance.new("Frame")
  7. WindowsBackgroundUICorner = Instance.new("UICorner")
  8. WindowsTouchScreen = Instance.new("Frame")
  9. WindowsTouchScreenUICorner = Instance.new("UICorner")
  10. Speaker = Instance.new("Frame")
  11. WindowsScreen = Instance.new("Frame")
  12. TouchScreenLogo = Instance.new("TextLabel")
  13. StartUpLogo1 = Instance.new("TextLabel")
  14. MainScrollingFrame = Instance.new("ScrollingFrame")
  15. WindowsLogo = Instance.new("ImageLabel")
  16. MyLogo = Instance.new("TextLabel")
  17. StartUp = Instance.new("StringValue")
  18. StartUp.Value = "On"
  19. VolumeButton1 = Instance.new("TextButton")
  20. VolumeButton2 = Instance.new("TextButton")
  21. PowerButton = Instance.new("TextButton")
  22. PowerButton2 = Instance.new("TextButton")
  23. PowerTurnOn = Instance.new("Sound")
  24. Hint1 = Instance.new("TextLabel")
  25. Hint2 = Instance.new("TextLabel")
  26. LockScreen = Instance.new("ImageButton")
  27. VolumeButton = Instance.new("TextButton")
  28. Clock = Instance.new("TextLabel")
  29. TweenService = game:GetService("TweenService")
  30. PowerTurnOff = Instance.new("Sound")
  31. Date = Instance.new("TextLabel")
  32. Day = Instance.new("TextLabel")
  33. TopBar = Instance.new("ImageButton")
  34. Clock2 = Instance.new("TextLabel")
  35. FPSLabel = Instance.new("TextLabel")
  36. PingLabel = Instance.new("TextLabel")
  37. GPULabel = Instance.new("TextLabel")
  38. RunService = game:GetService("RunService")
  39. RenderStepped = RunService.RenderStepped
  40. sec = nil
  41. FPS = {}
  42. DownBar = Instance.new("Frame")
  43. HomeButton = Instance.new("ImageButton")
  44. BackButton = Instance.new("ImageButton")
  45. SearchButton = Instance.new("ImageButton")
  46. ScrollingFrame1 = Instance.new("ScrollingFrame")
  47. PhoneButtonBackground = Instance.new("ImageButton")
  48. PhoneButton = Instance.new("ImageLabel")
  49. MessageButtonBackground = Instance.new("ImageButton")
  50. MessageButton = Instance.new("ImageLabel")
  51. MessageButtonEmote = Instance.new("TextLabel")
  52. ContactsButton = Instance.new("TextButton")
  53. MessagesButton2Background = Instance.new("ImageButton")
  54. MessagesButton2 = Instance.new("ImageLabel")
  55. ExplorerButtonBackground = Instance.new("ImageButton")
  56. ExplorerButton = Instance.new("ImageLabel")
  57. GamesButtonBackground = Instance.new("TextButton")
  58. GamesButton = Instance.new("ImageLabel")
  59. StoreButtonBackground = Instance.new("TextButton")
  60. StoreButton = Instance.new("ImageLabel")
  61. CalendarButton = Instance.new("TextButton")
  62. MusicButtonBackground = Instance.new("TextButton")
  63. MusicButton = Instance.new("ImageLabel")
  64. CalculatorButtonBackground = Instance.new("TextButton")
  65. CalculatorButton = Instance.new("ImageLabel")
  66. SettingsButtonBackground = Instance.new("TextButton")
  67. SettingsButton = Instance.new("ImageLabel")
  68. VolumeFrame = Instance.new("Frame")
  69. Volume_A = 0
  70. VolumeText = Instance.new("TextButton")
  71. VolumeName = Instance.new("TextLabel")
  72. Volume_B = 0
  73. HttpService = game:GetService("HttpService")
  74. MainFrame1 = Instance.new("Frame")
  75. SearchBox = Instance.new("TextBox")
  76. UICorner_3 = Instance.new("UICorner")
  77. ScriptListFrame = Instance.new("ScrollingFrame")
  78. UIPadding = Instance.new("UIPadding")
  79. Scripts = Instance.new("Folder")
  80. UIGridLayout = Instance.new("UIGridLayout")
  81. ScriptFrame = Instance.new("Frame")
  82. ScriptTitle = Instance.new("TextLabel")
  83. ScriptAuthor = Instance.new("TextLabel")
  84. ScriptGame = Instance.new("TextLabel")
  85. VerifiedScriptFrame = Instance.new("Frame")
  86. ScriptTitle_2 = Instance.new("TextLabel")
  87. VerifiedIcon = Instance.new("ImageLabel")
  88. ScriptAuthor_2 = Instance.new("TextLabel")
  89. ScriptGame_2 = Instance.new("TextLabel")
  90. Info = Instance.new("Frame")
  91. PreviewImage = Instance.new("ImageLabel")
  92. UICorner_14 = Instance.new("UICorner")
  93. Author = Instance.new("Frame")
  94. InfoBoxAuthor = Instance.new("TextLabel")
  95. ProfilePicture = Instance.new("ImageLabel")
  96. UICorner_15 = Instance.new("UICorner")
  97. Title_2 = Instance.new("Frame")
  98. InfoBoxTitle = Instance.new("TextLabel")
  99. Game = Instance.new("TextLabel")
  100. Description = Instance.new("TextLabel")
  101. Comments = Instance.new("Frame")
  102. Inner = Instance.new("Frame")
  103. UICorner_21 = Instance.new("UICorner")
  104. Line = Instance.new("Frame")
  105. CommentsText = Instance.new("TextLabel")
  106. Comments_2 = Instance.new("ScrollingFrame")
  107. Comment = Instance.new("Frame")
  108. Content = Instance.new("TextLabel")
  109. Author_2 = Instance.new("TextLabel")
  110. ProfilePicture_2 = Instance.new("ImageLabel")
  111. UICorner_22 = Instance.new("UICorner")
  112. UIListLayout_3 = Instance.new("UIListLayout")
  113. CloseFrame = Instance.new("ImageButton")
  114. PreviewImage_2 = Instance.new("ImageLabel")
  115. PreviewImageUICorner_2 = Instance.new("UICorner")
  116. TopBar = Instance.new("Frame")
  117. TopBarUICorner = Instance.new("UICorner")
  118. SecondProfile = Instance.new("ImageLabel")
  119. SecondProfileUICorner_2 = Instance.new("UICorner")
  120. KeySystem = Instance.new("TextLabel")
  121. KeySystemUICorner = Instance.new("UICorner")
  122. KeySystem_2 = Instance.new("TextLabel")
  123. KeySystemUICorner_2 = Instance.new("UICorner")
  124. OpenButton = Instance.new("ImageButton")
  125. OpenButtonUICorner = Instance.new("UICorner")
  126. CloseButton = Instance.new("ImageButton")
  127. ViewsLabel = Instance.new("TextLabel")
  128. ViewsLabelUICorner = Instance.new("UICorner")
  129. ViewsLabel_2 = Instance.new("TextLabel")
  130. ViewsLabelUICorner_2 = Instance.new("UICorner")
  131. ViewEye = Instance.new("ImageLabel")
  132. ViewEye_2 = Instance.new("ImageLabel")
  133. ViewEyeUICorner = Instance.new("UICorner")
  134. ViewEyeUICorner_2 = Instance.new("UICorner")
  135. Share = Instance.new("ImageButton")
  136. ShareUICorner = Instance.new("UICorner")
  137. Share_2 = Instance.new("ImageButton")
  138. ShareUICorner_2 = Instance.new("UICorner")
  139. Description_2 = Instance.new("TextLabel")
  140. InfoBox = Instance.new("ScrollingFrame")
  141. InfoBoxUICorner = Instance.new("UICorner")
  142. OpenInfo = Instance.new("TextButton")
  143. OpenInfo_2 = Instance.new("TextButton")
  144. CloseInfoBox = Instance.new("TextButton")
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152. PowerTurnOn.Parent = game.Workspace
  153. PowerTurnOn.SoundId = "rbxassetid://9120546891"
  154. PowerTurnOn.Playing = false
  155. PowerTurnOn.Looped = false
  156. PowerTurnOn.Volume = 1
  157.  
  158. PowerTurnOff.Parent = game.Workspace
  159. PowerTurnOff.SoundId = "rbxassetid://9120510420"
  160. PowerTurnOff.Playing = false
  161. PowerTurnOff.Looped = false
  162. PowerTurnOff.Volume = 1
  163.  
  164. WindowsUI.Name = "WindowsUI"
  165. WindowsUI.Parent = game.CoreGui
  166. WindowsUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  167. game.CoreGui.WindowsUI.Enabled = true
  168.  
  169. WindowsBackground.Name = "WindowsBackground"
  170. WindowsBackground.Parent = WindowsUI
  171. WindowsBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  172. WindowsBackground.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  173. WindowsBackground.Position = UDim2.new(0.5, 0, 0.45, 0)
  174. WindowsBackground.Size = UDim2.new(0, 260, 0, 450)
  175. WindowsBackground.ZIndex = 2
  176.  
  177. WindowsBackgroundUICorner.CornerRadius = UDim.new(0, 15)
  178. WindowsBackgroundUICorner.Parent = WindowsBackground
  179.  
  180. VolumeButton1.Name = "VolumeButton1"
  181. VolumeButton1.Parent = WindowsBackground
  182. VolumeButton1.BackgroundTransparency = 1
  183. VolumeButton1.AnchorPoint = Vector2.new(0.5, 0.5)
  184. VolumeButton1.Position = UDim2.new(1.05, 0, 0.209, 0)
  185. VolumeButton1.Size = UDim2.new(0, 15, 0, 50)
  186. VolumeButton1.Text = ""
  187.  
  188. VolumeButton2.Name = "VolumeButton2"
  189. VolumeButton2.Parent = WindowsBackground
  190. VolumeButton2.BackgroundTransparency = 1
  191. VolumeButton2.AnchorPoint = Vector2.new(0.5, 0.5)
  192. VolumeButton2.Position = UDim2.new(1.05, 0, 0.32, 0)
  193. VolumeButton2.Size = UDim2.new(0, 15, 0, 50)
  194. VolumeButton2.Text = ""
  195.  
  196. VolumeButton1.Visible = false
  197. VolumeButton2.Visible = false
  198.  
  199. VolumeButton.Name = "VolumeButton"
  200. VolumeButton.Parent = WindowsBackground
  201. VolumeButton.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  202. VolumeButton.AnchorPoint = Vector2.new(0.5, 0.5)
  203. VolumeButton.Position = UDim2.new(1, 0, 0.265, 0)
  204. VolumeButton.Size = UDim2.new(0, 5, 0, 100)
  205. VolumeButton.BorderSizePixel = 0
  206. VolumeButton.Text = ""
  207.  
  208. PowerButton.Name = "PowerButton"
  209. PowerButton.Parent = WindowsBackground
  210. PowerButton.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  211. PowerButton.AnchorPoint = Vector2.new(0.5, 0.5)
  212. PowerButton.Position = UDim2.new(1, 0, 0.5, 0)
  213. PowerButton.Size = UDim2.new(0, 5, 0, 50)
  214. PowerButton.BorderSizePixel = 0
  215. PowerButton.Text = ""
  216.  
  217. PowerButton2.Name = "PowerButton2"
  218. PowerButton2.Parent = WindowsBackground
  219. PowerButton2.BackgroundTransparency = 1
  220. PowerButton2.AnchorPoint = Vector2.new(0.5, 0.5)
  221. PowerButton2.Position = UDim2.new(1.05, 0, 0.5, 0)
  222. PowerButton2.Size = UDim2.new(0, 20, 0, 50)
  223. PowerButton2.Text = ""
  224.  
  225. PowerButton2.Visible = false
  226.  
  227. Hint1.Name = "Hint1"
  228. Hint1.Parent = WindowsBackground
  229. Hint1.AnchorPoint = Vector2.new(0.5, 0.5)
  230. Hint1.Position = UDim2.new(1.43, 0, 0.5, 0)
  231. Hint1.Size = UDim2.new(0, 50, 0, 50)
  232. Hint1.Text = "<-- Click here to turn on the Phone"
  233. Hint1.BackgroundTransparency = 1
  234. Hint1.Font = Enum.Font.Legacy
  235. Hint1.TextSize = 10
  236. Hint1.TextColor3 = Color3.fromRGB(255, 255, 255)
  237.  
  238. Hint2.Name = "Hint2"
  239. Hint2.Parent = WindowsBackground
  240. Hint2.AnchorPoint = Vector2.new(0.5, 0.5)
  241. Hint2.Position = UDim2.new(1.4, 0, 0.25, 0)
  242. Hint2.Size = UDim2.new(0, 50, 0, 50)
  243. Hint2.Text = "<-- Click here to change Volume"
  244. Hint2.BackgroundTransparency = 1
  245. Hint2.Font = Enum.Font.Legacy
  246. Hint2.TextSize = 10
  247. Hint2.TextColor3 = Color3.fromRGB(255, 255, 255)
  248.  
  249. WindowsTouchScreen.Name = "WindowsTouchScreen"
  250. WindowsTouchScreen.Parent = WindowsBackground
  251. WindowsTouchScreen.AnchorPoint = Vector2.new(0.5, 0.5)
  252. WindowsTouchScreen.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  253. WindowsTouchScreen.Position = UDim2.new(0.5, 0, 0.5, 0)
  254. WindowsTouchScreen.Size = UDim2.new(0, 255, 0, 445)
  255.  
  256. WindowsTouchScreenUICorner.CornerRadius = UDim.new(0, 15)
  257. WindowsTouchScreenUICorner.Parent = WindowsTouchScreen
  258.  
  259. Speaker.Name = "Speaker"
  260. Speaker.Parent = WindowsTouchScreen
  261. Speaker.AnchorPoint = Vector2.new(0.5, 0.5)
  262. Speaker.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  263. Speaker.Position = UDim2.new(0.5, 0, 0.015, 0)
  264. Speaker.Size = UDim2.new(0, 50, 0, 10)
  265. Speaker.BorderSizePixel = 0
  266.  
  267. TouchScreenLogo.Name = "TouchScreenLogo"
  268. TouchScreenLogo.Parent = WindowsTouchScreen
  269. TouchScreenLogo.AnchorPoint = Vector2.new(0.5, 0.5)
  270. TouchScreenLogo.Position = UDim2.new(0.5, 0, 0.05, 0)
  271. TouchScreenLogo.Size = UDim2.new(0, 50, 0, 10)
  272. TouchScreenLogo.BorderSizePixel = 0
  273. TouchScreenLogo.Text = "ECCS"
  274. TouchScreenLogo.BackgroundTransparency = 1
  275. TouchScreenLogo.Font = Enum.Font.Legacy
  276. TouchScreenLogo.TextSize = 10
  277. TouchScreenLogo.TextColor3 = Color3.fromRGB(100, 100, 100)
  278.  
  279. WindowsScreen.Name = "WindowsScreen"
  280. WindowsScreen.Parent = WindowsTouchScreen
  281. WindowsScreen.AnchorPoint = Vector2.new(0.5, 0.5)
  282. WindowsScreen.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  283. WindowsScreen.Position = UDim2.new(0.5, 0, 0.5, 0)
  284. WindowsScreen.Size = UDim2.new(0, 230, 0, 380)
  285. WindowsScreen.BorderSizePixel = 0
  286.  
  287. MainScrollingFrame.Name = "MainScrollingFrame"
  288. MainScrollingFrame.Parent = WindowsScreen
  289. MainScrollingFrame.Active = true
  290. MainScrollingFrame.BackgroundTransparency = 1
  291. MainScrollingFrame.BorderSizePixel = 0
  292. MainScrollingFrame.Position = UDim2.new(0, 0, 0, 0)
  293. MainScrollingFrame.Size = UDim2.new(0, 230, 0, 380)
  294. MainScrollingFrame.ZIndex = 2
  295. MainScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  296. MainScrollingFrame.ScrollBarImageTransparency = 1
  297. MainScrollingFrame.ZIndex = 2
  298.  
  299. MainScrollingFrame.Visible = false
  300.  
  301. DownBar.Name = "DownBar"
  302. DownBar.Parent = MainScrollingFrame
  303. DownBar.AnchorPoint = Vector2.new(0.5, 0.5)
  304. DownBar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  305. DownBar.Position = UDim2.new(0.51, 0, 0.97, 0)
  306. DownBar.Size = UDim2.new(0, 235, 0, 30)
  307. DownBar.BorderSizePixel = 0
  308.  
  309. LockScreen.Name = "LockScreen"
  310. LockScreen.Parent = MainScrollingFrame
  311. LockScreen.AnchorPoint = Vector2.new(0.5, 0.5)
  312. LockScreen.BackgroundTransparency = 1
  313. LockScreen.Position = UDim2.new(0.5, 0, 0.5, 0)
  314. LockScreen.Size = UDim2.new(0, 230, 0, 380)
  315. LockScreen.ZIndex = 2
  316.  
  317. TopBar.Name = "TopBar"
  318. TopBar.Parent = MainScrollingFrame
  319. TopBar.AnchorPoint = Vector2.new(0.5, 0.5)
  320. TopBar.BackgroundTransparency = 1
  321. TopBar.Position = UDim2.new(0.5, 0, 0.019, 0)
  322. TopBar.Size = UDim2.new(0, 230, 0, 15)
  323. TopBar.BorderSizePixel = 0
  324. TopBar.ZIndex = 2
  325.  
  326. Clock.Name = "Clock"
  327. Clock.Parent = LockScreen
  328. Clock.AnchorPoint = Vector2.new(0.5, 0.5)
  329. Clock.Position = UDim2.new(0.3, 0, 0.75, 0)
  330. Clock.Size = UDim2.new(0, 120, 0, 65)
  331. Clock.Text = "88:88"
  332. Clock.BackgroundTransparency = 1
  333. Clock.Font = Enum.Font.Legacy
  334. Clock.TextSize = 35
  335. Clock.TextColor3 = Color3.fromRGB(255, 255, 255)
  336. Clock.TextXAlignment = Enum.TextXAlignment.Left
  337.  
  338. Clock2.Name = "Clock2"
  339. Clock2.Parent = TopBar
  340. Clock2.AnchorPoint = Vector2.new(0.5, 0.5)
  341. Clock2.Position = UDim2.new(0.9, 0, 0.5, 0)
  342. Clock2.Size = UDim2.new(0, 28, 0, 15)
  343. Clock2.Text = "88:88"
  344. Clock2.BackgroundTransparency = 1
  345. Clock2.Font = Enum.Font.Legacy
  346. Clock2.TextSize = 8
  347. Clock2.TextColor3 = Color3.fromRGB(255, 255, 255)
  348. Clock2.TextXAlignment = Enum.TextXAlignment.Left
  349.  
  350. FPSLabel.Name = "FPSLabel"
  351. FPSLabel.Parent = TopBar
  352. FPSLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  353. FPSLabel.Position = UDim2.new(0.1, 0, 0.5, 0)
  354. FPSLabel.Size = UDim2.new(0, 28, 0, 15)
  355. FPSLabel.Text = "FPS"
  356. FPSLabel.BackgroundTransparency = 1
  357. FPSLabel.Font = Enum.Font.Legacy
  358. FPSLabel.TextSize = 8
  359. FPSLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  360. FPSLabel.TextXAlignment = Enum.TextXAlignment.Left
  361.  
  362. GPULabel.Name = "GPULabel"
  363. GPULabel.Parent = TopBar
  364. GPULabel.AnchorPoint = Vector2.new(0.5, 0.5)
  365. GPULabel.Position = UDim2.new(0.25, 0, 0.5, 0)
  366. GPULabel.Size = UDim2.new(0, 28, 0, 15)
  367. GPULabel.Text = "GPU"
  368. GPULabel.BackgroundTransparency = 1
  369. GPULabel.Font = Enum.Font.Legacy
  370. GPULabel.TextSize = 8
  371. GPULabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  372. GPULabel.TextXAlignment = Enum.TextXAlignment.Left
  373.  
  374. PingLabel.Name = "PingLabel"
  375. PingLabel.Parent = TopBar
  376. PingLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  377. PingLabel.Position = UDim2.new(0.38, 0, 0.5, 0)
  378. PingLabel.Size = UDim2.new(0, 28, 0, 15)
  379. PingLabel.Text = "Ping"
  380. PingLabel.BackgroundTransparency = 1
  381. PingLabel.Font = Enum.Font.Legacy
  382. PingLabel.TextSize = 8
  383. PingLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  384. PingLabel.TextXAlignment = Enum.TextXAlignment.Left
  385.  
  386. Date.Name = "Date"
  387. Date.Parent = LockScreen
  388. Date.AnchorPoint = Vector2.new(0.5, 0.5)
  389. Date.Position = UDim2.new(0.3, 0, 0.95, 0)
  390. Date.Size = UDim2.new(0, 120, 0, 40)
  391. Date.Text = "10"
  392. Date.BackgroundTransparency = 1
  393. Date.Font = Enum.Font.Legacy
  394. Date.TextSize = 18
  395. Date.TextColor3 = Color3.fromRGB(255, 255, 255)
  396. Date.TextXAlignment = Enum.TextXAlignment.Left
  397.  
  398. Day.Name = "Day"
  399. Day.Parent = LockScreen
  400. Day.AnchorPoint = Vector2.new(0.5, 0.5)
  401. Day.Position = UDim2.new(0.3, 0, 0.85, 0)
  402. Day.Size = UDim2.new(0, 120, 0, 40)
  403. Day.Text = "07"
  404. Day.BackgroundTransparency = 1
  405. Day.Font = Enum.Font.Legacy
  406. Day.TextSize = 18
  407. Day.TextColor3 = Color3.fromRGB(255, 255, 255)
  408. Day.TextXAlignment = Enum.TextXAlignment.Left
  409.  
  410. HomeButton.Name = "HomeButton"
  411. HomeButton.Parent = DownBar
  412. HomeButton.AnchorPoint = Vector2.new(0.5, 0.5)
  413. HomeButton.BackgroundTransparency = 1
  414. HomeButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  415. HomeButton.Size = UDim2.new(0, 20, 0, 20)
  416. HomeButton.Image = "rbxassetid://17649764857"
  417.  
  418. BackButton.Name = "BackButton"
  419. BackButton.Parent = DownBar
  420. BackButton.AnchorPoint = Vector2.new(0.5, 0.5)
  421. BackButton.BackgroundTransparency = 1
  422. BackButton.Position = UDim2.new(0.2, 0, 0.5, 0)
  423. BackButton.Size = UDim2.new(0, 30, 0, 30)
  424. BackButton.Image = "rbxassetid://17649778802"
  425.  
  426. SearchButton.Name = "SearchButton"
  427. SearchButton.Parent = DownBar
  428. SearchButton.AnchorPoint = Vector2.new(0.5, 0.5)
  429. SearchButton.BackgroundTransparency = 1
  430. SearchButton.Position = UDim2.new(0.8, 0, 0.5, 0)
  431. SearchButton.Size = UDim2.new(0, 15, 0, 15)
  432. SearchButton.Image = "rbxassetid://17649805638"
  433.  
  434. local function fre()
  435. local fr = tick()
  436. for index = #FPS,1,-1 do
  437. FPS[index + 1] = (FPS[index] >= fr - 1) and FPS[index] or nil
  438. end
  439. FPS[1] = fr
  440. local fps = (tick() - sec >= 1 and #FPS) or (#FPS / (tick() - sec))
  441. fps = math.floor(fps)
  442. FPSLabel.Text = fps.."-F"
  443. end
  444. sec = tick()
  445. RenderStepped:Connect(fre)
  446.  
  447. ScrollingFrame1.Name = "ScrollingFrame1"
  448. ScrollingFrame1.Parent = MainScrollingFrame
  449. ScrollingFrame1.Active = true
  450. ScrollingFrame1.BackgroundTransparency = 1
  451. ScrollingFrame1.BorderSizePixel = 0
  452. ScrollingFrame1.Position = UDim2.new(0, 0, 0.04, 0)
  453. ScrollingFrame1.Size = UDim2.new(0, 240, 0, 335)
  454. ScrollingFrame1.ZIndex = 2
  455. ScrollingFrame1.CanvasSize = UDim2.new(0, 0, 1.2, 0)
  456. ScrollingFrame1.ScrollBarImageTransparency = 1
  457.  
  458. ScrollingFrame1.Visible = false
  459.  
  460. PhoneButtonBackground.Name = "PhoneButtonBackground"
  461. PhoneButtonBackground.Parent = ScrollingFrame1
  462. PhoneButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  463. PhoneButtonBackground.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  464. PhoneButtonBackground.Position = UDim2.new(0.125, 0, 0.062, 0)
  465. PhoneButtonBackground.Size = UDim2.new(0, 49, 0, 49)
  466. PhoneButtonBackground.BorderSizePixel = 0
  467. PhoneButtonBackground.AutoButtonColor = false
  468.  
  469. PhoneButton.Name = "PhoneButton"
  470. PhoneButton.Parent = PhoneButtonBackground
  471. PhoneButton.AnchorPoint = Vector2.new(0.5, 0.5)
  472. PhoneButton.BackgroundTransparency = 1
  473. PhoneButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  474. PhoneButton.Size = UDim2.new(0, 20, 0, 20)
  475. PhoneButton.Image = "rbxassetid://17666215666"
  476. PhoneButton.BorderSizePixel = 0
  477. PhoneButton.Rotation = 30
  478.  
  479. MessageButtonBackground.Name = "MessageButtonBackground"
  480. MessageButtonBackground.Parent = ScrollingFrame1
  481. MessageButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  482. MessageButtonBackground.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  483. MessageButtonBackground.Position = UDim2.new(0.365, 0, 0.062, 0)
  484. MessageButtonBackground.Size = UDim2.new(0, 49, 0, 49)
  485. MessageButtonBackground.BorderSizePixel = 0
  486. MessageButtonBackground.AutoButtonColor = false
  487.  
  488. MessageButton.Name = "MessageButton"
  489. MessageButton.Parent = MessageButtonBackground
  490. MessageButton.AnchorPoint = Vector2.new(0.5, 0.5)
  491. MessageButton.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  492. MessageButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  493. MessageButton.Size = UDim2.new(0, 30, 0, 30)
  494. MessageButton.Image = "rbxassetid://17666554693"
  495. MessageButton.BorderSizePixel = 0
  496.  
  497. MessageButtonEmote.Name = "MessageButtonEmote"
  498. MessageButtonEmote.Parent = MessageButton
  499. MessageButtonEmote.AnchorPoint = Vector2.new(0.5, 0.5)
  500. MessageButtonEmote.Position = UDim2.new(0.5, 0, 0.4, 0)
  501. MessageButtonEmote.Size = UDim2.new(0, 20, 0, 20)
  502. MessageButtonEmote.Text = ":-)"
  503. MessageButtonEmote.BackgroundTransparency = 1
  504. MessageButtonEmote.Font = Enum.Font.Legacy
  505. MessageButtonEmote.TextSize = 12
  506. MessageButtonEmote.TextColor3 = Color3.fromRGB(92, 197, 2)
  507. MessageButtonEmote.TextXAlignment = Enum.TextXAlignment.Center
  508.  
  509. ContactsButton.Name = "ContactsButton"
  510. ContactsButton.Parent = ScrollingFrame1
  511. ContactsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  512. ContactsButton.Position = UDim2.new(0.71, 0, 0.127, 0)
  513. ContactsButton.Size = UDim2.new(0, 108, 0, 108)
  514. ContactsButton.Text = "People"
  515. ContactsButton.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  516. ContactsButton.Font = Enum.Font.Legacy
  517. ContactsButton.TextSize = 10
  518. ContactsButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  519. ContactsButton.TextXAlignment = Enum.TextXAlignment.Left
  520. ContactsButton.TextYAlignment = Enum.TextYAlignment.Bottom
  521. ContactsButton.BorderSizePixel = 0
  522. ContactsButton.AutoButtonColor = false
  523.  
  524. MessagesButton2Background.Name = "MessagesButton2Background"
  525. MessagesButton2Background.Parent = ScrollingFrame1
  526. MessagesButton2Background.AnchorPoint = Vector2.new(0.5, 0.5)
  527. MessagesButton2Background.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  528. MessagesButton2Background.Position = UDim2.new(0.125, 0, 0.19, 0)
  529. MessagesButton2Background.Size = UDim2.new(0, 49, 0, 49)
  530. MessagesButton2Background.BorderSizePixel = 0
  531. MessagesButton2Background.AutoButtonColor = false
  532.  
  533. MessagesButton2.Name = "MessagesButton2"
  534. MessagesButton2.Parent = MessagesButton2Background
  535. MessagesButton2.AnchorPoint = Vector2.new(0.5, 0.5)
  536. MessagesButton2.BackgroundTransparency = 1
  537. MessagesButton2.Position = UDim2.new(0.5, 0, 0.5, 0)
  538. MessagesButton2.Size = UDim2.new(0, 30, 0, 30)
  539. MessagesButton2.BorderSizePixel = 0
  540. MessagesButton2.Image = "rbxassetid://17684061412"
  541.  
  542. ExplorerButtonBackground.Name = "ExplorerButtonBackground"
  543. ExplorerButtonBackground.Parent = ScrollingFrame1
  544. ExplorerButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  545. ExplorerButtonBackground.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  546. ExplorerButtonBackground.Position = UDim2.new(0.365, 0, 0.19, 0)
  547. ExplorerButtonBackground.Size = UDim2.new(0, 49, 0, 49)
  548. ExplorerButtonBackground.BorderSizePixel = 0
  549. ExplorerButtonBackground.AutoButtonColor = false
  550.  
  551. ExplorerButton.Name = "ExplorerButton"
  552. ExplorerButton.Parent = ExplorerButtonBackground
  553. ExplorerButton.AnchorPoint = Vector2.new(0.5, 0.5)
  554. ExplorerButton.BackgroundTransparency = 1
  555. ExplorerButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  556. ExplorerButton.Size = UDim2.new(0, 30, 0, 30)
  557. ExplorerButton.BorderSizePixel = 0
  558. ExplorerButton.Image = "rbxassetid://17684062738"
  559.  
  560. GamesButtonBackground.Name = "GamesButtonBackground"
  561. GamesButtonBackground.Parent = ScrollingFrame1
  562. GamesButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  563. GamesButtonBackground.Position = UDim2.new(0.245, 0, 0.375, 0)
  564. GamesButtonBackground.Size = UDim2.new(0, 108, 0, 108)
  565. GamesButtonBackground.BackgroundColor3 = Color3.fromRGB(71, 153, 2)
  566. GamesButtonBackground.BorderSizePixel = 0
  567. GamesButtonBackground.Text = "Games"
  568. GamesButtonBackground.AutoButtonColor = false
  569. GamesButtonBackground.Font = Enum.Font.Legacy
  570. GamesButtonBackground.TextSize = 10
  571. GamesButtonBackground.TextColor3 = Color3.fromRGB(255, 255, 255)
  572. GamesButtonBackground.TextXAlignment = Enum.TextXAlignment.Left
  573. GamesButtonBackground.TextYAlignment = Enum.TextYAlignment.Bottom
  574.  
  575. GamesButton.Name = "GamesButton"
  576. GamesButton.Parent = GamesButtonBackground
  577. GamesButton.AnchorPoint = Vector2.new(0.5, 0.5)
  578. GamesButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  579. GamesButton.Size = UDim2.new(0, 50, 0, 50)
  580. GamesButton.BackgroundColor3 = Color3.fromRGB(71, 153, 2)
  581. GamesButton.Image = "rbxassetid://17684180958"
  582. GamesButton.BorderSizePixel = 0
  583.  
  584. StoreButtonBackground.Name = "StoreButtonBackground"
  585. StoreButtonBackground.Parent = ScrollingFrame1
  586. StoreButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  587. StoreButtonBackground.Position = UDim2.new(0.71, 0, 0.375, 0)
  588. StoreButtonBackground.Size = UDim2.new(0, 108, 0, 108)
  589. StoreButtonBackground.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  590. StoreButtonBackground.BorderSizePixel = 0
  591. StoreButtonBackground.Text = "Store"
  592. StoreButtonBackground.AutoButtonColor = false
  593. StoreButtonBackground.Font = Enum.Font.Legacy
  594. StoreButtonBackground.TextSize = 10
  595. StoreButtonBackground.TextColor3 = Color3.fromRGB(255, 255, 255)
  596. StoreButtonBackground.TextXAlignment = Enum.TextXAlignment.Left
  597. StoreButtonBackground.TextYAlignment = Enum.TextYAlignment.Bottom
  598.  
  599. StoreButton.Name = "StoreButton"
  600. StoreButton.Parent = StoreButtonBackground
  601. StoreButton.AnchorPoint = Vector2.new(0.5, 0.5)
  602. StoreButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  603. StoreButton.Size = UDim2.new(0, 50, 0, 50)
  604. StoreButton.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  605. StoreButton.Image = "rbxassetid://17684066237"
  606. StoreButton.BorderSizePixel = 0
  607.  
  608. CalendarButton.Name = "CalendarButton"
  609. CalendarButton.Parent = ScrollingFrame1
  610. CalendarButton.AnchorPoint = Vector2.new(0.5, 0.5)
  611. CalendarButton.Position = UDim2.new(0.245, 0, 0.625, 0)
  612. CalendarButton.Size = UDim2.new(0, 108, 0, 108)
  613. CalendarButton.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  614. CalendarButton.BorderSizePixel = 0
  615. CalendarButton.Text = "CalendarButton"
  616. CalendarButton.AutoButtonColor = false
  617. CalendarButton.Font = Enum.Font.Legacy
  618. CalendarButton.TextSize = 10
  619. CalendarButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  620. CalendarButton.TextXAlignment = Enum.TextXAlignment.Right
  621. CalendarButton.TextYAlignment = Enum.TextYAlignment.Bottom
  622.  
  623. MusicButtonBackground.Name = "MusicButtonBackground"
  624. MusicButtonBackground.Parent = ScrollingFrame1
  625. MusicButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  626. MusicButtonBackground.Position = UDim2.new(0.71, 0, 0.625, 0)
  627. MusicButtonBackground.Size = UDim2.new(0, 108, 0, 108)
  628. MusicButtonBackground.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  629. MusicButtonBackground.BorderSizePixel = 0
  630. MusicButtonBackground.Text = "Music"
  631. MusicButtonBackground.AutoButtonColor = false
  632. MusicButtonBackground.Font = Enum.Font.Legacy
  633. MusicButtonBackground.TextSize = 10
  634. MusicButtonBackground.TextColor3 = Color3.fromRGB(255, 255, 255)
  635. MusicButtonBackground.TextXAlignment = Enum.TextXAlignment.Left
  636. MusicButtonBackground.TextYAlignment = Enum.TextYAlignment.Bottom
  637.  
  638. MusicButton.Name = "MusicButton"
  639. MusicButton.Parent = MusicButtonBackground
  640. MusicButton.AnchorPoint = Vector2.new(0.5, 0.5)
  641. MusicButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  642. MusicButton.Size = UDim2.new(0, 50, 0, 50)
  643. MusicButton.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  644. MusicButton.Image = "rbxassetid://17697911242"
  645. MusicButton.BorderSizePixel = 0
  646.  
  647. CalculatorButtonBackground.Name = "CalculatorButtonBackground"
  648. CalculatorButtonBackground.Parent = ScrollingFrame1
  649. CalculatorButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  650. CalculatorButtonBackground.Position = UDim2.new(0.245, 0, 0.875, 0)
  651. CalculatorButtonBackground.Size = UDim2.new(0, 108, 0, 108)
  652. CalculatorButtonBackground.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  653. CalculatorButtonBackground.BorderSizePixel = 0
  654. CalculatorButtonBackground.Text = "Calculator"
  655. CalculatorButtonBackground.AutoButtonColor = false
  656. CalculatorButtonBackground.Font = Enum.Font.Legacy
  657. CalculatorButtonBackground.TextSize = 10
  658. CalculatorButtonBackground.TextColor3 = Color3.fromRGB(255, 255, 255)
  659. CalculatorButtonBackground.TextXAlignment = Enum.TextXAlignment.Left
  660. CalculatorButtonBackground.TextYAlignment = Enum.TextYAlignment.Bottom
  661.  
  662. CalculatorButton.Name = "CalculatorButton"
  663. CalculatorButton.Parent = CalculatorButtonBackground
  664. CalculatorButton.AnchorPoint = Vector2.new(0.5, 0.5)
  665. CalculatorButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  666. CalculatorButton.Size = UDim2.new(0, 60, 0, 60)
  667. CalculatorButton.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  668. CalculatorButton.Image = "rbxassetid://17684064712"
  669. CalculatorButton.BorderSizePixel = 0
  670.  
  671. SettingsButtonBackground.Name = "SettingsButtonBackground"
  672. SettingsButtonBackground.Parent = ScrollingFrame1
  673. SettingsButtonBackground.AnchorPoint = Vector2.new(0.5, 0.5)
  674. SettingsButtonBackground.Position = UDim2.new(0.71, 0, 0.875, 0)
  675. SettingsButtonBackground.Size = UDim2.new(0, 108, 0, 108)
  676. SettingsButtonBackground.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  677. SettingsButtonBackground.BorderSizePixel = 0
  678. SettingsButtonBackground.Text = "Settings"
  679. SettingsButtonBackground.AutoButtonColor = false
  680. SettingsButtonBackground.Font = Enum.Font.Legacy
  681. SettingsButtonBackground.TextSize = 10
  682. SettingsButtonBackground.TextColor3 = Color3.fromRGB(255, 255, 255)
  683. SettingsButtonBackground.TextXAlignment = Enum.TextXAlignment.Left
  684. SettingsButtonBackground.TextYAlignment = Enum.TextYAlignment.Bottom
  685.  
  686. SettingsButton.Name = "SettingsButton"
  687. SettingsButton.Parent = SettingsButtonBackground
  688. SettingsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  689. SettingsButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  690. SettingsButton.Size = UDim2.new(0, 50, 0, 50)
  691. SettingsButton.BackgroundColor3 = Color3.fromRGB(92, 197, 2)
  692. SettingsButton.Image = "rbxassetid://17808428054"
  693. SettingsButton.BorderSizePixel = 0
  694.  
  695. spawn(function()
  696. while wait() do
  697. Clock.Text = os.date("%H:%M")
  698. Date.Text = os.date("%d %b")
  699. Day.Text = os.date("%A")
  700. CalendarButton.Text = os.date("%d %a")
  701. Clock2.Text = Clock.Text
  702. local ping = tonumber(game:GetService("Stats"):FindFirstChild("PerformanceStats").Ping:GetValue())
  703. local gpu = tonumber(game:GetService("Stats"):FindFirstChild("PerformanceStats").GPU:GetValue())
  704. gpu = math.floor(gpu)
  705. ping = math.floor(ping)
  706. PingLabel.Text = ping.."-P"
  707. GPULabel.Text = gpu.."-G"
  708. end
  709. end)
  710.  
  711. function UIAnimations(from, to, obj)
  712. from = from or obj.Position
  713. obj.MouseButton1Down:connect(function()
  714. TweenService:Create(obj, TweenInfo.new(0.3, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut), {Position = to}):Play()
  715. PowerTurnOn:Play()
  716. end)
  717. obj.MouseButton1Up:connect(function()
  718. TweenService:Create(obj, TweenInfo.new(1.5, Enum.EasingStyle.Bounce, Enum.EasingDirection.Out), {Position = from}):Play()
  719. end)
  720. end
  721.  
  722. UIAnimations(nil, UDim2.new(0.5, 0, -0.5, 0), LockScreen)
  723.  
  724. spawn(function()
  725. while wait() do
  726. if LockScreen.Position == UDim2.new(0.5, 0, -0.5, 0) then
  727. Clock2:TweenPosition(UDim2.new(0.9, 0, 0.5, 0),"InOut","Sine",0.3)
  728. ScrollingFrame1.Visible = true
  729. end
  730. if LockScreen.Position == UDim2.new(0.5, 0, 0.5, 0) then
  731. Clock2.Position = UDim2.new(0.9, 0, -0.5, 0)
  732. ScrollingFrame1.Visible = false
  733. end
  734. end
  735. end)
  736.  
  737. WindowsPictures = math.random(1,6)
  738. if WindowsPictures == 1 then
  739. LockScreen.Image = "rbxassetid://17834858648"
  740. end
  741. if WindowsPictures == 2 then
  742. LockScreen.Image = "rbxassetid://17834875812"
  743. end
  744. if WindowsPictures == 3 then
  745. LockScreen.Image = "rbxassetid://17835038917"
  746. end
  747. if WindowsPictures == 4 then
  748. LockScreen.Image = "rbxassetid://17834880765"
  749. end
  750. if WindowsPictures == 5 then
  751. LockScreen.Image = "rbxassetid://17834936552"
  752. end
  753. if WindowsPictures == 6 then
  754. LockScreen.Image = "rbxassetid://17834964277"
  755. end
  756.  
  757.  
  758. local Frame = ({
  759. ["01 01"] = "rbxassetid://16779094159",
  760. [(function(Year)
  761. local A = math.floor(Year/100)
  762. local B = math.floor((13+8*A)/25)
  763. local C = (15-B+A-math.floor(A/4))%30
  764. local D = (4+A-math.floor(A/4))%7
  765. local E = (19*(Year%19)+C)%30
  766. local F = (2*(Year%4)+4*(Year%7)+6*E+D)%7
  767. local G = (22+E+F)
  768. if E == 29 and F == 6 then
  769. return "04 19"
  770. elseif E == 28 and F == 6 then
  771. return "04 18"
  772. elseif 31 < G then
  773. return ("04 %02d"):format(G-31)
  774. end
  775. return ("03 %02d"):format(G)
  776. end)(tonumber(os.date"%Y"))] = "rbxassetid://16779090090",
  777. ["10 31"] = "rbxassetid://16779133028",
  778. ["12 25"] = "rbxassetid://16779174392"
  779. })[os.date("%m %d")]
  780. if Frame then
  781. LockScreen.Image = Frame
  782. end
  783.  
  784. VolumeFrame.Name = "VolumeFrame"
  785. VolumeFrame.Parent = MainScrollingFrame
  786. VolumeFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  787. VolumeFrame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  788. VolumeFrame.Position = UDim2.new(0.5, 0, -1, 0)
  789. VolumeFrame.Size = UDim2.new(0, 230, 0, 40)
  790. VolumeFrame.BorderSizePixel = 0
  791. VolumeFrame.ZIndex = 2
  792.  
  793. VolumeText.Name = "VolumeText"
  794. VolumeText.Parent = VolumeFrame
  795. VolumeText.AnchorPoint = Vector2.new(0.5, 0.5)
  796. VolumeText.Position = UDim2.new(0.1, 0, 0.5, 0)
  797. VolumeText.Size = UDim2.new(0, 120, 0, 120)
  798. VolumeText.BorderSizePixel = 0
  799. VolumeText.Text = Volume_A
  800. VolumeText.BackgroundTransparency = 1
  801. VolumeText.Font = Enum.Font.Legacy
  802. VolumeText.TextSize = 20
  803. VolumeText.TextColor3 = Color3.fromRGB(255, 255, 255)
  804.  
  805. VolumeName.Name = "VolumeName"
  806. VolumeName.Parent = VolumeFrame
  807. VolumeName.AnchorPoint = Vector2.new(0.5, 0.5)
  808. VolumeName.Position = UDim2.new(0.55, 0, 0.55, 0)
  809. VolumeName.Size = UDim2.new(0, 120, 0, 120)
  810. VolumeName.BorderSizePixel = 0
  811. VolumeName.Text = "/30 Multimedia + applications"
  812. VolumeName.BackgroundTransparency = 1
  813. VolumeName.Font = Enum.Font.Legacy
  814. VolumeName.TextSize = 10
  815. VolumeName.TextColor3 = Color3.fromRGB(200, 200, 200)
  816.  
  817. InfoBox.Visible = false
  818.  
  819. MainFrame1.Name = "MainFrame1"
  820. MainFrame1.Parent = MainScrollingFrame
  821. MainFrame1.AnchorPoint = Vector2.new(0.5, 0.5)
  822. MainFrame1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  823. MainFrame1.Position = UDim2.new(1.5, 0, 0.485, 0)
  824. MainFrame1.Size = UDim2.new(0, 230, 0, 335)
  825. MainFrame1.BorderSizePixel = 0
  826.  
  827. CloseInfoBox.Name = "CloseInfoBox"
  828. CloseInfoBox.Parent = MainFrame1
  829. CloseInfoBox.BackgroundTransparency = 1
  830. CloseInfoBox.Position = UDim2.new(0, 2, 0,1)
  831. CloseInfoBox.Size = UDim2.new(0, 40, 0, 40)
  832. CloseInfoBox.Font = Enum.Font.Gotham
  833. CloseInfoBox.Text = "<--"
  834. CloseInfoBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  835. CloseInfoBox.TextSize = 30
  836.  
  837. CloseInfoBox.Visible = false
  838.  
  839. InfoBox.Name = "InfoBox"
  840. InfoBox.Parent = MainFrame1
  841. InfoBox.Active = true
  842. InfoBox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  843. InfoBox.BorderSizePixel = 0
  844. InfoBox.BackgroundTransparency = 1
  845. InfoBox.Position = UDim2.new(0, 0, 0.08, 0)
  846. InfoBox.Size = UDim2.new(0, 400, 0, 400)
  847. InfoBox.ZIndex = 3
  848. InfoBox.CanvasSize = UDim2.new(0, 0, 0, 0)
  849. InfoBox.VerticalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  850.  
  851. InfoBoxUICorner.CornerRadius = UDim.new(0, 3)
  852. InfoBoxUICorner.Parent = InfoBox
  853.  
  854. SearchBox.Name = "SearchBox"
  855. SearchBox.Parent = MainFrame1
  856. SearchBox.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  857. SearchBox.Position = UDim2.new(0, 5, 0, 5)
  858. SearchBox.Size = UDim2.new(0, 250, 0, 20)
  859. SearchBox.ClearTextOnFocus = false
  860. SearchBox.Font = Enum.Font.Gotham
  861. SearchBox.PlaceholderText = "Tags"
  862. SearchBox.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  863. SearchBox.Text = ""
  864. SearchBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  865. SearchBox.TextScaled = true
  866. SearchBox.TextSize = 14.000
  867. SearchBox.TextWrapped = true
  868.  
  869. UICorner_3.CornerRadius = UDim.new(0, 10)
  870. UICorner_3.Parent = SearchBox
  871.  
  872. ScriptListFrame.Name = "ScriptListFrame"
  873. ScriptListFrame.Parent = MainFrame1
  874. ScriptListFrame.Active = true
  875. ScriptListFrame.BackgroundTransparency = 1
  876. ScriptListFrame.BorderSizePixel = 0
  877. ScriptListFrame.Position = UDim2.new(0, 0, 0, 0)
  878. ScriptListFrame.Size = UDim2.new(0, 245, 0, 300)
  879. ScriptListFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  880.  
  881. UIPadding.Parent = ScriptListFrame
  882. UIPadding.PaddingBottom = UDim.new(0, 0)
  883. UIPadding.PaddingLeft = UDim.new(0, 0)
  884. UIPadding.PaddingRight = UDim.new(0, 0)
  885. UIPadding.PaddingTop = UDim.new(0, 0)
  886.  
  887. Scripts.Name = "Scripts"
  888. Scripts.Parent = ScriptListFrame
  889.  
  890. UIGridLayout.Parent = Scripts
  891. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  892. UIGridLayout.CellPadding = UDim2.new(0, 1, 0, 1)
  893. UIGridLayout.CellSize = UDim2.new(0, 230, 0, 300)
  894.  
  895. ScriptFrame.Name = "ScriptFrame"
  896. ScriptFrame.Parent = Scripts
  897. ScriptFrame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  898. ScriptFrame.Size = UDim2.new(0, 230, 0, 335)
  899. ScriptFrame.BorderSizePixel = 0
  900.  
  901. ScriptTitle.Name = "ScriptTitle"
  902. ScriptTitle.Parent = ScriptFrame
  903. ScriptTitle.BackgroundTransparency = 1
  904. ScriptTitle.Position = UDim2.new(0, 0, 0, 305)
  905. ScriptTitle.Size = UDim2.new(0, 200, 0, 25)
  906. ScriptTitle.Font = Enum.Font.Gotham
  907. ScriptTitle.Text = "Script Title"
  908. ScriptTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  909. ScriptTitle.TextScaled = true
  910. ScriptTitle.TextSize = 14.000
  911. ScriptTitle.TextWrapped = true
  912. ScriptTitle.TextXAlignment = Enum.TextXAlignment.Left
  913.  
  914. ScriptAuthor.Name = "ScriptAuthor"
  915. ScriptAuthor.Parent = ScriptFrame
  916. ScriptAuthor.BackgroundTransparency = 1
  917. ScriptAuthor.Position = UDim2.new(0, 42, 0, 340)
  918. ScriptAuthor.Size = UDim2.new(0, 200, 0, 25)
  919. ScriptAuthor.Font = Enum.Font.Gotham
  920. ScriptAuthor.Text = "ScriptAuthor"
  921. ScriptAuthor.TextColor3 = Color3.fromRGB(255, 255, 255)
  922. ScriptAuthor.TextSize = 14.000
  923. ScriptAuthor.TextWrapped = true
  924. ScriptAuthor.TextXAlignment = Enum.TextXAlignment.Left
  925.  
  926. ScriptGame.Name = "ScriptGame"
  927. ScriptGame.Parent = ScriptFrame
  928. ScriptGame.BackgroundTransparency = 1
  929. ScriptGame.Position = UDim2.new(0, 0, 0, 375)
  930. ScriptGame.Size = UDim2.new(0, 280, 0, 25)
  931. ScriptGame.Font = Enum.Font.Gotham
  932. ScriptGame.Text = "Game"
  933. ScriptGame.TextColor3 = Color3.fromRGB(255, 255, 255)
  934. ScriptGame.TextSize = 14.000
  935. ScriptGame.TextWrapped = true
  936. ScriptGame.TextXAlignment = Enum.TextXAlignment.Left
  937.  
  938. VerifiedScriptFrame.Name = "VerifiedScriptFrame"
  939. VerifiedScriptFrame.Parent = Scripts
  940. VerifiedScriptFrame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  941. VerifiedScriptFrame.Size = UDim2.new(0, 300, 0, 150)
  942. VerifiedScriptFrame.BorderSizePixel = 0
  943.  
  944. ScriptTitle_2.Name = "ScriptTitle"
  945. ScriptTitle_2.Parent = VerifiedScriptFrame
  946. ScriptTitle_2.BackgroundTransparency = 1
  947. ScriptTitle_2.Position = ScriptTitle.Position
  948. ScriptTitle_2.Size = ScriptTitle.Size
  949. ScriptTitle_2.Font = Enum.Font.Gotham
  950. ScriptTitle_2.Text = "Script Title"
  951. ScriptTitle_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  952. ScriptTitle_2.TextScaled = true
  953. ScriptTitle_2.TextSize = 14.000
  954. ScriptTitle_2.TextWrapped = true
  955. ScriptTitle_2.TextXAlignment = Enum.TextXAlignment.Left
  956.  
  957. ScriptAuthor_2.Name = "ScriptAuthor"
  958. ScriptAuthor_2.Parent = VerifiedScriptFrame
  959. ScriptAuthor_2.BackgroundTransparency = 1
  960. ScriptAuthor_2.Position = ScriptAuthor.Position
  961. ScriptAuthor_2.Size = ScriptAuthor.Size
  962. ScriptAuthor_2.Font = Enum.Font.Gotham
  963. ScriptAuthor_2.Text = "ScriptAuthor"
  964. ScriptAuthor_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  965. ScriptAuthor_2.TextSize = 14.000
  966. ScriptAuthor_2.TextWrapped = true
  967. ScriptAuthor_2.TextXAlignment = Enum.TextXAlignment.Left
  968.  
  969. ScriptGame_2.Name = "ScriptGame"
  970. ScriptGame_2.Parent = VerifiedScriptFrame
  971. ScriptGame_2.BackgroundTransparency = 1
  972. ScriptGame_2.Position = ScriptGame.Position
  973. ScriptGame_2.Size = ScriptGame.Size
  974. ScriptGame_2.Font = Enum.Font.Gotham
  975. ScriptGame_2.Text = "Game"
  976. ScriptGame_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  977. ScriptGame_2.TextSize = 14.000
  978. ScriptGame_2.TextWrapped = true
  979. ScriptGame_2.TextXAlignment = Enum.TextXAlignment.Left
  980.  
  981. Info.Name = "Info"
  982. Info.Parent = InfoBox
  983. Info.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  984. Info.BackgroundTransparency = 1
  985. Info.Size = UDim2.new(0, 995, 0, 207)
  986.  
  987. PreviewImage.Name = "PreviewImage"
  988. PreviewImage.Parent = ScriptFrame
  989. PreviewImage.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  990. PreviewImage.BackgroundTransparency = 1
  991. PreviewImage.Position = UDim2.new(0, 50, 0, 5)
  992. PreviewImage.Size = UDim2.new(0, 300, 0, 300)
  993. PreviewImage.Image = "rbxassetid://17093295752"
  994.  
  995. UICorner_14.CornerRadius = UDim.new(0, 24)
  996. UICorner_14.Parent = PreviewImage
  997.  
  998. PreviewImage_2.Name = "PreviewImage"
  999. PreviewImage_2.Parent = VerifiedScriptFrame
  1000. PreviewImage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1001. PreviewImage_2.BackgroundTransparency = 1
  1002. PreviewImage_2.Position = UDim2.new(0, 50, 0, 5)
  1003. PreviewImage_2.Size = UDim2.new(0, 300, 0, 300)
  1004. PreviewImage_2.Image = "rbxassetid://17093295752"
  1005.  
  1006. PreviewImageUICorner_2.CornerRadius = UDim.new(0, 24)
  1007. PreviewImageUICorner_2.Parent = PreviewImage_2
  1008.  
  1009. ProfilePicture.Name = "ProfilePicture"
  1010. ProfilePicture.Parent = ScriptFrame
  1011. ProfilePicture.BackgroundTransparency = 1
  1012. ProfilePicture.Position = UDim2.new(0, 1, 0, 330)
  1013. ProfilePicture.Size = UDim2.new(0, 40, 0, 40)
  1014. ProfilePicture.Image = "rbxassetid://17093333262"
  1015.  
  1016. UICorner_15.CornerRadius = UDim.new(1, 0)
  1017. UICorner_15.Parent = ProfilePicture
  1018.  
  1019. SecondProfile.Name = "SecondProfile"
  1020. SecondProfile.Parent = VerifiedScriptFrame
  1021. SecondProfile.BackgroundTransparency = 1
  1022. SecondProfile.Position = UDim2.new(0, 1, 0, 330)
  1023. SecondProfile.Size = UDim2.new(0, 40, 0, 40)
  1024. SecondProfile.Image = "rbxassetid://17093333262"
  1025.  
  1026. SecondProfileUICorner_2.CornerRadius = UDim.new(1, 0)
  1027. SecondProfileUICorner_2.Parent = SecondProfile
  1028.  
  1029. KeySystem.Name = "KeySystem"
  1030. KeySystem.Parent = ScriptFrame
  1031. KeySystem.BackgroundColor3 = Color3.fromRGB(242, 191, 33)
  1032. KeySystem.Position = UDim2.new(0, 250, 0, 270)
  1033. KeySystem.Size = UDim2.new(0, 55, 0, 25)
  1034. KeySystem.Font = Enum.Font.Gotham
  1035. KeySystem.Text = "Key System"
  1036. KeySystem.TextColor3 = Color3.fromRGB(0, 0, 0)
  1037.  
  1038. KeySystemUICorner.CornerRadius = UDim.new(0, 10)
  1039. KeySystemUICorner.Parent = KeySystem
  1040.  
  1041. ViewsLabel.Name = "ViewsLabel"
  1042. ViewsLabel.Parent = ScriptFrame
  1043. ViewsLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1044. ViewsLabel.Position = UDim2.new(0, 55, 0, 270)
  1045. ViewsLabel.Size = UDim2.new(0, 60, 0, 25)
  1046. ViewsLabel.Font = Enum.Font.Gotham
  1047. ViewsLabel.Text = "V"
  1048. ViewsLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  1049. ViewsLabel.TextScaled = true
  1050.  
  1051. ViewsLabelUICorner.CornerRadius = UDim.new(0, 10)
  1052. ViewsLabelUICorner.Parent = ViewsLabel
  1053.  
  1054. ViewsLabel_2.Name = "ViewsLabel"
  1055. ViewsLabel_2.Parent = VerifiedScriptFrame
  1056. ViewsLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1057. ViewsLabel_2.Position = UDim2.new(0, 55, 0, 270)
  1058. ViewsLabel_2.Size = UDim2.new(0, 60, 0, 25)
  1059. ViewsLabel_2.Font = Enum.Font.Gotham
  1060. ViewsLabel_2.Text = "V"
  1061. ViewsLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1062. ViewsLabel_2.TextScaled = true
  1063.  
  1064. ViewsLabelUICorner_2.CornerRadius = UDim.new(0, 10)
  1065. ViewsLabelUICorner_2.Parent = ViewsLabel_2
  1066.  
  1067. ViewEye.Name = "ViewEye"
  1068. ViewEye.Parent = ScriptFrame
  1069. ViewEye.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1070. ViewEye.Position = UDim2.new(0, 120, 0, 272)
  1071. ViewEye.Size = UDim2.new(0, 25, 0, 20)
  1072. ViewEye.Image = "rbxassetid://17094518883"
  1073.  
  1074. ViewEyeUICorner.CornerRadius = UDim.new(0, 10)
  1075. ViewEyeUICorner.Parent = ViewEye
  1076.  
  1077. ViewEye_2.Name = "ViewEye"
  1078. ViewEye_2.Parent = VerifiedScriptFrame
  1079. ViewEye_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1080. ViewEye_2.Position = UDim2.new(0, 120, 0, 272)
  1081. ViewEye_2.Size = UDim2.new(0, 25, 0, 20)
  1082. ViewEye_2.Image = "rbxassetid://17094518883"
  1083.  
  1084. ViewEyeUICorner_2.CornerRadius = UDim.new(0, 10)
  1085. ViewEyeUICorner_2.Parent = ViewEye_2
  1086.  
  1087. KeySystem_2.Name = "KeySystem"
  1088. KeySystem_2.Parent = VerifiedScriptFrame
  1089. KeySystem_2.BackgroundColor3 = Color3.fromRGB(242, 191, 33)
  1090. KeySystem_2.Position = UDim2.new(0, 250, 0, 270)
  1091. KeySystem_2.Size = UDim2.new(0, 55, 0, 25)
  1092. KeySystem_2.Font = Enum.Font.Gotham
  1093. KeySystem_2.Text = "Key System"
  1094. KeySystem_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  1095.  
  1096. KeySystemUICorner_2.CornerRadius = UDim.new(0, 10)
  1097. KeySystemUICorner_2.Parent = KeySystem_2
  1098.  
  1099. VerifiedIcon.Name = "VerifiedIcon"
  1100. VerifiedIcon.Parent = PreviewImage_2
  1101. VerifiedIcon.BackgroundTransparency = 1
  1102. VerifiedIcon.Position = UDim2.new(0, 250, 0, 250)
  1103. VerifiedIcon.Size = UDim2.new(0, 55, 0, 40)
  1104. VerifiedIcon.Image = "rbxassetid://15621211889"
  1105.  
  1106. Share.Name = "Share"
  1107. Share.Parent = ScriptFrame
  1108. Share.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1109. Share.Position = UDim2.new(0, 310, 0, 8)
  1110. Share.Size = UDim2.new(0, 30, 0, 30)
  1111. Share.Image = "rbxassetid://17094508690"
  1112. Share.AutoButtonColor = false
  1113.  
  1114. ShareUICorner.CornerRadius = UDim.new(0, 10)
  1115. ShareUICorner.Parent = Share
  1116.  
  1117. Description.Name = "Description"
  1118. Description.Parent = ScriptFrame
  1119. Description.BackgroundTransparency = 1
  1120. Description.Position = UDim2.new(0, 0, 0, 400)
  1121. Description.Size = UDim2.new(0, 400, 0, 280)
  1122. Description.Font = Enum.Font.Gotham
  1123. Description.Text = "Desc"
  1124. Description.TextColor3 = Color3.fromRGB(255, 255, 255)
  1125. Description.TextSize = 20.000
  1126. Description.TextWrapped = true
  1127. Description.TextScaled = true
  1128. Description.TextXAlignment = Enum.TextXAlignment.Left
  1129. Description.TextYAlignment = Enum.TextYAlignment.Top
  1130. Description.MaxVisibleGraphemes = 1500
  1131.  
  1132. Description_2.Name = "Description"
  1133. Description_2.Parent = VerifiedScriptFrame
  1134. Description_2.BackgroundTransparency = 1
  1135. Description_2.Position = UDim2.new(0, 0, 0, 400)
  1136. Description_2.Size = UDim2.new(0, 400, 0, 280)
  1137. Description_2.Font = Enum.Font.Gotham
  1138. Description_2.Text = "Desc"
  1139. Description_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1140. Description_2.TextSize = 20.000
  1141. Description_2.TextWrapped = true
  1142. Description_2.TextScaled = true
  1143. Description_2.TextXAlignment = Enum.TextXAlignment.Left
  1144. Description_2.TextYAlignment = Enum.TextYAlignment.Top
  1145. Description_2.MaxVisibleGraphemes = 1500
  1146.  
  1147. OpenInfo.Name = "OpenInfo"
  1148. OpenInfo.Parent = ScriptFrame
  1149. OpenInfo.BackgroundTransparency = 1
  1150. OpenInfo.Position = UDim2.new(0, 280, 0, 670)
  1151. OpenInfo.Size = UDim2.new(0, 100, 0, 25)
  1152. OpenInfo.Font = Enum.Font.Gotham
  1153. OpenInfo.Text = "Comments -->"
  1154. OpenInfo.TextColor3 = Color3.fromRGB(255, 255, 255)
  1155. OpenInfo.AutoButtonColor = false
  1156. OpenInfo.TextSize = 20
  1157.  
  1158. OpenInfo_2.Name = "OpenInfo"
  1159. OpenInfo_2.Parent = VerifiedScriptFrame
  1160. OpenInfo_2.BackgroundTransparency = 1
  1161. OpenInfo_2.Position = UDim2.new(0, 280, 0, 670)
  1162. OpenInfo_2.Size = UDim2.new(0, 100, 0, 25)
  1163. OpenInfo_2.Font = Enum.Font.Gotham
  1164. OpenInfo_2.Text = "Comments -->"
  1165. OpenInfo_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1166. OpenInfo_2.AutoButtonColor = false
  1167. OpenInfo_2.TextSize = 20
  1168.  
  1169. Share_2.Name = "Share"
  1170. Share_2.Parent = VerifiedScriptFrame
  1171. Share_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1172. Share_2.Position = UDim2.new(0, 310, 0, 8)
  1173. Share_2.Size = UDim2.new(0, 30, 0, 30)
  1174. Share_2.Image = "rbxassetid://17094508690"
  1175. Share_2.AutoButtonColor = false
  1176.  
  1177. ShareUICorner_2.CornerRadius = UDim.new(0, 10)
  1178. ShareUICorner_2.Parent = Share_2
  1179.  
  1180. Comments.Name = "Comments"
  1181. Comments.Parent = InfoBox
  1182. Comments.BackgroundTransparency = 1
  1183. Comments.Size = UDim2.new(0, 400, 0, 414)
  1184.  
  1185. Inner.Name = "Inner"
  1186. Inner.Parent = Comments
  1187. Inner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1188. Inner.Position = UDim2.new(0, 0, 0, 10)
  1189. Inner.BackgroundTransparency = 1
  1190. Inner.Size = UDim2.new(0, 400, 0, 414)
  1191.  
  1192. UICorner_21.CornerRadius = UDim.new(0, 12)
  1193. UICorner_21.Parent = Inner
  1194.  
  1195. CommentsText.Name = "CommentsText"
  1196. CommentsText.Parent = Inner
  1197. CommentsText.BackgroundTransparency = 1
  1198. CommentsText.Size = UDim2.new(0, 400, 0, 25)
  1199. CommentsText.Font = Enum.Font.GothamBold
  1200. CommentsText.Text = "Comments"
  1201. CommentsText.TextColor3 = Color3.fromRGB(255, 255, 255)
  1202. CommentsText.TextSize = 14.000
  1203.  
  1204. Comments_2.Name = "Comments"
  1205. Comments_2.Parent = Inner
  1206. Comments_2.Active = true
  1207. Comments_2.BackgroundTransparency = 1
  1208. Comments_2.BorderSizePixel = 0
  1209. Comments_2.Position = UDim2.new(0, 0, 0, 10)
  1210. Comments_2.Size = UDim2.new(0, 415, 0, 390)
  1211. Comments_2.CanvasSize = UDim2.new(0, 0, 0, 0)
  1212.  
  1213. Comment.Name = "Comment"
  1214. Comment.Parent = Comments_2
  1215. Comment.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1216. Comment.BackgroundTransparency = 1
  1217. Comment.Size = UDim2.new(0, 400, 0, 50)
  1218.  
  1219. Content.Name = "Content"
  1220. Content.Parent = Comment
  1221. Content.BackgroundTransparency = 1
  1222. Content.Position = UDim2.new(0, 50, 0, 30)
  1223. Content.Size = UDim2.new(0, 300, 0, 20)
  1224. Content.Font = Enum.Font.Gotham
  1225. Content.Text = "Comment"
  1226. Content.TextColor3 = Color3.fromRGB(255, 255, 255)
  1227. Content.TextSize = 14
  1228. Content.TextWrapped = true
  1229. Content.TextXAlignment = Enum.TextXAlignment.Left
  1230. Content.TextYAlignment = Enum.TextYAlignment.Top
  1231. Content.TextScaled = true
  1232.  
  1233. Author_2.Name = "Author"
  1234. Author_2.Parent = Comment
  1235. Author_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1236. Author_2.BackgroundTransparency = 1.000
  1237. Author_2.BorderSizePixel = 0
  1238. Author_2.Position = UDim2.new(0, 50, 0, 5)
  1239. Author_2.Size = UDim2.new(0, 200, 0, 25)
  1240. Author_2.Font = Enum.Font.GothamBold
  1241. Author_2.Text = "Author"
  1242. Author_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1243. Author_2.TextSize = 20.000
  1244. Author_2.TextWrapped = true
  1245. Author_2.TextXAlignment = Enum.TextXAlignment.Left
  1246.  
  1247. ProfilePicture_2.Name = "ProfilePicture"
  1248. ProfilePicture_2.Parent = Comment
  1249. ProfilePicture_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1250. ProfilePicture_2.BackgroundTransparency = 1.000
  1251. ProfilePicture_2.Position = UDim2.new(0, 5, 0, 5)
  1252. ProfilePicture_2.Size = UDim2.new(0, 40, 0, 40)
  1253. ProfilePicture_2.Image = "rbxassetid://17093333262"
  1254.  
  1255. UICorner_22.CornerRadius = UDim.new(1, 0)
  1256. UICorner_22.Parent = ProfilePicture_2
  1257.  
  1258. UIListLayout_3.Parent = Comments_2
  1259. UIListLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
  1260. UIListLayout_3.Padding = UDim.new(0, 5)
  1261.  KeySystem_2.Visible = false
  1262. KeySystem.Visible = false
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288. WindowsLogo.Name = "WindowsLogo"
  1289. WindowsLogo.Parent = WindowsScreen
  1290. WindowsLogo.AnchorPoint = Vector2.new(0.5, 0.5)
  1291. WindowsLogo.BackgroundTransparency = 1
  1292. WindowsLogo.Position = UDim2.new(0.5, 0, 0.5, 0)
  1293. WindowsLogo.Size = UDim2.new(0, 120, 0, 80)
  1294. WindowsLogo.Image = "rbxassetid://17636106720"
  1295.  
  1296. MyLogo.Name = "MyLogo"
  1297. MyLogo.Parent = WindowsScreen
  1298. MyLogo.AnchorPoint = Vector2.new(0.5, 0.5)
  1299. MyLogo.Position = UDim2.new(0.5, 0, 0.5, 0)
  1300. MyLogo.Size = UDim2.new(0, 120, 0, 120)
  1301. MyLogo.BorderSizePixel = 0
  1302. MyLogo.Text = "NOKIA"
  1303. MyLogo.BackgroundTransparency = 1
  1304. MyLogo.Font = Enum.Font.SourceSansBold
  1305. MyLogo.TextSize = 25
  1306. MyLogo.TextColor3 = Color3.fromRGB(255, 255, 255)
  1307.  
  1308. WindowsLogo.Visible = false
  1309. MyLogo.Visible = false
  1310.  
  1311.  
  1312. function createfolders(path)
  1313.  local pathtbl = string.split(path, "/")
  1314.  for i, v in pairs(pathtbl) do
  1315.   if i == 1 then
  1316.    if not isfolder(v) then
  1317.     makefolder(v)
  1318.    end
  1319.   else
  1320.    local newpath = pathtbl[1]
  1321.    for i2=2, i-1 do
  1322.     newpath = newpath.. "/" ..pathtbl[i2]
  1323.    end
  1324.    newpath = newpath.. "/" ..v
  1325.    if not isfolder(newpath) then
  1326.     makefolder(newpath)
  1327.    end
  1328.   end
  1329.  end
  1330. end
  1331.  
  1332. if not isfolder("Windows_8.1") then
  1333. createfolders("Windows_8.1/System32")
  1334. end
  1335.  
  1336.  
  1337. if not isfile("Windows_8.1/System32/StartUp.ECCS") then
  1338. writefile("Windows_8.1/System32/StartUp.ECCS", StartUp.Value)
  1339. end
  1340.  
  1341. if not isfile("Windows_8.1/System32/Volume1.ECCS") then
  1342. writefile("Windows_8.1/System32/Volume1.ECCS", Volume_A)
  1343. end
  1344.  
  1345. if not isfile("Windows_8.1/System32/Volume2.ECCS") then
  1346. writefile("Windows_8.1/System32/Volume2.ECCS", Volume_B)
  1347. end
  1348.  
  1349. local ReadStartUp = readfile("Windows_8.1/System32/StartUp.ECCS")
  1350. StartUp.Value = ReadStartUp
  1351.  
  1352. PhoneButtonBackground.MouseButton1Click:connect(function()
  1353. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1354. end)
  1355.  
  1356. HomeButton.MouseButton1Click:connect(function()
  1357. if ScrollingFrame1.Position ~= UDim2.new(0, 0, 0.04, 0) and MainFrame1.Position == UDim2.new(0.5, 0, 0.485, 0) then
  1358. MainFrame1:TweenPosition(UDim2.new(-1.5, 0, 0.485, 0),"InOut","Sine",0.2)
  1359. wait(1)
  1360. ScrollingFrame1.Position = UDim2.new(1, 0, 0.04, 0)
  1361. ScrollingFrame1:TweenPosition(UDim2.new(0, 0, 0.04, 0),"InOut","Sine",0.2)
  1362.  
  1363. end
  1364. end)
  1365.  
  1366. MessageButtonBackground.MouseButton1Click:connect(function()
  1367. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1368. end)
  1369.  
  1370. BackButton.MouseButton1Click:connect(function()
  1371. if ScrollingFrame1.Position ~= UDim2.new(0, 0, 0.04, 0) then
  1372. ScrollingFrame1.Position = UDim2.new(1, 0, 0.04, 0)
  1373. ScrollingFrame1:TweenPosition(UDim2.new(0, 0, 0.04, 0),"InOut","Sine",0.2)
  1374. end
  1375. end)
  1376.  
  1377. SearchButton.MouseButton1Click:connect(function()
  1378. if MainFrame1.Position ~= UDim2.new(0.5, 0, 0.485, 0) then
  1379. MainFrame1.Position = UDim2.new(1.5, 0, 0.485, 0)
  1380. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1381. wait(1)
  1382. MainFrame1:TweenPosition(UDim2.new(0.5, 0, 0.485, 0),"InOut","Sine",0.2)
  1383. end
  1384. end)
  1385.  
  1386. spawn(function()
  1387. while wait() do
  1388. if ScrollingFrame1.Position == UDim2.new(0, 0, 0.04, 0) then
  1389. MainFrame1.Position = UDim2.new(1.5, 0, 0.485, 0)
  1390. end
  1391. end
  1392. end)
  1393.  
  1394. ContactsButton.MouseButton1Click:connect(function()
  1395. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1396. end)
  1397.  
  1398. MessagesButton2Background.MouseButton1Click:connect(function()
  1399. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1400. end)
  1401.  
  1402. ExplorerButtonBackground.MouseButton1Click:connect(function()
  1403. MainFrame1.Position = UDim2.new(1.5, 0, 0.485, 0)
  1404. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1405. wait(1)
  1406. MainFrame1:TweenPosition(UDim2.new(0.5, 0, 0.485, 0),"InOut","Sine",0.2)
  1407. end)
  1408.  
  1409. GamesButtonBackground.MouseButton1Click:connect(function()
  1410. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1411. end)
  1412.  
  1413. StoreButtonBackground.MouseButton1Click:connect(function()
  1414. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1415. end)
  1416.  
  1417. MusicButtonBackground.MouseButton1Click:connect(function()
  1418. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1419. end)
  1420.  
  1421. CalculatorButtonBackground.MouseButton1Click:connect(function()
  1422. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1423. end)
  1424.  
  1425. SettingsButtonBackground.MouseButton1Click:connect(function()
  1426. ScrollingFrame1:TweenPosition(UDim2.new(-1.2, 0, 0.04, 0),"InOut","Sine",0.2)
  1427. end)
  1428.  
  1429. VolumeButton1.MouseButton1Click:connect(function()
  1430. VolumeFrame:TweenPosition(UDim2.new(0.5, 0, 0.05, 0),"InOut","Sine",0.3)
  1431. Volume_A = Volume_A + 1
  1432. VolumeText.Text = Volume_A
  1433. Volume_B = Volume_B + 0.0333333333333333
  1434. end)
  1435.  
  1436. VolumeButton2.MouseButton1Click:connect(function()
  1437. VolumeFrame:TweenPosition(UDim2.new(0.5, 0, 0.05, 0),"InOut","Sine",0.3)
  1438. Volume_A = Volume_A - 1
  1439. VolumeText.Text = Volume_A
  1440. Volume_B = Volume_B - 0.0333333333333333
  1441. end)
  1442.  
  1443. local ReadVolume1 = readfile("Windows_8.1/System32/Volume1.ECCS")
  1444. Volume_A = ReadVolume1
  1445.  
  1446. local ReadVolume2 = readfile("Windows_8.1/System32/Volume2.ECCS")
  1447. Volume_B = ReadVolume2
  1448.  
  1449. spawn(function()
  1450. while wait() do
  1451. if Volume_A == 30 then
  1452. VolumeButton1.Visible = false
  1453. end
  1454. if Volume_A ~= 30 then
  1455. VolumeButton1.Visible = true
  1456. end
  1457. if Volume_A == 0 then
  1458. VolumeButton2.Visible = false
  1459. end
  1460. if Volume_A ~= 0 then
  1461. VolumeButton2.Visible = true
  1462. end
  1463. end
  1464. end)
  1465.  
  1466. spawn(function()
  1467. while wait() do
  1468. if VolumeFrame.Position == UDim2.new(0.5, 0, 0.05, 0) then
  1469. wait(5)
  1470. VolumeFrame:TweenPosition(UDim2.new(0.5, 0, -1, 0),"InOut","Sine",0.3)
  1471. end
  1472. end
  1473. end)
  1474.  
  1475. spawn(function()
  1476. while wait() do
  1477. writefile("Windows_8.1/System32/Volume1.ECCS", Volume_A)
  1478. writefile("Windows_8.1/System32/Volume2.ECCS", Volume_B)
  1479. end
  1480. end)
  1481.  
  1482. Power = PowerButton.MouseButton1Down:connect(function()
  1483. Power:Disconnect()
  1484. Hint1:Destroy()
  1485. Hint2:Destroy()
  1486. if StartUp.Value == "On" then
  1487. writefile("Windows_8.1/System32/StartUp.ECCS", "Off")
  1488. spawn(function()
  1489. MyLogo.Visible = true
  1490. wait(5)
  1491. MyLogo.Visible = false
  1492. WindowsLogo.Visible = true
  1493. wait(2)
  1494. WindowsLogo.Visible = false
  1495. wait(0.5)
  1496. WindowsLogo.Visible = true
  1497. wait(5)
  1498. MyLogo:Destroy()
  1499. WindowsLogo:Destroy()
  1500. MainScrollingFrame.Visible = true
  1501. PowerButton2.Visible = true
  1502. VolumeButton1.Visible = true
  1503. VolumeButton2.Visible = true
  1504. end)
  1505. end
  1506. end)
  1507.  
  1508. if StartUp.Value == "Off" then
  1509. Hint1:Destroy()
  1510. Hint2:Destroy()
  1511. PowerButton2.Visible = true
  1512. MyLogo:Destroy()
  1513. WindowsLogo:Destroy()
  1514. MainScrollingFrame.Visible = false
  1515. VolumeButton1.Visible = true
  1516. VolumeButton2.Visible = true
  1517. Power:Disconnect()
  1518. end
  1519.  
  1520. PowerButton2.MouseButton1Down:connect(function()
  1521. WindowsPictures = math.random(1,6)
  1522. if WindowsPictures == 1 then
  1523. LockScreen.Image = "rbxassetid://17834858648"
  1524. end
  1525. if WindowsPictures == 2 then
  1526. LockScreen.Image = "rbxassetid://17834875812"
  1527. end
  1528. if WindowsPictures == 3 then
  1529. LockScreen.Image = "rbxassetid://17835038917"
  1530. end
  1531. if WindowsPictures == 4 then
  1532. LockScreen.Image = "rbxassetid://17834880765"
  1533. end
  1534. if WindowsPictures == 5 then
  1535. LockScreen.Image = "rbxassetid://17834936552"
  1536. end
  1537. if WindowsPictures == 6 then
  1538. LockScreen.Image = "rbxassetid://17834964277"
  1539. end
  1540. local Frame = ({
  1541. ["01 01"] = "rbxassetid://16779094159",
  1542. [(function(Year)
  1543. local A = math.floor(Year/100)
  1544. local B = math.floor((13+8*A)/25)
  1545. local C = (15-B+A-math.floor(A/4))%30
  1546. local D = (4+A-math.floor(A/4))%7
  1547. local E = (19*(Year%19)+C)%30
  1548. local F = (2*(Year%4)+4*(Year%7)+6*E+D)%7
  1549. local G = (22+E+F)
  1550. if E == 29 and F == 6 then
  1551. return "04 19"
  1552. elseif E == 28 and F == 6 then
  1553. return "04 18"
  1554. elseif 31 < G then
  1555. return ("04 %02d"):format(G-31)
  1556. end
  1557. return ("03 %02d"):format(G)
  1558. end)(tonumber(os.date"%Y"))] = "rbxassetid://16779090090",
  1559. ["10 31"] = "rbxassetid://16779133028",
  1560. ["12 25"] = "rbxassetid://16779174392"
  1561. })[os.date("%m %d")]
  1562. if Frame then
  1563. LockScreen.Image = Frame
  1564. end
  1565. if MainScrollingFrame.Visible == false then
  1566. MainScrollingFrame.Visible = true
  1567. TopBar.Visible = true
  1568. LockScreen.Position = UDim2.new(0.5, 0, 0.5, 0)
  1569. else
  1570. if MainScrollingFrame.Visible == true then
  1571. MainScrollingFrame.Visible = false
  1572. PowerTurnOff:Play()
  1573. LockScreen.Position = UDim2.new(0.5, 0, 0.5, 0)
  1574. end
  1575. end
  1576. end)
  1577.  
  1578.  
  1579. gui = WindowsBackground
  1580.  
  1581. local dragging
  1582. local dragInput
  1583. local dragStart
  1584. local startPos
  1585.  
  1586. local function update(input)
  1587.  local delta = input.Position - dragStart
  1588.  gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1589. end
  1590.  
  1591. gui.InputBegan:Connect(function(input)
  1592.  if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1593.   dragging = true
  1594.   dragStart = input.Position
  1595.   startPos = gui.Position
  1596.  
  1597.   input.Changed:Connect(function()
  1598.    if input.UserInputState == Enum.UserInputState.End then
  1599.     dragging = false
  1600.    end
  1601.   end)
  1602.  end
  1603. end)
  1604.  
  1605. gui.InputChanged:Connect(function(input)
  1606.  if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1607.   dragInput = input
  1608.  end
  1609. end)
  1610.  
  1611. UserInputServiceAlpha.InputChanged:Connect(function(input)
  1612.  if input == dragInput and dragging then
  1613.   update(input)
  1614.  end
  1615. end)
  1616.  
  1617.  
  1618.  
  1619. getfakeasset = getcustomasset or getsynasset
  1620.  
  1621.  
  1622.  
  1623. page = 1
  1624. gquery = ""
  1625.  
  1626. function tableConcat(t1,t2)
  1627.  for i, v in pairs(t2) do
  1628.   table.insert(t1, v)
  1629.  end
  1630.  return t1
  1631. end
  1632.  
  1633.  
  1634. MainFrame1.ScriptListFrame.AutomaticCanvasSize = Enum.AutomaticSize.Y
  1635. MainFrame1.InfoBox.AutomaticSize = Enum.AutomaticSize.Y
  1636. MainFrame1.ScriptListFrame.ScrollBarImageTransparency = 1
  1637. MainFrame1.ScriptListFrame.ScrollBarImageColor3 = Color3.fromRGB(0, 0, 0)
  1638. MainFrame1.InfoBox.AutomaticCanvasSize = Enum.AutomaticSize.Y
  1639. MainFrame1.InfoBox.Comments.Inner.Comments.AutomaticCanvasSize = Enum.AutomaticSize.Y
  1640. MainFrame1.InfoBox.Comments.Inner.Comments.ScrollBarImageColor3 = Color3.new(0, 0, 0)
  1641. MainFrame1.InfoBox.Comments.Inner.Comments.ScrollBarImageTransparency = 1
  1642. MainFrame1.InfoBox.ScrollBarImageColor3 = Color3.new(0, 0, 0)
  1643.  
  1644. VerifiedScript = MainFrame1.ScriptListFrame.Scripts.VerifiedScriptFrame:Clone()
  1645. Script = MainFrame1.ScriptListFrame.Scripts.ScriptFrame:Clone()
  1646. MainFrame1.ScriptListFrame.Scripts.ScriptFrame:Destroy()
  1647. MainFrame1.ScriptListFrame.Scripts.VerifiedScriptFrame:Destroy()
  1648.  
  1649. Comment = MainFrame1.InfoBox.Comments.Inner.Comments.Comment:Clone()
  1650. MainFrame1.InfoBox.Comments.Inner.Comments.Comment:Destroy()
  1651.  
  1652.  
  1653.  
  1654.  
  1655. function _if(a, b, c)
  1656.  if a then return b else return c end
  1657. end
  1658.  
  1659. function fastmodeExec(func)
  1660.  if getgenv().fastmode == true then
  1661.   task.spawn(func)
  1662.  else
  1663.   func()
  1664.  end
  1665. end
  1666.  
  1667.  
  1668. function fetchScripts(query, page)
  1669.  page = page or 1
  1670.  query = HttpService:UrlEncode(query)
  1671.  
  1672.  url = _if(query == "", "https://www.scriptblox.com/api/script/fetch?page="..tostring(page), "https://scriptblox.com/api/script/search?q="..query.."&max=100&mode=free&page=".. tostring(page))
  1673.  req = HttpService:JSONDecode(game:HttpGetAsync(url)).result
  1674.  
  1675.  return req.scripts
  1676. end
  1677.  
  1678. function fetchComments(scriptId, page)
  1679.  page = page or 1
  1680.  
  1681.  url = "https://scriptblox.com/api/comment/" ..scriptId.. "?page=" ..tostring(page).. "&max=100"
  1682.  req = HttpService:JSONDecode(game:HttpGetAsync(url)).result
  1683.  
  1684.  return req.comments
  1685. end
  1686.  
  1687. function fixScript(scriptObj)
  1688.    req = HttpService:JSONDecode(game:HttpGetAsync("https://www.scriptblox.com/api/script/"..scriptObj.slug)).script
  1689.    scriptObj["script"] = _if(scriptObj["script"], scriptObj["script"], req.script)
  1690.    scriptObj["features"] = _if(scriptObj["features"], scriptObj["features"], req.features)
  1691.    scriptObj["owner"] = _if(scriptObj["owner"], scriptObj["owner"], req.owner)
  1692.    
  1693.  return scriptObj
  1694. end
  1695.  
  1696. function updateInfoBox(scriptObj)
  1697.  scriptObj = fixScript(scriptObj)
  1698.  
  1699.  
  1700.  commentsUIListLayout = MainFrame1.InfoBox.Comments.Inner.Comments.UIListLayout:Clone()
  1701. MainFrame1.InfoBox.Comments.Inner.Comments:ClearAllChildren()
  1702.  commentsUIListLayout.Parent = MainFrame1.InfoBox.Comments.Inner.Comments
  1703.  
  1704.  task.spawn(function()
  1705.   for _, v in pairs(fetchComments(scriptObj["_id"])) do
  1706.  
  1707.    newComment = Comment:Clone()
  1708.    newComment.Parent = MainFrame1.InfoBox.Comments.Inner.Comments
  1709.    newComment.Content.Text = v.text
  1710.    newComment.Author.Text = v.commentBy.username
  1711.   end
  1712.  end)
  1713. end
  1714.  
  1715.  
  1716. function refreshScripts(scriptTbl)
  1717.  if #scriptTbl <= 0 then
  1718. MainFrame1.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1719. else
  1720. MainFrame1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1721.  end
  1722.  
  1723.  UIGridLayoutCopy = Scripts.UIGridLayout:Clone()
  1724.  Scripts:ClearAllChildren()
  1725.  UIGridLayoutCopy.Parent = Scripts
  1726.  
  1727.  addScripts(scriptTbl)
  1728. end
  1729.  
  1730. function addScripts(scriptTbl)
  1731.  for i, v in pairs(scriptTbl) do
  1732.   fastmodeExec(function()
  1733.    local newScript
  1734.  
  1735.    v = fixScript(v)
  1736.  
  1737.    if v.verified == true then
  1738.     newScript = VerifiedScript:Clone()
  1739.     newScript.ScriptTitle.Text = v.title
  1740.     newScript.ScriptAuthor.Text = "@"..v.owner.username
  1741.     newScript.ScriptGame.Text = v.game.name
  1742.     newScript.ViewsLabel.Text = v.views
  1743.     newScript.Description.Text = v.features
  1744.     newScript.Parent = Scripts
  1745.    else
  1746.     newScript = Script:Clone()
  1747.     newScript.ScriptTitle.Text = v.title
  1748.     newScript.ScriptAuthor.Text = "@"..v.owner.username
  1749.     newScript.ScriptGame.Text = v.game.name
  1750.     newScript.ViewsLabel.Text = v.views
  1751.     newScript.Description.Text = v.features
  1752.     newScript.Parent = Scripts
  1753.    end
  1754.    if v.game.name == "Universal Script 📌" then
  1755.     newScript.PreviewImage.Image = "rbxassetid://17117106457"
  1756.     else
  1757.     newScript.PreviewImage.Image = "https://assetgame.roblox.com/Game/Tools/ThumbnailAsset.ashx?aid="..v.game.gameId.."&fmt=png&wd=420&ht=420"
  1758.     end
  1759.  
  1760. if v.key == true then
  1761. newScript.KeySystem.Visible = true
  1762. end
  1763.  
  1764. CloseInfoBox.MouseButton1Click:Connect(function()
  1765. ScriptListFrame.Visible = true
  1766. InfoBox.Visible = false
  1767. SearchBox.Visible = true
  1768. CloseInfoBox.Visible = false
  1769. MainFrame1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1770. end)
  1771.  
  1772. newScript.OpenInfo.MouseButton1Click:Connect(function()
  1773. updateInfoBox(v)
  1774. ScriptListFrame.Visible = false
  1775. InfoBox.Visible = true
  1776. SearchBox.Visible = false
  1777. CloseInfoBox.Visible = true
  1778. MainFrame1.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1779. end)
  1780.  
  1781. newScript.Share.MouseButton1Click:Connect(function()
  1782. setclipboard(v.slug)
  1783. end)
  1784.   end)
  1785.  end
  1786.  pagefetchrunning = false
  1787. end
  1788.  
  1789.  
  1790.  
  1791. SearchBox.FocusLost:Connect(function(enterPressed)
  1792.  if enterPressed then
  1793.   gquery = SearchBox.Text
  1794.   page = 1
  1795.   local scriptsTbl = fetchScripts(SearchBox.Text, 1)
  1796.   refreshScripts(scriptsTbl)
  1797.  end
  1798. end)
  1799.  
  1800.  
  1801.  
  1802. refreshScripts(fetchScripts(gquery, 1))
  1803.  
  1804. ScriptListFrame:GetPropertyChangedSignal("CanvasPosition"):Connect(function()
  1805.  if (ScriptListFrame.CanvasPosition.Y + ScriptListFrame.AbsoluteSize.Y) >= ScriptListFrame.AbsoluteCanvasSize.Y -200 and not pagefetchrunning then
  1806.   page = page + 1
  1807.   pagefetchrunning = true
  1808.   addScripts(fetchScripts(gquery, page))
  1809.  end
  1810. end)
  1811.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement