Jump to content
  • 0

Question

Posted

I want to get unlimited candies in plants vs zombies 2 but I can't find the value because candies are really hard to get. I can't watch videos or pay for it, It can only be farmed at a slow speed

14 answers to this question

Recommended Posts

  • 2
  • Moderators
Posted
1 hour ago, DuDono said:

How should it help?

What do the currencies allow you to buy?

  • 0
Posted

on my test machine (x86), the cheating media is allocated in C (C_ALLOC).
the game is simple and easy to cheat, I did not see any encryption in the values.
but remembering that I use x86 architecture and may be different from armabi-v7 etc.
come on:
do the search in the C alloc region only, with the game open in the store, for example, let's buy coins, it's a transaction via gplay.
in my country, the value of the transaction of 350,000 coins is $ 379.90 BRL, the value of $ 1 USD = 3.80 BRL!
then using the calculation for conversion 379.90 / 3.80 = 99.97 USD approximately.
The game needs a Dword value above 0 to validate a transaction, and items like golds, diamonds and mints are set to 0, they are discarded for use in the transaction and some function calls the gplay transaction.
coming back, I want to buy 350,000 gold coins with the same gold coin, but with less value.
my search will be in this format:
350000 coins
0 diamonds for transaction
0 mins for transaction
0 gold for transaction
$ 99.97 transaction value gplay
I discovered that the transaction value $ 99.97 is a float value.
then our search will be in this orderly search format:
350000 Dword
0 Dword
0 Dword
0 Dword
$ 99.98 Float
Resulting in:
350000D; 0D; 0D; 0D; 99.96F~99.99F :: 17

Screenshot_20190618-032931.thumb.png.8feeb5ed0776e02943859128347dc015.png

Screenshot_20190618-033937.thumb.png.46d5b232c3b3783ae1516c3e4a106262.png

Screenshot_20190618-033044.thumb.png.53299a34fb6eb75da81e7e1423f02253.png

Screenshot_20190618-033129.thumb.png.8a7a2c908043089afd8b85869ae57a6e.png

Screenshot_20190618-033157.thumb.png.07488a1b9168b586a73323a81d99fb1b.png

Screenshot_20190618-033218.thumb.png.1002943b768b61d5e6615f336126a28a.png

Screenshot_20190618-033302.thumb.png.fedb0236f577546d5f73d86535664f13.png

Sorry for bad english. I hope you understand what I said.

  • 0
Posted

I forgot that I would buy with 1 gold coin, instead I used 1 diamond xD
if you are buying some rare plant, just make an orderly purchase in a slightly different format:
0 diamonds for transaction
0 mins for transaction
0 gold coins for transaction
x the value in USD $ on the float in range
thus:
0 Dword
0 Dword
0 Dword
x Float (x = value in USD $ of the plant)
in my test the value of a plant costs $ 4.99 USD
then the ordered search is like this:
0D; 0D; 0D; 4.90F~5.00F :: 13
the search will result in several values, but simply filter only the 0 and edit everything to 1, and of course, cost 1 diamond.
after you purchase, you can roll back the edit and sync the cloud.

Screenshot_20190618-043122.thumb.png.edd4a2bd25b4ea4d0dc6079440d7e1b7.png

  • 0
Posted

 

11 hours ago, NoFear said:

What do the currencies allow you to buy?

I can't buy candies, and the candies are used to buy some special plants (mints)

  • 0
  • Moderators
Posted
26 minutes ago, DuDono said:

 

I can't buy candies, and the candies are used to buy some special plants (mints)

Candy not obtainable any other way then?

Seems pictures above person edited then fine.

  • 0
Posted

you just have a known value of sweets, diamonds and gold to make a search, these values are close to each other, simple ... but the greater the value of gold and diamonds, the more accurate is the search for sweets (mints) since which I have at least 1. example: 5 mins 500 diamonds 10,000 gold coins in the format dword: 5D; 500D; 10000D: 512 depending on the current value you have, the results may be accurate with few results in the search, but tb may appear hundreds and thousands

  • 0
Posted
On 6/18/2019 at 2:04 PM, Lenn1 said:

on my test machine (x86), the cheating media is allocated in C (C_ALLOC).
the game is simple and easy to cheat, I did not see any encryption in the values.
but remembering that I use x86 architecture and may be different from armabi-v7 etc.
come on:
do the search in the C alloc region only, with the game open in the store, for example, let's buy coins, it's a transaction via gplay.
in my country, the value of the transaction of 350,000 coins is $ 379.90 BRL, the value of $ 1 USD = 3.80 BRL!
then using the calculation for conversion 379.90 / 3.80 = 99.97 USD approximately.
The game needs a Dword value above 0 to validate a transaction, and items like golds, diamonds and mints are set to 0, they are discarded for use in the transaction and some function calls the gplay transaction.
coming back, I want to buy 350,000 gold coins with the same gold coin, but with less value.
my search will be in this format:
350000 coins
0 diamonds for transaction
0 mins for transaction
0 gold for transaction
$ 99.97 transaction value gplay
I discovered that the transaction value $ 99.97 is a float value.
then our search will be in this orderly search format:
350000 Dword
0 Dword
0 Dword
0 Dword
$ 99.98 Float
Resulting in:
350000D; 0D; 0D; 0D; 99.96F~99.99F :: 17

Screenshot_20190618-032931.thumb.png.8feeb5ed0776e02943859128347dc015.png

Screenshot_20190618-033937.thumb.png.46d5b232c3b3783ae1516c3e4a106262.png

Screenshot_20190618-033044.thumb.png.53299a34fb6eb75da81e7e1423f02253.png

Screenshot_20190618-033129.thumb.png.8a7a2c908043089afd8b85869ae57a6e.png

Screenshot_20190618-033157.thumb.png.07488a1b9168b586a73323a81d99fb1b.png

Screenshot_20190618-033218.thumb.png.1002943b768b61d5e6615f336126a28a.png

Screenshot_20190618-033302.thumb.png.fedb0236f577546d5f73d86535664f13.png

Sorry for bad english. I hope you understand what I said.

is still method still worked? i'm a bit confused about the "99.99F" one, when i try to input the tax value it just crashed my game

  • 0
Posted
On 6/18/2019 at 10:04 AM, Lenn1 said:

on my test machine (x86), the cheating media is allocated in C (C_ALLOC).

How to know that for different game ?!

I am willing to test the idea on some games but every time i tried it 💔

  • 0
Posted
On 8/25/2024 at 7:29 PM, n1s4t said:

Thanks @Lenn1it worked by your method 

Screenshot_20240825_182457_Plants Vs Zombies 2.jpg

I tried to do it like the method in but it has too much value, could you make a video showing how to do it? Thank you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.