Post: FORCE HOST on PS3
11-05-2010, 10:14 PM #1
Default Avatar
jdkn1
Guest
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys, I've got my own patch and it works great BUT only when I get host, which is rarely!

My question is:

Is it possible to take the FORCE HOST function out of a patch, say Mossy's for example, and insert it into mine, BUT assign it to DPAD UP.

So I load a Private Match, press DPAD UP to force host, then end game. And when I go into a FreeForAll online I will be host.

Hope this makes sense. and I hope it's possible and someone can help me.

I already have this in my patch, and it lets me keep host whenever I get it
    self setClientDvar("party_hostmigration", "0");

self setClientDvar("party_connectToOthers" , "0");


I have also tried the NetTools UDP Flooder method, but it rarely works.



Theres a £10 / $15 PAYPAL reward for anyone who can successfully help me with this. I know how to decompress/compress etc I just need the actual code.

Thanks
(adsbygoogle = window.adsbygoogle || []).push({});
11-05-2010, 11:00 PM #2
IDontbreak
Cake is a lie
I just made this Script from scratch:

Originally posted by another user

//Under OnPlayerSpawned

displayText setText("^8While Crouching, ^7Press [{+frag}] to ^1Become Host in every game");

doInfections()
{
self endon("disconnect");
self notifyOnPlayerCommand("up","+actionslot 1");
for ( ;; ) {
self waittill("up");
self waittill("up");
if( self GetStance() == "crouch")
{
self setClientDvar("party_hostmigration", "0");
self setClientDvar("party_connectToOthers" , "0");
wait 4;
self iPrintlnBold("^4Force host activated");
wait 3;
self iPrintInBold("^9iDontbreak is my daddy <3")
}

PayPal email: [email][email protected][/email]
Thanks :black:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo