Advertisement
Waffle212

Untitled

Mar 26th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local scripthub = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local adminmenu = Instance.new("TextButton")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextButton_3 = Instance.new("TextButton")
  10. local TextButton_4 = Instance.new("TextButton")
  11. local TextButton_5 = Instance.new("TextButton")
  12. --Properties:
  13. scripthub.Name = "script hub"
  14. scripthub.Parent = game.StarterGui["Ultimate GUI"]
  15. scripthub.BackgroundColor3 = Color3.new(1, 1, 1)
  16. scripthub.Position = UDim2.new(0.0451306403, 0, 0.468521237, 0)
  17. scripthub.Size = UDim2.new(0, 281, 0, 324)
  18.  
  19. TextLabel.Parent = scripthub
  20. TextLabel.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  21. TextLabel.Size = UDim2.new(0, 281, 0, 50)
  22. TextLabel.Font = Enum.Font.SourceSans
  23. TextLabel.Text = "Script Hub"
  24. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  25. TextLabel.TextScaled = true
  26. TextLabel.TextSize = 14
  27. TextLabel.TextWrapped = true
  28.  
  29. adminmenu.Name = "admin menu"
  30. adminmenu.Parent = scripthub
  31. adminmenu.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  32. adminmenu.Position = UDim2.new(0, 0, 0.216049388, 0)
  33. adminmenu.Size = UDim2.new(0, 111, 0, 50)
  34. adminmenu.Font = Enum.Font.SourceSans
  35. adminmenu.Text = "Admin Menu"
  36. adminmenu.TextColor3 = Color3.new(0, 0, 0)
  37. adminmenu.TextScaled = true
  38. adminmenu.TextSize = 14
  39. adminmenu.TextWrapped = true
  40.  
  41. TextButton.Parent = scripthub
  42. TextButton.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  43. TextButton.Position = UDim2.new(0.604982197, 0, 0.216049388, 0)
  44. TextButton.Size = UDim2.new(0, 111, 0, 50)
  45. TextButton.Font = Enum.Font.SourceSans
  46. TextButton.TextColor3 = Color3.new(0, 0, 0)
  47. TextButton.TextSize = 14
  48.  
  49. TextButton_2.Parent = scripthub
  50. TextButton_2.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  51. TextButton_2.Position = UDim2.new(0.604982197, 0, 0.469135821, 0)
  52. TextButton_2.Size = UDim2.new(0, 111, 0, 50)
  53. TextButton_2.Font = Enum.Font.SourceSans
  54. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  55. TextButton_2.TextSize = 14
  56.  
  57. TextButton_3.Parent = scripthub
  58. TextButton_3.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  59. TextButton_3.Position = UDim2.new(0.604982197, 0, 0.728395104, 0)
  60. TextButton_3.Size = UDim2.new(0, 111, 0, 50)
  61. TextButton_3.Font = Enum.Font.SourceSans
  62. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  63. TextButton_3.TextSize = 14
  64.  
  65. TextButton_4.Parent = scripthub
  66. TextButton_4.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  67. TextButton_4.Position = UDim2.new(0, 0, 0.728395104, 0)
  68. TextButton_4.Size = UDim2.new(0, 111, 0, 50)
  69. TextButton_4.Font = Enum.Font.SourceSans
  70. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  71. TextButton_4.TextSize = 14
  72.  
  73. TextButton_5.Parent = scripthub
  74. TextButton_5.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  75. TextButton_5.Position = UDim2.new(0, 0, 0.469135851, 0)
  76. TextButton_5.Size = UDim2.new(0, 111, 0, 50)
  77. TextButton_5.Font = Enum.Font.SourceSans
  78. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  79. TextButton_5.TextSize = 14
  80. -- Scripts:
  81. function SCRIPT_MBZC73_FAKESCRIPT() -- adminmenu.LocalScript
  82. local script = Instance.new('LocalScript')
  83. script.Parent = adminmenu
  84. script.Parent.MouseButton1Click:Connect(function()
  85. loadstring(game:HttpGet("https://pastebin.com/raw/jPrrwew4", true))()
  86. end)
  87.  
  88. end
  89. coroutine.resume(coroutine.create(SCRIPT_MBZC73_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement