Advertisement
KrYn0MoRe

fake aether

Mar 25th, 2023
1,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.52 KB | None | 0 0
  1. function give(plr)
  2. local pgui = plr:FindFirstChildOfClass("PlayerGui")
  3. spawn(function()
  4. local ScreenGui0 = Instance.new("ScreenGui")
  5. local Frame1 = Instance.new("Frame")
  6. local TextLabel2 = Instance.new("TextLabel")
  7. local TextLabel3 = Instance.new("TextLabel")
  8. local ImageLabel4 = Instance.new("ImageLabel")
  9. ScreenGui0.Name = "MessageGui"
  10. ScreenGui0.Parent = pgui
  11. Frame1.Parent = ScreenGui0
  12. Frame1.Position = UDim2.new(0.5, 0, -1, 0)
  13. Frame1.BackgroundColor = BrickColor.new("Black metallic")
  14. Frame1.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  15. Frame1.BackgroundTransparency = 1
  16. Frame1.BorderSizePixel = 0
  17. TextLabel2.Name = "Title"
  18. TextLabel2.Parent = Frame1
  19. TextLabel2.Size = UDim2.new(1, 0, 0.200000003, 0)
  20. TextLabel2.BackgroundColor = BrickColor.new("Institutional white")
  21. TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  22. TextLabel2.BackgroundTransparency = 1
  23. TextLabel2.Font = Enum.Font.SourceSansLight
  24. TextLabel2.FontSize = Enum.FontSize.Size28
  25. TextLabel2.TextColor = BrickColor.new("Institutional white")
  26. TextLabel2.TextColor3 = Color3.new(1, 1, 1)
  27. TextLabel2.TextSize = 28
  28. TextLabel2.TextWrap = true
  29. TextLabel2.TextWrapped = true
  30. TextLabel3.Name = "Text"
  31. TextLabel3.Parent = Frame1
  32. TextLabel3.Position = UDim2.new(0, 0, 0.200000003, 0)
  33. TextLabel3.Size = UDim2.new(1, 0, 0.800000012, 0)
  34. TextLabel3.BackgroundColor = BrickColor.new("Institutional white")
  35. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  36. TextLabel3.BackgroundTransparency = 1
  37. TextLabel3.ZIndex = 2
  38. TextLabel3.Font = Enum.Font.SourceSansLight
  39. TextLabel3.FontSize = Enum.FontSize.Size24
  40. TextLabel3.Text = ""
  41. TextLabel3.TextColor = BrickColor.new("Institutional white")
  42. TextLabel3.TextColor3 = Color3.new(1, 1, 1)
  43. TextLabel3.TextSize = 24
  44. TextLabel3.TextWrap = true
  45. TextLabel3.TextWrapped = true
  46. TextLabel3.TextYAlignment = Enum.TextYAlignment.Top
  47. ImageLabel4.Parent = Frame1
  48. ImageLabel4.Position = UDim2.new(-0.25, 0, -0.25, 0)
  49. ImageLabel4.Size = UDim2.new(1.5, 0, 1.5, 0)
  50. ImageLabel4.BackgroundColor = BrickColor.new("Institutional white")
  51. ImageLabel4.BackgroundColor3 = Color3.new(1, 1, 1)
  52. ImageLabel4.BackgroundTransparency = 1
  53. ImageLabel4.Image = "rbxasset://textures/WhiteCircle.png"
  54. ImageLabel4.ImageColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  55. ImageLabel4.ImageTransparency = 0.5
  56. ImageLabel4.ScaleType = Enum.ScaleType.Slice
  57. ImageLabel4.SliceCenter = Rect.new(256, 256, 256, 256)
  58. local Frame = Frame1
  59. Frame.Title.Text = "Aether Admin"
  60. Frame.Text.Text = "You are an admin! Hover over Bottom-Right Icon to check rank!"
  61. local music = Instance.new('Sound')
  62. music.Parent = Frame
  63. music.Looped = false
  64. music.Pitch = 1
  65. music.SoundId = "http://www.roblox.com/asset/?id=138169063"
  66. music:Play()
  67. Frame:TweenSizeAndPosition(UDim2.new(1, 0, 1, 0), UDim2.new(0, 0, 0, 0), nil, nil, .5, false, function()
  68.     wait(3)
  69.     Frame:TweenSizeAndPosition(UDim2.new(0, 0, 0, 0), UDim2.new(0.5, 0, 0.5, 0), nil, nil, .5, false)
  70.     wait(.5)
  71.     Frame:Destroy()
  72. end)
  73. end)
  74. local ScreenGui0 = Instance.new("ScreenGui")
  75. local ImageButton1 = Instance.new("ImageButton")
  76. local Frame2 = Instance.new("Frame")
  77. local Frame3 = Instance.new("Frame")
  78. local Frame4 = Instance.new("Frame")
  79. local Frame5 = Instance.new("Frame")
  80. local Frame6 = Instance.new("Frame")
  81. local Frame7 = Instance.new("Frame")
  82. local TextLabel8 = Instance.new("TextLabel")
  83. local ImageLabel9 = Instance.new("ImageLabel")
  84. local ScrollingFrame10 = Instance.new("ScrollingFrame")
  85. local TextLabel11 = Instance.new("TextLabel")
  86. local Sound12 = Instance.new("Sound")
  87. local Sound13 = Instance.new("Sound")
  88. local Frame15 = Instance.new("Frame")
  89. ScreenGui0.Name = "CommandBarGui"
  90. ScreenGui0.Parent = pgui
  91. ImageButton1.Name = "Wheel"
  92. ImageButton1.Parent = ScreenGui0
  93. ImageButton1.Position = UDim2.new(1, -91, 1, -91)
  94. ImageButton1.Rotation = -90
  95. ImageButton1.Size = UDim2.new(0, 75, 0, 75)
  96. ImageButton1.BackgroundColor = BrickColor.new("Institutional white")
  97. ImageButton1.BackgroundColor3 = Color3.new(1, 1, 1)
  98. ImageButton1.BackgroundTransparency = 1
  99. ImageButton1.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  100. ImageButton1.BorderSizePixel = 0
  101. ImageButton1.ZIndex = 10
  102. ImageButton1.Selected = true
  103. ImageButton1.Image = "rbxassetid://320191429"
  104. Frame2.Name = "Menu"
  105. Frame2.Parent = ImageButton1
  106. Frame2.Position = UDim2.new(0.5, -2, 0, 0)
  107. Frame2.Rotation = 90
  108. Frame2.BackgroundColor = BrickColor.new("Black metallic")
  109. Frame2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  110. Frame2.BackgroundTransparency = 0.25
  111. Frame2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  112. Frame2.BorderSizePixel = 0
  113. Frame2.ZIndex = 9
  114. Frame3.Name = "Shading"
  115. Frame3.Parent = Frame2
  116. Frame3.Position = UDim2.new(0, -1, 0, -1)
  117. Frame3.Visible = false
  118. Frame3.Size = UDim2.new(1, 2, 1, 2)
  119. Frame3.BackgroundColor = BrickColor.new("Black metallic")
  120. Frame3.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  121. Frame3.BackgroundTransparency = 0.89999997615814
  122. Frame3.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  123. Frame3.BorderSizePixel = 0
  124. Frame3.ZIndex = 9
  125. Frame4.Name = "Shading"
  126. Frame4.Parent = Frame3
  127. Frame4.Position = UDim2.new(0, -1, 0, -1)
  128. Frame4.Size = UDim2.new(1, 2, 1, 2)
  129. Frame4.BackgroundColor = BrickColor.new("Black metallic")
  130. Frame4.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  131. Frame4.BackgroundTransparency = 0.89999997615814
  132. Frame4.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  133. Frame4.BorderSizePixel = 0
  134. Frame4.ZIndex = 9
  135. Frame5.Name = "Shading"
  136. Frame5.Parent = Frame4
  137. Frame5.Position = UDim2.new(0, -1, 0, -1)
  138. Frame5.Size = UDim2.new(1, 2, 1, 2)
  139. Frame5.BackgroundColor = BrickColor.new("Black")
  140. Frame5.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  141. Frame5.BackgroundTransparency = 0.89999997615814
  142. Frame5.BorderColor = BrickColor.new("Black metallic")
  143. Frame5.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  144. Frame5.BorderSizePixel = 2
  145. Frame5.ZIndex = 9
  146. Frame6.Name = "Shading"
  147. Frame6.Parent = Frame5
  148. Frame6.Position = UDim2.new(0, -1, 0, -1)
  149. Frame6.Size = UDim2.new(1, 2, 1, 2)
  150. Frame6.BackgroundColor = BrickColor.new("Black metallic")
  151. Frame6.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  152. Frame6.BackgroundTransparency = 0.89999997615814
  153. Frame6.BorderColor = BrickColor.new("Really black")
  154. Frame6.BorderColor3 = Color3.new(0.0117647, 0.0117647, 0.0117647)
  155. Frame6.BorderSizePixel = 5
  156. Frame6.ZIndex = 9
  157. Frame7.Name = "Shading"
  158. Frame7.Parent = Frame6
  159. Frame7.Position = UDim2.new(0, -1, 0, -1)
  160. Frame7.Size = UDim2.new(1, 2, 1, 2)
  161. Frame7.BackgroundColor = BrickColor.new("Black metallic")
  162. Frame7.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  163. Frame7.BackgroundTransparency = 0.60000002384186
  164. Frame7.BorderColor = BrickColor.new("Really black")
  165. Frame7.BorderColor3 = Color3.new(0.0117647, 0.0117647, 0.0117647)
  166. Frame7.BorderSizePixel = 5
  167. Frame7.ZIndex = 9
  168. TextLabel8.Name = "EasterEgg"
  169. TextLabel8.Parent = Frame2
  170. TextLabel8.Position = UDim2.new(0, 0, 4.125, 0)
  171. TextLabel8.Rotation = -90
  172. TextLabel8.Visible = false
  173. TextLabel8.Size = UDim2.new(1, 0, 0.800000012, 0)
  174. TextLabel8.BackgroundColor = BrickColor.new("Institutional white")
  175. TextLabel8.BackgroundColor3 = Color3.new(1, 1, 1)
  176. TextLabel8.BackgroundTransparency = 1
  177. TextLabel8.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  178. TextLabel8.ZIndex = 9
  179. TextLabel8.Font = Enum.Font.SourceSansLight
  180. TextLabel8.FontSize = Enum.FontSize.Size32
  181. TextLabel8.Text = "Hey, what are you doing?! Stop that!"
  182. TextLabel8.TextColor = BrickColor.new("Black metallic")
  183. TextLabel8.TextColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  184. TextLabel8.TextScaled = true
  185. TextLabel8.TextSize = 32
  186. TextLabel8.TextStrokeColor3 = Color3.new(1, 0, 0)
  187. TextLabel8.TextStrokeTransparency = 0.60000002384186
  188. TextLabel8.TextWrap = true
  189. TextLabel8.TextWrapped = true
  190. ImageLabel9.Parent = TextLabel8
  191. ImageLabel9.Position = UDim2.new(0.224999994, 0, 0, 70)
  192. ImageLabel9.Size = UDim2.new(0, 164, 0, 164)
  193. ImageLabel9.BackgroundColor = BrickColor.new("Institutional white")
  194. ImageLabel9.BackgroundColor3 = Color3.new(1, 1, 1)
  195. ImageLabel9.BackgroundTransparency = 1
  196. ImageLabel9.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  197. ImageLabel9.BorderSizePixel = 0
  198. ImageLabel9.ZIndex = 9
  199. ImageLabel9.Image = "rbxassetid://260098135"
  200. ScrollingFrame10.Name = "Content"
  201. ScrollingFrame10.Parent = Frame2
  202. ScrollingFrame10.BackgroundColor = BrickColor.new("Institutional white")
  203. ScrollingFrame10.BackgroundColor3 = Color3.new(1, 1, 1)
  204. ScrollingFrame10.BackgroundTransparency = 1
  205. ScrollingFrame10.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  206. ScrollingFrame10.BorderSizePixel = 0
  207. ScrollingFrame10.ZIndex = 9
  208. ScrollingFrame10.CanvasSize = UDim2.new(0, 0, 0, 0)
  209. ScrollingFrame10.ScrollBarThickness = 0
  210. ScrollingFrame10.ScrollingEnabled = false
  211. TextLabel11.Name = "Credit"
  212. TextLabel11.Parent = ScrollingFrame10
  213. TextLabel11.Position = UDim2.new(0, 4, 0, 0)
  214. TextLabel11.Size = UDim2.new(1, 0, 0, 20)
  215. TextLabel11.BackgroundColor = BrickColor.new("Institutional white")
  216. TextLabel11.BackgroundColor3 = Color3.new(1, 1, 1)
  217. TextLabel11.BackgroundTransparency = 1
  218. TextLabel11.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  219. TextLabel11.ZIndex = 9
  220. TextLabel11.Font = Enum.Font.ArialBold
  221. TextLabel11.FontSize = Enum.FontSize.Size18
  222. TextLabel11.Text = "you really thought this was real"
  223. TextLabel11.TextColor = BrickColor.new("Fire Yellow")
  224. TextLabel11.TextColor3 = Color3.new(0.988235, 1, 0.254902)
  225. TextLabel11.TextScaled = true
  226. TextLabel11.TextSize = 18
  227. TextLabel11.TextStrokeTransparency = 0.40000000596046
  228. TextLabel11.TextWrap = true
  229. TextLabel11.TextWrapped = true
  230. TextLabel11.TextXAlignment = Enum.TextXAlignment.Left
  231. Sound12.Name = "Close"
  232. Sound12.Parent = ImageButton1
  233. Sound12.EmitterSize = 0
  234. Sound12.MinDistance = 0
  235. Sound12.Pitch = 2
  236. Sound12.PlaybackSpeed = 2
  237. Sound12.SoundId = "rbxassetid://305219282"
  238. Sound12.Volume = 0.40000000596046
  239. Sound13.Name = "Open"
  240. Sound13.Parent = ImageButton1
  241. Sound13.EmitterSize = 0
  242. Sound13.MinDistance = 0
  243. Sound13.Pitch = 1.5
  244. Sound13.PlaybackSpeed = 1.5
  245. Sound13.SoundId = "rbxassetid://252155592"
  246. Sound13.Volume = 1
  247. Frame15.Name = "Tween"
  248. Frame15.Parent = ScreenGui0
  249. Frame15.BackgroundColor = BrickColor.new("Institutional white")
  250. Frame15.BackgroundColor3 = Color3.new(1, 1, 1)
  251. Frame15.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  252. Frame15.BorderSizePixel = 0
  253. Frame15.ZIndex = 9
  254. local Wheel = ImageButton1
  255. local TweenFrame = Frame15
  256. local Menu = Frame2
  257. Wheel.MouseEnter:connect(function()
  258.         wait(.075)
  259.         TweenFrame:TweenPosition(UDim2.new(1, 0, 0, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Bounce, .5, true)
  260.         wait(.1)
  261.         Wheel.Rotation = -90 * TweenFrame.Position.X.Scale
  262.         Wheel:WaitForChild("Open"):Play()
  263.         Menu:TweenSizeAndPosition(UDim2.new(6, 4, 1, 0), UDim2.new(-2.5, -2, -3.65, -2), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, .4, true)
  264.         Menu:WaitForChild("Content"):TweenSizeAndPosition(UDim2.new(1, 0, 1, 0), UDim2.new(0, 0, 0, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Quad, .4, true)
  265.         wait(5)
  266.         ScreenGui0:Destroy()
  267. end)
  268. game:service'RunService'.Heartbeat:connect(function()
  269.                 Wheel.Rotation = -90 * TweenFrame.Position.X.Scale
  270.                 Menu:WaitForChild("EasterEgg").Visible = (Menu.Size.X.Scale == 6 and Wheel.Rotation == 0)
  271.                 Wheel.Image = "rbxassetid://"..(TweenFrame.Position.X.Scale > .7 and "320191454" or "320191429")
  272.                 Menu:WaitForChild("Content").Visible = TweenFrame.Position.X.Scale == 1
  273.                 Menu:WaitForChild("Shading").Visible = TweenFrame.Position.X.Scale > .1
  274.                 Menu.Content.CanvasSize = Menu.Content.Size
  275. end)
  276. end
  277. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  278.     spawn(function()
  279.         give(v)
  280.     end)
  281. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement