Advertisement
Plus_Gaming

Fluxus Internal UI [Version 0.2]

Dec 16th, 2021 (edited)
1,523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 34.44 KB | None | 0 0
  1. --[[
  2. Made by Plus Gaming
  3. My discord is 5x9x7x2x7x9#9723
  4. More scripts at https://pastebin.com/u/Plus_Gaming
  5. Tested Exploit: https://fluxteam.xyz
  6. Version: 0.2
  7. Version Changes:{
  8.     Version 0.1: {
  9.         Release
  10.     }
  11.     Version 0.2: {
  12.         Fixed Run and Clear Button's weird scaling
  13.         Added an opening animation
  14.         Added 2 scripts into the script hub
  15.     }
  16. }
  17. --]]
  18. local FluxusInternalUI = Instance.new("ScreenGui")
  19. local Main = Instance.new("Frame")
  20. local Main_2 = Instance.new("Frame")
  21. local SideBar = Instance.new("Frame")
  22. local TextLabel = Instance.new("TextLabel")
  23. local Script = Instance.new("ScrollingFrame")
  24. local TextBox = Instance.new("TextBox")
  25. local Comments_ = Instance.new("TextLabel")
  26. local Globals_ = Instance.new("TextLabel")
  27. local Numbers_ = Instance.new("TextLabel")
  28. local RemoteHighlight_ = Instance.new("TextLabel")
  29. local Strings_ = Instance.new("TextLabel")
  30. local Tokens_ = Instance.new("TextLabel")
  31. local Keywords_ = Instance.new("TextLabel")
  32. local Lines = Instance.new("ScrollingFrame")
  33. local Lines_2 = Instance.new("TextLabel")
  34. local Execute = Instance.new("TextButton")
  35. local Delta = Instance.new("ImageLabel")
  36. local Errors = Instance.new("TextBox")
  37. local ScriptHubButton = Instance.new("ImageButton")
  38. local ScriptHub = Instance.new("Frame")
  39. local SideBar_2 = Instance.new("Frame")
  40. local TextLabel_2 = Instance.new("Frame")
  41. local TextLabel_3 = Instance.new("Frame")
  42. local Scripts = Instance.new("ScrollingFrame")
  43. local UIGridLayout = Instance.new("UIGridLayout")
  44. local TextButton = Instance.new("TextButton")
  45. local Clear = Instance.new("TextButton")
  46. local Delta_2 = Instance.new("ImageLabel")
  47. local TopBar = Instance.new("Frame")
  48. local TopBar_2 = Instance.new("Frame")
  49. local ImageLabel = Instance.new("ImageLabel")
  50. local Exit = Instance.new("TextLabel")
  51. local Minimize = Instance.new("TextLabel")
  52.  
  53. --Properties:
  54.  
  55. FluxusInternalUI.Name = "FluxusInternalUI"
  56. FluxusInternalUI.Parent = game.CoreGui
  57. FluxusInternalUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  58. FluxusInternalUI.ResetOnSpawn = false
  59.  
  60. Main.Name = "Main"
  61. Main.Parent = FluxusInternalUI
  62. Main.BackgroundColor3 = Color3.fromRGB(24, 26, 27)
  63. Main.BorderSizePixel = 0
  64. Main.Position = UDim2.new(0.300000012, 0, 0.25, 0)
  65. Main.Size = UDim2.new(0.400000006, -15, 0.0500000007, -15)
  66.  
  67. Main_2.Name = "Main"
  68. Main_2.Parent = Main
  69. Main_2.BackgroundColor3 = Color3.fromRGB(24, 26, 27)
  70. Main_2.BorderSizePixel = 0
  71. Main_2.Size = UDim2.new(1, -15, 15, -15)
  72.  
  73. SideBar.Name = "SideBar"
  74. SideBar.Parent = Main_2
  75. SideBar.BackgroundColor3 = Color3.fromRGB(24, 26, 27)
  76. SideBar.BorderSizePixel = 0
  77. SideBar.Position = UDim2.new(1, 0, 0, 0)
  78. SideBar.Size = UDim2.new(0, 15, 1, -15)
  79.  
  80. TextLabel.Parent = SideBar
  81. TextLabel.BackgroundColor3 = Color3.fromRGB(24, 26, 27)
  82. TextLabel.BorderSizePixel = 0
  83. TextLabel.Position = UDim2.new(0, -8, 1, -6)
  84. TextLabel.Rotation = -45.000
  85. TextLabel.Size = UDim2.new(1, 5, 0, 16)
  86. TextLabel.Font = Enum.Font.SourceSans
  87. TextLabel.Text = "="
  88. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  89. TextLabel.TextScaled = true
  90. TextLabel.TextSize = 14.000
  91. TextLabel.TextWrapped = true
  92.  
  93. Script.Name = "Script"
  94. Script.Parent = Main_2
  95. Script.Active = true
  96. Script.AnchorPoint = Vector2.new(1, 1)
  97. Script.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. Script.BackgroundTransparency = 1.000
  99. Script.Position = UDim2.new(1, 0, 0.800000072, 0)
  100. Script.Size = UDim2.new(0.846428573, 0, 0.600000083, 0)
  101. Script.CanvasSize = UDim2.new(0, 0, 0, 0)
  102. Script.ScrollBarThickness = 6
  103.  
  104. TextBox.Parent = Script
  105. TextBox.AnchorPoint = Vector2.new(1, 0)
  106. TextBox.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  107. TextBox.BorderSizePixel = 0
  108. TextBox.Position = UDim2.new(1, 0, 0, 0)
  109. TextBox.Size = UDim2.new(1, -15, 1, 0)
  110. TextBox.ClearTextOnFocus = false
  111. TextBox.Font = Enum.Font.Code
  112. TextBox.MultiLine = true
  113. TextBox.Text = "-- Input script here"
  114. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  115. TextBox.TextSize = 15.000
  116. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  117. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  118.  
  119. Comments_.Name = "Comments_"
  120. Comments_.Parent = TextBox
  121. Comments_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  122. Comments_.BackgroundTransparency = 1.000
  123. Comments_.Size = UDim2.new(1, 0, 1, 0)
  124. Comments_.ZIndex = 5
  125. Comments_.Font = Enum.Font.Code
  126. Comments_.Text = ""
  127. Comments_.TextColor3 = Color3.fromRGB(59, 200, 59)
  128. Comments_.TextSize = 15.000
  129. Comments_.TextXAlignment = Enum.TextXAlignment.Left
  130. Comments_.TextYAlignment = Enum.TextYAlignment.Top
  131.  
  132. Globals_.Name = "Globals_"
  133. Globals_.Parent = TextBox
  134. Globals_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  135. Globals_.BackgroundTransparency = 1.000
  136. Globals_.Size = UDim2.new(1, 0, 1, 0)
  137. Globals_.ZIndex = 5
  138. Globals_.Font = Enum.Font.Code
  139. Globals_.Text = ""
  140. Globals_.TextColor3 = Color3.fromRGB(132, 214, 247)
  141. Globals_.TextSize = 15.000
  142. Globals_.TextXAlignment = Enum.TextXAlignment.Left
  143. Globals_.TextYAlignment = Enum.TextYAlignment.Top
  144.  
  145. Numbers_.Name = "Numbers_"
  146. Numbers_.Parent = TextBox
  147. Numbers_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. Numbers_.BackgroundTransparency = 1.000
  149. Numbers_.Size = UDim2.new(1, 0, 1, 0)
  150. Numbers_.ZIndex = 4
  151. Numbers_.Font = Enum.Font.Code
  152. Numbers_.Text = ""
  153. Numbers_.TextColor3 = Color3.fromRGB(255, 198, 0)
  154. Numbers_.TextSize = 15.000
  155. Numbers_.TextXAlignment = Enum.TextXAlignment.Left
  156. Numbers_.TextYAlignment = Enum.TextYAlignment.Top
  157.  
  158. RemoteHighlight_.Name = "RemoteHighlight_"
  159. RemoteHighlight_.Parent = TextBox
  160. RemoteHighlight_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  161. RemoteHighlight_.BackgroundTransparency = 1.000
  162. RemoteHighlight_.Size = UDim2.new(1, 0, 1, 0)
  163. RemoteHighlight_.ZIndex = 5
  164. RemoteHighlight_.Font = Enum.Font.Code
  165. RemoteHighlight_.Text = ""
  166. RemoteHighlight_.TextColor3 = Color3.fromRGB(0, 144, 255)
  167. RemoteHighlight_.TextSize = 15.000
  168. RemoteHighlight_.TextXAlignment = Enum.TextXAlignment.Left
  169. RemoteHighlight_.TextYAlignment = Enum.TextYAlignment.Top
  170.  
  171. Strings_.Name = "Strings_"
  172. Strings_.Parent = TextBox
  173. Strings_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  174. Strings_.BackgroundTransparency = 1.000
  175. Strings_.Size = UDim2.new(1, 0, 1, 0)
  176. Strings_.ZIndex = 5
  177. Strings_.Font = Enum.Font.Code
  178. Strings_.Text = ""
  179. Strings_.TextColor3 = Color3.fromRGB(173, 241, 149)
  180. Strings_.TextSize = 15.000
  181. Strings_.TextXAlignment = Enum.TextXAlignment.Left
  182. Strings_.TextYAlignment = Enum.TextYAlignment.Top
  183.  
  184. Tokens_.Name = "Tokens_"
  185. Tokens_.Parent = TextBox
  186. Tokens_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  187. Tokens_.BackgroundTransparency = 1.000
  188. Tokens_.Size = UDim2.new(1, 0, 1, 0)
  189. Tokens_.ZIndex = 5
  190. Tokens_.Font = Enum.Font.Code
  191. Tokens_.Text = ""
  192. Tokens_.TextColor3 = Color3.fromRGB(255, 255, 255)
  193. Tokens_.TextSize = 15.000
  194. Tokens_.TextXAlignment = Enum.TextXAlignment.Left
  195. Tokens_.TextYAlignment = Enum.TextYAlignment.Top
  196.  
  197. Keywords_.Name = "Keywords_"
  198. Keywords_.Parent = TextBox
  199. Keywords_.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  200. Keywords_.BackgroundTransparency = 1.000
  201. Keywords_.Size = UDim2.new(1, 0, 1, 0)
  202. Keywords_.ZIndex = 5
  203. Keywords_.Font = Enum.Font.Code
  204. Keywords_.Text = ""
  205. Keywords_.TextColor3 = Color3.fromRGB(248, 109, 124)
  206. Keywords_.TextSize = 15.000
  207. Keywords_.TextXAlignment = Enum.TextXAlignment.Left
  208. Keywords_.TextYAlignment = Enum.TextYAlignment.Top
  209.  
  210. Lines.Name = "Lines"
  211. Lines.Parent = Main_2
  212. Lines.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  213. Lines.BackgroundTransparency = 1.000
  214. Lines.BorderSizePixel = 0
  215. Lines.Position = UDim2.new(0.0560000017, 0, 0.200000003, 0)
  216. Lines.Selectable = false
  217. Lines.Size = UDim2.new(0.0700000003, 30, 0.600000024, 0)
  218. Lines.ZIndex = 4
  219. Lines.CanvasSize = UDim2.new(0, 0, 0, 0)
  220. Lines.ScrollBarThickness = 0
  221. Lines.ScrollingEnabled = false
  222.  
  223. Lines_2.Name = "Lines"
  224. Lines_2.Parent = Lines
  225. Lines_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  226. Lines_2.BackgroundTransparency = 1.000
  227. Lines_2.BorderSizePixel = 0
  228. Lines_2.Size = UDim2.new(1, 0, 1, 0)
  229. Lines_2.ZIndex = 4
  230. Lines_2.Font = Enum.Font.Code
  231. Lines_2.Text = "1"
  232. Lines_2.TextColor3 = Color3.fromRGB(255, 204, 48)
  233. Lines_2.TextSize = 15.000
  234. Lines_2.TextXAlignment = Enum.TextXAlignment.Right
  235. Lines_2.TextYAlignment = Enum.TextYAlignment.Top
  236.  
  237. Execute.Name = "Execute"
  238. Execute.Parent = Main_2
  239. Execute.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  240. Execute.BackgroundTransparency = 1.000
  241. Execute.BorderSizePixel = 0
  242. Execute.Position = UDim2.new(0.212, 0,0.143, 0)
  243. Execute.Size = UDim2.new(0.047, 0, 0.055, 0)
  244. Execute.Font = Enum.Font.SourceSans
  245. Execute.Text = "Run"
  246. Execute.TextColor3 = Color3.fromRGB(159, 159, 159)
  247. Execute.TextScaled = true
  248. Execute.TextSize = 14.000
  249. Execute.TextWrapped = true
  250. Execute.TextXAlignment = Enum.TextXAlignment.Right
  251.  
  252. Delta.Name = "Delta"
  253. Delta.Parent = Execute
  254. Delta.AnchorPoint = Vector2.new(1, 0)
  255. Delta.BackgroundTransparency = 1.000
  256. Delta.BorderSizePixel = 0
  257. Delta.Size = UDim2.new(0.5, 0, 1, 0)
  258. Delta.Image = "rbxassetid://3944690667"
  259. Delta.ImageColor3 = Color3.fromRGB(159, 159, 159)
  260. Delta.ScaleType = Enum.ScaleType.Fit
  261.  
  262. Errors.Name = "Errors"
  263. Errors.Parent = Main_2
  264. Errors.AnchorPoint = Vector2.new(1, 1)
  265. Errors.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  266. Errors.BorderSizePixel = 0
  267. Errors.ClipsDescendants = true
  268. Errors.Position = UDim2.new(0.975000024, 0, 0.899999857, 0)
  269. Errors.Size = UDim2.new(0.797619045, 0, 0.0799999982, 0)
  270. Errors.ClearTextOnFocus = false
  271. Errors.MultiLine = true
  272. Errors.Text = "Latest errors will be shown here"
  273. Errors.TextColor3 = Color3.fromRGB(255, 255, 255)
  274. Errors.TextXAlignment = Enum.TextXAlignment.Left
  275. Errors.TextYAlignment = Enum.TextYAlignment.Top
  276.  
  277. ScriptHubButton.Name = "ScriptHubButton"
  278. ScriptHubButton.Parent = Main_2
  279. ScriptHubButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  280. ScriptHubButton.BackgroundTransparency = 1.000
  281. ScriptHubButton.Position = UDim2.new(0, 0, 0.200000003, 0)
  282. ScriptHubButton.Size = UDim2.new(0, 25, 0, 25)
  283. ScriptHubButton.Image = "rbxassetid://4384396122"
  284. ScriptHubButton.ScaleType = Enum.ScaleType.Fit
  285.  
  286. ScriptHub.Name = "ScriptHub"
  287. ScriptHub.Parent = Main_2
  288. ScriptHub.AnchorPoint = Vector2.new(1, 0)
  289. ScriptHub.BackgroundColor3 = Color3.fromRGB(24, 26, 27)
  290. ScriptHub.BorderSizePixel = 0
  291. ScriptHub.Position = UDim2.new(-0.0250000004, 0, 0, 0)
  292. ScriptHub.Size = UDim2.new(0.224999994, 0, 1, 0)
  293. ScriptHub.Visible = false
  294.  
  295. SideBar_2.Name = "SideBar"
  296. SideBar_2.Parent = ScriptHub
  297. SideBar_2.AnchorPoint = Vector2.new(1, 0.5)
  298. SideBar_2.BackgroundColor3 = Color3.fromRGB(24, 26, 27)
  299. SideBar_2.BorderSizePixel = 0
  300. SideBar_2.Position = UDim2.new(0, 0, 0.5, 0)
  301. SideBar_2.Size = UDim2.new(0, 15, 1, -30)
  302.  
  303. TextLabel_2.Name = "TextLabel"
  304. TextLabel_2.Parent = SideBar_2
  305. TextLabel_2.BackgroundColor3 = Color3.fromRGB(24, 26, 27)
  306. TextLabel_2.BorderSizePixel = 0
  307. TextLabel_2.Position = UDim2.new(0, 4, 1, -10)
  308. TextLabel_2.Rotation = 45.000
  309. TextLabel_2.Size = UDim2.new(1, 6, 0, 20)
  310.  
  311. TextLabel_3.Name = "TextLabel"
  312. TextLabel_3.Parent = SideBar_2
  313. TextLabel_3.BackgroundColor3 = Color3.fromRGB(24, 26, 27)
  314. TextLabel_3.BorderSizePixel = 0
  315. TextLabel_3.Position = UDim2.new(0, 5, 0, -10)
  316. TextLabel_3.Rotation = 135.000
  317. TextLabel_3.Size = UDim2.new(1, 6, 0, 20)
  318.  
  319. Scripts.Name = "Scripts"
  320. Scripts.Parent = ScriptHub
  321. Scripts.Active = true
  322. Scripts.AnchorPoint = Vector2.new(0.5, 0.5)
  323. Scripts.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  324. Scripts.BorderSizePixel = 0
  325. Scripts.Position = UDim2.new(0.5, 0, 0.5, 0)
  326. Scripts.Size = UDim2.new(0.899999976, 0, 0.949999988, 0)
  327. Scripts.CanvasSize = UDim2.new(0, 0, 0, 0)
  328.  
  329. UIGridLayout.Parent = Scripts
  330. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  331. UIGridLayout.CellSize = UDim2.new(1, 0, 0, 30)
  332.  
  333. Clear.Name = "Clear"
  334. Clear.Parent = Main_2
  335. Clear.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  336. Clear.BackgroundTransparency = 1.000
  337. Clear.BorderSizePixel = 0
  338. Clear.Position = UDim2.new(0.295, 0,0.143, 0)
  339. Clear.Size = UDim2.new(0.06, 0, 0.055, 0)
  340. Clear.Font = Enum.Font.SourceSans
  341. Clear.Text = "Clear"
  342. Clear.TextColor3 = Color3.fromRGB(159, 159, 159)
  343. Clear.TextScaled = true
  344. Clear.TextSize = 14.000
  345. Clear.TextWrapped = true
  346. Clear.TextXAlignment = Enum.TextXAlignment.Right
  347.  
  348. Delta_2.Name = "Delta"
  349. Delta_2.Parent = Clear
  350. Delta_2.AnchorPoint = Vector2.new(1, 0)
  351. Delta_2.BackgroundTransparency = 1.000
  352. Delta_2.BorderSizePixel = 0
  353. Delta_2.Size = UDim2.new(0.5, 0, 1, 0)
  354. Delta_2.Image = "rbxassetid://4483362299"
  355. Delta_2.ImageColor3 = Color3.fromRGB(159, 159, 159)
  356. Delta_2.ScaleType = Enum.ScaleType.Fit
  357.  
  358. TopBar.Name = "TopBar"
  359. TopBar.Parent = Main
  360. TopBar.BackgroundColor3 = Color3.fromRGB(32, 34, 35)
  361. TopBar.BorderSizePixel = 0
  362. TopBar.Size = UDim2.new(1, 0, 0, 41)
  363.  
  364. TopBar_2.Name = "TopBar"
  365. TopBar_2.Parent = TopBar
  366. TopBar_2.BackgroundColor3 = Color3.fromRGB(24, 26, 27)
  367. TopBar_2.BorderSizePixel = 0
  368. TopBar_2.Size = UDim2.new(1, 0, 1, -1)
  369.  
  370. ImageLabel.Parent = TopBar_2
  371. ImageLabel.AnchorPoint = Vector2.new(0, 0.5)
  372. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  373. ImageLabel.BorderSizePixel = 0
  374. ImageLabel.Position = UDim2.new(0, 0, 0.5, 0)
  375. ImageLabel.Size = UDim2.new(0, 36, 0, 36)
  376. ImageLabel.Image = "rbxassetid://8246478691"
  377.  
  378. Exit.Name = "Exit"
  379. Exit.Parent = TopBar_2
  380. Exit.AnchorPoint = Vector2.new(1, 0)
  381. Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  382. Exit.BackgroundTransparency = 1.000
  383. Exit.BorderSizePixel = 0
  384. Exit.Position = UDim2.new(1.00000012, 0, 0, 0)
  385. Exit.Size = UDim2.new(0, 40, 0, 34)
  386. Exit.Font = Enum.Font.SourceSans
  387. Exit.Text = "x"
  388. Exit.TextColor3 = Color3.fromRGB(113, 113, 113)
  389. Exit.TextScaled = true
  390. Exit.TextSize = 14.000
  391. Exit.TextWrapped = true
  392.  
  393. Minimize.Name = "Minimize"
  394. Minimize.Parent = Exit
  395. Minimize.AnchorPoint = Vector2.new(1, 0)
  396. Minimize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  397. Minimize.BackgroundTransparency = 1.000
  398. Minimize.BorderSizePixel = 0
  399. Minimize.Size = UDim2.new(0, 40, 0, 30)
  400. Minimize.Font = Enum.Font.SourceSans
  401. Minimize.Text = "_"
  402. Minimize.TextColor3 = Color3.fromRGB(113, 113, 113)
  403. Minimize.TextScaled = true
  404. Minimize.TextSize = 14.000
  405. Minimize.TextWrapped = true
  406.  
  407. -- Module Scripts:
  408.  
  409. local fake_module_scripts = {}
  410.  
  411. do -- Main_2.Scripts
  412.     local script = Instance.new('ModuleScript', Main_2)
  413.     script.Name = "Scripts"
  414.     local function module_script()
  415.         local module = {
  416.             [1] = {
  417.                 Name = "Arsenal | Dark Hub";
  418.                 Script = 'loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()';
  419.             };
  420.             [2] = {
  421.                 Name = "Infinite Yield";
  422.                 Script = 'loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()';
  423.             };
  424.             [3] = {
  425.                 Name = "Dex";
  426.                 Script = 'game:GetObjects("rbxassetid://3567096419")[1].Parent = game.CoreGui';
  427.             };
  428.             [4] = {
  429.                 Name = "Owl Hub";
  430.                 Script = 'loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();';
  431.             };
  432.             [5] = {
  433.                 Name = "Phantom Forces | Project Evo";
  434.                 Script = 'loadstring(game:HttpGet("https://projectevo.xyz/script/loader.lua"))()';
  435.             };
  436.         }
  437.         return module
  438.     end
  439.     fake_module_scripts[script] = module_script
  440. end
  441.  
  442.  
  443. -- Scripts:
  444.  
  445. local function FKHP_fake_script() -- TextLabel.LocalScript
  446.     local script = Instance.new('LocalScript', TextLabel)
  447.     local req = require
  448.     local require = function(obj)
  449.         local fake = fake_module_scripts[obj]
  450.         if fake then
  451.             return fake()
  452.         end
  453.         return req(obj)
  454.     end
  455.  
  456.     local plr = game.Players.LocalPlayer
  457.     local m = plr:GetMouse()
  458.     local clicked = false
  459.     local lastx = m.X
  460.     local lasty = m.Y
  461.     local wantedpos = Vector2.new(script.Parent.Parent.Parent.Parent.Size.X.Offset,script.Parent.Parent.Parent.Size.Y.Offset)
  462.     m.Button1Down:Connect(function()
  463.         if ((m.X >= script.Parent.AbsolutePosition.X) and (m.X <= (script.Parent.AbsolutePosition.X + script.Parent.AbsoluteSize.X))) and ((m.Y >= script.Parent.AbsolutePosition.Y) and (m.Y <= (script.Parent.AbsolutePosition.Y + script.Parent.AbsoluteSize.Y))) then
  464.             clicked = true
  465.             lastx = m.X
  466.             lasty = m.Y
  467.         else
  468.             clicked = false
  469.         end
  470.     end)
  471.     m.Button1Up:Connect(function()
  472.         wantedpos = Vector2.new(script.Parent.Parent.Parent.Parent.Size.X.Offset,script.Parent.Parent.Parent.Size.Y.Offset)
  473.         clicked = false
  474.     end)
  475.     game:GetService("RunService").RenderStepped:Connect(function()
  476.         if clicked then
  477.             wantedpos = Vector2.new(wantedpos.X - (lastx - m.X), wantedpos.Y - (lasty - m.Y))
  478.             script.Parent.Parent.Parent.Size = UDim2.new(script.Parent.Parent.Parent.Size.X.Scale, script.Parent.Parent.Parent.Size.X.Offset,script.Parent.Parent.Parent.Size.Y.Scale, math.clamp(wantedpos.Y, -100, 200))
  479.             script.Parent.Parent.Parent.Parent.Size = UDim2.new(script.Parent.Parent.Parent.Parent.Size.X.Scale, math.clamp(wantedpos.X, -250, 200),script.Parent.Parent.Parent.Parent.Size.Y.Scale, script.Parent.Parent.Parent.Parent.Size.Y.Offset)
  480.             lastx = m.X
  481.             lasty = m.Y
  482.         end
  483.     end)
  484. end
  485. coroutine.wrap(FKHP_fake_script)()
  486. local function YTWQY_fake_script() -- TextBox.Syntax
  487.     local script = Instance.new('LocalScript', TextBox)
  488.     local req = require
  489.     local require = function(obj)
  490.         local fake = fake_module_scripts[obj]
  491.         if fake then
  492.             return fake()
  493.         end
  494.         return req(obj)
  495.     end
  496.  
  497.     local lua_keywords = {"and", "break", "do", "else", "elseif", "end", "false", "for", "function", "goto", "if", "in", "local", "nil", "not", "or", "repeat", "return", "then", "true", "until", "while", "ServerStorage", "StarterGui", "ServerScriptService", "ReplicatedStorage", "ReplicatedFirst", "Lighting", "Players", "Workspace", "StarterPack", "StarterPlayer", "SoundService", "Chat", "LocalizationService", "TestService"}
  498.     local global_env = {"getrawmetatable", "game", "workspace", "script", "math", "string", "table", "print", "wait", "BrickColor", "Color3", "next", "pairs", "ipairs", "select", "unpack", "Instance", "Vector2", "Vector3", "CFrame", "Ray", "UDim2", "Enum", "assert", "error", "warn", "tick", "loadstring", "_G", "shared", "getfenv", "setfenv", "newproxy", "setmetatable", "getmetatable", "os", "debug", "pcall", "ypcall", "xpcall", "rawequal", "rawset", "rawget", "tonumber", "tostring", "type", "typeof", "_VERSION", "coroutine", "delay", "require", "spawn", "LoadLibrary", "settings", "stats", "time", "UserSettings", "version", "Axes", "ColorSequence", "Faces", "ColorSequenceKeypoint", "NumberRange", "NumberSequence", "NumberSequenceKeypoint", "gcinfo", "elapsedTime", "collectgarbage", "PhysicalProperties", "Rect", "Region3", "Region3int16", "UDim", "Vector2int16", "Vector3int16"}
  499.    
  500.     local Source = script.Parent
  501.     local Lines = script.Parent.Parent.Parent.Lines.Lines
  502.    
  503.     local Highlight = function(string, keywords)
  504.         local K = {}
  505.         local S = string
  506.         local Token =
  507.         {
  508.             ["="] = true,
  509.             ["."] = true,
  510.             [","] = true,
  511.             ["("] = true,
  512.             [")"] = true,
  513.             ["["] = true,
  514.             ["]"] = true,
  515.             ["{"] = true,
  516.             ["}"] = true,
  517.             [":"] = true,
  518.             ["*"] = true,
  519.             ["/"] = true,
  520.             ["+"] = true,
  521.             ["-"] = true,
  522.             ["%"] = true,
  523.             [";"] = true,
  524.             ["~"] = true
  525.         }
  526.         for i, v in pairs(keywords) do
  527.             K[v] = true
  528.         end
  529.         S = S:gsub(".", function(c)
  530.             if Token[c] ~= nil then
  531.                 return "\32"
  532.             else
  533.                 return c
  534.             end
  535.         end)
  536.         S = S:gsub("%S+", function(c)
  537.             if K[c] ~= nil then
  538.                 return c
  539.             else
  540.                 return (" "):rep(#c)
  541.             end
  542.         end)
  543.      
  544.         return S
  545.     end
  546.    
  547.     local getlines = function(string)
  548.         local lines = 1
  549.         string:gsub("\n", function(c)
  550.             lines += 1
  551.         end)
  552.         Source.Parent.CanvasSize = UDim2.new(Source.Parent.CanvasSize.X.Scale,Source.Parent.CanvasSize.X.Offset,0,lines*15)
  553.         Source.Parent.CanvasPosition = Vector2.new(Source.Parent.CanvasPosition.X,lines*15)
  554.        
  555.         Lines.Parent.CanvasSize = UDim2.new(Lines.Parent.CanvasSize.X.Scale,Lines.Parent.CanvasSize.X.Offset,0,lines*15)
  556.         Lines.Parent.CanvasPosition = Vector2.new(Lines.Parent.CanvasPosition.X,lines*15)
  557.     end
  558.    
  559.     local gettext = function(string)
  560.         local lines = 0
  561.         for i, v in pairs(string.split(Source.Text,"\n")) do
  562.             local curlines = 0
  563.             for i_, v_ in pairs(string.split(v, "")) do
  564.                 curlines += 1
  565.             end
  566.             if curlines >= lines then lines = curlines end
  567.         end
  568.         Source.Parent.CanvasSize = UDim2.new(Source.Parent.CanvasSize.X.Scale,(lines*(17/2)),0,Source.Parent.CanvasSize.Y.Offset)
  569.         Source.Parent.CanvasPosition = Vector2.new(lines*(17/2),Source.Parent.CanvasPosition.Y)
  570.     end
  571.    
  572.     local hTokens = function(string)
  573.         local Token =
  574.         {
  575.             ["="] = true,
  576.             ["."] = true,
  577.             [","] = true,
  578.             ["("] = true,
  579.             [")"] = true,
  580.             ["["] = true,
  581.             ["]"] = true,
  582.             ["{"] = true,
  583.             ["}"] = true,
  584.             [":"] = true,
  585.             ["*"] = true,
  586.             ["/"] = true,
  587.             ["+"] = true,
  588.             ["-"] = true,
  589.             ["%"] = true,
  590.             [";"] = true,
  591.             ["~"] = true
  592.         }
  593.         local A = ""
  594.         string:gsub(".", function(c)
  595.             if Token[c] ~= nil then
  596.                 A = A .. c
  597.             elseif c == "\n" then
  598.                 A = A .. "\n"
  599.             elseif c == "\t" then
  600.                 A = A .. "\t"
  601.             else
  602.                 A = A .. "\32"
  603.             end
  604.         end)
  605.      
  606.         return A
  607.     end
  608.    
  609.    
  610.     local strings = function(string)
  611.         local highlight = ""
  612.         local quote = false
  613.         string:gsub(".", function(c)
  614.             if quote == false and c == "\"" then
  615.                 quote = true
  616.             elseif quote == true and c == "\"" then
  617.                 quote = false
  618.             end
  619.             if quote == false and c == "\"" then
  620.                 highlight = highlight .. "\""
  621.             elseif c == "\n" then
  622.                 highlight = highlight .. "\n"
  623.             elseif c == "\t" then
  624.                 highlight = highlight .. "\t"
  625.             elseif quote == true then
  626.                 highlight = highlight .. c
  627.             elseif quote == false then
  628.                 highlight = highlight .. "\32"
  629.             end
  630.         end)
  631.      
  632.         return highlight
  633.     end
  634.    
  635.     local comments = function(string)
  636.         local ret = ""
  637.         string:gsub("[^\r\n]+", function(c)
  638.             local comm = false
  639.             local i = 0
  640.             c:gsub(".", function(n)
  641.                 i = i + 1
  642.                 if c:sub(i, i + 1) == "--" then
  643.                     comm = true
  644.                 end
  645.                 if comm == true then
  646.                     ret = ret .. n
  647.                 else
  648.                     ret = ret .. "\32"
  649.                 end
  650.             end)
  651.             ret = ret
  652.         end)
  653.        
  654.         return ret
  655.     end
  656.    
  657.     local numbers = function(string)
  658.         local A = ""
  659.         string:gsub(".", function(c)
  660.             if tonumber(c) ~= nil then
  661.                 A = A .. c
  662.             elseif c == "\n" then
  663.                 A = A .. "\n"
  664.             elseif c == "\t" then
  665.                 A = A .. "\t"
  666.             else
  667.                 A = A .. "\32"
  668.             end
  669.         end)
  670.      
  671.         return A
  672.     end
  673.    
  674.     local highlight_source = function(type)
  675.         if type == "Text" then
  676.             Source.Text = Source.Text:gsub("\13", "")
  677.             Source.Text = Source.Text:gsub("\t", "      ")
  678.             local s = Source.Text
  679.             Source.Keywords_.Text = Highlight(s, lua_keywords)
  680.             Source.Globals_.Text = Highlight(s, global_env)
  681.             Source.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  682.             Source.Tokens_.Text = hTokens(s)
  683.             Source.Numbers_.Text = numbers(s)
  684.             Source.Strings_.Text = strings(s)
  685.             getlines(s)
  686.             gettext(s)
  687.             local lin = 1
  688.             s:gsub("\n", function()
  689.                 lin = lin + 1
  690.             end)
  691.             Lines.Text = ""
  692.             for i = 1, lin do
  693.                 Lines.Text = Lines.Text .. i .. "\n"
  694.             end
  695.         end
  696.     end
  697.    
  698.     highlight_source("Text")
  699.    
  700.     Source.Changed:Connect(highlight_source)
  701.    
  702.     Source.Changed:Connect(function()
  703.         Lines.Parent.CanvasPosition = Vector2.new(Lines.Parent.CanvasPosition.X,Source.Parent.CanvasPosition.Y)
  704.     end)
  705. end
  706. coroutine.wrap(YTWQY_fake_script)()
  707. local function WBEF_fake_script() -- Execute.LocalScript
  708.     local script = Instance.new('LocalScript', Execute)
  709.     local req = require
  710.     local require = function(obj)
  711.         local fake = fake_module_scripts[obj]
  712.         if fake then
  713.             return fake()
  714.         end
  715.         return req(obj)
  716.     end
  717.  
  718.     script.Parent.MouseButton1Click:Connect(function()
  719.         local success, errormsg = pcall(function()
  720.             loadstring(script.Parent.Parent.Script.TextBox.Text)()
  721.         end)
  722.         if not success then
  723.             script.Parent.Parent.Errors.Text = errormsg
  724.         else
  725.             script.Parent.Parent.Errors.Text = "No errors"
  726.         end
  727.     end)
  728. end
  729. coroutine.wrap(WBEF_fake_script)()
  730. local function OPTDU_fake_script() -- ScriptHubButton.LocalScript
  731.     local script = Instance.new('LocalScript', ScriptHubButton)
  732.     local req = require
  733.     local require = function(obj)
  734.         local fake = fake_module_scripts[obj]
  735.         if fake then
  736.             return fake()
  737.         end
  738.         return req(obj)
  739.     end
  740.  
  741.     script.Parent.MouseButton1Click:Connect(function()
  742.         script.Parent.Parent.ScriptHub.Visible = not script.Parent.Parent.ScriptHub.Visible
  743.     end)
  744. end
  745. coroutine.wrap(OPTDU_fake_script)()
  746. local function FGOLKM_fake_script() -- TextLabel_2.LocalScript
  747.     local script = Instance.new('LocalScript', TextLabel_2)
  748.     local req = require
  749.     local require = function(obj)
  750.         local fake = fake_module_scripts[obj]
  751.         if fake then
  752.             return fake()
  753.         end
  754.         return req(obj)
  755.     end
  756.  
  757.     local plr = game.Players.LocalPlayer
  758.     local m = plr:GetMouse()
  759.     local clicked = false
  760.     local lastx = m.X
  761.     local lasty = m.Y
  762.     local wantedpos = Vector2.new(script.Parent.Parent.Parent.Parent.Size.X.Offset,script.Parent.Parent.Parent.Size.Y.Offset)
  763.     m.Button1Down:Connect(function()
  764.         if ((m.X >= script.Parent.AbsolutePosition.X) and (m.X <= (script.Parent.AbsolutePosition.X + script.Parent.AbsoluteSize.X))) and ((m.Y >= script.Parent.AbsolutePosition.Y) and (m.Y <= (script.Parent.AbsolutePosition.Y + script.Parent.AbsoluteSize.Y))) then
  765.             clicked = true
  766.             lastx = m.X
  767.             lasty = m.Y
  768.         else
  769.             clicked = false
  770.         end
  771.     end)
  772.     m.Button1Up:Connect(function()
  773.         wantedpos = Vector2.new(script.Parent.Parent.Parent.Parent.Size.X.Offset,script.Parent.Parent.Parent.Size.Y.Offset)
  774.         clicked = false
  775.     end)
  776.     game:GetService("RunService").RenderStepped:Connect(function()
  777.         if clicked then
  778.             wantedpos = Vector2.new(wantedpos.X - (lastx - m.X), wantedpos.Y - (lasty - m.Y))
  779.             script.Parent.Parent.Parent.Size = UDim2.new(script.Parent.Parent.Parent.Size.X.Scale, script.Parent.Parent.Parent.Size.X.Offset,script.Parent.Parent.Parent.Size.Y.Scale, math.clamp(wantedpos.Y, -100, 200))
  780.             script.Parent.Parent.Parent.Parent.Size = UDim2.new(script.Parent.Parent.Parent.Parent.Size.X.Scale, math.clamp(wantedpos.X, -250, 200),script.Parent.Parent.Parent.Parent.Size.Y.Scale, script.Parent.Parent.Parent.Parent.Size.Y.Offset)
  781.             lastx = m.X
  782.             lasty = m.Y
  783.         end
  784.     end)
  785. end
  786. coroutine.wrap(FGOLKM_fake_script)()
  787. local function BCDUXH_fake_script() -- TextLabel_3.LocalScript
  788.     local script = Instance.new('LocalScript', TextLabel_3)
  789.     local req = require
  790.     local require = function(obj)
  791.         local fake = fake_module_scripts[obj]
  792.         if fake then
  793.             return fake()
  794.         end
  795.         return req(obj)
  796.     end
  797.  
  798.     local plr = game.Players.LocalPlayer
  799.     local m = plr:GetMouse()
  800.     local clicked = false
  801.     local lastx = m.X
  802.     local lasty = m.Y
  803.     local wantedpos = Vector2.new(script.Parent.Parent.Parent.Parent.Size.X.Offset,script.Parent.Parent.Parent.Size.Y.Offset)
  804.     m.Button1Down:Connect(function()
  805.         if ((m.X >= script.Parent.AbsolutePosition.X) and (m.X <= (script.Parent.AbsolutePosition.X + script.Parent.AbsoluteSize.X))) and ((m.Y >= script.Parent.AbsolutePosition.Y) and (m.Y <= (script.Parent.AbsolutePosition.Y + script.Parent.AbsoluteSize.Y))) then
  806.             clicked = true
  807.             lastx = m.X
  808.             lasty = m.Y
  809.         else
  810.             clicked = false
  811.         end
  812.     end)
  813.     m.Button1Up:Connect(function()
  814.         wantedpos = Vector2.new(script.Parent.Parent.Parent.Parent.Size.X.Offset,script.Parent.Parent.Parent.Size.Y.Offset)
  815.         clicked = false
  816.     end)
  817.     game:GetService("RunService").RenderStepped:Connect(function()
  818.         if clicked then
  819.             wantedpos = Vector2.new(wantedpos.X - (lastx - m.X), wantedpos.Y - (lasty - m.Y))
  820.             script.Parent.Parent.Parent.Size = UDim2.new(script.Parent.Parent.Parent.Size.X.Scale, script.Parent.Parent.Parent.Size.X.Offset,script.Parent.Parent.Parent.Size.Y.Scale, math.clamp(wantedpos.Y, -100, 200))
  821.             script.Parent.Parent.Parent.Parent.Size = UDim2.new(script.Parent.Parent.Parent.Parent.Size.X.Scale, math.clamp(wantedpos.X, -250, 200),script.Parent.Parent.Parent.Parent.Size.Y.Scale, script.Parent.Parent.Parent.Parent.Size.Y.Offset)
  822.             lastx = m.X
  823.             lasty = m.Y
  824.         end
  825.     end)
  826. end
  827. coroutine.wrap(BCDUXH_fake_script)()
  828. local function PPROJMY_fake_script() -- Scripts.LocalScript
  829.     local script = Instance.new('LocalScript', Scripts)
  830.     local req = require
  831.     local require = function(obj)
  832.         local fake = fake_module_scripts[obj]
  833.         if fake then
  834.             return fake()
  835.         end
  836.         return req(obj)
  837.     end
  838.    
  839.     TextButton.Parent = script
  840.     TextButton.BackgroundColor3 = Color3.fromRGB(107, 107, 107)
  841.     TextButton.BackgroundTransparency = 0.500
  842.     TextButton.Size = UDim2.new(0, 200, 0, 50)
  843.     TextButton.Font = Enum.Font.SourceSans
  844.     TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  845.     TextButton.TextScaled = true
  846.     TextButton.TextSize = 14.000
  847.     TextButton.TextWrapped = true
  848.    
  849.     for i, v in pairs(require(script.Parent.Parent.Parent.Scripts)) do
  850.         local button = script.TextButton:Clone()
  851.         button.Parent = script.Parent
  852.         button.Name = v.Name
  853.         button.Text = v.Name
  854.         button.MouseButton1Click:Connect(function()
  855.             script.Parent.Parent.Parent.Script.TextBox.Text = v.Script
  856.         end)
  857.     end
  858. end
  859. coroutine.wrap(PPROJMY_fake_script)()
  860. local function LSJLX_fake_script() -- Clear.LocalScript
  861.     local script = Instance.new('LocalScript', Clear)
  862.     local req = require
  863.     local require = function(obj)
  864.         local fake = fake_module_scripts[obj]
  865.         if fake then
  866.             return fake()
  867.         end
  868.         return req(obj)
  869.     end
  870.  
  871.     script.Parent.MouseButton1Click:Connect(function()
  872.         script.Parent.Parent.Script.TextBox.Text = ""
  873.     end)
  874. end
  875. coroutine.wrap(LSJLX_fake_script)()
  876. local function FKYMNLZ_fake_script() -- Minimize.LocalScript
  877.     local script = Instance.new('LocalScript', Minimize)
  878.     local req = require
  879.     local require = function(obj)
  880.         local fake = fake_module_scripts[obj]
  881.         if fake then
  882.             return fake()
  883.         end
  884.         return req(obj)
  885.     end
  886.  
  887.     local plr = game.Players.LocalPlayer
  888.     local m = plr:GetMouse()
  889.     m.Button1Down:Connect(function()
  890.         if ((m.X >= script.Parent.AbsolutePosition.X) and (m.X <= (script.Parent.AbsolutePosition.X + script.Parent.AbsoluteSize.X))) and ((m.Y >= script.Parent.AbsolutePosition.Y) and (m.Y <= (script.Parent.AbsolutePosition.Y + script.Parent.AbsoluteSize.Y))) then
  891.             script.Parent.Parent.Parent.Parent.Parent.Main.Visible = not script.Parent.Parent.Parent.Parent.Parent.Main.Visible
  892.         end
  893.     end)
  894. end
  895. coroutine.wrap(FKYMNLZ_fake_script)()
  896. local function ILWX_fake_script() -- Exit.LocalScript
  897.     local script = Instance.new('LocalScript', Exit)
  898.     local req = require
  899.     local require = function(obj)
  900.         local fake = fake_module_scripts[obj]
  901.         if fake then
  902.             return fake()
  903.         end
  904.         return req(obj)
  905.     end
  906.  
  907.     local plr = game.Players.LocalPlayer
  908.     local m = plr:GetMouse()
  909.     m.Button1Down:Connect(function()
  910.         if ((m.X >= script.Parent.AbsolutePosition.X) and (m.X <= (script.Parent.AbsolutePosition.X + script.Parent.AbsoluteSize.X))) and ((m.Y >= script.Parent.AbsolutePosition.Y) and (m.Y <= (script.Parent.AbsolutePosition.Y + script.Parent.AbsoluteSize.Y))) then
  911.             script.Parent.Parent.Parent.Parent:Destroy()
  912.         end
  913.     end)
  914. end
  915. coroutine.wrap(ILWX_fake_script)()
  916. local function UPYIBTU_fake_script() -- TopBar_2.LocalScript
  917.     local script = Instance.new('LocalScript', TopBar_2)
  918.     local req = require
  919.     local require = function(obj)
  920.         local fake = fake_module_scripts[obj]
  921.         if fake then
  922.             return fake()
  923.         end
  924.         return req(obj)
  925.     end
  926.  
  927.     local function EnableDrag(GuiObject, Drag)
  928.         local plr = game.Players.LocalPlayer
  929.         local m = plr:GetMouse()
  930.         if GuiObject:IsA("GuiButton") then
  931.             local LastX = m.X
  932.             local LastY = m.Y
  933.             local Clicked = false
  934.             GuiObject.MouseButton1Down:Connect(function()
  935.                 Clicked = true
  936.                 LastX = m.X
  937.                 LastY = m.Y
  938.             end)
  939.             m.Move:Connect(function()
  940.                 if Clicked then
  941.                     if (m.X ~= LastX) or (m.Y ~= LastY) then
  942.                         Drag.Position = UDim2.new(Drag.Position.X.Scale,Drag.Position.X.Offset - (LastX - m.X),Drag.Position.Y.Scale,Drag.Position.Y.Offset - (LastY - m.Y))
  943.                         LastX = m.X
  944.                         LastY = m.Y
  945.                     end
  946.                 end
  947.             end)
  948.             m.Button1Up:Connect(function()
  949.                 Clicked = false
  950.             end)
  951.         elseif GuiObject:IsA("GuiBase") then
  952.             local LastX = m.X
  953.             local LastY = m.Y
  954.             local Clicked = false
  955.             m.Button1Down:Connect(function()
  956.                 local MinPos = GuiObject.AbsolutePosition
  957.                 local MaxPos = Vector2.new(GuiObject.AbsolutePosition.X + (GuiObject.AbsoluteSize.X), GuiObject.AbsolutePosition.Y + (GuiObject.AbsoluteSize.Y))
  958.                 if (m.X >= MinPos.X) and (m.Y >= MinPos.Y) and (m.X <= MaxPos.X) and (m.Y <= MaxPos.Y) then
  959.                     Clicked = true
  960.                     LastX = m.X
  961.                     LastY = m.Y
  962.                 end
  963.             end)
  964.             m.Move:Connect(function()
  965.                 if Clicked then
  966.                     if (m.X ~= LastX) or (m.Y ~= LastY) then
  967.                         Drag.Position = UDim2.new(Drag.Position.X.Scale,Drag.Position.X.Offset - (LastX - m.X),Drag.Position.Y.Scale,Drag.Position.Y.Offset - (LastY - m.Y))
  968.                         LastX = m.X
  969.                         LastY = m.Y
  970.                     end
  971.                 end
  972.             end)
  973.             m.Button1Up:Connect(function()
  974.                 Clicked = false
  975.             end)
  976.         end
  977.     end
  978.    
  979.     EnableDrag(script.Parent, script.Parent.Parent.Parent)
  980. end
  981. coroutine.wrap(UPYIBTU_fake_script)()
  982. local function HVNOOEL_fake_script() -- Main.LocalScript
  983.     local script = Instance.new('LocalScript', Main)
  984.     local req = require
  985.     local require = function(obj)
  986.         local fake = fake_module_scripts[obj]
  987.         if fake then
  988.             return fake()
  989.         end
  990.         return req(obj)
  991.     end
  992.  
  993.     script.Parent.Size = UDim2.new(0,0,0,0)
  994.     for i, v in pairs(script.Parent.Main:GetChildren()) do
  995.         if v.Name ~= "ScriptHub" and not v:IsA("Script") and not v:IsA("LocalScript") and not v:IsA("ModuleScript") and v.Name ~= "SideBar" then
  996.             if v.Name ~= "Lines" and v.Name ~= "Errors" then
  997.                 v.BackgroundTransparency = 1
  998.             end
  999.             if v:IsA("TextSource") then
  1000.                 v.TextTransparency = 1
  1001.             end
  1002.             v.Visible = false
  1003.         end
  1004.     end
  1005.     script.Parent.TopBar.Visible = false
  1006.     wait(2)
  1007.     for i = 0,1,0.01 do
  1008.         script.Parent.Size = script.Parent.Size:Lerp(UDim2.new(0.4,-15,0.05,-15),i)
  1009.         wait()
  1010.     end
  1011.     wait(1)
  1012.     for i, v in pairs(script.Parent.Main:GetChildren()) do
  1013.         if v.Name ~= "ScriptHub" and not v:IsA("Script") and not v:IsA("LocalScript") and not v:IsA("ModuleScript") and v.Name ~= "SideBar" then
  1014.             spawn(function()
  1015.                 for i_ = 0,1,0.05 do
  1016.                     if v.Name ~= "Lines" and v.Name ~= "Errors" then
  1017.                         v.BackgroundTransparency = i_
  1018.                     end
  1019.                     if v:IsA("TextSource") then
  1020.                         v.TextTransparency = i_
  1021.                     end
  1022.                     v.Visible = true
  1023.                     wait(0.05)
  1024.                 end
  1025.             end)
  1026.         end
  1027.     end
  1028.     script.Parent.TopBar.Visible = true
  1029. end
  1030. coroutine.wrap(HVNOOEL_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement