Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --by radd
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local UIGradient = Instance.new("UIGradient")
- local UICorner = Instance.new("UICorner")
- local copygamesbutton = Instance.new("TextButton")
- local UIGradient_2 = Instance.new("UIGradient")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- main.BackgroundTransparency = 1.000
- main.Position = UDim2.new(0.27304551, 0, 0.18525897, 0)
- main.Size = UDim2.new(0, 388, 0, 242)
- main.Active = true
- main.Draggable = true
- ImageLabel.Parent = main
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.BackgroundTransparency = 1.000
- ImageLabel.BorderSizePixel = 0
- ImageLabel.Position = UDim2.new(0, 0, 0.128099173, 0)
- ImageLabel.Size = UDim2.new(0, 388, 0, 242)
- ImageLabel.Image = "rbxassetid://6487110127"
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 11, 251)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 200, 255))}
- UIGradient.Parent = ImageLabel
- UICorner.Parent = ImageLabel
- copygamesbutton.Name = "copygames button'"
- copygamesbutton.Parent = main
- copygamesbutton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- copygamesbutton.BorderColor3 = Color3.fromRGB(255, 255, 255)
- copygamesbutton.Position = UDim2.new(0.242268041, 0, 0.524793386, 0)
- copygamesbutton.Size = UDim2.new(0, 200, 0, 50)
- copygamesbutton.Font = Enum.Font.Oswald
- copygamesbutton.Text = "COPYGAMES"
- copygamesbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
- copygamesbutton.TextSize = 20.000
- copygamesbutton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/MZi7ZNb3", true))()
- end)
- UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 8, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(6, 222, 255))}
- UIGradient_2.Parent = copygamesbutton
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.242268041, 0, 0.128099173, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.Oswald
- TextLabel.Text = "SYANSPYE X VERSION"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 18.000
- -- Scripts:
- local function UKISCZG_fake_script() -- TextLabel.LocalScript
- local script = Instance.new('LocalScript', TextLabel)
- while true do
- for a = 1,360,1 do wait(.01)
- script.Parent.TextColor3 = Color3.fromHSV(a/360,1,1)
- end
- end
- end
- coroutine.wrap(UKISCZG_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement