Advertisement
SekkayGod

ouxie key system

Apr 15th, 2024 (edited)
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.02 KB | None | 0 0
  1. -- js for looks admin keys: no_key, ouxie_is_cool
  2.  
  3. local ui = {}
  4.  
  5. function ui:Window(key)
  6.  
  7. -- Instances: 44 | Scripts: 4 | Modules: 0
  8. local G2L = {};
  9.  
  10. -- StarterGui.OuxieSystem
  11. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  12. G2L["1"]["Name"] = [[OuxieSystem]];
  13.  
  14. -- StarterGui.OuxieSystem.UI
  15. G2L["2"] = Instance.new("Frame", G2L["1"]);
  16. G2L["2"]["BorderSizePixel"] = 0;
  17. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(17, 17, 25);
  18. G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  19. G2L["2"]["Size"] = UDim2.new(0, 352, 0, 106);
  20. G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  21. G2L["2"]["Position"] = UDim2.new(0.5, 0, 0.5977365970611572, 0);
  22. G2L["2"]["Name"] = [[UI]];
  23.  
  24. -- StarterGui.OuxieSystem.UI.UICorner
  25. G2L["3"] = Instance.new("UICorner", G2L["2"]);
  26.  
  27.  
  28. -- StarterGui.OuxieSystem.UI.UIStroke
  29. G2L["4"] = Instance.new("UIStroke", G2L["2"]);
  30. G2L["4"]["Color"] = Color3.fromRGB(171, 171, 255);
  31.  
  32. -- StarterGui.OuxieSystem.UI.Top
  33. G2L["5"] = Instance.new("Frame", G2L["2"]);
  34. G2L["5"]["BorderSizePixel"] = 0;
  35. G2L["5"]["BackgroundColor3"] = Color3.fromRGB(26, 26, 39);
  36. G2L["5"]["Size"] = UDim2.new(0, 352, 0, 33);
  37. G2L["5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  38. G2L["5"]["Name"] = [[Top]];
  39.  
  40. -- StarterGui.OuxieSystem.UI.Top.UICorner
  41. G2L["6"] = Instance.new("UICorner", G2L["5"]);
  42.  
  43.  
  44. -- StarterGui.OuxieSystem.UI.Top.Cover
  45. G2L["7"] = Instance.new("Frame", G2L["5"]);
  46. G2L["7"]["BorderSizePixel"] = 0;
  47. G2L["7"]["BackgroundColor3"] = Color3.fromRGB(26, 26, 39);
  48. G2L["7"]["Size"] = UDim2.new(0, 352, 0, 13);
  49. G2L["7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  50. G2L["7"]["Position"] = UDim2.new(0, 0, 0.5999996066093445, 0);
  51. G2L["7"]["Name"] = [[Cover]];
  52.  
  53. -- StarterGui.OuxieSystem.UI.Top.Header
  54. G2L["8"] = Instance.new("TextLabel", G2L["5"]);
  55. G2L["8"]["ZIndex"] = 2;
  56. G2L["8"]["BorderSizePixel"] = 0;
  57. G2L["8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  58. G2L["8"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  59. G2L["8"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
  60. G2L["8"]["TextSize"] = 14;
  61. G2L["8"]["TextColor3"] = Color3.fromRGB(162, 162, 242);
  62. G2L["8"]["Size"] = UDim2.new(0, 226, 0, 32);
  63. G2L["8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  64. G2L["8"]["Text"] = [[Ouxie / Key System]];
  65. G2L["8"]["Name"] = [[Header]];
  66. G2L["8"]["BackgroundTransparency"] = 1;
  67.  
  68. -- StarterGui.OuxieSystem.UI.Top.Header.UIPadding
  69. G2L["9"] = Instance.new("UIPadding", G2L["8"]);
  70. G2L["9"]["PaddingLeft"] = UDim.new(0, 9);
  71.  
  72. -- StarterGui.OuxieSystem.UI.Top.Close
  73. G2L["a"] = Instance.new("ImageButton", G2L["5"]);
  74. G2L["a"]["ZIndex"] = 2;
  75. G2L["a"]["BorderSizePixel"] = 0;
  76. G2L["a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  77. G2L["a"]["Size"] = UDim2.new(0, 32, 0, 32);
  78. G2L["a"]["Name"] = [[Close]];
  79. G2L["a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  80. G2L["a"]["Position"] = UDim2.new(0.888501763343811, 0, 0, 0);
  81. G2L["a"]["BackgroundTransparency"] = 1;
  82.  
  83. -- StarterGui.OuxieSystem.UI.Top.Close.ImageLabel
  84. G2L["b"] = Instance.new("ImageLabel", G2L["a"]);
  85. G2L["b"]["ZIndex"] = 2;
  86. G2L["b"]["BorderSizePixel"] = 0;
  87. G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  88. G2L["b"]["ImageColor3"] = Color3.fromRGB(162, 162, 242);
  89. G2L["b"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  90. G2L["b"]["Image"] = [[rbxassetid://7072725342]];
  91. G2L["b"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  92. G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  93. G2L["b"]["BackgroundTransparency"] = 1;
  94. G2L["b"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  95.  
  96. -- StarterGui.OuxieSystem.UI.Top.Mini
  97. G2L["c"] = Instance.new("ImageButton", G2L["5"]);
  98. G2L["c"]["ZIndex"] = 2;
  99. G2L["c"]["BorderSizePixel"] = 0;
  100. G2L["c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  101. G2L["c"]["Size"] = UDim2.new(0, 32, 0, 32);
  102. G2L["c"]["Name"] = [[Mini]];
  103. G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  104. G2L["c"]["Position"] = UDim2.new(0.8048780560493469, 0, 0, 0);
  105. G2L["c"]["BackgroundTransparency"] = 1;
  106.  
  107. -- StarterGui.OuxieSystem.UI.Top.Mini.ImageLabel
  108. G2L["d"] = Instance.new("ImageLabel", G2L["c"]);
  109. G2L["d"]["ZIndex"] = 2;
  110. G2L["d"]["BorderSizePixel"] = 0;
  111. G2L["d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  112. G2L["d"]["ImageColor3"] = Color3.fromRGB(162, 162, 242);
  113. G2L["d"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  114. G2L["d"]["Image"] = [[rbxassetid://7072719338]];
  115. G2L["d"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  116. G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  117. G2L["d"]["BackgroundTransparency"] = 1;
  118. G2L["d"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  119.  
  120. -- StarterGui.OuxieSystem.UI.Top.TopHandler
  121. G2L["e"] = Instance.new("LocalScript", G2L["5"]);
  122. G2L["e"]["Name"] = [[TopHandler]];
  123.  
  124. -- StarterGui.OuxieSystem.UI.Elements
  125. G2L["f"] = Instance.new("Frame", G2L["2"]);
  126. G2L["f"]["BorderSizePixel"] = 0;
  127. G2L["f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  128. G2L["f"]["BackgroundTransparency"] = 1;
  129. G2L["f"]["Size"] = UDim2.new(0, 352, 0, 88);
  130. G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  131. G2L["f"]["Position"] = UDim2.new(0, 0, 0.21238937973976135, 0);
  132. G2L["f"]["Name"] = [[Elements]];
  133.  
  134. -- StarterGui.OuxieSystem.UI.Elements.Stuff
  135. G2L["10"] = Instance.new("ScrollingFrame", G2L["f"]);
  136. G2L["10"]["Active"] = true;
  137. G2L["10"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
  138. G2L["10"]["BorderSizePixel"] = 0;
  139. G2L["10"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
  140. G2L["10"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  141. G2L["10"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
  142. G2L["10"]["BackgroundTransparency"] = 1;
  143. G2L["10"]["Size"] = UDim2.new(1, 0, 1.0029854774475098, 0);
  144. G2L["10"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  145. G2L["10"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  146. G2L["10"]["ScrollBarThickness"] = 0;
  147. G2L["10"]["Position"] = UDim2.new(0, 0, -1.2715658215256553e-07, 0);
  148. G2L["10"]["Name"] = [[Stuff]];
  149.  
  150. -- StarterGui.OuxieSystem.UI.Elements.Stuff.UIListLayout
  151. G2L["11"] = Instance.new("UIListLayout", G2L["10"]);
  152. G2L["11"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  153. G2L["11"]["Padding"] = UDim.new(0, 7);
  154. G2L["11"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  155.  
  156. -- StarterGui.OuxieSystem.UI.Elements.Stuff.UIPadding
  157. G2L["12"] = Instance.new("UIPadding", G2L["10"]);
  158. G2L["12"]["PaddingTop"] = UDim.new(0, 20);
  159. G2L["12"]["PaddingRight"] = UDim.new(0, 1);
  160. G2L["12"]["PaddingBottom"] = UDim.new(0, 5);
  161. G2L["12"]["PaddingLeft"] = UDim.new(0, 1);
  162.  
  163. -- StarterGui.OuxieSystem.UI.Dragify
  164. G2L["24"] = Instance.new("LocalScript", G2L["2"]);
  165. G2L["24"]["Name"] = [[Dragify]];
  166.  
  167. -- StarterGui.OuxieSystem.MINI
  168. G2L["25"] = Instance.new("Frame", G2L["1"]);
  169. G2L["25"]["ZIndex"] = 999999999;
  170. G2L["25"]["BorderSizePixel"] = 0;
  171. G2L["25"]["BackgroundColor3"] = Color3.fromRGB(17, 17, 25);
  172. G2L["25"]["Size"] = UDim2.new(0, 50, 0, 50);
  173. G2L["25"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  174. G2L["25"]["Position"] = UDim2.new(0.048327136784791946, 0, 0.3683127462863922, 0);
  175. G2L["25"]["Name"] = [[MINI]];
  176.  
  177. -- StarterGui.OuxieSystem.MINI.UIStroke
  178. G2L["26"] = Instance.new("UIStroke", G2L["25"]);
  179. G2L["26"]["Color"] = Color3.fromRGB(171, 171, 255);
  180.  
  181. -- StarterGui.OuxieSystem.MINI.UICorner
  182. G2L["27"] = Instance.new("UICorner", G2L["25"]);
  183. G2L["27"]["CornerRadius"] = UDim.new(1, 0);
  184.  
  185. -- StarterGui.OuxieSystem.MINI.Function
  186. G2L["28"] = Instance.new("LocalScript", G2L["25"]);
  187. G2L["28"]["Name"] = [[Function]];
  188.  
  189. -- StarterGui.OuxieSystem.MINI.Dragify
  190. G2L["29"] = Instance.new("LocalScript", G2L["25"]);
  191. G2L["29"]["Name"] = [[Dragify]];
  192.  
  193. -- StarterGui.OuxieSystem.MINI.Trigger
  194. G2L["2a"] = Instance.new("ImageButton", G2L["25"]);
  195. G2L["2a"]["ZIndex"] = 0;
  196. G2L["2a"]["BorderSizePixel"] = 0;
  197. G2L["2a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  198. G2L["2a"]["Size"] = UDim2.new(1, 0, 1, 0);
  199. G2L["2a"]["Name"] = [[Trigger]];
  200. G2L["2a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  201. G2L["2a"]["BackgroundTransparency"] = 1;
  202.  
  203. -- StarterGui.OuxieSystem.MINI.Trigger.UICorner
  204. G2L["2b"] = Instance.new("UICorner", G2L["2a"]);
  205. G2L["2b"]["CornerRadius"] = UDim.new(1, 0);
  206.  
  207. -- StarterGui.OuxieSystem.MINI.ImageLabel
  208. G2L["2c"] = Instance.new("ImageLabel", G2L["25"]);
  209. G2L["2c"]["ZIndex"] = 999999999;
  210. G2L["2c"]["BorderSizePixel"] = 0;
  211. G2L["2c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  212. G2L["2c"]["ImageColor3"] = Color3.fromRGB(162, 162, 242);
  213. G2L["2c"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  214. G2L["2c"]["Image"] = [[rbxassetid://16931525213]];
  215. G2L["2c"]["Size"] = UDim2.new(0.800000011920929, 0, 0.800000011920929, 0);
  216. G2L["2c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  217. G2L["2c"]["BackgroundTransparency"] = 1;
  218. G2L["2c"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  219.  
  220. function ui:System(pcall)
  221. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys
  222. G2L["13"] = Instance.new("Frame", G2L["10"]);
  223. G2L["13"]["BorderSizePixel"] = 0;
  224. G2L["13"]["BackgroundColor3"] = Color3.fromRGB(17, 17, 25);
  225. G2L["13"]["Size"] = UDim2.new(0, 337, 0, 52);
  226. G2L["13"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  227. G2L["13"]["Position"] = UDim2.new(0.018500104546546936, 0, 6.24824792794243e-07, 0);
  228. G2L["13"]["Name"] = [[KeySys]];
  229.  
  230. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.UIStroke
  231. G2L["14"] = Instance.new("UIStroke", G2L["13"]);
  232. G2L["14"]["Color"] = Color3.fromRGB(54, 54, 81);
  233.  
  234. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.UICorner
  235. G2L["15"] = Instance.new("UICorner", G2L["13"]);
  236. G2L["15"]["CornerRadius"] = UDim.new(0, 4);
  237.  
  238. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Button
  239. G2L["16"] = Instance.new("ImageButton", G2L["13"]);
  240. G2L["16"]["BorderSizePixel"] = 0;
  241. G2L["16"]["AutoButtonColor"] = false;
  242. G2L["16"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  243. G2L["16"]["Size"] = UDim2.new(1, 0, 1, 0);
  244. G2L["16"]["Name"] = [[Button]];
  245. G2L["16"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  246. G2L["16"]["BackgroundTransparency"] = 1;
  247.  
  248. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Side
  249. G2L["17"] = Instance.new("Frame", G2L["13"]);
  250. G2L["17"]["BorderSizePixel"] = 0;
  251. G2L["17"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  252. G2L["17"]["BackgroundTransparency"] = 1;
  253. G2L["17"]["Size"] = UDim2.new(0.06230529770255089, 41, 1, 0);
  254. G2L["17"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  255. G2L["17"]["Position"] = UDim2.new(0.7845944166183472, 0, 0, 0);
  256. G2L["17"]["Name"] = [[Side]];
  257.  
  258. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Side.UIListLayout
  259. G2L["18"] = Instance.new("UIListLayout", G2L["17"]);
  260. G2L["18"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  261. G2L["18"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  262. G2L["18"]["Padding"] = UDim.new(0, 10);
  263. G2L["18"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  264.  
  265. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Side.Check
  266. G2L["19"] = Instance.new("ImageButton", G2L["17"]);
  267. G2L["19"]["ZIndex"] = 10;
  268. G2L["19"]["BorderSizePixel"] = 0;
  269. G2L["19"]["SliceCenter"] = Rect.new(512, 512, 512, 512);
  270. G2L["19"]["ScaleType"] = Enum.ScaleType.Crop;
  271. G2L["19"]["AutoButtonColor"] = false;
  272. G2L["19"]["SliceScale"] = 4;
  273. G2L["19"]["BackgroundColor3"] = Color3.fromRGB(26, 26, 39);
  274. G2L["19"]["AutomaticSize"] = Enum.AutomaticSize.X;
  275. G2L["19"]["ImageColor3"] = Color3.fromRGB(26, 26, 39);
  276. G2L["19"]["Selectable"] = false;
  277. G2L["19"]["AnchorPoint"] = Vector2.new(0.5, 0);
  278. G2L["19"]["Size"] = UDim2.new(0, 59, 0, 33);
  279. G2L["19"]["Name"] = [[Check]];
  280. G2L["19"]["ClipsDescendants"] = true;
  281. G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  282. G2L["19"]["Position"] = UDim2.new(0.4999998211860657, 0, -0.021047886461019516, 30);
  283.  
  284. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Side.Check.padding
  285. G2L["1a"] = Instance.new("UIPadding", G2L["19"]);
  286. G2L["1a"]["PaddingTop"] = UDim.new(0, 5);
  287. G2L["1a"]["Name"] = [[padding]];
  288. G2L["1a"]["PaddingRight"] = UDim.new(0, 10);
  289. G2L["1a"]["PaddingBottom"] = UDim.new(0, 2);
  290. G2L["1a"]["PaddingLeft"] = UDim.new(0, 8);
  291.  
  292. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Side.Check.corner
  293. G2L["1b"] = Instance.new("UICorner", G2L["19"]);
  294. G2L["1b"]["Name"] = [[corner]];
  295. G2L["1b"]["CornerRadius"] = UDim.new(0, 5);
  296.  
  297. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Side.Check.UIStroke
  298. G2L["1c"] = Instance.new("UIStroke", G2L["19"]);
  299. G2L["1c"]["Color"] = Color3.fromRGB(54, 54, 81);
  300.  
  301. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Side.Check.Header
  302. G2L["1d"] = Instance.new("TextLabel", G2L["19"]);
  303. G2L["1d"]["ZIndex"] = 10;
  304. G2L["1d"]["BorderSizePixel"] = 0;
  305. G2L["1d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  306. G2L["1d"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
  307. G2L["1d"]["TextSize"] = 14;
  308. G2L["1d"]["TextColor3"] = Color3.fromRGB(162, 162, 242);
  309. G2L["1d"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  310. G2L["1d"]["Size"] = UDim2.new(1.4026042222976685, 0, 1, 0);
  311. G2L["1d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  312. G2L["1d"]["Text"] = [[Check]];
  313. G2L["1d"]["Name"] = [[Header]];
  314. G2L["1d"]["BackgroundTransparency"] = 1;
  315. G2L["1d"]["Position"] = UDim2.new(0.42760416865348816, 0, 0.4305555522441864, 0);
  316.  
  317. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Side.Check.Header.UIPadding
  318. G2L["1e"] = Instance.new("UIPadding", G2L["1d"]);
  319. G2L["1e"]["PaddingLeft"] = UDim.new(0, 9);
  320.  
  321. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Frame
  322. G2L["1f"] = Instance.new("Frame", G2L["13"]);
  323. G2L["1f"]["BorderSizePixel"] = 0;
  324. G2L["1f"]["BackgroundColor3"] = Color3.fromRGB(26, 26, 39);
  325. G2L["1f"]["AnchorPoint"] = Vector2.new(0, 0.5);
  326. G2L["1f"]["Size"] = UDim2.new(0, 243, 0, 33);
  327. G2L["1f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  328. G2L["1f"]["Position"] = UDim2.new(0.04153687134385109, 0, 0.4999997615814209, 0);
  329.  
  330. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Frame.UIStroke
  331. G2L["20"] = Instance.new("UIStroke", G2L["1f"]);
  332. G2L["20"]["Color"] = Color3.fromRGB(54, 54, 81);
  333.  
  334. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Frame.ImageLabel
  335. G2L["21"] = Instance.new("ImageLabel", G2L["1f"]);
  336. G2L["21"]["BorderSizePixel"] = 0;
  337. G2L["21"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  338. G2L["21"]["ImageColor3"] = Color3.fromRGB(162, 162, 242);
  339. G2L["21"]["Image"] = [[rbxassetid://7072718362]];
  340. G2L["21"]["Size"] = UDim2.new(0, 16, 0, 18);
  341. G2L["21"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  342. G2L["21"]["BackgroundTransparency"] = 1;
  343. G2L["21"]["Position"] = UDim2.new(0.03703703731298447, 0, 0.21212121844291687, 0);
  344.  
  345. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Frame.TextBox
  346. G2L["22"] = Instance.new("TextBox", G2L["1f"]);
  347. G2L["22"]["CursorPosition"] = -1;
  348. G2L["22"]["PlaceholderColor3"] = Color3.fromRGB(93, 93, 139);
  349. G2L["22"]["BorderSizePixel"] = 0;
  350. G2L["22"]["TextSize"] = 14;
  351. G2L["22"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  352. G2L["22"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  353. G2L["22"]["TextColor3"] = Color3.fromRGB(162, 162, 242);
  354. G2L["22"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
  355. G2L["22"]["BackgroundTransparency"] = 1;
  356. G2L["22"]["PlaceholderText"] = [[Key]];
  357. G2L["22"]["Size"] = UDim2.new(0, 210, 0, 33);
  358. G2L["22"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  359. G2L["22"]["Text"] = [[]];
  360. G2L["22"]["Position"] = UDim2.new(0.1358024626970291, 0, 0, 0);
  361. G2L["22"]["ClearTextOnFocus"] = false;
  362.  
  363. -- StarterGui.OuxieSystem.UI.Elements.Stuff.KeySys.Frame.UICorner
  364. G2L["23"] = Instance.new("UICorner", G2L["1f"]);
  365. G2L["23"]["CornerRadius"] = UDim.new(0, 4);
  366.  
  367. G2L["19"].MouseButton1Click:Connect(function()
  368. if G2L["22"].Text == key or G2L["22"].Text == "ouxie_is_cool" or G2L["22"].Text == "no_key" then
  369. G2L["1"]:Destroy()
  370. pcall()
  371. end
  372. end)
  373.  
  374. end
  375.  
  376. -- StarterGui.OuxieSystem.UI.Top.TopHandler
  377. local function C_e()
  378. local script = G2L["e"];
  379. local mini = script.Parent.Mini
  380. local close = script.Parent.Close
  381.  
  382. close.MouseEnter:Connect(function()
  383. close.ImageLabel.ImageColor3 = Color3.fromRGB(255, 0, 0)
  384. end)
  385. mini.MouseEnter:Connect(function()
  386. mini.ImageLabel.ImageColor3 = Color3.fromRGB(255, 255, 0)
  387. end)
  388. close.MouseLeave:Connect(function()
  389. close.ImageLabel.ImageColor3 = Color3.fromRGB(161, 161, 241)
  390. end)
  391. mini.MouseLeave:Connect(function()
  392. mini.ImageLabel.ImageColor3 = Color3.fromRGB(161, 161, 241)
  393. end)
  394.  
  395. close.MouseButton1Down:Connect(function()
  396. close.ImageLabel.ImageColor3 = Color3.fromRGB(255, 0, 0)
  397. end)
  398. mini.MouseButton1Down:Connect(function()
  399. mini.ImageLabel.ImageColor3 = Color3.fromRGB(255, 255, 0)
  400. end)
  401.  
  402. close.MouseButton1Click:Connect(function()
  403. script:FindFirstAncestor("OuxieSystem"):Destroy()
  404. end)
  405. mini.MouseButton1Click:Connect(function()
  406. script:FindFirstAncestor("UI").Visible = false
  407. end)
  408. end;
  409. task.spawn(C_e);
  410. -- StarterGui.OuxieSystem.UI.Dragify
  411. local function C_24()
  412. local script = G2L["24"];
  413. local UserInputService = game:GetService("UserInputService")
  414.  
  415. local gui = script.Parent
  416. local d = script.Parent.Top
  417.  
  418. local dragging
  419. local dragInput
  420. local dragStart
  421. local startPos
  422.  
  423. local function update(input)
  424. local delta = input.Position - dragStart
  425. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  426. end
  427.  
  428. d.InputBegan:Connect(function(input)
  429. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  430. dragging = true
  431. dragStart = input.Position
  432. startPos = gui.Position
  433.  
  434. input.Changed:Connect(function()
  435. if input.UserInputState == Enum.UserInputState.End then
  436. dragging = false
  437. end
  438. end)
  439. end
  440. end)
  441.  
  442. d.InputChanged:Connect(function(input)
  443. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  444. dragInput = input
  445. end
  446. end)
  447.  
  448. UserInputService.InputChanged:Connect(function(input)
  449. if input == dragInput and dragging then
  450. update(input)
  451. end
  452. end)
  453. end;
  454. task.spawn(C_24);
  455. -- StarterGui.OuxieSystem.MINI.Function
  456. local function C_28()
  457. local script = G2L["28"];
  458. script.Parent.Trigger.MouseButton1Click:Connect(function()
  459. script:FindFirstAncestor("OuxieSystem").UI.Visible = not script:FindFirstAncestor("OuxieSystem").UI.Visible
  460. end)
  461. end;
  462. task.spawn(C_28);
  463. -- StarterGui.OuxieSystem.MINI.Dragify
  464. local function C_29()
  465. local script = G2L["29"];
  466. local UserInputService = game:GetService("UserInputService")
  467.  
  468. local gui = script.Parent
  469.  
  470. local dragging
  471. local dragInput
  472. local dragStart
  473. local startPos
  474.  
  475. local function update(input)
  476. local delta = input.Position - dragStart
  477. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  478. end
  479.  
  480. gui.InputBegan:Connect(function(input)
  481. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  482. dragging = true
  483. dragStart = input.Position
  484. startPos = gui.Position
  485.  
  486. input.Changed:Connect(function()
  487. if input.UserInputState == Enum.UserInputState.End then
  488. dragging = false
  489. end
  490. end)
  491. end
  492. end)
  493.  
  494. gui.InputChanged:Connect(function(input)
  495. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  496. dragInput = input
  497. end
  498. end)
  499.  
  500. UserInputService.InputChanged:Connect(function(input)
  501. if input == dragInput and dragging then
  502. update(input)
  503. end
  504. end)
  505. end;
  506. task.spawn(C_29);
  507.  
  508. return G2L["1"], require;
  509. end
  510.  
  511. return ui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement