SKIDNOOB

injected

Apr 24th, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. local InjectedGUI = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local ImageLabel = Instance.new("ImageLabel")
  4. local TextLabel = Instance.new("TextLabel")
  5. InjectedGUI.Name = "Injected GUI"
  6. InjectedGUI.Parent = game.CoreGui
  7. Frame.Parent = InjectedGUI
  8. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  9. Frame.BackgroundTransparency = 1.000
  10. Frame.Position = UDim2.new(-3.06875414e-08, 0, 0.952885687, 0)
  11. Frame.Size = UDim2.new(0, 40, 0, 40)
  12. ImageLabel.Parent = Frame
  13. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  14. ImageLabel.BackgroundTransparency = 1.000
  15. ImageLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)
  16. ImageLabel.Position = UDim2.new(0.0249996185, 0, 0, 0)
  17. ImageLabel.Size = UDim2.new(0, 39, 0, 39)
  18. ImageLabel.Image = "http://www.roblox.com/asset/?id=4930004430"
  19. TextLabel.Parent = Frame
  20. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  21. TextLabel.BackgroundTransparency = 1.000
  22. TextLabel.Position = UDim2.new(0.649999917, 0, 0.25, 0)
  23. TextLabel.Size = UDim2.new(0, 39, 0, 19)
  24. TextLabel.Font = Enum.Font.Code
  25. TextLabel.Text = "onny"
  26. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  27. TextLabel.TextScaled = true
  28. TextLabel.TextSize = 14.000
  29. TextLabel.TextWrapped = true
  30. game.StarterGui:SetCore("SendNotification", {
  31. Title = "-=Sonny=-"; -- Required. Has to be a string!
  32. Text = "Inject Successfully"; -- Required. Has to be a string!
  33. Icon = "http://www.roblox.com/asset/?id=4930004430"; -- Optional, defaults to "" (no icon)
  34. Duration = 5; -- Optional, defaults to 5 seconds
  35. })
Advertisement
Add Comment
Please, Sign In to add comment