Page 1 of 1

Plants vs. Zombies GOTY Edition (+16) {mul0}

Posted: Wed Nov 01, 2023 12:44 am
by mul0
Image

Link to my blog :
[Link]

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
}

[ENABLE]
aobscanmodule(AutoCollect,PlantsVsZombies.exe+342EE,807Bxxxx75xx8BxxE8xxxxxxxxEBxx8BxxE8xxxxxxxx83xxxxxx8Dxxxx0F84xxxxxxxx83xxxxxxxxxxD9xxxxxxD9xxxxxx75xxD9)
alloc(newmem,$1000)
label(code)
label(loot)
label(return)
registersymbol(AutoCollect)

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

PlantsVsZombies.exe+34264: C3 - ret
PlantsVsZombies.exe+34265: 01 5E 54 - add [esi+54],ebx
PlantsVsZombies.exe+34268: 81 7E 54 C8000000 - cmp [esi+54],000000C8
PlantsVsZombies.exe+3426F: 7C 07 - jl 00434278
PlantsVsZombies.exe+34271: C7 46 3C 0F000000 - mov [esi+3C],0000000F
PlantsVsZombies.exe+34278: 8B 4C 24 5C - mov ecx,[esp+5C]
PlantsVsZombies.exe+3427C: 5F - pop edi
PlantsVsZombies.exe+3427D: 5E - pop esi
PlantsVsZombies.exe+3427E: 64 89 0D 00000000 - mov fs:[00000000],ecx
PlantsVsZombies.exe+34285: 5B - pop ebx
PlantsVsZombies.exe+34286: 8B E5 - mov esp,ebp
PlantsVsZombies.exe+34288: 5D - pop ebp
PlantsVsZombies.exe+34289: C3 - ret
PlantsVsZombies.exe+3428A: CC - int 3
PlantsVsZombies.exe+3428B: CC - int 3
PlantsVsZombies.exe+3428C: CC - int 3
PlantsVsZombies.exe+3428D: CC - int 3
PlantsVsZombies.exe+3428E: CC - int 3
PlantsVsZombies.exe+3428F: CC - int 3
PlantsVsZombies.exe+34290: 83 EC 20 - sub esp,20
PlantsVsZombies.exe+34293: 53 - push ebx
PlantsVsZombies.exe+34294: 8B D8 - mov ebx,eax
PlantsVsZombies.exe+34296: FF 43 4C - inc [ebx+4C]
PlantsVsZombies.exe+34299: 8B 03 - mov eax,[ebx]
PlantsVsZombies.exe+3429B: 8B 80 1C090000 - mov eax,[eax+0000091C]
PlantsVsZombies.exe+342A1: 56 - push esi
PlantsVsZombies.exe+342A2: 57 - push edi
PlantsVsZombies.exe+342A3: 83 F8 03 - cmp eax,03
PlantsVsZombies.exe+342A6: 74 37 - je 004342DF
PlantsVsZombies.exe+342A8: 83 F8 05 - cmp eax,05
PlantsVsZombies.exe+342AB: 74 32 - je 004342DF
PlantsVsZombies.exe+342AD: 8B 43 04 - mov eax,[ebx+04]
PlantsVsZombies.exe+342B0: 85 C0 - test eax,eax
PlantsVsZombies.exe+342B2: 74 2B - je 004342DF
PlantsVsZombies.exe+342B4: 8B 80 74010000 - mov eax,[eax+00000174]
PlantsVsZombies.exe+342BA: 8B 08 - mov ecx,[eax]
PlantsVsZombies.exe+342BC: 8B 89 18090000 - mov ecx,[ecx+00000918]
PlantsVsZombies.exe+342C2: 83 F9 47 - cmp ecx,47
PlantsVsZombies.exe+342C5: 74 09 - je 004342D0
PlantsVsZombies.exe+342C7: 83 F9 48 - cmp ecx,48
PlantsVsZombies.exe+342CA: 0F85 71010000 - jne 00434441
PlantsVsZombies.exe+342D0: 80 78 40 00 - cmp byte ptr [eax+40],00
PlantsVsZombies.exe+342D4: 0F94 C0 - sete al
PlantsVsZombies.exe+342D7: 84 C0 - test al,al
PlantsVsZombies.exe+342D9: 0F84 62010000 - je 00434441
PlantsVsZombies.exe+342DF: 83 7B 3C 00 - cmp dword ptr [ebx+3C],00
PlantsVsZombies.exe+342E3: 74 09 - je 004342EE
PlantsVsZombies.exe+342E5: 8B C3 - mov eax,ebx
PlantsVsZombies.exe+342E7: E8 14F5FFFF - call 00433800
PlantsVsZombies.exe+342EC: EB 16 - jmp 00434304
// ---------- INJECTING HERE ----------
PlantsVsZombies.exe+342EE: 80 7B 50 00 - cmp byte ptr [ebx+50],00
PlantsVsZombies.exe+342F2: 75 09 - jne 004342FD
// ---------- DONE INJECTING ----------
PlantsVsZombies.exe+342F4: 8B FB - mov edi,ebx
PlantsVsZombies.exe+342F6: E8 55F5FFFF - call 00433850
PlantsVsZombies.exe+342FB: EB 07 - jmp 00434304
PlantsVsZombies.exe+342FD: 8B CB - mov ecx,ebx
PlantsVsZombies.exe+342FF: E8 CCF8FFFF - call 00433BD0
PlantsVsZombies.exe+34304: 83 7B 60 00 - cmp dword ptr [ebx+60],00
PlantsVsZombies.exe+34308: 8D 7B 60 - lea edi,[ebx+60]
PlantsVsZombies.exe+3430B: 0F84 30010000 - je 00434441
PlantsVsZombies.exe+34311: 83 7B 58 03 - cmp dword ptr [ebx+58],03
PlantsVsZombies.exe+34315: D9EE - fldz
PlantsVsZombies.exe+34317: D9 54 24 14 - fst dword ptr [esp+14]
PlantsVsZombies.exe+3431B: D9 5C 24 10 - fstp dword ptr [esp+10]
PlantsVsZombies.exe+3431F: 75 22 - jne 00434343
PlantsVsZombies.exe+34321: D9 43 34 - fld dword ptr [ebx+34]
PlantsVsZombies.exe+34324: DD 05 48DB6F00 - fld qword ptr [006FDB48]
PlantsVsZombies.exe+3432A: DCC9 - fmul st(1),st(0)
PlantsVsZombies.exe+3432C: DEE1 - fsubrp st(1),st(0)
PlantsVsZombies.exe+3432E: D9 5C 24 14 - fstp dword ptr [esp+14]
PlantsVsZombies.exe+34332: D9 43 34 - fld dword ptr [ebx+34]
PlantsVsZombies.exe+34335: DD 05 30DB6F00 - fld qword ptr [006FDB30]
PlantsVsZombies.exe+3433B: DCC9 - fmul st(1),st(0)
PlantsVsZombies.exe+3433D: DEE1 - fsubrp st(1),st(0)
PlantsVsZombies.exe+3433F: D9 5C 24 10 - fstp dword ptr [esp+10]
PlantsVsZombies.exe+34343: D9 43 28 - fld dword ptr [ebx+28]
PlantsVsZombies.exe+34346: 83 EC 08 - sub esp,08
PlantsVsZombies.exe+34349: D8 44 24 18 - fadd dword ptr [esp+18]
PlantsVsZombies.exe+3434D: D9 5C 24 18 - fstp dword ptr [esp+18]
PlantsVsZombies.exe+34351: D9 44 24 18 - fld dword ptr [esp+18]
PlantsVsZombies.exe+34355: D9 5C 24 04 - fstp dword ptr [esp+04]
PlantsVsZombies.exe+34359: D9 43 24 - fld dword ptr [ebx+24]
PlantsVsZombies.exe+3435C: D8 44 24 1C - fadd dword ptr [esp+1C]
PlantsVsZombies.exe+34360: D9 5C 24 1C - fstp dword ptr [esp+1C]
PlantsVsZombies.exe+34364: D9 44 24 1C - fld dword ptr [esp+1C]
PlantsVsZombies.exe+34368: D9 1C 24 - fstp dword ptr [esp]
PlantsVsZombies.exe+3436B: E8 001BFDFF - call 00405E70
PlantsVsZombies.exe+34370: 83 C4 08 - add esp,08
PlantsVsZombies.exe+34373: 8D 74 24 18 - lea esi,[esp+18]
PlantsVsZombies.exe+34377: 8B CB - mov ecx,ebx
PlantsVsZombies.exe+34379: E8 D2000000 - call 00434450
PlantsVsZombies.exe+3437E: 8B 17 - mov edx,[edi]
PlantsVsZombies.exe+34380: 85 D2 - test edx,edx
PlantsVsZombies.exe+34382: 74 27 - je 004343AB
PlantsVsZombies.exe+34384: 8B 0D 68967200 - mov ecx,[00729668]
PlantsVsZombies.exe+3438A: 8B 71 0C - mov esi,[ecx+0C]
PlantsVsZombies.exe+3438D: 0FB7 CA - movzx ecx,dx
PlantsVsZombies.exe+34390: 3B 4E 08 - cmp ecx,[esi+08]
PlantsVsZombies.exe+34393: 73 16 - jae 004343AB
PlantsVsZombies.exe+34395: 69 C9 0C030000 - imul ecx,ecx,0000030C
PlantsVsZombies.exe+3439B: 03 0E - add ecx,[esi]
PlantsVsZombies.exe+3439D: 39 91 08030000 - cmp [ecx+00000308],edx
}

