This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! Modding a seemingly unobfuscated, non-encrypted cocos game

ThePerplexedOne

Approved Modder
Original poster
Approved Modder
Jun 9, 2019
43
2,083
183
29
United Kingdom
Upon inspecting the assets folder, I found the following javascript file:


It seems to be using SystemJS to load modules from "chunks:///_virtual". I'm interested in seeing the code for these TypeScript files, so I can modify the game. However, they do not exist in the APK as far as I can tell.

Does anyone know how I can access "chunks:///_virtual"?