Game: Plants vs. Zombies — Game of the Year Edition Version: v1.2.0.1073 Game of the Year Edition [Latest] Date of table creation: 31/10/2023 19:45 Author of Table: mul0
Table Functions:
[Player] Inifinte Sun - Infinite store of suns.
[Player] Infinite Coins - You need to pick up 1 coin
[Plants] Infinite Health - Immortal plants
[Plants] Rapid Fire - Rapid firing for all plants (On all the plants)
[Plants] Fast Reload - Fast recharge plants on the panel (On all the plants)
[Peashooter] Homing bullets - Changes for "Peashooter" type of bullets
[Plants] Fast Recharge (Chomper , Exploding potato mine etc.) - Fast ability recharge for plants
[Plants] Mass planting of plants - Planting plants in all cells (Vertically)
[Plants] Planting plants wherever you want - Planting plants in any cell
[Plants] Freeze the "Plants ID" for planting (Hold the key "E") - Freeze the ID of the plant you last planted
[Panel] Change the "Plants ID" on the panel - Enables you to change the plant IDs in the panel
[Game level] Change the level - Enables you to change the level of the game
You need to enter the level, enter the level you want to change to and restart the level
The maximum level is 50.
[Dzer Garden] Resources - Changes the quantity of resources for the Zen Garden
Fertilizer for plants
Bug spray
Chocolate
Music for plants
Hand for moving plants
Truck for transporting plants
Unlock the Tree of Wisdom
Snail for the garden
Tree food
Wisdom tree level
[Zombie] Zombie size - Resize the zombies
The default value is (float)1
[Zombie] Zombie movement speed - Modifies the zombie's walking speed
The default value is (float)1
[Zombies] Fast Waves of Zombies - The zombie wave is coming in very fast.
Re: Plants vs. Zombies GOTY Edition (+16) {mul0}
Posted: Wed Nov 01, 2023 1:08 pm
by mul0
[Bonuses] Auto Collect Sun and Coins - Update 01.11.2023
Auto Collect Sun and Coins - Update 01.11.2023
{ Game : PlantsVsZombies.exe
Version: v1.2.0.1073 [Game of the Year Edition]
Date : 31/10/2023
Author : mul0
}
newmem:
cmp [ebx+58],#18 //Bag of gold
je code
cmp [ebx+58],#15 //Note
je code
cmp [ebx+58],#16
je code
cmp [ebx+58],#17 //Bonus box
je code
cmp [ebx+58],#1 //A small silver coin
je loot
cmp [ebx+58],#4 //Sunny
je loot
cmp [ebx+58],#2 //Gold coin
je loot
cmp [ebx+58],#3 //Big diamante
je loot
jmp return
loot:
mov byte ptr [ebx+50],#1
code:
cmp byte ptr [ebx+50],00
jne PlantsVsZombies.exe+342FD
jmp return
AutoCollect:
jmp newmem
nop
return:
[DISABLE]
AutoCollect:
db 80 7B 50 00 75 09
unregistersymbol(AutoCollect)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: PlantsVsZombies.exe+342EE
Updated to the Steam version of the game [v1.2.0.1096]
Link to my blog : [Link]
Re: Plants vs. Zombies GOTY Edition (+16) {mul0}
Posted: Mon Jan 01, 2024 8:11 pm
by BigBossJ
Thanks a bunch Mul0. Much appreciated and works like a charm. Happy New Year Brother.
Re: Plants vs. Zombies GOTY Edition (+16) {mul0}
Posted: Tue May 28, 2024 5:36 pm
by absrm01
Thank you very much for this great work. It works very well on all platforms and I have never had any problems. Especially the "mass planting of plants" option is great
Update: I found an error in your table. Spikeweed plant not working. I will investigate which option causes this.