Jump to content
  • 0

Change core adress value to existing one


MrUniverse1337

Question

Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.