Script Making Tool - Copy - Lua
Script Making Tool - Copy - Lua
gg.setVisible(false)
gg.sleep(200)
gg.alert("⚠️ Type Start Information ⚠️")
gg.sleep(200)
gg.toast("⚠️ Type Loading Step ⚠️")
gg.sleep(400)
gg.setVisible(true)
PUBGMH = -1
function HOME() --Home Menu
MENU = gg.choice({
"📂 Menu",
"📂 Menu",
"📂 Menu",
"❎ 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
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 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 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("⚠️ Type Script End Information ⚠️")
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