--[=[ d888b db db d888888b .d888b. db db db .d8b. 88' Y8b 88 88 `88' VP `8D 88 88 88 d8' `8b 88 88 88 88 odD' 88 88 88 88ooo88 88 ooo 88 88 88 .88' 88 88 88 88~~~88 88. ~8~ 88b d88 .88. j88. 88booo. 88b d88 88 88 Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP ]=] local LMG2L = {} local Players = game:GetService("Players") local UIS = game:GetService("UserInputService") local Player = Players.LocalPlayer LMG2L["ScreenGui_1"] = Instance.new("ScreenGui", Player.PlayerGui) LMG2L["ScreenGui_1"].ZIndexBehavior = Enum.ZIndexBehavior.Sibling LMG2L["Frame_2"] = Instance.new("Frame", LMG2L["ScreenGui_1"]) LMG2L["Frame_2"].BorderSizePixel = 0 LMG2L["Frame_2"].BackgroundColor3 = Color3.fromRGB(255,255,255) LMG2L["Frame_2"].Size = UDim2.new(0,696,0,288) LMG2L["Frame_2"].Position = UDim2.new(0,32,0,14) -- Title LMG2L["TextLabel_4"] = Instance.new("TextLabel", LMG2L["Frame_2"]) LMG2L["TextLabel_4"].TextWrapped = true LMG2L["TextLabel_4"].BorderSizePixel = 0 LMG2L["TextLabel_4"].TextScaled = true LMG2L["TextLabel_4"].BackgroundColor3 = Color3.fromRGB(255,255,255) LMG2L["TextLabel_4"].BackgroundTransparency = 1 LMG2L["TextLabel_4"].Size = UDim2.new(0,218,0,38) LMG2L["TextLabel_4"].Text = "xD_Rc7 project" -- TextBox LMG2L["TextBox_6"] = Instance.new("TextBox", LMG2L["Frame_2"]) LMG2L["TextBox_6"].BorderSizePixel = 4 LMG2L["TextBox_6"].BackgroundColor3 = Color3.fromRGB(255,255,255) LMG2L["TextBox_6"].Size = UDim2.new(0,468,0,164) LMG2L["TextBox_6"].Position = UDim2.new(0,4,0,46) -- Go Lua LMG2L["TextButton_7"] = Instance.new("TextButton", LMG2L["Frame_2"]) LMG2L["TextButton_7"].TextWrapped = true LMG2L["TextButton_7"].BorderSizePixel = 4 LMG2L["TextButton_7"].TextScaled = true LMG2L["TextButton_7"].BackgroundColor3 = Color3.fromRGB(255,255,255) LMG2L["TextButton_7"].BackgroundTransparency = 1 LMG2L["TextButton_7"].Size = UDim2.new(0,140,0,66) LMG2L["TextButton_7"].Text = "Go Lua" LMG2L["TextButton_7"].Position = UDim2.new(0,14,0,220) -- Clear LMG2L["TextButton2_3"] = Instance.new("TextButton", LMG2L["Frame_2"]) LMG2L["TextButton2_3"].TextWrapped = true LMG2L["TextButton2_3"].BorderSizePixel = 0 LMG2L["TextButton2_3"].TextScaled = true LMG2L["TextButton2_3"].BackgroundColor3 = Color3.fromRGB(255,255,255) LMG2L["TextButton2_3"].BackgroundTransparency = 1 LMG2L["TextButton2_3"].Size = UDim2.new(0,140,0,62) LMG2L["TextButton2_3"].Text = "Clear" LMG2L["TextButton2_3"].Position = UDim2.new(0,172,0,220) -- Side Frame LMG2L["Frame_8"] = Instance.new("Frame", LMG2L["Frame_2"]) LMG2L["Frame_8"].BorderSizePixel = 4 LMG2L["Frame_8"].BackgroundColor3 = Color3.fromRGB(255,255,255) LMG2L["Frame_8"].Size = UDim2.new(0,140,0,282) LMG2L["Frame_8"].Position = UDim2.new(0,554,0,4) local function run(url) loadstring(game:HttpGet(url))() end -- Buttons local btn1 = Instance.new("TextButton", LMG2L["Frame_2"]) btn1.Text = "c00LGUI.txt" btn1.BackgroundTransparency = 1 btn1.Size = UDim2.new(0,118,0,62) btn1.Position = UDim2.new(0,564,0,8) btn1.MouseButton1Click:Connect(function() run("https://rawscripts.net/raw/Universal-Script-c00lgui-Reborn-Rc7-By-v3rx-64424") end) local btn2 = Instance.new("TextButton", LMG2L["Frame_2"]) btn2.Text = "Lalol.txt" btn2.BackgroundTransparency = 1 btn2.Size = UDim2.new(0,116,0,62) btn2.Position = UDim2.new(0,562,0,56) btn2.MouseButton1Click:Connect(function() run("https://rawscripts.net/raw/Universal-Script-Lalol-hub-95745") end) local btn3 = Instance.new("TextButton", LMG2L["Frame_2"]) btn3.Text = "Project fire.txt" btn3.BackgroundTransparency = 1 btn3.Size = UDim2.new(0,132,0,52) btn3.Position = UDim2.new(0,558,0,110) btn3.MouseButton1Click:Connect(function() run("https://rawscripts.net/raw/Universal-Script-Project-fire-131129") end) local btn4 = Instance.new("TextButton", LMG2L["Frame_2"]) btn4.Text = "SF.txt" btn4.BackgroundTransparency = 1 btn4.Size = UDim2.new(0,134,0,54) btn4.Position = UDim2.new(0,556,0,164) btn4.MouseButton1Click:Connect(function() run("https://rawscripts.net/raw/Universal-Script-Sf-Executor-57623") end) local btn5 = Instance.new("TextButton", LMG2L["Frame_2"]) btn5.Text = "R7J.txt" btn5.BackgroundTransparency = 1 btn5.Size = UDim2.new(0,122,0,56) btn5.Position = UDim2.new(0,566,0,220) btn5.MouseButton1Click:Connect(function() run("https://rawscripts.net/raw/Universal-Script-R7J-Gui-V3-44374") end) -- Executor LMG2L["TextButton_7"].MouseButton1Click:Connect(function() local code = LMG2L["TextBox_6"].Text pcall(function() loadstring(code)() end) end) -- Clear LMG2L["TextButton2_3"].MouseButton1Click:Connect(function() LMG2L["TextBox_6"].Text = "" end) -- GUI Drag local frame = LMG2L["Frame_2"] local dragging = false local dragInput local dragStart local startPos local function update(input) local delta = input.Position - dragStart frame.Position = UDim2.new( startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y ) end frame.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) UIS.InputChanged:Connect(function(input) if input == dragInput and dragging then update(input) end end) return LMG2L["ScreenGui_1"]