0% found this document useful (0 votes)
980 views8 pages

Rc7 Backdoor Remake

The document is a Lua script for creating a graphical user interface (GUI) in Roblox. It includes various UI elements such as frames, text labels, text boxes for user input, and buttons for submission. The script sets properties for these elements to define their appearance and behavior within the game environment.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
980 views8 pages

Rc7 Backdoor Remake

The document is a Lua script for creating a graphical user interface (GUI) in Roblox. It includes various UI elements such as frames, text labels, text boxes for user input, and buttons for submission. The script sets properties for these elements to define their appearance and behavior within the game environment.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 8

-- Gui to Lua

-- Version: 3.2

-- Instances:

local ScreenGui = Instance.new("ScreenGui")


local Remake = Instance.new("Frame")
local Logo = Instance.new("TextLabel")
local TextLabel = Instance.new("TextLabel")
local TextLabel_2 = Instance.new("TextLabel")
local Login = Instance.new("Frame")
local Frame = Instance.new("Frame")
local TextLabel_3 = Instance.new("TextLabel")
local TextLabel_4 = Instance.new("TextLabel")
local TextLabel_5 = Instance.new("TextLabel")
local Frame_2 = Instance.new("Frame")
local TextLabel_6 = Instance.new("TextLabel")
local User = Instance.new("TextBox")
local Pass = Instance.new("TextBox")
local Submit = Instance.new("TextButton")
local Rc7 = Instance.new("Frame")
local Frame_3 = Instance.new("Frame")
local TextLabel_7 = Instance.new("TextLabel")
local TextLabel_8 = Instance.new("TextLabel")
local TextLabel_9 = Instance.new("TextLabel")
local Frame_4 = Instance.new("Frame")
local editor = Instance.new("TextBox")
local Frame_5 = Instance.new("Frame")
local Open = Instance.new("TextButton")
local Clear = Instance.new("TextButton")
local Execute = Instance.new("TextButton")

--Properties:

ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

Remake.Name = "Remake"
Remake.Parent = ScreenGui
Remake.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Remake.BorderColor3 = Color3.fromRGB(0, 0, 0)
Remake.BorderSizePixel = 0
Remake.Position = UDim2.new(0.621866822, 0, 0.177115992, 0)
Remake.Size = UDim2.new(0, 343, 0, 33)

Logo.Name = "Logo"
Logo.Parent = Remake
Logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Logo.BackgroundTransparency = 1.000
Logo.BorderColor3 = Color3.fromRGB(0, 0, 0)
Logo.BorderSizePixel = 0
Logo.Size = UDim2.new(0, 31, 0, 37)
Logo.Font = Enum.Font.SourceSans
Logo.Text = "R"
Logo.TextColor3 = Color3.fromRGB(0, 90, 125)
Logo.TextScaled = true
Logo.TextSize = 14.000
Logo.TextWrapped = true
TextLabel.Parent = Logo
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(0.100000001, 0, -0.291000009, 0)
TextLabel.Size = UDim2.new(0, 42, 0, 43)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "C"
TextLabel.TextColor3 = Color3.fromRGB(0, 90, 125)
TextLabel.TextSize = 14.000

TextLabel_2.Parent = TextLabel
TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.BackgroundTransparency = 1.000
TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.BorderSizePixel = 0
TextLabel_2.Position = UDim2.new(0.100000001, 0, -0.0120000001, 0)
TextLabel_2.Size = UDim2.new(0, 47, 0, 43)
TextLabel_2.Font = Enum.Font.SourceSans
TextLabel_2.Text = "7"
TextLabel_2.TextColor3 = Color3.fromRGB(0, 90, 125)
TextLabel_2.TextSize = 14.000

Login.Name = "Login"
Login.Parent = Remake
Login.BackgroundColor3 = Color3.fromRGB(0, 90, 125)
Login.BorderColor3 = Color3.fromRGB(0, 0, 0)
Login.BorderSizePixel = 0
Login.Position = UDim2.new(0, 0, 0.995999634, 0)
Login.Size = UDim2.new(0, 343, 0, 356)

Frame.Parent = Login
Frame.BackgroundColor3 = Color3.fromRGB(0, 54, 74)
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.Position = UDim2.new(0.871720135, 0, 0, 0)
Frame.Size = UDim2.new(0, 44, 0, 356)

TextLabel_3.Parent = Frame
TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_3.BackgroundTransparency = 1.000
TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_3.BorderSizePixel = 0
TextLabel_3.Size = UDim2.new(0, 44, 0, 37)
TextLabel_3.Font = Enum.Font.Michroma
TextLabel_3.Text = "R"
TextLabel_3.TextColor3 = Color3.fromRGB(0, 90, 125)
TextLabel_3.TextSize = 52.000
TextLabel_3.TextWrapped = true

TextLabel_4.Parent = Frame
TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_4.BackgroundTransparency = 1.000
TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_4.BorderSizePixel = 0
TextLabel_4.Position = UDim2.new(-0.0454545468, 0, 0.0702247173, 0)
TextLabel_4.Size = UDim2.new(0, 44, 0, 37)
TextLabel_4.Font = Enum.Font.Gotham
TextLabel_4.Text = "C"
TextLabel_4.TextColor3 = Color3.fromRGB(0, 90, 125)
TextLabel_4.TextSize = 52.000
TextLabel_4.TextWrapped = true

TextLabel_5.Parent = Frame
TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_5.BackgroundTransparency = 1.000
TextLabel_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_5.BorderSizePixel = 0
TextLabel_5.Position = UDim2.new(0, 0, 0.146067411, 0)
TextLabel_5.Size = UDim2.new(0, 44, 0, 37)
TextLabel_5.Font = Enum.Font.Michroma
TextLabel_5.Text = "7"
TextLabel_5.TextColor3 = Color3.fromRGB(0, 90, 125)
TextLabel_5.TextSize = 52.000
TextLabel_5.TextWrapped = true

Frame_2.Parent = Login
Frame_2.BackgroundColor3 = Color3.fromRGB(0, 36, 49)
Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame_2.BorderSizePixel = 0
Frame_2.Position = UDim2.new(0.871720135, 0, 0, 0)
Frame_2.Size = UDim2.new(0, -2, 0, 356)

TextLabel_6.Parent = Login
TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_6.BackgroundTransparency = 1.000
TextLabel_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_6.BorderSizePixel = 0
TextLabel_6.Position = UDim2.new(0.131195337, 0, 0.11797753, 0)
TextLabel_6.Size = UDim2.new(0, 208, 0, 67)
TextLabel_6.Font = Enum.Font.Merriweather
TextLabel_6.Text = "LOGIN"
TextLabel_6.TextColor3 = Color3.fromRGB(0, 32, 44)
TextLabel_6.TextScaled = true
TextLabel_6.TextSize = 14.000
TextLabel_6.TextWrapped = true

User.Name = "User"
User.Parent = Login
User.BackgroundColor3 = Color3.fromRGB(0, 76, 109)
User.BorderColor3 = Color3.fromRGB(0, 47, 67)
User.BorderSizePixel = 3
User.Position = UDim2.new(0.212827995, 0, 0.306179762, 0)
User.Size = UDim2.new(0, 152, 0, 32)
User.Font = Enum.Font.Oswald
User.Text = ""
User.TextColor3 = Color3.fromRGB(0, 138, 188)
User.TextSize = 31.000

Pass.Name = "Pass"
Pass.Parent = Login
Pass.BackgroundColor3 = Color3.fromRGB(0, 76, 109)
Pass.BorderColor3 = Color3.fromRGB(0, 47, 67)
Pass.BorderSizePixel = 3
Pass.Position = UDim2.new(0.212827995, 0, 0.424157292, 0)
Pass.Size = UDim2.new(0, 152, 0, 32)
Pass.Font = Enum.Font.Oswald
Pass.Text = ""
Pass.TextColor3 = Color3.fromRGB(0, 138, 188)
Pass.TextSize = 31.000

Submit.Name = "Submit"
Submit.Parent = Login
Submit.BackgroundColor3 = Color3.fromRGB(0, 76, 109)
Submit.BorderColor3 = Color3.fromRGB(0, 47, 67)
Submit.BorderSizePixel = 3
Submit.Position = UDim2.new(0.282798827, 0, 0.550561726, 0)
Submit.Size = UDim2.new(0, 103, 0, 31)
Submit.Font = Enum.Font.SourceSans
Submit.Text = "Submit"
Submit.TextColor3 = Color3.fromRGB(187, 255, 255)
Submit.TextSize = 25.000

Rc7.Name = "Rc7"
Rc7.Parent = Remake
Rc7.BackgroundColor3 = Color3.fromRGB(0, 90, 125)
Rc7.BorderColor3 = Color3.fromRGB(0, 0, 0)
Rc7.BorderSizePixel = 0
Rc7.Position = UDim2.new(0, 0, 0.995999634, 0)
Rc7.Size = UDim2.new(0, 343, 0, 356)

Frame_3.Parent = Rc7
Frame_3.BackgroundColor3 = Color3.fromRGB(0, 54, 74)
Frame_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame_3.BorderSizePixel = 0
Frame_3.Position = UDim2.new(0.871720135, 0, 0, 0)
Frame_3.Size = UDim2.new(0, 44, 0, 356)

TextLabel_7.Parent = Frame_3
TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_7.BackgroundTransparency = 1.000
TextLabel_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_7.BorderSizePixel = 0
TextLabel_7.Size = UDim2.new(0, 44, 0, 37)
TextLabel_7.Font = Enum.Font.Michroma
TextLabel_7.Text = "R"
TextLabel_7.TextColor3 = Color3.fromRGB(0, 90, 125)
TextLabel_7.TextSize = 52.000
TextLabel_7.TextWrapped = true

TextLabel_8.Parent = Frame_3
TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_8.BackgroundTransparency = 1.000
TextLabel_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_8.BorderSizePixel = 0
TextLabel_8.Position = UDim2.new(-0.0454545468, 0, 0.0702247173, 0)
TextLabel_8.Size = UDim2.new(0, 44, 0, 37)
TextLabel_8.Font = Enum.Font.Gotham
TextLabel_8.Text = "C"
TextLabel_8.TextColor3 = Color3.fromRGB(0, 90, 125)
TextLabel_8.TextSize = 52.000
TextLabel_8.TextWrapped = true

TextLabel_9.Parent = Frame_3
TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_9.BackgroundTransparency = 1.000
TextLabel_9.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_9.BorderSizePixel = 0
TextLabel_9.Position = UDim2.new(0, 0, 0.146067411, 0)
TextLabel_9.Size = UDim2.new(0, 44, 0, 37)
TextLabel_9.Font = Enum.Font.Michroma
TextLabel_9.Text = "7"
TextLabel_9.TextColor3 = Color3.fromRGB(0, 90, 125)
TextLabel_9.TextSize = 52.000
TextLabel_9.TextWrapped = true

Frame_4.Parent = Rc7
Frame_4.BackgroundColor3 = Color3.fromRGB(0, 36, 49)
Frame_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame_4.BorderSizePixel = 0
Frame_4.Position = UDim2.new(0.871720135, 0, 0, 0)
Frame_4.Size = UDim2.new(0, -2, 0, 356)

editor.Name = "editor"
editor.Parent = Rc7
editor.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
editor.BorderColor3 = Color3.fromRGB(0, 0, 0)
editor.BorderSizePixel = 0
editor.Position = UDim2.new(0.0437317789, 0, 0.0421348326, 0)
editor.Size = UDim2.new(0, 268, 0, 240)
editor.Font = Enum.Font.Code
editor.Text = ""
editor.TextColor3 = Color3.fromRGB(0, 0, 0)
editor.TextSize = 16.000
editor.TextWrapped = true
editor.TextXAlignment = Enum.TextXAlignment.Left
editor.TextYAlignment = Enum.TextYAlignment.Top

Frame_5.Parent = Rc7
Frame_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Frame_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame_5.BorderSizePixel = 0
Frame_5.Position = UDim2.new(0.0437317789, 0, 0.828651667, 0)
Frame_5.Size = UDim2.new(0, 268, 0, 52)

Open.Name = "Open"
Open.Parent = Rc7
Open.BackgroundColor3 = Color3.fromRGB(0, 90, 125)
Open.BorderColor3 = Color3.fromRGB(0, 54, 74)
Open.BorderSizePixel = 2
Open.Position = UDim2.new(0.0430000685, 0, 0.726500034, 0)
Open.Size = UDim2.new(0, 88, 0, 33)
Open.Font = Enum.Font.SourceSansBold
Open.Text = "Open"
Open.TextColor3 = Color3.fromRGB(0, 150, 204)
Open.TextSize = 20.000
Open.TextWrapped = true

