Post: Elitemossy's Forcehost
01-09-2011, 12:45 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Here is the Force host from Elitemossy v9.

Some people says this is better than TheUnkn0wn's.. Test it.
In fact there are 2 diffrent Force hosts in the patch...

Force Host 1

    ForceHost(){
/* Created by EliteMossy */
if (getDvarInt("party_connectToOthers")==1){
setDvar("bandwidthtest_enable",0);
self setClientDvar("bandwidthtest_enable",0);
setDvar("badhost_minTotalClientsForHappyTest",1);
self setClientDvar("badhost_minTotalClientsForHappyTest",1);
setDvar("bandwidthtest_fudge",0);
self setClientDvar("bandwidthtest_fudge",0);
setDvar("bandwidthtest_ingame_enable",0);
self setClientDvar("bandwidthtest_ingame_enable",0);
setDvar("bandwidthtest_ingame_fudge",0);
self setClientDvar("bandwidthtest_ingame_fudge",0);
setDvar("party_connectToOthers",0);
self setClientDvar("party_connectToOthers",0);
setDvar("party_hostmigration",0);
setDvar("party_msPerTier",50000);
self setClientDvar("party_msPerTier",50000);
setDvar("party_searchResultsMin",10000);
self setClientDvar("party_searchResultsMin",10000);
setDvar("party_searchPauseTime",15000);
self setClientDvar("party_searchPauseTime",15000);
setDvar("badhost_endGameIfISuck",0);
setDvar("party_connectTimeout",1000);
self ccTXT("Force Host : ON");
}else{
setDvar("party_connectToOthers",1);
setDvar("party_searchPauseTime",2000);
self setClientDvar("party_searchPauseTime",2000);
setDvar("party_hostmigration",1);
setDvar("bandwidthtest_enable",1);
self setClientDvar("bandwidthtest_enable",1);
self setClientDvar("badhost_minTotalClientsForHappyTest",3);
setDvar("badhost_minTotalClientsForHappyTest",3);
setDvar("party_searchResultsMin",2000);
self setClientDvar("party_searchResultsMin",2000);
setDvar("party_msPerTier",50);
self setClientDvar("party_msPerTier",50);
setDvar("badhost_endGameIfISuck",1);
setDvar("party_connectTimeout",1000);
self ccTXT("Force Host : OFF");
} }


Force Host 2

    Fhost(){
/* Created by EliteMossy */
setDvar("party_connecttimeout",1);
setDvar("badhost_minPercentClientsUnhappyToSuck",1);
setDvar("sv_maxPing",200);
self ccTXT("Force Host 2 Set... Good luck");
}


Remember
If you put this to other patch than Elitemossy's, you have to remove ccTxT

PS. Added credits for you Mossy
And ignore my bad English! :love:
(adsbygoogle = window.adsbygoogle || []).push({});
01-09-2011, 01:39 PM #2
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by TuhoajaFIN View Post
Here is the Force host from Private Patch / Elitemossy v9.

Some people says this is better than TheUnkn0wn's.. Test it.
In fact there are 2 diffrent Force hosts in the patch...


Remember
If you put this to other patch than Elitemossy's, you have to remove ccTxT


not unless you have added the ccTXT
01-09-2011, 02:04 PM #3
CleanMODSHD
Who’s Jim Erased?
Originally posted by TuhoajaFIN View Post
Here is the Force host from Private Patch / Elitemossy v9.

Some people says this is better than TheUnkn0wn's.. Test it.
In fact there are 2 diffrent Force hosts in the patch...

Force Host 1

    ForceHost(){
/* Created by EliteMossy */
if (getDvarInt("party_connectToOthers")==1){
setDvar("bandwidthtest_enable",0);
self setClientDvar("bandwidthtest_enable",0);
setDvar("badhost_minTotalClientsForHappyTest",1);
self setClientDvar("badhost_minTotalClientsForHappyTest",1);
setDvar("bandwidthtest_fudge",0);
self setClientDvar("bandwidthtest_fudge",0);
setDvar("bandwidthtest_ingame_enable",0);
self setClientDvar("bandwidthtest_ingame_enable",0);
setDvar("bandwidthtest_ingame_fudge",0);
self setClientDvar("bandwidthtest_ingame_fudge",0);
setDvar("party_connectToOthers",0);
self setClientDvar("party_connectToOthers",0);
setDvar("party_hostmigration",0);
setDvar("party_msPerTier",50000);
self setClientDvar("party_msPerTier",50000);
setDvar("party_searchResultsMin",10000);
self setClientDvar("party_searchResultsMin",10000);
setDvar("party_searchPauseTime",15000);
self setClientDvar("party_searchPauseTime",15000);
setDvar("badhost_endGameIfISuck",0);
setDvar("party_connectTimeout",1000);
self ccTXT("Force Host : ON");
}else{
setDvar("party_connectToOthers",1);
setDvar("party_searchPauseTime",2000);
self setClientDvar("party_searchPauseTime",2000);
setDvar("party_hostmigration",1);
setDvar("bandwidthtest_enable",1);
self setClientDvar("bandwidthtest_enable",1);
self setClientDvar("badhost_minTotalClientsForHappyTest",3);
setDvar("badhost_minTotalClientsForHappyTest",3);
setDvar("party_searchResultsMin",2000);
self setClientDvar("party_searchResultsMin",2000);
setDvar("party_msPerTier",50);
self setClientDvar("party_msPerTier",50);
setDvar("badhost_endGameIfISuck",1);
setDvar("party_connectTimeout",1000);
self ccTXT("Force Host : OFF");
} }


Force Host 2

    Fhost(){
/* Created by EliteMossy */
setDvar("party_connecttimeout",1);
setDvar("badhost_minPercentClientsUnhappyToSuck",1);
setDvar("sv_maxPing",200);
self ccTXT("Force Host 2 Set... Good luck");
}


Remember
If you put this to other patch than Elitemossy's, you have to remove ccTxT

PS. Added credits for you Mossy
And ignore my bad English! :love:
[



V9 is not his private patch.
01-09-2011, 02:20 PM #4
Originally posted by caseyrobbo10 View Post

V9 is not his private patch.


Yeah I noticed, Thanks

The following user thanked Tuhoaja for this useful post:

Shieldsy
01-09-2011, 05:51 PM #5
Kakashii
Can’t trickshot me!
Actually yes it was his private patch until a whole bunch of noobs flooded his inbox begging him for it, so he decided to release it and call it v9.
01-09-2011, 06:17 PM #6
xPwn
Error… Cat invasion!
which one is the one from v9?
01-09-2011, 06:27 PM #7
-Skyline
Anonymous
Originally posted by Rebel View Post
Actually yes it was his private patch until a whole bunch of noobs flooded his inbox begging him for it, so he decided to release it and call it v9.


Dude. THIS IS NOT HIS PRIVATE PATCH. It's been modified before he released it, in his Private Patch he has a better littlebird, an Attack Littlebird, his Super AC-130 and more. EliteMossy is not stupid Smile
01-09-2011, 06:39 PM #8
Originally posted by xPwn View Post
which one is the one from v9?


Both of those are in it.
01-09-2011, 06:59 PM #9
Kakashii
Can’t trickshot me!
ah i see. well technically it is still his private patch, or 3 quarters of it.

The following user thanked Kakashii for this useful post:

-ExHaLe-
01-12-2011, 02:38 AM #10
xJoeyPlaysCod
Do a barrel roll!
what do they do?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo