MonkeySAN Posted July 21, 2020 Posted July 21, 2020 a = gg.prompt({"DRONE VIEW :[0;10]"}, nil,{"number"})
FangYX Posted July 21, 2020 Author Posted July 21, 2020 Can u fix this script? local Z = gg.prompt({"DRONE VIEW :[0;10]","Back","EXIT"}, nil,{"number","checkbox","checkbox"}) if Z == nil then else if Z[1] == true then Tablet() end if Z[2] == true then Off() end if Z[3] == true then X8() end if Z[4] == true then OffX8() end if Z[5] == true then X10() end if Z[6] == true then OffX10() end if Z[7] == true then lv1() end if Z[8] == true then lv1n() end if Z[9] == true then lv2() end if Z[10] == true then lv2n() end if Z[11] == true then start() end if Z[12] == true then d() end end end
MonkeySAN Posted July 21, 2020 Posted July 21, 2020 you only use that prompt for that particular hack not all of them. for the rest of the hack use gg.choice or gg.multiChoice.
MonkeySAN Posted July 21, 2020 Posted July 21, 2020 local Z = gg.prompt({"DRONE VIEW :[0;10]","EXIT"}, nil,{"number","checkbox"}) --if cancel-- if Z == nil then Home() end <--return to whatever your main menu is --if exit checkbox true-- if d[2] == true then os.exit() else --your hack here-- gg.searchNumber(d[1]) ...so on end end
Question
FangYX
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.