Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- writefile("alienaudio.mp3", request({ Url = "https://github.com/invisb/maxhubassets/raw/refs/heads/main/alienaudio.mp3", Method = "GET" }).Body)
- writefile("alienvideo.webm", request({ Url = "https://github.com/invisb/maxhubassets/raw/refs/heads/main/ssstik.io_1734937260360.webm", Method = "GET" }).Body)
- local items = {
- ["_ScreenGui"] = Instance.new("ScreenGui"),
- ["_VideoFrame"] = Instance.new("VideoFrame"),
- }
- items["_ScreenGui"].ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- items["_ScreenGui"].IgnoreGuiInset = true
- items["_ScreenGui"].Parent = game.Players.LocalPlayer.PlayerGui
- items["_VideoFrame"].AnchorPoint = Vector2.new(0.5, 0.5)
- items["_VideoFrame"].Position = UDim2.new(0.5, 0, 0.5, 0)
- items["_VideoFrame"].Size = UDim2.new(1, 0, 1, 0)
- items["_VideoFrame"].ZIndex = 9999
- items["_VideoFrame"].Parent = items["_ScreenGui"]
- items["_VideoFrame"].Video = getcustomasset("alienvideo.webm", true)
- local sound = Instance.new("Sound", workspace)
- sound.SoundId = getcustomasset("alienaudio.mp3", true)
- sound.Volume = 0.8
- sound:Play()
- items["_VideoFrame"].Looped = false
- items["_VideoFrame"]:Play()
- items["_VideoFrame"].Ended:Wait()
- items["_ScreenGui"]:Destroy()
- delfile("alienaudio.mp3")
- delfile("alienvideo.webm")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement