Open the game inside the same Parallel Space environment.
: Open Parallel Space and "clone" both the GameGuardian app and the game you wish to modify.
-- Get current package name (cloned app) function getCurrentPackage() local result = gg.getTargetInfo() if result and result.packageName then return result.packageName end return "unknown" end
The standard workflow for using GameGuardian.net with Parallel Space Lite involves "Dual Apps."
end