[Request] Synergism
Synergism
Synergism
Submitted By:
Launch Trainer!
Idle Incremental Upgrades

Wondering where the hacks are at? Register or Sign In to find out!


Wondering where the sol files are at? Register or Sign In to find out!

Synergism

Synergism
Last Updated: 07/04/2021 10:46

Sorry, there are no badges available for this game.

Game Dscription
=IMPORTANT= Please do NOT use internet explorer to play this game as it will not work. Use Edge, Chrome or some other compatible browser. Sorry for the inc...
Synergism Posted on: 05/10/2020 12:40am
Quote Post

Can't seem to find any values for money/crystals etc... Anyone have any luck?

RE: Synergism Posted on: 05/10/2020 9:32am
Quote Post

Try directly open the iframe page(should be like https://game320578.konggames.com/gamez/0032/0578/live/index.html, go check the sources with chrome) and you can modify almost everything in the console.

Target object is player, offering is player.runeshards, obtainium is player.researchpoints.

RE: Synergism Posted on: 05/10/2020 4:22pm
Quote Post
Ubi Maior Minor Cessat

aside from the save editing entry i would say the simplest way would be to change your system time to get a few hours of offline progress at a time

In line with konghack i made a hack for the save editor so you dont have to click 10 times to increase multiplliers
 

  function obtain() {   var str = window.atob(document.getElementById("inX").value);   numberOfMultipliers = window.atob(document.getElementById("inX").value).match(/"multiplierBought":(.*?),"/)[1];   multi = 1;      if (multi < 1) {   multi = 10;   var plusOne = parseFloat(numberOfMultipliers) + 1;   document.getElementById("debug").innerHTML = 'Current number of multipliers bought is ' + plusOne + '.  One multiplier added. You will get another in ' + multi + ' clicks.';   var replacement = '"multiplierBought":' + plusOne;   var moddedString = window.btoa(str.replace(/"multiplierBought":\d+(\.\d+)?/i, replacement));   document.getElementById("inX").value = moddedString;   document.getElementById("notif").innerHTML = 'Status: Number of multipliers has been set to ' + plusOne + '.';   } else {   document.getElementById("debug").innerHTML = 'Current number of multipliers bought is ' + numberOfMultipliers + '.  You will get one more multiplier in ' + multi + ' clicks.';   document.getElementById("notif").innerHTML = 'Status: Ready.';   }    }
Synergism Posted on: 05/11/2020 6:33pm
Quote Post

Game save code is Base64 Encoded

https://convertstring.com/EncodeDecode/Base64Decode

P.S. Save has 2 stats for runeshards(offerings) and obtanium (research points).
 

RE: Synergism Posted on: 07/04/2021 10:46am
Quote Post
q2w3e2007 Posted on: 05/10/2020 9:32am

Try directly open the iframe page(should be like https://game320578.konggames.com/gamez/0032/0578/live/index.html, go check the sources with chrome) and you can modify almost everything in the console.

Target object is player, offering is player.runeshards, obtainium is player.researchpoints.



how do i edit the values? like what do i put into the console? thanks.