Advertisement
rrixh

flxKoral remake

Oct 27th, 2023
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 35.39 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Newfluxsos = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local left = Instance.new("Frame")
  9. local executebutton = Instance.new("Frame")
  10. local UICorner = Instance.new("UICorner")
  11. local run = Instance.new("TextButton")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local TextLabel = Instance.new("TextLabel")
  14. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  15. local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
  16. local back = Instance.new("TextButton")
  17. local UICorner_3 = Instance.new("UICorner")
  18. local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
  19. local Loadeditor = Instance.new("TextButton")
  20. local UICorner_4 = Instance.new("UICorner")
  21. local UITextSizeConstraint_4 = Instance.new("UITextSizeConstraint")
  22. local Execute = Instance.new("TextButton")
  23. local UICorner_5 = Instance.new("UICorner")
  24. local TextLabel_2 = Instance.new("TextLabel")
  25. local UITextSizeConstraint_5 = Instance.new("UITextSizeConstraint")
  26. local UITextSizeConstraint_6 = Instance.new("UITextSizeConstraint")
  27. local Clear = Instance.new("TextButton")
  28. local UICorner_6 = Instance.new("UICorner")
  29. local UITextSizeConstraint_7 = Instance.new("UITextSizeConstraint")
  30. local executorframe = Instance.new("Frame")
  31. local text1 = Instance.new("TextBox")
  32. local UITextSizeConstraint_8 = Instance.new("UITextSizeConstraint")
  33. local TextBox = Instance.new("TextBox")
  34. local UICorner_7 = Instance.new("UICorner")
  35. local UITextSizeConstraint_9 = Instance.new("UITextSizeConstraint")
  36. local plus = Instance.new("TextButton")
  37. local UICorner_8 = Instance.new("UICorner")
  38. local UITextSizeConstraint_10 = Instance.new("UITextSizeConstraint")
  39. local Frame = Instance.new("Frame")
  40. local UIListLayout = Instance.new("UIListLayout")
  41. local Folder = Instance.new("Folder")
  42. local Frame_2 = Instance.new("Frame")
  43. local TextLabel_3 = Instance.new("TextLabel")
  44. local TextButton = Instance.new("TextButton")
  45. local UICorner_9 = Instance.new("UICorner")
  46. local del = Instance.new("TextButton")
  47. local UICorner_10 = Instance.new("UICorner")
  48. local UICorner_11 = Instance.new("UICorner")
  49. local consolebutton = Instance.new("Frame")
  50. local back_2 = Instance.new("TextButton")
  51. local UICorner_12 = Instance.new("UICorner")
  52. local Copy = Instance.new("TextButton")
  53. local UICorner_13 = Instance.new("UICorner")
  54. local TextLabel_4 = Instance.new("TextLabel")
  55. local Clear_2 = Instance.new("TextButton")
  56. local UICorner_14 = Instance.new("UICorner")
  57. local UITextSizeConstraint_11 = Instance.new("UITextSizeConstraint")
  58. local mainbutton = Instance.new("Frame")
  59. local Settings = Instance.new("TextButton")
  60. local UICorner_15 = Instance.new("UICorner")
  61. local UITextSizeConstraint_12 = Instance.new("UITextSizeConstraint")
  62. local Executor = Instance.new("TextButton")
  63. local UICorner_16 = Instance.new("UICorner")
  64. local UITextSizeConstraint_13 = Instance.new("UITextSizeConstraint")
  65. local Console = Instance.new("TextButton")
  66. local UICorner_17 = Instance.new("UICorner")
  67. local UITextSizeConstraint_14 = Instance.new("UITextSizeConstraint")
  68. local Cloud = Instance.new("TextButton")
  69. local UITextSizeConstraint_15 = Instance.new("UITextSizeConstraint")
  70. local UICorner_18 = Instance.new("UICorner")
  71. local close = Instance.new("ImageButton")
  72. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  73. local cloudbutton = Instance.new("Frame")
  74. local back_3 = Instance.new("TextButton")
  75. local UICorner_19 = Instance.new("UICorner")
  76. local UITextSizeConstraint_16 = Instance.new("UITextSizeConstraint")
  77. local Clear_3 = Instance.new("TextButton")
  78. local UICorner_20 = Instance.new("UICorner")
  79. local UITextSizeConstraint_17 = Instance.new("UITextSizeConstraint")
  80. local TextBox_2 = Instance.new("TextBox")
  81. local UICorner_21 = Instance.new("UICorner")
  82. local UITextSizeConstraint_18 = Instance.new("UITextSizeConstraint")
  83. local ScrollingFrame = Instance.new("ScrollingFrame")
  84. local UIGridLayout = Instance.new("UIGridLayout")
  85. local Folder_2 = Instance.new("Folder")
  86. local Frame_3 = Instance.new("Frame")
  87. local UICorner_22 = Instance.new("UICorner")
  88. local ImageLabel = Instance.new("ImageLabel")
  89. local load = Instance.new("TextButton")
  90. local UICorner_23 = Instance.new("UICorner")
  91. local UITextSizeConstraint_19 = Instance.new("UITextSizeConstraint")
  92. local TextLabel_5 = Instance.new("TextLabel")
  93. local open = Instance.new("Frame")
  94. local UICorner_24 = Instance.new("UICorner")
  95. local ImageButton = Instance.new("ImageButton")
  96. local UICorner_25 = Instance.new("UICorner")
  97.  
  98. --Properties:
  99.  
  100. Newfluxsos.Name = "Newfluxsos"
  101. Newfluxsos.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  102. Newfluxsos.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  103.  
  104. main.Name = "main"
  105. main.Parent = Newfluxsos
  106. main.Active = true
  107. main.BackgroundColor3 = Color3.fromRGB(17, 16, 17)
  108. main.BackgroundTransparency = 0.600
  109. main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  110. main.BorderSizePixel = 0
  111. main.Position = UDim2.new(-5, 0, 0, 0)
  112. main.Size = UDim2.new(1.03412247, 0, 0.998622596, 0)
  113.  
  114. left.Name = "left"
  115. left.Parent = main
  116. left.BackgroundColor3 = Color3.fromRGB(44, 48, 51)
  117. left.BorderColor3 = Color3.fromRGB(0, 0, 0)
  118. left.BorderSizePixel = 0
  119. left.Size = UDim2.new(0.206228957, 0, 1.11295903, 0)
  120.  
  121. executebutton.Name = "executebutton"
  122. executebutton.Parent = left
  123. executebutton.BackgroundColor3 = Color3.fromRGB(44, 48, 51)
  124. executebutton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  125. executebutton.BorderSizePixel = 0
  126. executebutton.Position = UDim2.new(0.0326530598, 0, 0.214700207, 0)
  127. executebutton.Size = UDim2.new(0.930612266, 0, 0.704862237, 0)
  128. executebutton.Visible = false
  129.  
  130. UICorner.Parent = executebutton
  131.  
  132. run.Name = "run"
  133. run.Parent = executebutton
  134. run.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  135. run.BorderColor3 = Color3.fromRGB(0, 0, 0)
  136. run.BorderSizePixel = 0
  137. run.Position = UDim2.new(0.0592503995, 0, 0.482420385, 0)
  138. run.Size = UDim2.new(0.877192974, 0, 0.0879120827, 0)
  139. run.Font = Enum.Font.SourceSansBold
  140. run.Text = "Run"
  141. run.TextColor3 = Color3.fromRGB(255, 255, 255)
  142. run.TextScaled = true
  143. run.TextSize = 25.000
  144. run.TextWrapped = true
  145.  
  146. UICorner_2.Parent = run
  147.  
  148. TextLabel.Parent = run
  149. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. TextLabel.BackgroundTransparency = 1.000
  151. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  152. TextLabel.BorderSizePixel = 0
  153. TextLabel.Position = UDim2.new(0, 0, -0.774999976, 0)
  154. TextLabel.Size = UDim2.new(0, 200, 0, 21)
  155. TextLabel.Font = Enum.Font.SourceSansBold
  156. TextLabel.Text = "Skript Editor"
  157. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  158. TextLabel.TextScaled = true
  159. TextLabel.TextSize = 20.000
  160. TextLabel.TextWrapped = true
  161. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  162.  
  163. UITextSizeConstraint.Parent = TextLabel
  164. UITextSizeConstraint.MaxTextSize = 20
  165.  
  166. UITextSizeConstraint_2.Parent = run
  167. UITextSizeConstraint_2.MaxTextSize = 25
  168.  
  169. back.Name = "back"
  170. back.Parent = executebutton
  171. back.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  172. back.BorderColor3 = Color3.fromRGB(0, 0, 0)
  173. back.BorderSizePixel = 0
  174. back.Position = UDim2.new(0.0592503995, 0, 0, 0)
  175. back.Size = UDim2.new(0.877192974, 0, 0.0879120827, 0)
  176. back.Font = Enum.Font.SourceSansBold
  177. back.Text = "< Baxk"
  178. back.TextColor3 = Color3.fromRGB(255, 255, 255)
  179. back.TextScaled = true
  180. back.TextSize = 25.000
  181. back.TextWrapped = true
  182.  
  183. UICorner_3.Parent = back
  184.  
  185. UITextSizeConstraint_3.Parent = back
  186. UITextSizeConstraint_3.MaxTextSize = 25
  187.  
  188. Loadeditor.Name = "Loadeditor"
  189. Loadeditor.Parent = executebutton
  190. Loadeditor.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  191. Loadeditor.BorderColor3 = Color3.fromRGB(0, 0, 0)
  192. Loadeditor.BorderSizePixel = 0
  193. Loadeditor.Position = UDim2.new(0.0570175648, 0, 0.593406618, 0)
  194. Loadeditor.Size = UDim2.new(0.877192974, 0, 0.0879120827, 0)
  195. Loadeditor.Font = Enum.Font.SourceSansBold
  196. Loadeditor.Text = "Load Skript to Editor"
  197. Loadeditor.TextColor3 = Color3.fromRGB(255, 255, 255)
  198. Loadeditor.TextScaled = true
  199. Loadeditor.TextSize = 25.000
  200. Loadeditor.TextWrapped = true
  201.  
  202. UICorner_4.Parent = Loadeditor
  203.  
  204. UITextSizeConstraint_4.Parent = Loadeditor
  205. UITextSizeConstraint_4.MaxTextSize = 25
  206.  
  207. Execute.Name = "Execute"
  208. Execute.Parent = executebutton
  209. Execute.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  210. Execute.BorderColor3 = Color3.fromRGB(0, 0, 0)
  211. Execute.BorderSizePixel = 0
  212. Execute.Position = UDim2.new(0.0592503995, 0, 0.190400541, 0)
  213. Execute.Size = UDim2.new(0.877192974, 0, 0.0879120827, 0)
  214. Execute.Font = Enum.Font.SourceSansBold
  215. Execute.Text = "Exekute"
  216. Execute.TextColor3 = Color3.fromRGB(255, 255, 255)
  217. Execute.TextScaled = true
  218. Execute.TextSize = 25.000
  219. Execute.TextWrapped = true
  220.  
  221. UICorner_5.Parent = Execute
  222.  
  223. TextLabel_2.Parent = Execute
  224. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  225. TextLabel_2.BackgroundTransparency = 1.000
  226. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  227. TextLabel_2.BorderSizePixel = 0
  228. TextLabel_2.Position = UDim2.new(0, 0, -0.774999976, 0)
  229. TextLabel_2.Size = UDim2.new(0, 200, 0, 21)
  230. TextLabel_2.Font = Enum.Font.SourceSansBold
  231. TextLabel_2.Text = "Skript Editor"
  232. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  233. TextLabel_2.TextScaled = true
  234. TextLabel_2.TextSize = 20.000
  235. TextLabel_2.TextWrapped = true
  236. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  237.  
  238. UITextSizeConstraint_5.Parent = TextLabel_2
  239. UITextSizeConstraint_5.MaxTextSize = 20
  240.  
  241. UITextSizeConstraint_6.Parent = Execute
  242. UITextSizeConstraint_6.MaxTextSize = 25
  243.  
  244. Clear.Name = "Clear"
  245. Clear.Parent = executebutton
  246. Clear.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  247. Clear.BorderColor3 = Color3.fromRGB(0, 0, 0)
  248. Clear.BorderSizePixel = 0
  249. Clear.Position = UDim2.new(0.0592503995, 0, 0.305677205, 0)
  250. Clear.Size = UDim2.new(0.877192974, 0, 0.0879120827, 0)
  251. Clear.Font = Enum.Font.SourceSansBold
  252. Clear.Text = "Klear"
  253. Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  254. Clear.TextScaled = true
  255. Clear.TextSize = 25.000
  256. Clear.TextWrapped = true
  257.  
  258. UICorner_6.Parent = Clear
  259.  
  260. UITextSizeConstraint_7.Parent = Clear
  261. UITextSizeConstraint_7.MaxTextSize = 25
  262.  
  263. executorframe.Name = "executorframe"
  264. executorframe.Parent = executebutton
  265. executorframe.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  266. executorframe.BackgroundTransparency = 1.000
  267. executorframe.BorderColor3 = Color3.fromRGB(0, 0, 0)
  268. executorframe.BorderSizePixel = 0
  269. executorframe.Position = UDim2.new(1.09649122, 0, -0.21758242, 0)
  270. executorframe.Size = UDim2.new(3.89912271, 0, 1.19999993, 0)
  271.  
  272. text1.Name = "text1"
  273. text1.Parent = executorframe
  274. text1.BackgroundColor3 = Color3.fromRGB(17, 16, 17)
  275. text1.BackgroundTransparency = 0.990
  276. text1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  277. text1.BorderSizePixel = 0
  278. text1.ClipsDescendants = true
  279. text1.Position = UDim2.new(0, 0, 0.125410035, 0)
  280. text1.Size = UDim2.new(0.977502823, 0, 0.866300344, 0)
  281. text1.Font = Enum.Font.SourceSans
  282. text1.MultiLine = true
  283. text1.PlaceholderText = "--[[\\nscript 1\\nflux sus remake by anya soon\\n]]--"
  284. text1.Text = ""
  285. text1.TextColor3 = Color3.fromRGB(255, 255, 255)
  286. text1.TextScaled = true
  287. text1.TextSize = 20.000
  288. text1.TextWrapped = true
  289. text1.TextXAlignment = Enum.TextXAlignment.Left
  290. text1.TextYAlignment = Enum.TextYAlignment.Top
  291.  
  292. UITextSizeConstraint_8.Parent = text1
  293. UITextSizeConstraint_8.MaxTextSize = 20
  294.  
  295. TextBox.Parent = executorframe
  296. TextBox.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  297. TextBox.BorderColor3 = Color3.fromRGB(102, 60, 232)
  298. TextBox.BorderSizePixel = 0
  299. TextBox.Size = UDim2.new(0.129999995, 0, 0.0710000023, 0)
  300. TextBox.Font = Enum.Font.SourceSansBold
  301. TextBox.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  302. TextBox.PlaceholderText = "skript1"
  303. TextBox.ShowNativeInput = false
  304. TextBox.Text = ""
  305. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  306. TextBox.TextSize = 20.000
  307.  
  308. UICorner_7.Parent = TextBox
  309.  
  310. UITextSizeConstraint_9.Parent = TextBox
  311. UITextSizeConstraint_9.MaxTextSize = 22
  312.  
  313. plus.Name = "plus"
  314. plus.Parent = TextBox
  315. plus.BackgroundColor3 = Color3.fromRGB(45, 46, 51)
  316. plus.BorderColor3 = Color3.fromRGB(0, 0, 0)
  317. plus.BorderSizePixel = 0
  318. plus.Position = UDim2.new(1.06077147, 0, 0, 0)
  319. plus.Size = UDim2.new(0.336206883, 0, 1, 0)
  320. plus.Font = Enum.Font.SourceSansBold
  321. plus.Text = "+"
  322. plus.TextColor3 = Color3.fromRGB(255, 255, 255)
  323. plus.TextScaled = true
  324. plus.TextSize = 22.000
  325. plus.TextWrapped = true
  326.  
  327. UICorner_8.Parent = plus
  328.  
  329. UITextSizeConstraint_10.Parent = plus
  330. UITextSizeConstraint_10.MaxTextSize = 38
  331.  
  332. Frame.Parent = executorframe
  333. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  334. Frame.BackgroundTransparency = 0.990
  335. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  336. Frame.BorderSizePixel = 0
  337. Frame.Position = UDim2.new(0.824521959, 0, -5.58930005e-08, 0)
  338. Frame.Size = UDim2.new(0.152980879, 0, 0.98901099, 0)
  339.  
  340. UIListLayout.Parent = Frame
  341. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  342. UIListLayout.Padding = UDim.new(0, 5)
  343.  
  344. Folder.Parent = Frame
  345.  
  346. Frame_2.Parent = Folder
  347. Frame_2.BackgroundColor3 = Color3.fromRGB(45, 46, 51)
  348. Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  349. Frame_2.BorderSizePixel = 0
  350. Frame_2.Size = UDim2.new(1, 0, 0.118518516, 0)
  351. Frame_2.Visible = false
  352.  
  353. TextLabel_3.Parent = Frame_2
  354. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  355. TextLabel_3.BackgroundTransparency = 1.000
  356. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  357. TextLabel_3.BorderSizePixel = 0
  358. TextLabel_3.Position = UDim2.new(0.338235319, 0, -0.0118055344, 0)
  359. TextLabel_3.Size = UDim2.new(0, 43, 0, 13)
  360. TextLabel_3.Font = Enum.Font.SourceSans
  361. TextLabel_3.Text = "skript"
  362. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  363. TextLabel_3.TextSize = 20.000
  364.  
  365. TextButton.Parent = Frame_2
  366. TextButton.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  367. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  368. TextButton.BorderSizePixel = 0
  369. TextButton.Position = UDim2.new(0.58088237, 0, 0.484375, 0)
  370. TextButton.Size = UDim2.new(0, 40, 0, 33)
  371. TextButton.Font = Enum.Font.SourceSansBold
  372. TextButton.Text = "Load"
  373. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  374. TextButton.TextSize = 14.000
  375.  
  376. UICorner_9.Parent = TextButton
  377.  
  378. del.Name = "del"
  379. del.Parent = Frame_2
  380. del.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  381. del.BorderColor3 = Color3.fromRGB(0, 0, 0)
  382. del.BorderSizePixel = 0
  383. del.Position = UDim2.new(0.139705911, 0, 0.484375, 0)
  384. del.Size = UDim2.new(0, 40, 0, 33)
  385. del.Font = Enum.Font.SourceSansBold
  386. del.Text = "delete"
  387. del.TextColor3 = Color3.fromRGB(255, 255, 255)
  388. del.TextSize = 14.000
  389.  
  390. UICorner_10.Parent = del
  391.  
  392. UICorner_11.Parent = Frame_2
  393.  
  394. consolebutton.Name = "consolebutton"
  395. consolebutton.Parent = left
  396. consolebutton.BackgroundColor3 = Color3.fromRGB(44, 48, 51)
  397. consolebutton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  398. consolebutton.BorderSizePixel = 0
  399. consolebutton.Position = UDim2.new(0.0326530598, 0, 0.214700192, 0)
  400. consolebutton.Size = UDim2.new(0.930612266, 0, 0.615011632, 0)
  401. consolebutton.Visible = false
  402.  
  403. back_2.Name = "back"
  404. back_2.Parent = consolebutton
  405. back_2.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  406. back_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  407. back_2.BorderSizePixel = 0
  408. back_2.Position = UDim2.new(0.0592503995, 0, 0, 0)
  409. back_2.Size = UDim2.new(0.877192974, 0, 0.100755669, 0)
  410. back_2.Font = Enum.Font.SourceSansBold
  411. back_2.Text = "< Baxk"
  412. back_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  413. back_2.TextSize = 25.000
  414.  
  415. UICorner_12.Parent = back_2
  416.  
  417. Copy.Name = "Copy"
  418. Copy.Parent = consolebutton
  419. Copy.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  420. Copy.BorderColor3 = Color3.fromRGB(0, 0, 0)
  421. Copy.BorderSizePixel = 0
  422. Copy.Position = UDim2.new(0.0592503995, 0, 0.319899261, 0)
  423. Copy.Size = UDim2.new(0.877192974, 0, 0.100755669, 0)
  424. Copy.Font = Enum.Font.SourceSansBold
  425. Copy.Text = "Kopy"
  426. Copy.TextColor3 = Color3.fromRGB(255, 255, 255)
  427. Copy.TextSize = 25.000
  428.  
  429. UICorner_13.Parent = Copy
  430.  
  431. TextLabel_4.Parent = Copy
  432. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  433. TextLabel_4.BackgroundTransparency = 1.000
  434. TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  435. TextLabel_4.BorderSizePixel = 0
  436. TextLabel_4.Position = UDim2.new(0, 0, -0.875, 0)
  437. TextLabel_4.Size = UDim2.new(1, 0, 0.725000024, 0)
  438. TextLabel_4.Font = Enum.Font.SourceSansBold
  439. TextLabel_4.Text = "Konsole settings"
  440. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  441. TextLabel_4.TextScaled = true
  442. TextLabel_4.TextSize = 22.000
  443. TextLabel_4.TextWrapped = true
  444. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  445.  
  446. Clear_2.Name = "Clear"
  447. Clear_2.Parent = consolebutton
  448. Clear_2.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  449. Clear_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  450. Clear_2.BorderSizePixel = 0
  451. Clear_2.Position = UDim2.new(0.0592503995, 0, 0.448362738, 0)
  452. Clear_2.Size = UDim2.new(0.877192974, 0, 0.100755669, 0)
  453. Clear_2.Font = Enum.Font.SourceSansBold
  454. Clear_2.Text = "Klear"
  455. Clear_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  456. Clear_2.TextSize = 25.000
  457.  
  458. UICorner_14.Parent = Clear_2
  459.  
  460. UITextSizeConstraint_11.Parent = Clear_2
  461. UITextSizeConstraint_11.MaxTextSize = 25
  462.  
  463. mainbutton.Name = "mainbutton"
  464. mainbutton.Parent = left
  465. mainbutton.BackgroundColor3 = Color3.fromRGB(44, 48, 51)
  466. mainbutton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  467. mainbutton.BorderSizePixel = 0
  468. mainbutton.Position = UDim2.new(0.0326530598, 0, 0.214700192, 0)
  469. mainbutton.Size = UDim2.new(0.930612266, 0, 0.684482753, 0)
  470.  
  471. Settings.Name = "Settings"
  472. Settings.Parent = mainbutton
  473. Settings.BackgroundColor3 = Color3.fromRGB(71, 69, 73)
  474. Settings.BorderColor3 = Color3.fromRGB(0, 0, 0)
  475. Settings.BorderSizePixel = 0
  476. Settings.Position = UDim2.new(0.0219298247, 0, 0.365239292, 0)
  477. Settings.Size = UDim2.new(0.973684192, 0, 0.100755669, 0)
  478. Settings.Font = Enum.Font.SourceSansBold
  479. Settings.Text = "Settings(komingsoon)"
  480. Settings.TextColor3 = Color3.fromRGB(255, 255, 255)
  481. Settings.TextScaled = true
  482. Settings.TextSize = 20.000
  483. Settings.TextWrapped = true
  484.  
  485. UICorner_15.Parent = Settings
  486.  
  487. UITextSizeConstraint_12.Parent = Settings
  488. UITextSizeConstraint_12.MaxTextSize = 20
  489.  
  490. Executor.Name = "Executor"
  491. Executor.Parent = mainbutton
  492. Executor.BackgroundColor3 = Color3.fromRGB(71, 69, 73)
  493. Executor.BorderColor3 = Color3.fromRGB(0, 0, 0)
  494. Executor.BorderSizePixel = 0
  495. Executor.Position = UDim2.new(0.0219298247, 0, 0, 0)
  496. Executor.Size = UDim2.new(0.973684192, 0, 0.100755669, 0)
  497. Executor.Font = Enum.Font.SourceSansBold
  498. Executor.Text = "Exekutor"
  499. Executor.TextColor3 = Color3.fromRGB(255, 255, 255)
  500. Executor.TextScaled = true
  501. Executor.TextSize = 20.000
  502. Executor.TextWrapped = true
  503.  
  504. UICorner_16.Parent = Executor
  505.  
  506. UITextSizeConstraint_13.Parent = Executor
  507. UITextSizeConstraint_13.MaxTextSize = 20
  508.  
  509. Console.Name = "Console"
  510. Console.Parent = mainbutton
  511. Console.BackgroundColor3 = Color3.fromRGB(71, 69, 73)
  512. Console.BorderColor3 = Color3.fromRGB(0, 0, 0)
  513. Console.BorderSizePixel = 0
  514. Console.Position = UDim2.new(0.0219298247, 0, 0.246851385, 0)
  515. Console.Size = UDim2.new(0.973684192, 0, 0.100755669, 0)
  516. Console.Font = Enum.Font.SourceSansBold
  517. Console.Text = "Konsole"
  518. Console.TextColor3 = Color3.fromRGB(255, 255, 255)
  519. Console.TextScaled = true
  520. Console.TextSize = 20.000
  521. Console.TextWrapped = true
  522.  
  523. UICorner_17.Parent = Console
  524.  
  525. UITextSizeConstraint_14.Parent = Console
  526. UITextSizeConstraint_14.MaxTextSize = 20
  527.  
  528. Cloud.Name = "Cloud"
  529. Cloud.Parent = mainbutton
  530. Cloud.BackgroundColor3 = Color3.fromRGB(71, 69, 73)
  531. Cloud.BorderColor3 = Color3.fromRGB(0, 0, 0)
  532. Cloud.BorderSizePixel = 0
  533. Cloud.Position = UDim2.new(0.0219298247, 0, 0.123425692, 0)
  534. Cloud.Size = UDim2.new(0.973684192, 0, 0.100755669, 0)
  535. Cloud.Font = Enum.Font.SourceSansBold
  536. Cloud.Text = "Kloud"
  537. Cloud.TextColor3 = Color3.fromRGB(255, 255, 255)
  538. Cloud.TextScaled = true
  539. Cloud.TextSize = 20.000
  540. Cloud.TextWrapped = true
  541.  
  542. UITextSizeConstraint_15.Parent = Cloud
  543. UITextSizeConstraint_15.MaxTextSize = 20
  544.  
  545. UICorner_18.Parent = Cloud
  546.  
  547. close.Name = "close"
  548. close.Parent = left
  549. close.BackgroundColor3 = Color3.fromRGB(44, 48, 51)
  550. close.BorderColor3 = Color3.fromRGB(44, 48, 51)
  551. close.Position = UDim2.new(0.326163262, 0, 0.0304482765, 0)
  552. close.Size = UDim2.new(0.342857152, 0, 0.131034479, 0)
  553. close.Image = "rbxassetid://13945092962"
  554.  
  555. UIAspectRatioConstraint.Parent = close
  556. UIAspectRatioConstraint.AspectRatio = 0.993
  557.  
  558. cloudbutton.Name = "cloudbutton"
  559. cloudbutton.Parent = left
  560. cloudbutton.BackgroundColor3 = Color3.fromRGB(44, 48, 51)
  561. cloudbutton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  562. cloudbutton.BorderSizePixel = 0
  563. cloudbutton.Position = UDim2.new(0.0326530598, 0, 0.214700192, 0)
  564. cloudbutton.Size = UDim2.new(0.930612266, 0, 0.615011632, 0)
  565. cloudbutton.Visible = false
  566.  
  567. back_3.Name = "back"
  568. back_3.Parent = cloudbutton
  569. back_3.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  570. back_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  571. back_3.BorderSizePixel = 0
  572. back_3.Position = UDim2.new(0.0592503995, 0, 0, 0)
  573. back_3.Size = UDim2.new(0.877192974, 0, 0.100755669, 0)
  574. back_3.Font = Enum.Font.SourceSansBold
  575. back_3.Text = "< Baxk"
  576. back_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  577. back_3.TextScaled = true
  578. back_3.TextSize = 25.000
  579. back_3.TextWrapped = true
  580.  
  581. UICorner_19.Parent = back_3
  582.  
  583. UITextSizeConstraint_16.Parent = back_3
  584. UITextSizeConstraint_16.MaxTextSize = 25
  585.  
  586. Clear_3.Name = "Clear"
  587. Clear_3.Parent = cloudbutton
  588. Clear_3.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  589. Clear_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  590. Clear_3.BorderSizePixel = 0
  591. Clear_3.Position = UDim2.new(0.0592503995, 0, 0.314861476, 0)
  592. Clear_3.Size = UDim2.new(0.877192974, 0, 0.100755669, 0)
  593. Clear_3.Font = Enum.Font.SourceSansBold
  594. Clear_3.Text = "Searxh"
  595. Clear_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  596. Clear_3.TextSize = 25.000
  597.  
  598. UICorner_20.Parent = Clear_3
  599.  
  600. UITextSizeConstraint_17.Parent = Clear_3
  601. UITextSizeConstraint_17.MaxTextSize = 25
  602.  
  603. TextBox_2.Parent = cloudbutton
  604. TextBox_2.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  605. TextBox_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  606. TextBox_2.BorderSizePixel = 0
  607. TextBox_2.Position = UDim2.new(0.0614035092, 0, 0.193954661, 0)
  608. TextBox_2.Size = UDim2.new(0.877192974, 0, 0.0982367769, 0)
  609. TextBox_2.Font = Enum.Font.SourceSans
  610. TextBox_2.PlaceholderText = "FINDER"
  611. TextBox_2.Text = ""
  612. TextBox_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  613. TextBox_2.TextScaled = true
  614. TextBox_2.TextSize = 14.000
  615. TextBox_2.TextWrapped = true
  616.  
  617. UICorner_21.Parent = TextBox_2
  618.  
  619. UITextSizeConstraint_18.Parent = TextBox_2
  620. UITextSizeConstraint_18.MaxTextSize = 14
  621.  
  622. ScrollingFrame.Parent = cloudbutton
  623. ScrollingFrame.Active = true
  624. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  625. ScrollingFrame.BackgroundTransparency = 0.990
  626. ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  627. ScrollingFrame.BorderSizePixel = 0
  628. ScrollingFrame.Position = UDim2.new(1.22368419, 0, -0.261964738, 0)
  629. ScrollingFrame.Size = UDim2.new(3.60087729, 0, 1.28463471, 0)
  630. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 3.9000001, 0)
  631.  
  632. UIGridLayout.Parent = ScrollingFrame
  633. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  634. UIGridLayout.CellPadding = UDim2.new(0, 10, 0, 10)
  635. UIGridLayout.CellSize = UDim2.new(0, 262, 0, 218)
  636.  
  637. Folder_2.Parent = ScrollingFrame
  638.  
  639. Frame_3.Parent = Folder_2
  640. Frame_3.BackgroundColor3 = Color3.fromRGB(44, 48, 51)
  641. Frame_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  642. Frame_3.BorderSizePixel = 0
  643. Frame_3.Position = UDim2.new(0, 0, 0.0142092062, 0)
  644. Frame_3.Size = UDim2.new(0.31912303, 0, 0.427451015, 0)
  645. Frame_3.Visible = false
  646.  
  647. UICorner_22.Parent = Frame_3
  648.  
  649. ImageLabel.Parent = Frame_3
  650. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  651. ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  652. ImageLabel.BorderSizePixel = 0
  653. ImageLabel.Position = UDim2.new(0.236641213, 0, 0.114678897, 0)
  654. ImageLabel.Size = UDim2.new(0.52290076, 0, 0.17980653, 0)
  655. ImageLabel.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  656.  
  657. load.Name = "load"
  658. load.Parent = Frame_3
  659. load.BackgroundColor3 = Color3.fromRGB(102, 60, 232)
  660. load.BorderColor3 = Color3.fromRGB(0, 0, 0)
  661. load.BorderSizePixel = 0
  662. load.Position = UDim2.new(0.385496199, 0, 0.700182319, 0)
  663. load.Size = UDim2.new(0.218886033, 0, 0.247544661, 0)
  664. load.Font = Enum.Font.SourceSansBold
  665. load.Text = "Load"
  666. load.TextColor3 = Color3.fromRGB(255, 255, 255)
  667. load.TextSize = 25.000
  668.  
  669. UICorner_23.Parent = load
  670.  
  671. UITextSizeConstraint_19.Parent = load
  672. UITextSizeConstraint_19.MaxTextSize = 25
  673.  
  674. TextLabel_5.Parent = Frame_3
  675. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  676. TextLabel_5.BackgroundTransparency = 1.000
  677. TextLabel_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
  678. TextLabel_5.BorderSizePixel = 0
  679. TextLabel_5.ClipsDescendants = true
  680. TextLabel_5.Position = UDim2.new(0.114503816, 0, 0, 0)
  681. TextLabel_5.Size = UDim2.new(0.763358772, 0, 0.0377744809, 0)
  682. TextLabel_5.Font = Enum.Font.SourceSansBold
  683. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  684. TextLabel_5.TextSize = 20.000
  685.  
  686. open.Name = "open"
  687. open.Parent = Newfluxsos
  688. open.BackgroundColor3 = Color3.fromRGB(29, 31, 44)
  689. open.BorderColor3 = Color3.fromRGB(0, 0, 0)
  690. open.BorderSizePixel = 0
  691. open.Position = UDim2.new(0.00680735242, 0, 0.0464876071, 0)
  692. open.Size = UDim2.new(0, 59, 0, 57)
  693. open.Visible = false
  694.  
  695. UICorner_24.CornerRadius = UDim.new(1, 8)
  696. UICorner_24.Parent = open
  697.  
  698. ImageButton.Parent = open
  699. ImageButton.BackgroundColor3 = Color3.fromRGB(38, 40, 61)
  700. ImageButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  701. ImageButton.BorderSizePixel = 0
  702. ImageButton.Position = UDim2.new(0.0847457647, 0, 0.0701754391, 0)
  703. ImageButton.Size = UDim2.new(0, 48, 0, 49)
  704. ImageButton.Image = "rbxassetid://13945092962"
  705.  
  706. UICorner_25.CornerRadius = UDim.new(1, 8)
  707. UICorner_25.Parent = ImageButton
  708.  
  709. -- Scripts:
  710.  
  711. local function ICPR_fake_script() -- run.LocalScript
  712.     local script = Instance.new('LocalScript', run)
  713.  
  714.     script.Parent.MouseButton1Click:Connect(function()
  715.         loadstring(getclipboard())
  716.     end)
  717. end
  718. coroutine.wrap(ICPR_fake_script)()
  719. local function FXTQKOR_fake_script() -- back.LocalScript
  720.     local script = Instance.new('LocalScript', back)
  721.  
  722.     script.Parent.MouseButton1Down:Connect(function()
  723.         script.Parent.Parent.Parent.mainbutton.Visible = true
  724.         script.Parent.Parent.Parent.executebutton.Visible = false
  725.         script.Parent.Parent.Parent.Parent.Parent.main.Transparency = 1
  726.     end)
  727.    
  728. end
  729. coroutine.wrap(FXTQKOR_fake_script)()
  730. local function NIEI_fake_script() -- Loadeditor.LocalScript
  731.     local script = Instance.new('LocalScript', Loadeditor)
  732.  
  733.     script.Parent.MouseButton1Click:Connect(function()
  734.         script.Parent.Parent.executorframe.text1.Text = getclipboard()
  735.     end)
  736. end
  737. coroutine.wrap(NIEI_fake_script)()
  738. local function XGCIHQU_fake_script() -- Execute.LocalScript
  739.     local script = Instance.new('LocalScript', Execute)
  740.  
  741.     local executeframe = script.Parent.Parent.Parent.executebutton.executorframe
  742.    
  743.     script.Parent.MouseButton1Down:Connect(function()
  744.             loadstring(executeframe.text1.Text)()
  745.     end)
  746. end
  747. coroutine.wrap(XGCIHQU_fake_script)()
  748. local function SYBGR_fake_script() -- Clear.LocalScript
  749.     local script = Instance.new('LocalScript', Clear)
  750.  
  751.     local executeframe = script.Parent.Parent.Parent.executebutton.executorframe
  752.    
  753.     script.Parent.MouseButton1Down:Connect(function()
  754.         executeframe.text1.Text = ""
  755.     end)
  756. end
  757. coroutine.wrap(SYBGR_fake_script)()
  758. local function LZGB_fake_script() -- plus.LocalScript
  759.     local script = Instance.new('LocalScript', plus)
  760.  
  761.     local btn = script.Parent
  762.    
  763.     local function AddScript(name, source)
  764.         makefolder("fluxsus")
  765.         writefile("fluxsus/" .. name, source)
  766.    
  767.         local parent = script.Parent.Parent.Parent.Frame
  768.         local hub = parent.Folder.Frame
  769.         local newhub = hub:Clone()
  770.    
  771.         local scriptname = newhub.TextLabel
  772.         local execbutton = newhub.TextButton
  773.         local delbutton = newhub.del
  774.    
  775.         newhub.Parent = parent
  776.         newhub.Visible = true
  777.         scriptname.Text = "script.txt"
  778.         execbutton.MouseButton1Click:Connect(function()
  779.             loadstring(source)()
  780.         end)
  781.         delbutton.MouseButton1Click:Connect(function()
  782.             newhub:Destroy()
  783.             delfile("fluxsus/"..name)
  784.         end)
  785.     end
  786.    
  787.     btn.MouseButton1Click:Connect(function()
  788.         AddScript(script.Parent.Parent.sname.Text, script.Parent.Parent.code.Text, false)
  789.         script.Parent.Parent.code.Text = ""
  790.         script.Parent.Parent.sname.Text = ""
  791.     end)   
  792. end
  793. coroutine.wrap(LZGB_fake_script)()
  794. local function IGZXD_fake_script() -- back_2.LocalScript
  795.     local script = Instance.new('LocalScript', back_2)
  796.  
  797.     script.Parent.MouseButton1Down:Connect(function()
  798.         script.Parent.Parent.Parent.consolebutton.Visible = false
  799.         script.Parent.Parent.Parent.mainbutton.Visible = true
  800.         script.Parent.Parent.Parent.Parent.Parent.main.Transparency = 1
  801.     end)
  802. end
  803. coroutine.wrap(IGZXD_fake_script)()
  804. local function GFYUQX_fake_script() -- Executor.LocalScript
  805.     local script = Instance.new('LocalScript', Executor)
  806.  
  807.     script.Parent.MouseButton1Down:Connect(function()
  808.         script.Parent.Parent.Visible = false
  809.         script.Parent.Parent.Parent.executebutton.Visible = true
  810.         script.Parent.Parent.Parent.Parent.Parent.main.Transparency = 0.6
  811.    
  812.     end)
  813. end
  814. coroutine.wrap(GFYUQX_fake_script)()
  815. local function DMERJN_fake_script() -- Console.LocalScript
  816.     local script = Instance.new('LocalScript', Console)
  817.  
  818.     script.Parent.MouseButton1Down:Connect(function()
  819.         script.Parent.Parent.Visible = false
  820.         script.Parent.Parent.Parent.consolebutton.Visible = true
  821.         script.Parent.Parent.Parent.Parent.Parent.main.Transparency = 0.6
  822.     end)
  823. end
  824. coroutine.wrap(DMERJN_fake_script)()
  825. local function LQPPZ_fake_script() -- Cloud.LocalScript
  826.     local script = Instance.new('LocalScript', Cloud)
  827.  
  828.     script.Parent.MouseButton1Down:Connect(function()
  829.         script.Parent.Parent.Visible = false
  830.         script.Parent.Parent.Parent.cloudbutton.Visible = true
  831.         script.Parent.Parent.Parent.Parent.Parent.main.Transparency = 0.6
  832.     end)
  833. end
  834. coroutine.wrap(LQPPZ_fake_script)()
  835. local function YIUYHUL_fake_script() -- close.LocalScript
  836.     local script = Instance.new('LocalScript', close)
  837.  
  838.     script.Parent.MouseButton1Down:Connect(function()
  839.     local maim = script.Parent.Parent.Parent.Parent.main
  840.     local open = script.Parent.Parent.Parent.Parent.open
  841.         script.Parent.Parent.mainbutton.Visible = true
  842.         script.Parent.Parent.consolebutton.Visible = false
  843.         script.Parent.Parent.executebutton.Visible = false
  844.         script.Parent.Parent.cloudbutton.Visible = false
  845.     game:GetService("TweenService"):Create(open,TweenInfo.new(2),{Position=UDim2.new(0.007, 0,0.046, 0)}):Play()
  846.     game:GetService("TweenService"):Create(maim,TweenInfo.new(2),{Position=UDim2.new(-5,0,0,0)}):Play()
  847.     end)
  848. end
  849. coroutine.wrap(YIUYHUL_fake_script)()
  850. local function EYNE_fake_script() -- back_3.LocalScript
  851.     local script = Instance.new('LocalScript', back_3)
  852.  
  853.     script.Parent.MouseButton1Down:Connect(function()
  854.         script.Parent.Parent.Parent.cloudbutton.Visible = false
  855.         script.Parent.Parent.Parent.mainbutton.Visible = true
  856.         script.Parent.Parent.Parent.Parent.Parent.main.Transparency = 1
  857.     end)
  858. end
  859. coroutine.wrap(EYNE_fake_script)()
  860. local function FIOL_fake_script() -- Clear_3.LocalScript
  861.     local script = Instance.new('LocalScript', Clear_3)
  862.  
  863.     local btn = script.Parent
  864.    
  865.     local function AddTab(imageTab, scriptname, source)
  866.         local scriptFrame = script.Parent.Parent.ScrollingFrame
  867.         local newList = scriptFrame.Folder.Frame:Clone()
  868.    
  869.         local execute = newList.load
  870.    
  871.         local scname = newList.TextLabel
  872.         local img = newList.ImageLabel
  873.    
  874.         newList.Name = scriptname
  875.         newList.Parent = scriptFrame
  876.         newList.Visible = true
  877.    
  878.         img.Image = imageTab
  879.    
  880.         scname.Text = scriptname
  881.    
  882.         execute.MouseButton1Click:Connect(function()
  883.             loadstring(source)()
  884.         end)
  885.     end
  886.    
  887.    
  888.     local http = game:GetService("HttpService")
  889.     btn.MouseButton1Click:Connect(function()
  890.         for _, child in ipairs(script.Parent.Parent.ScrollingFrame:GetChildren()) do
  891.             if child:IsA("Frame") then
  892.                 child:Destroy()
  893.             end
  894.         end
  895.    
  896.    
  897.         local url = "https://scriptblox.com/api/script/search?filters=free&q="..script.Parent.Parent.TextBox.Text
  898.         local response = game:HttpGetAsync(url)
  899.         local decoded = http:JSONDecode(response)
  900.         for _, script in pairs(decoded.result.scripts) do
  901.             if(script.isUniversal == true) then
  902.                 AddTab("rbxassetid://13945092962", script.title, script.script)
  903.             else
  904.                 AddTab("https://assetgame.roblox.com/Game/Tools/ThumbnailAsset.ashx?aid="..script.game.gameId.."&fmt=png&wd=420&ht=420", script.title, script.script)
  905.             end
  906.    
  907.         end
  908.    
  909.     end)
  910.    
  911.    
  912.    
  913. end
  914. coroutine.wrap(FIOL_fake_script)()
  915. local function OCOAJQ_fake_script() -- ImageButton.LocalScript
  916.     local script = Instance.new('LocalScript', ImageButton)
  917.  
  918.     script.Parent.MouseButton1Down:Connect(function()
  919.     local maim = script.Parent.Parent.Parent.main
  920.         script.Parent.Parent.Parent.main.Transparency = 1
  921.         local open = script.Parent.Parent
  922.         game:GetService("TweenService"):Create(open,TweenInfo.new(2),{Position=UDim2.new(-1, 0, 0, 0)}):Play()
  923.         game:GetService("TweenService"):Create(maim,TweenInfo.new(0.8),{Position=UDim2.new(0,0,0,0)}):Play()
  924.     end)
  925. end
  926. coroutine.wrap(OCOAJQ_fake_script)()
  927. local function KUUPKPY_fake_script() -- Newfluxsos.LocalScript
  928.     local script = Instance.new('LocalScript', Newfluxsos)
  929.  
  930.     --[[
  931.         kredits to dak#1111
  932.     --]]
  933.    
  934.     local function tween(...)
  935.         game:GetService("TweenService"):Create(...):Play()
  936.     end
  937.    
  938.     game:GetService("ReplicatedFirst"):RemoveDefaultLoadingScreen()
  939.     local loading = Instance.new("ScreenGui")
  940.     local background = Instance.new("Frame")
  941.     local gradient = Instance.new("UIGradient")
  942.     local status = Instance.new("TextLabel")
  943.     local ImageLabel = Instance.new("ImageLabel")
  944.     local UICorner = Instance.new("UICorner")
  945.    
  946.    
  947.     loading.Name = "loading"
  948.     loading.Parent = game.Players.LocalPlayer.PlayerGui
  949.     loading.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  950.    
  951.     background.Name = "background"
  952.     background.Parent = loading
  953.     background.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  954.     background.Position = UDim2.new(0, 0, -0.100000001, 0)
  955.     background.Size = UDim2.new(1, 0, 1.10000002, 0)
  956.    
  957.     gradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.45, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(76, 76, 76))}
  958.     gradient.Rotation = 90
  959.     gradient.Name = "gradient"
  960.     gradient.Parent = background
  961.    
  962.     ImageLabel.Parent = loading
  963.     ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  964.     ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  965.     ImageLabel.BorderSizePixel = 0
  966.     ImageLabel.BackgroundTransparency = 1
  967.     ImageLabel.Position = UDim2.new(0.456943512, 0, 0.359848499, 0)
  968.     ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  969.     ImageLabel.Image = "rbxassetid://13945092962"
  970.    
  971.     UICorner.CornerRadius = UDim.new(1, 8)
  972.     UICorner.Parent = ImageLabel
  973.    
  974.     status.Name = "status"
  975.     status.Parent = loading
  976.     status.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  977.     status.BackgroundTransparency = 1.000
  978.     status.Position = UDim2.new(0, 0, 0.893442631, 0)
  979.     status.Size = UDim2.new(1, 0, 0.0355480109, 0)
  980.     status.Font = Enum.Font.SourceSansItalic
  981.     status.Text = "thanks for using anyas skript🍭"
  982.     status.TextColor3 = Color3.fromRGB(255, 255, 255)
  983.     status.TextScaled = true
  984.     status.TextSize = 14.000
  985.     status.TextStrokeColor3 = Color3.fromRGB(52, 52, 52)
  986.     status.TextStrokeTransparency = 0.000
  987.     status.TextWrapped = true
  988.    
  989.     repeat wait() until game:GetService("Players").LocalPlayer
  990.     status.Text = "lollypop5ever🍭"
  991.     wait(3)
  992.     status.Text = "kredits to anya"
  993.     wait(2)
  994.     status.Text = "haha flux sus remake version its beta baby :)"
  995.     if not game:IsLoaded() then
  996.         game.Loaded:wait()
  997.     end
  998.    
  999.     wait(5.66)
  1000.    
  1001.     tween(background, TweenInfo.new(3.55), {BackgroundTransparency = 1})
  1002.     tween(status, TweenInfo.new(3.55), {TextTransparency = 1, TextStrokeTransparency = 1})
  1003.     tween(ImageLabel, TweenInfo.new(3.55), {ImageTransparency = 1})
  1004.    
  1005.     wait(2.55)
  1006.     loading:Destroy()
  1007.     script.Parent.open.Visible = true
  1008. end
  1009. coroutine.wrap(KUUPKPY_fake_script)()
  1010.  
  1011. for _, file in ipairs(listfiles("fluxsus")) do
  1012.     AddScript(file:sub(1, #file), readfile(file), true)
  1013. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement