Instant upgrade of plasma cannon
prerequisite :
1 ) Cheat engine (link : Click here to download)
----------------------------------------------------------------------------------------------------------
Now, this game has to store those values (oil, metal, time, etc.) some where in memory of your computer(just for run time ). So we are going to change them 3:)
----------------------------------------------------------------------------------------------------------
# 1 ) For instant upgrade of any thing in your Defense Lab , Tech center and Academy :
e.g. : for instant upgrade of PLASMA CANNON , from level 1 to leve 2.
Open your game
then look at metal and oil required.
metal : 10,000,000 and oil : 10,000,000
first we have to convert this values into hexadecimal form. For this we need calculator.
then click on Hex box.
so we the hex value is : 989680
make it an 8 digit no. by adding zeros at starting
00989680
then make 4 pair of 2-2 digits and then, write it like this:
00 98 96 80
then write it reverse order like this
80 96 98 00
then do the same for oil
This time same for the oil. at this time oil is same as metal so oils hex value will be the same
80 96 98 00
now add oil's hex value just after the metal's like this -- >
8096980080969800
We are done with the first part.
--------------------------------------
now open cheat engine
click on the flashing button or click on "File" then "Open process".
then select the process,
i.e.
I am running the game on Google Chrome browser. so the desired process will be ONE of the chrome process in the list.
then
then search for the hex : 8096980080969800 (which we have calculated in previous step).
YOU MIGHT NOT GET THIS VALUES. IN THIS CASE YOU HAVE TO SELECT OTHER PROCESS FROM THE PROCESS LIST AND SEARCH AGAIN. DO IT UNTIL YOU GET THE VALUES.
NOW after getting this values : you see this
now Double click on each address and change its value. click on the area shown in above pic.
value can be exchanged with : 64 00 00 00 64 00 00 00
it will change the metal and oil values to 100 and 100.
for each address, check whether the values are changing in the game or not.( you have to reopen the defense lab) until you get the desired address.
In my case its the second address from the top (address : 08671464)
now right click on this address and click on "Browse this memory region". you will see this -- >
no you can see here
64 00 00 00 64 00 00 00 00 46 05 00
here first 8 digit are for metal second for oil and third for time.
so we again change the last 8 digit to change the time in the game.
change it to 78 00 00 00 which is 2 min.
it would look like :
and in game you will see :
then click start upgrading and then click finish(because its less then 5 min.)
BOOM you have just upgraded your plasma cannon.
NOTE : It is not necessary that the time value in hexadecimal form are stored at just next to metal and oil it could be saved at next address. In Tech Center time values are stored at next line
for that you convert time into seconds
(we have 4 days means 4 x 24 x 60 x 60 seconds = 345600 )
convert it to hex -- > 00054600
then shuffle it
00 46 05 00
you can see this value just after the metal and oil values in above case.
------------------------------------------------------
in case of tech center. -->
here you can see that time value is stored in next line(address).
just convert it to 78 00 00 00 which is 2 min.
For instant upgrade watch this video :
for any query pls comment.