Facebook
From Morose Sheep, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 135
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local UI = Instance.new("ScreenGui")
  5. local UIFrame = Instance.new("Frame")
  6. local loadcmd = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local closeui = Instance.new("TextButton")
  9. --Properties:
  10. UI.Name = "UI"
  11. UI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12.  
  13. UIFrame.Name = "UIFrame"
  14. UIFrame.Parent = UI
  15. UIFrame.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  16. UIFrame.BorderSizePixel = 0
  17. UIFrame.Position = UDim2.new(0.312999994, 0, -0.15, 0)
  18. UIFrame.Size = UDim2.new(0, 769, 0, 50)
  19.  
  20. loadcmd.Name = "loadcmd"
  21. loadcmd.Parent = UIFrame
  22. loadcmd.BackgroundColor3 = Color3.new(1, 1, 1)
  23. loadcmd.BackgroundTransparency = 1
  24. loadcmd.Position = UDim2.new(0, 0, 0.180000007, 0)
  25. loadcmd.Size = UDim2.new(0, 171, 0, 32)
  26. loadcmd.Font = Enum.Font.SourceSansLight
  27. loadcmd.Text = "Load CMD (or type :cmd)"
  28. loadcmd.TextColor3 = Color3.new(1, 1, 1)
  29. loadcmd.TextScaled = true
  30. loadcmd.TextSize = 14
  31. loadcmd.TextWrapped = true
  32. loadcmd.MouseButton1Click:connect(function()
  33.         loadstring(game:HttpGet("https://pastebin.com/raw/M3tZZAqa",true))()
  34. end)
  35.  
  36. TextLabel.Parent = UIFrame
  37. TextLabel.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  38. TextLabel.BorderSizePixel = 0
  39. TextLabel.Position = UDim2.new(0.356306911, 0, -0.180000007, 0)
  40. TextLabel.Size = UDim2.new(0, 221, 0, 68)
  41. TextLabel.Font = Enum.Font.SourceSansBold
  42. TextLabel.Text = "Ultimate Script Admin"
  43. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  44. TextLabel.TextScaled = true
  45. TextLabel.TextSize = 14
  46. TextLabel.TextWrapped = true
  47.  
  48. closeui.Name = "closeui"
  49. closeui.Parent = UIFrame
  50. closeui.BackgroundColor3 = Color3.new(1, 1, 1)
  51. closeui.BackgroundTransparency = 1
  52. closeui.Position = UDim2.new(0.755526662, 0, 0.180000007, 0)
  53. closeui.Size = UDim2.new(0, 171, 0, 32)
  54. closeui.Font = Enum.Font.SourceSansLight
  55. closeui.Text = "Close (can't be opened again)"
  56. closeui.TextColor3 = Color3.new(1, 1, 1)
  57. closeui.TextScaled = true
  58. closeui.TextSize = 14
  59. closeui.TextWrapped = true
  60. closeui.MouseButton1Click:connect(function()
  61.         UIFrame:TweenPosition(UDim2.new(0.313, 0,-0.15, 0), 'Out', 'Bounce', 1, true)
  62. end)
  63. -- Scripts:
  64.  
  65. UIFrame:TweenPosition(UDim2.new(0.313, 0,0.025, 0), 'In', 'Bounce', 1, true)