Facebook
From I4KC , 2 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 226
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local OmegaZ = Instance.new("ScreenGui")
  7. local UI = Instance.new("ImageLabel")
  8. local HomePage = Instance.new("Frame")
  9. local HomePage_2 = Instance.new("ImageLabel")
  10. local ScriptSearcherPage = Instance.new("Frame")
  11. local ScriptSearcherPage_2 = Instance.new("ImageLabel")
  12. local ScriptHubPage = Instance.new("Frame")
  13. local ScriptHubPage_2 = Instance.new("ImageLabel")
  14. local ExecutorPage = Instance.new("Frame")
  15. local ExecutorPage_2 = Instance.new("ImageLabel")
  16. local Home = Instance.new("ImageButton")
  17. local ScriptSearcher = Instance.new("ImageButton")
  18. local ScriptHub = Instance.new("ImageButton")
  19. local Executor = Instance.new("ImageButton")
  20. local AboutUs = Instance.new("ImageButton")
  21. local AboutUsPage = Instance.new("Frame")
  22. local AboutUsPage_2 = Instance.new("ImageLabel")
  23.  
  24. --Properties:
  25.  
  26. OmegaZ.Name = "OmegaZ"
  27. OmegaZ.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. OmegaZ.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. UI.Name = "UI"
  31. UI.Parent = OmegaZ
  32. UI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. UI.BackgroundTransparency = 1.000
  34. UI.BorderColor3 = Color3.fromRGB(0, 0, 0)
  35. UI.BorderSizePixel = 0
  36. UI.Position = UDim2.new(0.250649363, 0, 0.11133603, 0)
  37. UI.Size = UDim2.new(0, 384, 0, 384)
  38. UI.Image = "rbxassetid://16493582833"
  39.  
  40. HomePage.Name = "HomePage"
  41. HomePage.Parent = OmegaZ
  42. HomePage.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  43. HomePage.BackgroundTransparency = 1.000
  44. HomePage.BorderColor3 = Color3.fromRGB(0, 0, 0)
  45. HomePage.BorderSizePixel = 0
  46. HomePage.Position = UDim2.new(0.357142866, 0, 0.344129562, 0)
  47. HomePage.Size = UDim2.new(0, 258, 0, 171)
  48.  
  49. HomePage_2.Name = "HomePage"
  50. HomePage_2.Parent = HomePage
  51. HomePage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  52. HomePage_2.BackgroundTransparency = 1.000
  53. HomePage_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  54. HomePage_2.BorderSizePixel = 0
  55. HomePage_2.Position = UDim2.new(-0.280257821, 0, -0.53801167, 0)
  56. HomePage_2.Size = UDim2.new(0, 337, 0, 337)
  57. HomePage_2.Image = "rbxassetid://16493866184"
  58.  
  59. ScriptSearcherPage.Name = "ScriptSearcherPage"
  60. ScriptSearcherPage.Parent = OmegaZ
  61. ScriptSearcherPage.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. ScriptSearcherPage.BackgroundTransparency = 1.000
  63. ScriptSearcherPage.BorderColor3 = Color3.fromRGB(0, 0, 0)
  64. ScriptSearcherPage.BorderSizePixel = 0
  65. ScriptSearcherPage.Position = UDim2.new(0.357142866, 0, 0.344129562, 0)
  66. ScriptSearcherPage.Size = UDim2.new(0, 258, 0, 171)
  67. ScriptSearcherPage.Visible = false
  68.  
  69. ScriptSearcherPage_2.Name = "ScriptSearcherPage"
  70. ScriptSearcherPage_2.Parent = ScriptSearcherPage
  71. ScriptSearcherPage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  72. ScriptSearcherPage_2.BackgroundTransparency = 1.000
  73. ScriptSearcherPage_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  74. ScriptSearcherPage_2.BorderSizePixel = 0
  75. ScriptSearcherPage_2.Position = UDim2.new(-0.280000001, 0, -0.537999988, 0)
  76. ScriptSearcherPage_2.Size = UDim2.new(0, 337, 0, 337)
  77.  
  78. ScriptHubPage.Name = "ScriptHubPage"
  79. ScriptHubPage.Parent = OmegaZ
  80. ScriptHubPage.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. ScriptHubPage.BackgroundTransparency = 1.000
  82. ScriptHubPage.BorderColor3 = Color3.fromRGB(0, 0, 0)
  83. ScriptHubPage.BorderSizePixel = 0
  84. ScriptHubPage.Position = UDim2.new(0.357142866, 0, 0.344129562, 0)
  85. ScriptHubPage.Size = UDim2.new(0, 258, 0, 171)
  86. ScriptHubPage.Visible = false
  87.  
  88. ScriptHubPage_2.Name = "ScriptHubPage"
  89. ScriptHubPage_2.Parent = ScriptHubPage
  90. ScriptHubPage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. ScriptHubPage_2.BackgroundTransparency = 1.000
  92. ScriptHubPage_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  93. ScriptHubPage_2.BorderSizePixel = 0
  94. ScriptHubPage_2.Position = UDim2.new(-0.280000001, 0, -0.537999988, 0)
  95. ScriptHubPage_2.Size = UDim2.new(0, 337, 0, 337)
  96.  
  97. ExecutorPage.Name = "ExecutorPage"
  98. ExecutorPage.Parent = OmegaZ
  99. ExecutorPage.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  100. ExecutorPage.BackgroundTransparency = 1.000
  101. ExecutorPage.BorderColor3 = Color3.fromRGB(0, 0, 0)
  102. ExecutorPage.BorderSizePixel = 0
  103. ExecutorPage.Position = UDim2.new(0.357142866, 0, 0.344129562, 0)
  104. ExecutorPage.Size = UDim2.new(0, 258, 0, 171)
  105. ExecutorPage.Visible = false
  106.  
  107. ExecutorPage_2.Name = "ExecutorPage"
  108. ExecutorPage_2.Parent = ExecutorPage
  109. ExecutorPage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. ExecutorPage_2.BackgroundTransparency = 1.000
  111. ExecutorPage_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  112. ExecutorPage_2.BorderSizePixel = 0
  113. ExecutorPage_2.Position = UDim2.new(-0.197674423, 0, -0.602327585, 0)
  114. ExecutorPage_2.Size = UDim2.new(0, 356, 0, 356)
  115. ExecutorPage_2.Image = "rbxassetid://16467854051"
  116.  
  117. Home.Name = "Home"
  118. Home.Parent = OmegaZ
  119. Home.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  120. Home.BackgroundTransparency = 1.000
  121. Home.BorderColor3 = Color3.fromRGB(0, 0, 0)
  122. Home.BorderSizePixel = 0
  123. Home.Position = UDim2.new(0.290909082, 0, 0.342105269, 0)
  124. Home.Size = UDim2.new(0, 42, 0, 42)
  125. Home.Image = "rbxassetid://16466788149"
  126.  
  127. ScriptSearcher.Name = "ScriptSearcher"
  128. ScriptSearcher.Parent = OmegaZ
  129. ScriptSearcher.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  130. ScriptSearcher.BackgroundTransparency = 1.000
  131. ScriptSearcher.BorderColor3 = Color3.fromRGB(0, 0, 0)
  132. ScriptSearcher.BorderSizePixel = 0
  133. ScriptSearcher.Position = UDim2.new(0.290909082, 0, 0.41093117, 0)
  134. ScriptSearcher.Size = UDim2.new(0, 42, 0, 42)
  135. ScriptSearcher.Image = "rbxassetid://16466851828"
  136.  
  137. ScriptHub.Name = "ScriptHub"
  138. ScriptHub.Parent = OmegaZ
  139. ScriptHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  140. ScriptHub.BackgroundTransparency = 1.000
  141. ScriptHub.BorderColor3 = Color3.fromRGB(0, 0, 0)
  142. ScriptHub.BorderSizePixel = 0
  143. ScriptHub.Position = UDim2.new(0.290909082, 0, 0.483805656, 0)
  144. ScriptHub.Size = UDim2.new(0, 40, 0, 40)
  145. ScriptHub.Image = "rbxassetid://16466856820"
  146.  
  147. Executor.Name = "Executor"
  148. Executor.Parent = OmegaZ
  149. Executor.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. Executor.BackgroundTransparency = 1.000
  151. Executor.BorderColor3 = Color3.fromRGB(0, 0, 0)
  152. Executor.BorderSizePixel = 0
  153. Executor.Position = UDim2.new(0.290909082, 0, 0.546558678, 0)
  154. Executor.Size = UDim2.new(0, 42, 0, 42)
  155. Executor.Image = "rbxassetid://16466863464"
  156.  
  157. AboutUs.Name = "AboutUs"
  158. AboutUs.Parent = OmegaZ
  159. AboutUs.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  160. AboutUs.BackgroundTransparency = 1.000
  161. AboutUs.BorderColor3 = Color3.fromRGB(0, 0, 0)
  162. AboutUs.BorderSizePixel = 0
  163. AboutUs.Position = UDim2.new(0.293506473, 0, 0.609311759, 0)
  164. AboutUs.Size = UDim2.new(0, 38, 0, 38)
  165. AboutUs.Image = "rbxassetid://16466867271"
  166.  
  167. AboutUsPage.Name = "AboutUsPage"
  168. AboutUsPage.Parent = OmegaZ
  169. AboutUsPage.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  170. AboutUsPage.BackgroundTransparency = 1.000
  171. AboutUsPage.BorderColor3 = Color3.fromRGB(0, 0, 0)
  172. AboutUsPage.BorderSizePixel = 0
  173. AboutUsPage.Position = UDim2.new(0.357142866, 0, 0.344129562, 0)
  174. AboutUsPage.Size = UDim2.new(0, 258, 0, 171)
  175. AboutUsPage.Visible = false
  176.  
  177. AboutUsPage_2.Name = "AboutUsPage"
  178. AboutUsPage_2.Parent = AboutUsPage
  179. AboutUsPage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. AboutUsPage_2.BackgroundTransparency = 1.000
  181. AboutUsPage_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  182. AboutUsPage_2.BorderSizePixel = 0
  183. AboutUsPage_2.Position = UDim2.new(-0.011134658, 0, -0.33850652, 0)
  184. AboutUsPage_2.Size = UDim2.new(0, 267, 0, 267)
  185. AboutUsPage_2.Image = "rbxassetid://16467326440"
  186.  
  187. -- Scripts:
  188.  
  189. local function TUOZMU_fake_script() -- Home.LocalScript
  190.  local script = Instance.new('LocalScript', Home)
  191.  
  192.  script.Parent.MouseButton1Click:Connect(function()
  193.   script.Parent.Parent.HomePage.Visible = true
  194.   script.Parent.Parent.ScriptSearcherPage.Visible = false
  195.   script.Parent.Parent.ScriptHubPage.Visible = false
  196.   script.Parent.Parent.ExecutorPage.Visible = false
  197.   script.Parent.Parent.AboutUsPage.Visible = false
  198.   wait(0.1)
  199.  end)
  200. end
  201. coroutine.wrap(TUOZMU_fake_script)()
  202. local function PYTPFZ_fake_script() -- ScriptSearcher.LocalScript
  203.  local script = Instance.new('LocalScript', ScriptSearcher)
  204.  
  205.  script.Parent.MouseButton1Click:Connect(function()
  206.   script.Parent.Parent.HomePage.Visible = false
  207.   script.Parent.Parent.ScriptSearcherPage.Visible = true
  208.   script.Parent.Parent.ScriptHubPage.Visible = false
  209.   script.Parent.Parent.ExecutorPage.Visible = false
  210.   script.Parent.Parent.AboutUsPage.Visible = false
  211.   wait(0.1)
  212.  end)
  213. end
  214. coroutine.wrap(PYTPFZ_fake_script)()
  215. local function INUN_fake_script() -- ScriptHub.LocalScript
  216.  local script = Instance.new('LocalScript', ScriptHub)
  217.  
  218.  script.Parent.MouseButton1Click:Connect(function()
  219.   script.Parent.Parent.HomePage.Visible = false
  220.   script.Parent.Parent.ScriptSearcherPage.Visible = false
  221.   script.Parent.Parent.ScriptHubPage.Visible = true
  222.   script.Parent.Parent.ExecutorPage.Visible = false
  223.   script.Parent.Parent.AboutUsPage.Visible = false
  224.   wait(0.1)
  225.  end)
  226. end
  227. coroutine.wrap(INUN_fake_script)()
  228. local function NKSNYCY_fake_script() -- Executor.LocalScript
  229.  local script = Instance.new('LocalScript', Executor)
  230.  
  231.  script.Parent.MouseButton1Click:Connect(function()
  232.   script.Parent.Parent.HomePage.Visible = false
  233.   script.Parent.Parent.ScriptSearcherPage.Visible = false
  234.   script.Parent.Parent.ScriptHubPage.Visible = false
  235.   script.Parent.Parent.ExecutorPage.Visible = true
  236.   script.Parent.Parent.AboutUsPage.Visible = false
  237.   wait(0.1)
  238.  end)
  239.  
  240. end
  241. coroutine.wrap(NKSNYCY_fake_script)()
  242. local function EYJFKY_fake_script() -- AboutUs.LocalScript
  243.  local script = Instance.new('LocalScript', AboutUs)
  244.  
  245.  script.Parent.MouseButton1Click:Connect(function()
  246.   script.Parent.Parent.HomePage.Visible = false
  247.   script.Parent.Parent.ScriptSearcherPage.Visible = false
  248.   script.Parent.Parent.ScriptHubPage.Visible = false
  249.   script.Parent.Parent.ExecutorPage.Visible = false
  250.   script.Parent.Parent.AboutUsPage.Visible = true
  251.   wait(0.1)
  252.  end)
  253.  
  254. end
  255. coroutine.wrap(EYJFKY_fake_script)()
  256.