--------STEP[1] Home-------- gg.sleep(200) gg.alert("CODER ASLEX") gg.sleep("500") gg.toast("10") gg.sleep("500") gg.toast("20") gg.sleep("500") gg.toast("30") gg.sleep("500") gg.toast("40") gg.sleep("500") gg.toast("50") gg.sleep("500") gg.toast("60") gg.sleep("500") gg.toast("70") gg.sleep("500") gg.toast("80") gg.sleep("500") gg.toast("90") gg.sleep("500") gg.toast("100") gg.sleep("500") gg.setVisible(false) gg.sleep(200) gg.toast("BAK BAK AÇILIYOR") gg.sleep(400) gg.setVisible(true) PUBGMH = -1 function HOME() --Home Menu MENU = gg.choice({ "?️ANTİBAN?️", "?SİLAH MENÜ?", "?ARAÇ VE HIZ MENÜ?", "?E X I T?" }, nil, "Type Information") if MENU == nil then else if MENU == 1 then MN1() end if MENU == 2 then MN2() end if MENU == 3 then MN3() end if MENU == 4 then EXIT() end end PUBGMH = -1 end --------STEP[2] Wall & Colour-------- function MN1() --Wall & Colour Menu WC = gg.multiChoice({ "Name", "Name", "Name", "Name", "Name", "BACK" }, nil, "Type Information") if WC == nil then else if WC [1] == true then WC1() end if WC [2] == true then WC2() end if WC [3] == true then WC3() end if WC [4] == true then WC4() end if WC [5] == true then WC5() end if WC [6] == true then HOME() end end PUBGMH = -1 end function WC1() --Input Values-- end function WC2() --Input Values-- end function WC3() --Input Values-- end function WC4() --Input Values-- end function WC5() --Input Values-- end --------STEP[1] Lobby-------- function MN2() -- Menu Lobby ML = gg.multiChoice({ "Name", "Name", "Name", "Name", "Name", "BACK" }, nil, "Type Information:-") if ML == nil then else if ML [1] == true then ML1() end if ML [2] == true then ML2() end if ML [3] == true then ML3() end if ML [4] == true then ML4() end if ML [5] == true then ML5() end if ML [6] == true then HOME() end end PUBGMH = -1 end function ML1() --Input Values-- end function ML2() --Input Values-- end function ML3() --Input Values-- end function ML4() --Input Values-- end function ML5() --Input Values-- end --------STEP[4] Game-------- function MN3() -- Menu Game MG = gg.multiChoice({ "Name", "Name", "Name", "Name", "Name", "BACK" }, nil, " Type Information:-") if MG == nil then else if MG [1] == true then MG1() end if MG [2] == true then MG2() end if MG [3] == true then MG3() end if MG [4] == true then MG4() end if MG [5] == true then MG5() end if MG [6] == true then HOME() end end PUBGMH = -1 end function MG1() --Input Values-- end function MG2() --Input Values-- end function MG3() --Input Values-- end function MG4() --Input Values-- end function MG5() --Input Values-- end function EXIT() print("LAN NİYE ÇIKTIN SCDEN") gg.skipRestoreState() gg.setVisible(true) os.exit() end while true do if gg.isVisible(true) then PUBGMH = 1 gg.setVisible(false) end if PUBGMH == 1 then HOME() end end