Christoffer07700Extr

my first gui hope it works only work for exploits

Oct 13th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. --Made By Christoffer077002
  2. --DONT CHANGE CREDITS
  3. --MADE IN 10/13/2019
  4.  
  5. -- Objects
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local main = Instance.new("Frame")
  9. local title = Instance.new("TextLabel")
  10. local script1 = Instance.new("TextButton")
  11. local script2 = Instance.new("TextButton")
  12. local close = Instance.new("TextButton")
  13. local openmain = Instance.new("Frame")
  14. local open = Instance.new("TextButton")
  15.  
  16. -- Properties
  17.  
  18. ScreenGui.Parent = game.CoreGui
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. main.Name = "main"
  22. main.Parent = ScreenGui
  23. main.BackgroundColor3 = Color3.new(0, 0, 0)
  24. main.Position = UDim2.new(0.0325670578, 0, 0.363411635, 0)
  25. main.Size = UDim2.new(0, 322, 0, 377)
  26. main.Visible = false
  27. main.Active = true
  28. main.Draggable = true
  29.  
  30. title.Name = "title"
  31. title.Parent = main
  32. title.BackgroundColor3 = Color3.new(1, 0, 0)
  33. title.Size = UDim2.new(0, 322, 0, 31)
  34. title.Font = Enum.Font.Cartoon
  35. title.Text = "Chris's GUI"
  36. title.TextColor3 = Color3.new(0, 0, 0)
  37. title.TextScaled = true
  38. title.TextSize = 20
  39. title.TextWrapped = true
  40.  
  41. script1.Name = "script1"
  42. script1.Parent = main
  43. script1.BackgroundColor3 = Color3.new(1, 0, 0)
  44. script1.Position = UDim2.new(0, 0, 0.143236071, 0)
  45. script1.Size = UDim2.new(0, 100, 0, 41)
  46. script1.Font = Enum.Font.Cartoon
  47. script1.Text = "Oh Yeah Yeah Kick Gun"
  48. script1.TextColor3 = Color3.new(0, 0, 0)
  49. script1.TextScaled = true
  50. script1.TextSize = 14
  51. script1.TextWrapped = true
  52. script1.MouseButton1Down:connect(function()
  53. require(03522932103).load(plr.Name)
  54. end)
  55.  
  56. script2.Name = "script2"
  57. script2.Parent = main
  58. script2.BackgroundColor3 = Color3.new(1, 0, 0)
  59. script2.Position = UDim2.new(0.658385098, 0, 0.143236071, 0)
  60. script2.Size = UDim2.new(0, 100, 0, 41)
  61. script2.Font = Enum.Font.Cartoon
  62. script2.Text = "Crescendiac V2"
  63. script2.TextColor3 = Color3.new(0, 0, 0)
  64. script2.TextScaled = true
  65. script2.TextSize = 14
  66. script2.TextWrapped = true
  67. script2.MouseButton1Down:connect(function()
  68. require(3061839737):executeScript(plr.Name, "lololololololololol0k69fatkids")
  69. end)
  70.  
  71. close.Name = "close"
  72. close.Parent = main
  73. close.BackgroundColor3 = Color3.new(0.568627, 0, 0)
  74. close.Position = UDim2.new(0.881987572, 0, 0, 0)
  75. close.Size = UDim2.new(0, 38, 0, 31)
  76. close.Font = Enum.Font.Cartoon
  77. close.Text = "X"
  78. close.TextColor3 = Color3.new(0, 0, 0)
  79. close.TextScaled = true
  80. close.TextSize = 50
  81. close.TextWrapped = true
  82. close.MouseButton1Down:connect(function()
  83. main.Visible = false
  84. openmain.Visible = true
  85. end)
  86.  
  87. openmain.Name = "openmain"
  88. openmain.Parent = ScreenGui
  89. openmain.BackgroundColor3 = Color3.new(1, 1, 1)
  90. openmain.Position = UDim2.new(0.0191570874, 0, 0.90482074, 0)
  91. openmain.Size = UDim2.new(0, 103, 0, 41)
  92. openmain.Active = true
  93. openmain.Draggable
  94.  
  95. open.Name = "open"
  96. open.Parent = openmain
  97. open.BackgroundColor3 = Color3.new(1, 0, 0)
  98. open.Position = UDim2.new(-0.0291262139, 0, 0, 0)
  99. open.Size = UDim2.new(0, 109, 0, 41)
  100. open.Font = Enum.Font.Cartoon
  101. open.Text = "OPEN"
  102. open.TextColor3 = Color3.new(0, 0, 0)
  103. open.TextScaled = true
  104. open.TextSize = 50
  105. open.TextWrapped = true
  106. open.MouseButton1Down:connect(function()
  107. openmain.Visible - false
  108. main.Visible = true
  109. end)
  110.  
  111. --end of the script
  112. --dont log the gui or your a skid
Add Comment
Please, Sign In to add comment