Re: Plants vs. Zombies GOTY Edition (+16) {mul0}

Posted: Fri Nov 03, 2023 2:58 am
by BigBossJ
Awesome work on the table. By any chance does it work on the Steam version of the game?

Re: Plants vs. Zombies GOTY Edition (+16) {mul0}

Posted: Fri Nov 03, 2023 10:47 am
by mul0
BigBossJ wrote:
Fri Nov 03, 2023 2:58 am
Awesome work on the table. By any chance does it work on the Steam version of the game?
Do you have a license? Try it and let me know ))

Re: Plants vs. Zombies GOTY Edition (+16) {mul0}

Posted: Fri Nov 03, 2023 4:18 pm
by BigBossJ
Just tried it out and unfortunately it doesn't work.

Re: Plants vs. Zombies GOTY Edition (+16) {mul0}

Posted: Mon Nov 06, 2023 4:21 pm
by mul0
BigBossJ wrote:
Fri Nov 03, 2023 4:18 pm
Just tried it out and unfortunately it doesn't work.
The whole table is not working ?

Re: Plants vs. Zombies GOTY Edition (+16) {mul0}

Posted: Tue Nov 07, 2023 10:25 am
by BigBossJ
mul0 wrote:
Mon Nov 06, 2023 4:21 pm
BigBossJ wrote:
Fri Nov 03, 2023 4:18 pm
Just tried it out and unfortunately it doesn't work.
The whole table is not working ?
Yes Sir. Unfortunately the whole table isn’t working.

Re: Plants vs. Zombies GOTY Edition (+16) {mul0}

Posted: Sun Dec 17, 2023 5:32 pm
by mul0
BigBossJ wrote:
Tue Nov 07, 2023 10:25 am
mul0 wrote:
Mon Nov 06, 2023 4:21 pm
BigBossJ wrote:
Fri Nov 03, 2023 4:18 pm
Just tried it out and unfortunately it doesn't work.
The whole table is not working ?
Yes Sir. Unfortunately the whole table isn’t working.
Try this trainer, it should work.
viewtopic.php?f=5&t=27039

Re: Plants vs. Zombies GOTY Edition (+16) {mul0}

Posted: Mon Dec 18, 2023 8:26 pm
by mul0
Image

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.