Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui created by lilskidz
- -- Idea by yourlocalc00lkidd
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local TextButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.496708125, 0, 0.278922379, 0)
- Frame.Size = UDim2.new(0, 398, 0, 302)
- ImageLabel.Parent = Frame
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- ImageLabel.BorderSizePixel = 0
- ImageLabel.Position = UDim2.new(0.0376884416, 0, 0.100885957, 0)
- ImageLabel.Size = UDim2.new(0, 367, 0, 258)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=8464161396"
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.876884401, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 49, 0, 22)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.0175879393, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 193, 0, 22)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "You Are An Idiot!"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 25.000
- TextLabel.TextWrapped = true
- TextLabel.TextXAlignment = Enum.TextXAlignment.Left
- -- Scripts:
- local function SPKSQWE_fake_script() -- ImageLabel.LocalScript
- local script = Instance.new('LocalScript', ImageLabel)
- local IM = script.Parent
- local main = script.Parent.Parent
- if IM then
- local Sound = Instance.new("Sound", game.SoundService)
- Sound.SoundId = "rbxassetid://2665943889"
- Sound.Playing = true
- Sound.Looped = true
- Sound.Volume = 10
- end
- while true do
- for i = 1, 4 do
- IM.Image = "rbxassetid://530330570"
- wait(0.1)
- IM.Image = "rbxassetid://11748319807"
- wait(0.1)
- end
- -- Multiply and move the window every 2 seconds
- local TweenService = game:GetService("TweenService")
- local goal = {}
- goal.Position = UDim2.new(math.random(), 0, math.random(), 0)
- local tweenInfo = TweenInfo.new(2, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut)
- local tween = TweenService:Create(main, tweenInfo, goal)
- tween:Play()
- wait(0.0001)
- local clone = main:Clone()
- clone.Parent = main.Parent
- clone.Position = UDim2.new(math.random(), 0, math.random(), 0)
- wait(2)
- end
- end
- coroutine.wrap(SPKSQWE_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement