--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] -- Rc1.exe - require( ID ).Function() Desteği Güçlendirildi local Players = game:GetService("Players") local HttpService = game:GetService("HttpService") local StarterGui = game:GetService("StarterGui") repeat task.wait() until game:IsLoaded() local LocalPlayer = Players.LocalPlayer local LMG2L = {}; LMG2L["ScreenGui_1"] = Instance.new("ScreenGui", game:GetService("CoreGui")); LMG2L["ScreenGui_1"].Name = "Rc1" LMG2L["ScreenGui_1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling; LMG2L["ScreenGui_1"].ResetOnSpawn = false LMG2L["ImageLabel_2"] = Instance.new("ImageLabel", LMG2L["ScreenGui_1"]); LMG2L["ImageLabel_2"]["BorderSizePixel"] = 0; LMG2L["ImageLabel_2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); LMG2L["ImageLabel_2"]["Image"] = [[rbxassetid://123022966252935]]; LMG2L["ImageLabel_2"]["Size"] = UDim2.new(0, 368, 0, 380); LMG2L["ImageLabel_2"]["Position"] = UDim2.new(0.5, -184, 0.5, -190); Instance.new("UICorner", LMG2L["ImageLabel_2"]); Instance.new("UIDragDetector", LMG2L["ImageLabel_2"]); -- Rc1.exe Başlığı (Üste) local Title = Instance.new("TextLabel", LMG2L["ImageLabel_2"]); Title.BackgroundTransparency = 1; Title.Size = UDim2.new(0, 254, 0, 26); Title.Position = UDim2.new(0, 20, 0, 8); Title.FontFace = Font.new([[rbxasset://fonts/families/Inconsolata.json]]); Title.TextSize = 20; Title.Text = "Rc1.exe"; Title.TextColor3 = Color3.fromRGB(255, 255, 255); Title.TextXAlignment = Enum.TextXAlignment.Left; -- TextBox LMG2L["TextBox_f"] = Instance.new("TextBox", LMG2L["ImageLabel_2"]); LMG2L["TextBox_f"]["TextXAlignment"] = Enum.TextXAlignment.Left; LMG2L["TextBox_f"]["TextYAlignment"] = Enum.TextYAlignment.Top; LMG2L["TextBox_f"]["BorderSizePixel"] = 0; LMG2L["TextBox_f"]["TextWrapped"] = true; LMG2L["TextBox_f"]["TextSize"] = 16; LMG2L["TextBox_f"]["BackgroundTransparency"] = 1; LMG2L["TextBox_f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]]); LMG2L["TextBox_f"]["ClearTextOnFocus"] = false; LMG2L["TextBox_f"]["Size"] = UDim2.new(0, 276, 0, 236); LMG2L["TextBox_f"]["Position"] = UDim2.new(0, 34, 0, 54); LMG2L["TextBox_f"]["Text"] = "-- Örnek:\nrequire(107814387426166).Mcdonalds()\n\n-- Veya /console yaz"; -- Butonlar (Şeffaf) LMG2L["TextButton2_9"] = Instance.new("TextButton", LMG2L["ImageLabel_2"]); -- Execute LMG2L["TextButton2_9"]["BorderSizePixel"] = 0; LMG2L["TextButton2_9"]["BackgroundTransparency"] = 1; LMG2L["TextButton2_9"]["Size"] = UDim2.new(0, 96, 0, 22); LMG2L["TextButton2_9"]["Position"] = UDim2.new(0, 118, 0, 296); LMG2L["TextButton2_9"]["Text"] = ""; LMG2L["TextButton2_9"].ZIndex = 25; LMG2L["TextButton_6"] = Instance.new("TextButton", LMG2L["ImageLabel_2"]); -- Clear LMG2L["TextButton_6"]["BorderSizePixel"] = 0; LMG2L["TextButton_6"]["BackgroundTransparency"] = 1; LMG2L["TextButton_6"]["Size"] = UDim2.new(0, 96, 0, 22); LMG2L["TextButton_6"]["Position"] = UDim2.new(0, 216, 0, 296); LMG2L["TextButton_6"]["Text"] = ""; LMG2L["TextButton_6"].ZIndex = 25; LMG2L["TextButton3_d"] = Instance.new("TextButton", LMG2L["ImageLabel_2"]); -- Close LMG2L["TextButton3_d"]["BorderSizePixel"] = 0; LMG2L["TextButton3_d"]["BackgroundTransparency"] = 1; LMG2L["TextButton3_d"]["Size"] = UDim2.new(0, 44, 0, 18); LMG2L["TextButton3_d"]["Position"] = UDim2.new(0, 316, 0, 2); LMG2L["TextButton3_d"]["Text"] = ""; LMG2L["TextButton3_d"].ZIndex = 25; -- Output LMG2L["TextLabel_5"] = Instance.new("TextLabel", LMG2L["ImageLabel_2"]); LMG2L["TextLabel_5"]["BorderSizePixel"] = 0; LMG2L["TextLabel_5"]["TextSize"] = 14; LMG2L["TextLabel_5"]["TextXAlignment"] = Enum.TextXAlignment.Left; LMG2L["TextLabel_5"]["BackgroundTransparency"] = 1; LMG2L["TextLabel_5"]["Size"] = UDim2.new(0, 276, 0, 48); LMG2L["TextLabel_5"]["Position"] = UDim2.new(0, 34, 0, 335); LMG2L["TextLabel_5"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]]); LMG2L["TextLabel_5"]["Text"] = "[Rc1.exe FE]: Hazır"; LMG2L["TextLabel_5"]["TextColor3"] = Color3.fromRGB(100, 255, 140); LMG2L["TextLabel_5"]["TextWrapped"] = true; -- ====================== FONKSİYONLAR ====================== local function UpdateOutput(msg, color) LMG2L["TextLabel_5"].Text = "[Rc1.exe FE]: " .. msg LMG2L["TextLabel_5"].TextColor3 = color or Color3.fromRGB(100, 255, 140) task.delay(4, function() LMG2L["TextLabel_5"].Text = "[Rc1.exe FE]: Hazır" end) end local function OpenDeveloperConsole() pcall(function() StarterGui:SetCore("DevConsoleVisible", true) end) task.wait(0.2) pcall(function() local c = game:GetService("CoreGui"):FindFirstChild("DevConsoleMaster") if c and c:FindFirstChild("DevConsoleWindow") then c.DevConsoleWindow.Visible = true end end) UpdateOutput("Developer Console açıldı!", Color3.fromRGB(100, 200, 255)) end local function FE_Execute(rawCode) if rawCode == "" or rawCode:match("^%s*$") then UpdateOutput("Script boş!", Color3.fromRGB(255, 80, 80)) return end if rawCode:match("^/console%s*$") or rawCode:lower() == "/console" then OpenDeveloperConsole() return end UpdateOutput("Çalıştırılıyor...", Color3.fromRGB(255, 200, 80)) local success, err = pcall(function() -- require( ID ).Function() desteği if rawCode:match("require%s*%(%s*%d") then -- Direkt require çağırma loadstring(rawCode)() return end -- Genel FE wrapper local feCode = [[ local code = ]] .. HttpService:JSONEncode(rawCode) .. [[ pcall(function() loadstring(code)() end) ]] loadstring(feCode)() end) if success then UpdateOutput("Script çalıştırıldı!", Color3.fromRGB(0, 255, 100)) else UpdateOutput("Hata: " .. tostring(err), Color3.fromRGB(255, 80, 80)) end end -- Butonlar LMG2L["TextButton2_9"].MouseButton1Click:Connect(function() local code = LMG2L["TextBox_f"].Text FE_Execute(code) end) LMG2L["TextButton_6"].MouseButton1Click:Connect(function() LMG2L["TextBox_f"].Text = "" UpdateOutput("Input temizlendi.") end) LMG2L["TextButton3_d"].MouseButton1Click:Connect(function() LMG2L["ScreenGui_1"]:Destroy() end) print("Rc1.exe yüklendi!")