--[=[
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
]=]
local LMG2L = {};
LMG2L["ScreenGui_1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
LMG2L["ScreenGui_1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
LMG2L["ScreenGui_1"].ResetOnSpawn = false
LMG2L["F9_2"] = Instance.new("TextButton", LMG2L["ScreenGui_1"]);
LMG2L["F9_2"]["TextWrapped"] = true;
LMG2L["F9_2"]["BorderSizePixel"] = 6;
LMG2L["F9_2"]["TextScaled"] = true;
LMG2L["F9_2"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
LMG2L["F9_2"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
LMG2L["F9_2"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
LMG2L["F9_2"]["Size"] = UDim2.new(0, 136, 0, 122);
LMG2L["F9_2"]["BorderColor3"] = Color3.fromRGB(255, 0, 0);
LMG2L["F9_2"]["Text"] = [[Console]];
LMG2L["F9_2"]["Name"] = [[F9]];
LMG2L["F9_2"]["Position"] = UDim2.new(0, 204, 0, -12);
LMG2L["F9_2"].Draggable = true
LMG2L["F9_2"].MouseButton1Click:Connect(function()
game:GetService("StarterGui"):SetCore("DevConsoleVisible", true)
end)
return LMG2L["ScreenGui_1"], require;
Comments
No comments yet
Be the first to share your thoughts!