Advertisement
Waffle212

Untitled

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