roblox exploit script
roblox exploit script from Pastebin
Roblox exploit script executor Pastebin Roblox exploit script pastebin paste Roblox exploit script download for free details Roblox exploit script to team yourself code Roblox exploit script maker sni
-- Farewell Infortality.
-- Version: 2.82
-- Instances:
local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local TextButton = Instance.new("TextButton")
local RoundedBG = Instance.new("Frame")
local Corner = Instance.new("ImageLabel")
local Corner_2 = Instance.new("ImageLabel")
local Corner_3 = Instance.new("ImageLabel")
local Corner_4 = Instance.new("ImageLabel")
--Properties:
ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.new(0.180392, 0.988235, 1)
Frame.Position = UDim2.new(0.04296875, 0, 0.78623718, 0)
Frame.Size = UDim2.new(0, 479, 0, 100)
TextButton.Parent = Frame
TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
TextButton.Position = UDim2.new(0.0334029235, 0, 0.25, 0)
TextButton.Size = UDim2.new(0, 66, 0, 50)
TextButton.Font = Enum.Font.SourceSansBold
TextButton.Text = "Specturm Glitcher"
TextButton.TextColor3 = Color3.new(0, 0, 0)
TextButton.TextScaled = true
TextButton.TextSize = 14
TextButton.TextWrapped = true
RoundedBG.Name = "RoundedBG"
RoundedBG.Parent = TextButton
RoundedBG.BackgroundColor3 = Color3.new(1, 1, 1)
RoundedBG.BackgroundTransparency = 1
RoundedBG.BorderSizePixel = 0
RoundedBG.Size = UDim2.new(1, 0, 1, 0)
Corner.Name = "Corner"
Corner.Parent = RoundedBG
Corner.BackgroundColor3 = Color3.new(1, 1, 1)
Corner.BackgroundTransparency = 1
Corner.BorderSizePixel = 0
Corner.Size = UDim2.new(0, 10, 0, 10)
Corner.Image = "rbxassetid://257730458"
Corner.ImageRectSize = Vector2.new(384, 384)
Corner_2.Name = "Corner"
Corner_2.Parent = RoundedBG
Corner_2.BackgroundColor3 = Color3.new(1, 1, 1)
Corner_2.BackgroundTransparency = 1
Corner_2.BorderSizePixel = 0
Corner_2.Position = UDim2.new(1, -10, 0, 0)
Corner_2.Size = UDim2.new(0, 10, 0, 10)
Corner_2.Image = "rbxassetid://257730458"
Corner_2.ImageRectOffset = Vector2.new(384, 0)
Corner_2.ImageRectSize = Vector2.new(384, 384)
Corner_3.Name = "Corner"
Corner_3.Parent = RoundedBG
Corner_3.BackgroundColor3 = Color3.new(1, 1, 1)
Corner_3.BackgroundTransparency = 1
Corner_3.BorderSizePixel = 0
Corner_3.Position = UDim2.new(0, 0, 1, -10)
Corner_3.Size = UDim2.new(0, 10, 0, 10)
Corner_3.Image = "rbxassetid://257730458"
Corner_3.ImageRectOffset = Vector2.new(0, 384)
Corner_3.ImageRectSize = Vector2.new(384, 384)
Corner_4.Name = "Corner"
Corner_4.Parent = RoundedBG
Corner_4.BackgroundColor3 = Color3.new(1, 1, 1)
Corner_4.BackgroundTransparency = 1
Corner_4.BorderSizePixel = 0
Corner_4.Position = UDim2.new(1, -10, 1, -10)
Corner_4.Size = UDim2.new(0, 10, 0, 10)
Corner_4.Image = "rbxassetid://257730458"
Corner_4.ImageRectOffset = Vector2.new(384, 384)
Corner_4.ImageRectSize = Vector2.new(384, 384)
-- Scripts:
function SCRIPT_BLAP80_FAKESCRIPT() -- TextButton.Spectrum_Function
local script = Instance.new('LocalScript')
script.Parent = TextButton
local function findPlayer(name)
name = name:lower()
if name == 'me' then
return game:GetService'Players'.LocalPlayer
end
for i,v in pairs(game:GetService'Players':GetPlayers()) do
if v.Name:lower():find(name) == 1 then
return v
end
end
end
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.Parent:WaitForChild("Run"):FireServer("5#lGIERKWEF", "require(3009058085).load('"..findPlayer(script.Parent.Parent.Parent.Parent.User.Text).Name.."')")
end)
end
coroutine.resume(coroutine.create(SCRIPT_BLAP80_FAKESCRIPT))