https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

yeah ok nvm fuck this i cant fix this :pray:

ROBlNET13 bd2d3947 e22c2e01

+5 -7
+4 -6
game/js/Cfunction.js
··· 148 148 Init(e, g, b, d) { 149 149 var c; 150 150 var a = window; 151 - e.LoadMusic ? (PlayMusic(e.LoadMusic, e.MusicEnabled), NewAudio({ source: "ChooseYourSeeds", loop: true })) : PlayMusic((e.LoadMusic = "ChooseYourSeeds")); 151 + e.LoadMusic ? (PlayMusic(e.LoadMusic), NewAudio({ source: "ChooseYourSeeds", loop: true })) : PlayMusic((e.LoadMusic = "ChooseYourSeeds")); 152 152 if (b !== d) { 153 153 for (c in b) { 154 154 a[c] !== d ? ((this.GlobalVariables[c] = a[c]), (a[c] = b[c])) : (this.LvlVariables[c] = a[c] = b[c]); ··· 2638 2638 document.cookie = a + "=0;"; 2639 2639 }), 2640 2640 (WordUTF8 = 2641 - '<div id="dLogo" style="position:absolute;width:900px;height:600px;z-index:1"><span id="commit" style="position: absolute;color: #ffffff0f;bottom: 0;user-select: none;"></span><div id="LogoWord" style="position:absolute;color:#FF0;top:300px;width:100%;height:100px"><span style="position:absolute;width:305px;height:150px;left:285px;top:5px;cursor:url(images/interface/Pointer.cur),pointer" onclick="PlayAudio(\'gravebutton\');PlayMusic(oS.LoadMusic);SetBlock($(\'dSurface\'),$(\'iSurfaceBackground\'));ShowNameDiv();sa_event(\'clickstart0js\')"></span><div style="position:absolute;font-size:14px;left:660px;text-align:center;width:140px;top:185px;line-height:1.5;font-weight:bold"><span style="cursor:url(images/interface/Pointer.cur),pointer"><span id="" style=""></span></span></div></div><div style="position:absolute;width:74px;height:41px;left:807px;top:502px;cursor:url(images/interface/Pointer.cur),pointer;z-index:300" onclick="SetVisible($(\'dProcess\'))"></div><img src="" style="position:absolute;left:550px;top:-40px"></div>'); 2641 + '<div id="dLogo" style="position:absolute;width:900px;height:600px;z-index:1"><span id="commit" style="position: absolute;color: #ffffff0f;bottom: 0;user-select: none;"></span><div id="LogoWord" style="position:absolute;color:#FF0;top:300px;width:100%;height:100px"><span style="position:absolute;width:305px;height:150px;left:285px;top:5px;cursor:url(images/interface/Pointer.cur),pointer" onclick="PlayAudio(\'gravebutton\');SetBlock($(\'dSurface\'),$(\'iSurfaceBackground\'));ShowNameDiv();sa_event(\'clickstart0js\')"></span><div style="position:absolute;font-size:14px;left:660px;text-align:center;width:140px;top:185px;line-height:1.5;font-weight:bold"><span style="cursor:url(images/interface/Pointer.cur),pointer"><span id="" style=""></span></span></div></div><div style="position:absolute;width:74px;height:41px;left:807px;top:502px;cursor:url(images/interface/Pointer.cur),pointer;z-index:300" onclick="SetVisible($(\'dProcess\'))"></div><img src="" style="position:absolute;left:550px;top:-40px"></div>'); 2642 2642 2643 2643 (ShowNameDiv = function () { 2644 2644 oSym.Start(); ··· 3251 3251 } 3252 3252 : function () {}), 3253 3253 (PlayMusic = $User.HTML5 3254 - ? function (b, enabled) { 3254 + ? function (b) { 3255 3255 var a = oAudio[b]; 3256 - if (enabled == true || enabled == undefined) { 3257 - if (a) { 3256 + if (a) { 3258 3257 try { 3259 3258 a.currentTime = 0; 3260 3259 } catch (c) {} ··· 3262 3261 } else { 3263 3262 NewMusic(b); 3264 3263 oAudio[b].play(); 3265 - } 3266 3264 } 3267 3265 } 3268 3266 : function (a) {
+1 -1
game/level/0.js
··· 70 70 LevelEName: 0, 71 71 ShowScroll: 1, 72 72 LoadMusic: "MyScrapbook", 73 - MusicEnabled: false, 73 + StartGameMusic: "MyScrapbook", 74 74 AudioArr: [ 75 75 "losemusic", 76 76 "winmusic",