MG = 1

function main()
    MG = gg.choice({
        "BYPASS MENU",
        "CHEAT MENU",
        "MYTHIC GUN SKIN",
        "CHARACTER SKIN",
        "LEGENDARY GUN SKIN",
        "ANTICHEAT CHECKER",
        "EXIT",
        },nil,("WELCOME TO MARKIE'S_GAMING VIP SCRIPT"))
    if MG == nil then else
    if MG == 1 then BYPASS()end
    if MG == 2 then CHEAT()end
    if MG == 3 then MYTHIC()end
    if MG == 4 then CHARACTER()end
    if MG == 5 then LEGENDARY()end
    if MG == 6 then ANTICHEAT()end
    if MG == 7 then EXIT()end
    end
    MG = -1
end

function BYPASS()
bpm = gg.multichoice({
    "Logo Bypass",
    "Lobby Bypass",
},nil, ("WELCOMETO MARKIE'S_GAMING VIP SCRIPT"))
if bpm == nil then main()else
if bpm[1] == true then logo()end
if bpm[2] == true then lobby()end
end
bpm = -1
end

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: