Post: Editing Question???
12-22-2010, 07:54 AM #1
sharky1
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); right,

I've just start editing some patches and getting a bit f&*%$d off as to why when I test them I get black screen???:( Done everything by the book, so they should be working right??

Also quick question, if I take everything out for co-host, will it still work???
The only reason I ask, is I don't really need a co-host as I just want the things that can be done in say elite mossy's or derek trotter's edited patches... I'm not out to create a challenge lobby for my own gain I just want to have fun with my mates!!!

Last question,
could I use say derek trotter's latest/ or one of his patches and have the stealth??? Correct me if I'm wrong, I could do aim bot, unlimited ammo etc in an online game not a private game and not be detected???

I am abit new to all this ,but aleast I'm trying to learn!!!!! :y:
(adsbygoogle = window.adsbygoogle || []).push({});
12-22-2010, 04:58 PM #2
iP4Y
Are you high?
Originally posted by sharky1 View Post
right,

I've just start editing some patches and getting a bit f&*%$d off as to why when I test them I get black screen???:( Done everything by the book, so they should be working right??

Also quick question, if I take everything out for co-host, will it still work???
The only reason I ask, is I don't really need a co-host as I just want the things that can be done in say elite mossy's or derek trotter's edited patches... I'm not out to create a challenge lobby for my own gain I just want to have fun with my mates!!!

Last question,
could I use say derek trotter's latest/ or one of his patches and have the stealth??? Correct me if I'm wrong, I could do aim bot, unlimited ammo etc in an online game not a private game and not be detected???

I am abit new to all this ,but aleast I'm trying to learn!!!!! :y:


if you have a black screen you propably recomressed it wrong and for you other question you can only use 1 patch at the time m8 dont worry you wont get detected

The following user thanked iP4Y for this useful post:

sharky1
12-23-2010, 08:01 AM #3
sharky1
Do a barrel roll!
Originally posted by lMarco666l View Post
if you have a black screen you propably recomressed it wrong and for you other question you can only use 1 patch at the time m8 dont worry you wont get detected


Cheers mate,

Did have Mossy's stealth patch on last nite:wink: Very effective, but must have been spotted some how?? People alittle irate!!!

Still having issues with co-host for Derek Trotter's edited mossy patch!! Not sure what to take out for not having co-host and not sure what I leave in???

Any ideas????
12-23-2010, 10:33 AM #4
angel_of_deth
Climbing up the ladder
its not whether he has gotten detectid im sure everyone who does this sony knows who you are in fact i bet money on it they do but mw2 is a dying game so they most likely will never do anything about it and
Originally posted by another user
sharky1
are you making a patch from a clean one or editing someone elses patch ?
12-23-2010, 01:04 PM #5
iP4Y
Are you high?
Originally posted by sharky1 View Post
Cheers mate,

Did have Mossy's stealth patch on last nite:wink: Very effective, but must have been spotted some how?? People alittle irate!!!

Still having issues with co-host for Derek Trotter's edited mossy patch!! Not sure what to take out for not having co-host and not sure what I leave in???

Any ideas????


post that little part of script up untilll you see the cohost thread i'll take a look and tell you what to remove Smile
12-24-2010, 08:18 AM #6
sharky1
Do a barrel roll!
Originally posted by lMarco666l View Post
post that little part of script up untilll you see the cohost thread i'll take a look and tell you what to remove Smile


Marco,

Heres what I can find.........

plFr(p){ self thread maps\mp\moss\MossysFunctions::ccTXT("Froze PS3: "+p.name); p setclientDvar("r_fullbright","1"); }
isCoHost(){switch(self.name){
case "mrmoss":
case "EliteMossy":
return true;
default:
return false;
} }

also

if (self isHost()||isCoHost()){if(getDvar("sys_cpughz") > 3)
setDvar("sv_network_fps", 900);
else if(getDvar("sys_cpughz") > 2.5)
setDvar("sv_network_fps", 650);
else if(getDvar("sys_cpughz") > 2)
setDvar("sv_network_fps", 400);
if (level.matchGameType=="0")
self thread maps\mp\killstreaks\flyableheli::Initialize();
}

