Plants Vs Zombies auto-collect sun and coins cheat
Posted: Fri Jul 14, 2017 1:40 pm
Made by Marcelo_20XX
Well after studying more closely the code, I found the part where the game stores the Collect Sun code and since its a static memory address you can even hex edit the exe to have it automatically enabled whenever you run the game.
Change the following address: 336F2 from 75 to EB, done!
By doing this you are changing a conditional jump (jne) to a regular jump (jmp) thus telling the game to always jump as if you clicked the Sun or Coins
Works on the Retail GOTY edition
A word of warning, be sure to deactive the cheat if you are playing the tutorials levels, as you will get stuck when the tutorial wants you to collect the sun by clicking on it, otherwise it woks like a charm
Well after studying more closely the code, I found the part where the game stores the Collect Sun code and since its a static memory address you can even hex edit the exe to have it automatically enabled whenever you run the game.
Change the following address: 336F2 from 75 to EB, done!
By doing this you are changing a conditional jump (jne) to a regular jump (jmp) thus telling the game to always jump as if you clicked the Sun or Coins
Works on the Retail GOTY edition
A word of warning, be sure to deactive the cheat if you are playing the tutorials levels, as you will get stuck when the tutorial wants you to collect the sun by clicking on it, otherwise it woks like a charm