0% encontró este documento útil (0 votos)
19 vistas2 páginas

1base Chida

El script es un menú interactivo para un juego que incluye opciones para modificar características del personaje y la jugabilidad. Tiene una fecha de expiración y varias funciones que permiten al usuario elegir diferentes configuraciones. Además, incluye un mensaje de suscripción al final del script.

Cargado por

frailisan01
Derechos de autor
© © All Rights Reserved
Nos tomamos en serio los derechos de los contenidos. Si sospechas que se trata de tu contenido, reclámalo aquí.
Formatos disponibles
Descarga como TXT, PDF, TXT o lee en línea desde Scribd
0% encontró este documento útil (0 votos)
19 vistas2 páginas

1base Chida

El script es un menú interactivo para un juego que incluye opciones para modificar características del personaje y la jugabilidad. Tiene una fecha de expiración y varias funciones que permiten al usuario elegir diferentes configuraciones. Además, incluye un mensaje de suscripción al final del script.

Cargado por

frailisan01
Derechos de autor
© © All Rights Reserved
Nos tomamos en serio los derechos de los contenidos. Si sospechas que se trata de tu contenido, reclámalo aquí.
Formatos disponibles
Descarga como TXT, PDF, TXT o lee en línea desde Scribd

PONER LIB AQUI👇🏼

Date ="20210325"
date = os.date("%Y%m%d")
gg.alert(" hola esta es mi script ")
if date >= Date then
gg.alert("EXPIRADO 😔#")
return
end

function INICIO()
menu = gg.multiChoice({
" Menu antiban 🔥",
" Menu Correr 👣",
" Menu sensibilidad 🔥",
"🔙Salir🔙",
},nil," Script ")
if menu == nil then else
if menu[1] == true then numero1() end
if menu[2] == true then numero2() end
if menu[3] == true then numero2() end
if menu[4] == true then numero4() end
end
lua = -1 end

function numero1()
menu2 = gg.multiChoice({
" Antena Cabeza 👤",
" Antena Mano 🖐",
" Modo Fantasma ",
" Atravesar Piedras 🗿",
"🔙Regresar🔙",
},nil," Menu antojan 🛡🛡🛡 ")
if menu2 == nil then else
if menu2[1] == true then personje1() end
if menu2[2] == true then personje2() end
if menu2[3] == true then personje3() end
if menu2[4] == true then personje4() end
if menu2[5] == true then INICIO() end
end
lua = -1
end

Códigos aquí👇🏼

function numero2()
menu3 = gg.multiChoice({
" Kelly Maximo ",
" Correr X2 ",
" Correr X3 ",
"🔙Regresar🔙",
},nil," Menu Correr ")
if menu3 == nil then else
if menu3[1] == true then armas1() end
if menu3[2] == true then armas2() end
if menu3[3] == true then armas3() end
if menu3[4] == true then INICIO() end
end
lua = -1
end

códigos aquí 👇🏼

function numero3()
menu4 = gg.multiChoice({
" Sensibilidad Basica",
" Sensibilidad Moderada",
" Sensibilidad Extrema",
"🔙Regresar🔙",
if menu3 == nil then else
if menu3[1] == true then xd1() end
if menu3[2] == true then xd2() end
if menu3[3] == true then xd3() end
if menu3[4] == true then INICIO() end
end
lua = -1
end

Códigos aquí👇🏼

function numero4()
gg.alert(" No Olvides Suscribirte a : Victor Mods Script Fre Fire Antiban ")
os.exit()
end

while(true)do
if gg.isVisible(true) then
lua = 1
gg.setVisible(false) end
if lua == 1 then
INICIO()
end
end

También podría gustarte