Advertisement
Waffle212

Untitled

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