if gg.isVisible(true) then gg.setVisible(false) end function main() Menu = gg.choice({"ROV","PUBG MOBILE","HONOR OF KINGS","EXIT"},nil,"Helloween Team") if Menu == 1 then ROV() end if Menu == 2 then PUBG() end if Menu == 3 then HOK() end if Menu == 4 then EXIT() end end function ROV() V = load(gg.makeRequest("https://paste.tc/raw/rov-64721").content) pcall(V) end function PUBG() V = load(gg.makeRequest("https://paste.tc/raw/pubg-38596").content) pcall(V) end function HOK() V = load(gg.makeRequest("https://paste.tc/raw/hok-73620").content) pcall(V) end main() function EXIT() os.exit() end while(true) do while gg.isVisible(true) do gg.setVisible(false) main() end end