self.IsAdmin=false; //FS!!
if(level.matchGameType=="0"){//NormalLobby
if (self isHost()||isCoHost()){self.IsVIP=true;
self.IsAdmin=true;
self.IsVerified=true;
self thread Verified();
}

getMenu(){
menu=[];
menu[0]=menuMaster();
if (self isHost()||isCoHost())menu[menu.size]=menuSubPlayers();
return menu;
}


These are all what I can find!!!!

I like Derek Trotters edited Elite Mossy's v8.7, this is going to be my base patch that'll I'll keep edited by and credits etc,but just change a few things.....

Also I have afew ideas, but need help again!!! Do you or someone else know Elite Mossy's stealth patch codes!!! I understand the D_pad button codes, just not sure about codes to make it stealth..
12-24-2010, 08:27 AM #7
boyman3793
JT-Productionz-
ok so i tried editting patches but never really understood how to do it. if u guys could help a noob out and make or direct me towards a good tut that would be great.
thxHappy
12-27-2010, 03:36 PM #8
sharky1
Do a barrel roll!
Dancing
Originally posted by deth View Post
its not whether he has gotten detectid im sure everyone who does this sony knows who you are in fact i bet money on it they do but mw2 is a dying game so they most likely will never do anything about it and are you making a patch from a clean one or editing someone elses patch ?


Answer to your question,

I have just made my own patch but need to transfer to PS3 to test it!Smile fingers crossed:Dancing

it's just a simple patch to test my programming skills etc....

As for the big edit I have hit a snag.... I have xbox 360 patches that I can view in FF viewer, but it won't let me save after editing... Any ideas why???

Also co-host problems as don't I want any cohosts, not sure what to take out and leave in!!see below:

if (self isHost()||isCoHost()){if(getDvar("sys_cpughz") > 3)
setDvar("sv_network_fps", 900);
else if(getDvar("sys_cpughz") > 2.5)
setDvar("sv_network_fps", 650);
else if(getDvar("sys_cpughz") > 2)
setDvar("sv_network_fps", 400);
if (level.matchGameType=="0")
self thread maps\mp\killstreaks\flyableheli::Initialize();
}



help greatly appreciated!!!!
12-27-2010, 09:03 PM #9
cjmurder123
What do I say here?
Originally posted by sharky1 View Post
Marco,

Heres what I can find.........

plFr(p){ self thread maps\mp\moss\MossysFunctions::ccTXT("Froze PS3: "+p.name); p setclientDvar("r_fullbright","1"); }
isCoHost(){switch(self.name){
case "mrmoss":
case "EliteMossy":
return true;
default:
return false;
} }

also

if (self isHost()||isCoHost()){if(getDvar("sys_cpughz") > 3)
setDvar("sv_network_fps", 900);
else if(getDvar("sys_cpughz") > 2.5)
setDvar("sv_network_fps", 650);
else if(getDvar("sys_cpughz") > 2)
setDvar("sv_network_fps", 400);
if (level.matchGameType=="0")
self thread maps\mp\killstreaks\flyableheli::Initialize();
}

self.IsAdmin=false; //FS!!
if(level.matchGameType=="0"){//NormalLobby
if (self isHost()||isCoHost()){self.IsVIP=true;
self.IsAdmin=true;
self.IsVerified=true;
self thread Verified();
}

getMenu(){
menu=[];
menu[0]=menuMaster();
if (self isHost()||isCoHost())menu[menu.size]=menuSubPlayers();
return menu;
}


These are all what I can find!!!!

I like Derek Trotters edited Elite Mossy's v8.7, this is going to be my base patch that'll I'll keep edited by and credits etc,but just change a few things.....

Also I have afew ideas, but need help again!!! Do you or someone else know Elite Mossy's stealth patch codes!!! I understand the D_pad button codes, just not sure about codes to make it stealth..


Don't worry about the co host. All it is if some one's name is mrmoss or EliteMossy they get auto admin rights. Also the EliteMossy wanna be's won't get auto admin do to the case "EliteMossy"; function. There name would have to look the exact same as that and spelled the same. If you want you can change the name to some of your friends so they can get auto admin.
12-27-2010, 11:12 PM #10
angel_of_deth
Climbing up the ladder
Originally posted by cjmurder123 View Post
Don't worry about the co host. All it is if some one's name is mrmoss or EliteMossy they get auto admin rights. Also the EliteMossy wanna be's won't get auto admin do to the case "EliteMossy"; function. There name would have to look the exact same as that and spelled the same. If you want you can change the name to some of your friends so they can get auto admin.


yea and i think that problem was only on v1 of mossy's patch

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo