Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3. --Made By baconplay448
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local main = Instance.new("Frame")
  7. local Tilte = Instance.new("TextLabel")
  8. local Credit = Instance.new("TextLabel")
  9. local Admin = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. main.Name = "main"
  16. main.Parent = ScreenGui
  17. main.BackgroundColor3 = Color3.fromRGB(0, 255, 127)
  18. main.Position = UDim2.new(0.698262215, 0, 0.611556947, 0)
  19. main.Size = UDim2.new(0, 369, 0, 231)
  20. main.Active = true
  21. main.draggable = true
  22.  
  23. Tilte.Name = "Tilte"
  24. Tilte.Parent = main
  25. Tilte.BackgroundColor3 = Color3.fromRGB(85, 85, 255)
  26. Tilte.Size = UDim2.new(0, 369, 0, 41)
  27. Tilte.Font = Enum.Font.GothamBlack
  28. Tilte.Text = "Admin Haxx v.1"
  29. Tilte.TextColor3 = Color3.fromRGB(0, 0, 0)
  30. Tilte.TextScaled = true
  31. Tilte.TextSize = 14.000
  32. Tilte.TextWrapped = true
  33.  
  34. Credit.Name = "Credit"
  35. Credit.Parent = main
  36. Credit.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  37. Credit.Position = UDim2.new(0, 0, 0.80952394, 0)
  38. Credit.Size = UDim2.new(0, 369, 0, 44)
  39. Credit.Font = Enum.Font.SciFi
  40. Credit.Text = "Made by baconplay448"
  41. Credit.TextColor3 = Color3.fromRGB(255, 255, 255)
  42. Credit.TextScaled = true
  43. Credit.TextSize = 14.000
  44. Credit.TextWrapped = true
  45.  
  46. Admin.Name = "Admin"
  47. Admin.Parent = main
  48. Admin.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  49. Admin.Position = UDim2.new(0.219512194, 0, 0.38961038, 0)
  50. Admin.Size = UDim2.new(0, 207, 0, 50)
  51. Admin.Font = Enum.Font.Gotham
  52. Admin.Text = "Admin"
  53. Admin.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. Admin.TextScaled = true
  55. Admin.TextSize = 14.000
  56. Admin.TextStrokeColor3 = Color3.fromRGB(170, 0, 0)
  57. Admin.TextWrapped = true
  58. Admin.MouseButton1Down:connect(function()
  59. loadstring(game:HttpGet(('https://pastebin.com/raw/pyzjWNhk'),true))()
  60. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement