Jump to content

Search the Community

Showing results for tags 'Command'.

  • 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 1 result

  1. I have game with 3 version , i want to make an automatic go to function by detected the game version v=gg.getTargetInfo() -- get the target VN1="1.14.3.5.419705" -- game version 1 VN2="1.14.3.7.436693" -- game version 2 VN3="1.14.3.9.439281" -- game version 3 if v.processName~=VN1 then HOME1() -- goto function game version 1 then else -- idk exactly the next command if v.processName~=VN2 then HOME2() -- goto function game version 2 then else -- idk exactly the next command if v.processName~=VN3 then HOME3() -- goto function game version 3 then else -- idk exactly the next command os.exit() -- if all wrong os exit end end function HOME1() -- v1.14.3.5.419705 function HOME2() -- v1.14.3.7.436693 function HOME3() -- v1.14.3.9.439281
×
×
  • 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.