Advertisement
mommymap

apexsploit logo

Aug 21st, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local ImageLabel = Instance.new("ImageLabel")
  3. local TextLabel = Instance.new("TextLabel")
  4. ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  5. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  6. ScreenGui.ResetOnSpawn = false
  7.  
  8. ImageLabel.Parent = ScreenGui
  9. ImageLabel.Active = true
  10. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  11. ImageLabel.BackgroundTransparency = 1
  12. ImageLabel.BorderSizePixel = 0
  13. ImageLabel.Position = UDim2.new(0.960884213, 0, 0.910319328, 0)
  14. ImageLabel.Size = UDim2.new(0, 65, 0, 73)
  15. ImageLabel.Image = "http://www.roblox.com/asset/?id=3703262594"
  16.  
  17. TextLabel.Parent = ScreenGui
  18. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  19. TextLabel.BackgroundTransparency = 1
  20. TextLabel.Position = UDim2.new(0.956990182, 0, 0.974201441, 0)
  21. TextLabel.Size = UDim2.new(0, 76, 0, 31)
  22. TextLabel.Font = Enum.Font.SourceSansBold
  23. TextLabel.Text = "ApexSploit"
  24. TextLabel.TextColor3 = Color3.new(1, 0.498039, 0.313726)
  25. TextLabel.TextSize = 22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement