Open clarinho opened 2 months ago
i'm interested too, could you also provide codes for the pro perks ? Thanks
Sorry guys didn't see this until now!
So I looked through the decompiled GSC files and found this table here: https://github.com/S3RAPH-1M/H2M-GSC-Dump/blob/main/mp/allchallengestable.csv
I then looked for any rank-related things through the files and found this which showed me the structure: https://github.com/S3RAPH-1M/H2M-GSC-Dump/blob/main/mp/stats_init.cfg
Finally, I looked for anything related to classes, attachments etc. and found these files: https://github.com/S3RAPH-1M/H2M-GSC-Dump/tree/main/ddl/mp
From there I figured out the command structure with some trial and error and tested until it all worked!
I'm not on my computer at the moment, but I'm sure the pro perk unlocks are in the allchallengestable.csv 💪🏼
Thanks a lot !
Is there a way any user can dig through the files to reverse these commands? How did you manage to get these?