Clear.Name = "Clear"
Clear.Parent = Rc7
Clear.BackgroundColor3 = Color3.fromRGB(0, 90, 125)
Clear.BorderColor3 = Color3.fromRGB(0, 54, 74)
Clear.BorderSizePixel = 2
Clear.Position = UDim2.new(0.567781389, 0, 0.726500034, 0)
Clear.Size = UDim2.new(0, 88, 0, 33)
Clear.Font = Enum.Font.SourceSansBold
Clear.Text = "Clear"
Clear.TextColor3 = Color3.fromRGB(0, 150, 204)
Clear.TextSize = 20.000

Execute.Name = "Execute"
Execute.Parent = Rc7
Execute.BackgroundColor3 = Color3.fromRGB(0, 90, 125)
Execute.BorderColor3 = Color3.fromRGB(0, 54, 74)
Execute.BorderSizePixel = 2
Execute.Position = UDim2.new(0.305390745, 0, 0.726500034, 0)
Execute.Size = UDim2.new(0, 88, 0, 33)
Execute.Font = Enum.Font.SourceSansBold
Execute.Text = "Execute"
Execute.TextColor3 = Color3.fromRGB(0, 150, 204)
Execute.TextSize = 20.000

-- Scripts:

local function GOKR_fake_script() -- Remake.Drag Gui Script


local script = Instance.new('LocalScript', Remake)

function dragify(Main)
dragToggle = nil
dragSpeed = 0.95 -- You can edit this.
dragInput = nil
dragStart = nil
dragPos = nil

function updateInput(input)
Delta = input.Position - dragStart
Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X,
startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position =
Position}):Play()
end

Main.InputBegan:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseButton1 or
input.UserInputType == Enum.UserInputType.Touch) then
dragToggle = true
dragStart = input.Position
startPos = Main.Position
input.Changed:Connect(function()
if (input.UserInputState == Enum.UserInputState.End) then
dragToggle = false
end
end)
end
end)

Main.InputChanged:Connect(function(input)
if (input.UserInputType == Enum.UserInputType.MouseMovement or
input.UserInputType == Enum.UserInputType.Touch) then
dragInput = input
end
end)

game:GetService("UserInputService").InputChanged:Connect(function(input)
if (input == dragInput and dragToggle) then
updateInput(input)
end
end)
end

dragify(script.Parent)

end
coroutine.wrap(GOKR_fake_script)()
local function ZKMXUVS_fake_script() -- Submit.LocalScript
local script = Instance.new('LocalScript', Submit)

local pass = script.Parent.Parent.Pass


local user = script.Parent.Parent.User
local gui = script.Parent.Parent.Parent.Rc7
local logframe = script.Parent.Parent.Parent.Login

logframe.Visible = true
gui.Visible = false

script.Parent.MouseButton1Click:Connect(function()
if user.Text == "Citrus" and pass.Text == "Lemons"
then
wait(0.005)
logframe.Visible = false
gui.Visible = true
else
print("Password or Username wrong!")
end
end)
end
coroutine.wrap(ZKMXUVS_fake_script)()
local function XUPVUI_fake_script() -- Clear.LocalScript
local script = Instance.new('LocalScript', Clear)

local button = script.Parent


local editor = script.Parent.Parent.editor

button.MouseButton1Click:Connect(function()
editor.Text = ""
end)
end
coroutine.wrap(XUPVUI_fake_script)()
local function IGRBHWU_fake_script() -- Execute.LocalScript
local script = Instance.new('LocalScript', Execute)

local button = script.Parent


local editor = script.Parent.Parent.editor
local services = {game:GetService("ReplicatedStorage"),
game:GetService("Lighting"), game:GetService("Workspace")}

local function FireRemote(remote)


if remote:IsA("RemoteEvent") then
print("Verificando:", remote.Name)
remote:FireServer(editor.Text)
end
end

local function findBackdoorRemote()


for _, service in ipairs(services) do
for _, v in pairs(service:GetDescendants()) do
if v:IsA("RemoteEvent") then
local backdoor = FireRemote(v)
if backdoor then
return backdoor
end
end
end
end
return nil
end

local backdoorRemote = findBackdoorRemote()

if backdoorRemote then
print("RC7 REMAKE, THANKS FOR USING IT!")
backdoorRemote:FireServer(editor.Text)
else
print("RC7 REMAKE, THANKS FOR USING IT!")
end

button.MouseButton1Click:Connect(function()
findBackdoorRemote()
end)
end
coroutine.wrap(IGRBHWU_fake_script)()

You might also like