MrUniverse1337 Posted May 8, 2023 Posted May 8, 2023 Dear GG users, I have been using GG for quite a few years now and never figured out or found an article about this. I basically would like to turn a fixed reward (let's name it gems) into a gold coin value. So if my reward says 200 000k gems I'd like to turn that into x(whatever new value) coins. Is this possible at all? Any tips are appreciated
MC874 Posted May 14, 2023 Posted May 14, 2023 Hi @MrUniverse1337, it is certainly possible but depends on the Games too: 1) If there's a function that processing rewards for certain coin / gems, you can surely change it's pointer from gems to coins. Demonstrated by previous commenter 2) If the game uses some API to process this (JWT, etc) it open lots of possibility but it's mostly not doable with changes in Pointer (Online Account). 1. You can intercept the API Receipt before being processed by the game, by doing breakpoints, 2. You can send some payload with the rewards id (rewards coin/game) to the API. 3) Item Swapping: if there's some "ok" button or etc, it might relates to the rewards data, you can either swap the identifier from gems to coins.
Question
MrUniverse1337
Dear GG users,
I have been using GG for quite a few years now and never figured out or found an article about this.
I basically would like to turn a fixed reward (let's name it gems) into a gold coin value.
So if my reward says 200 000k gems
I'd like to turn that into x(whatever new value) coins.
Is this possible at all? Any tips are appreciated
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.