Jump to content

Search the Community

Showing results for tags 'MultiChoice'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

Found 3 results

  1. Version 1.0.0

    863 downloads

    --MULTI CHOICE BY SHELL_SCRIPT HOME = 1 function HOME() multi = gg.multiChoice({ "CHOICE 1", "CHOICE 2", "CHOICE 3", "CHOICE 4", },nil,'MULTI CHOICE BY SHELL_SCRIPT') if multi == nil then else if multi[1] == true then ch1() end if multi[2] == true then ch2() end if multi[3] == true then ch3() end if multi[4] == true then ch4() end end HOMEDM = -1 end function ch1() gg.alert('CHOICE 1') end function ch2() gg.alert('CHOICE 2') end function ch3() gg.alert('CHOICE 3') end function ch4() gg.alert('CHOICE 4') end while true do if gg.isVisible(false) then HOMEDM = 1 gg.setVisible(false) end if HOMEDM == 1 then HOME() end end
  2. tar = gg.getResults(gg.getResultCount()) val = {} for i, v in ipairs(tar) do table.insert(val,v.value) end local menu = gg.multiChoice(val,nil,"") if not menu then os.exit() end if menu[val] == true then gg.refineNumber(menu[val],4) end when I try it doesn't respond to refine please help
  3. View File Multi Choice in lua script --MULTI CHOICE BY SHELL_SCRIPT HOME = 1 function HOME() multi = gg.multiChoice({ "CHOICE 1", "CHOICE 2", "CHOICE 3", "CHOICE 4", },nil,'MULTI CHOICE BY SHELL_SCRIPT') if multi == nil then else if multi[1] == true then ch1() end if multi[2] == true then ch2() end if multi[3] == true then ch3() end if multi[4] == true then ch4() end end HOMEDM = -1 end function ch1() gg.alert('CHOICE 1') end function ch2() gg.alert('CHOICE 2') end function ch3() gg.alert('CHOICE 3') end function ch4() gg.alert('CHOICE 4') end while true do if gg.isVisible(false) then HOMEDM = 1 gg.setVisible(false) end if HOMEDM == 1 then HOME() end end Submitter SHELL_SCRIPT Submitted 05/26/2020 Category Templates  
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.