Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local InjectedGUI = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- InjectedGUI.Name = "Injected GUI"
- InjectedGUI.Parent = game.CoreGui
- Frame.Parent = InjectedGUI
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BackgroundTransparency = 1.000
- Frame.Position = UDim2.new(-3.06875414e-08, 0, 0.952885687, 0)
- Frame.Size = UDim2.new(0, 40, 0, 40)
- ImageLabel.Parent = Frame
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.BackgroundTransparency = 1.000
- ImageLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)
- ImageLabel.Position = UDim2.new(0.0249996185, 0, 0, 0)
- ImageLabel.Size = UDim2.new(0, 39, 0, 39)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=4930004430"
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.649999917, 0, 0.25, 0)
- TextLabel.Size = UDim2.new(0, 39, 0, 19)
- TextLabel.Font = Enum.Font.Code
- TextLabel.Text = "onny"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- game.StarterGui:SetCore("SendNotification", {
- Title = "-=Sonny=-"; -- Required. Has to be a string!
- Text = "Inject Successfully"; -- Required. Has to be a string!
- Icon = "http://www.roblox.com/asset/?id=4930004430"; -- Optional, defaults to "" (no icon)
- Duration = 5; -- Optional, defaults to 5 seconds
- })
Advertisement
Add Comment
Please, Sign In to add comment