Post: Any GSC menus that dont freeze in pub Games??
10-06-2014, 10:31 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); every top GSC menu i use i force host and always freeze :( any menus that dont ?
10-06-2014, 12:29 PM #2
Originally posted by MilkShakeModz View Post
every top GSC menu i use i force host and always freeze :( any menus that dont ?


Use iMCSx gsc injector and sharks new menu I never freeze
10-06-2014, 05:42 PM #3
black box v1 or v1.5 edit?
10-06-2014, 06:01 PM #4
Originally posted by MilkShakeModz View Post
black box v1 or v1.5 edit?


Original works better
10-06-2014, 08:02 PM #5
i think i got a forcehost that will work really great

toggleforcehost()
{
if (self.fh == 1)
{
setdvar("party_searchResultsMin", 9990);
setdvar("party_searchResultsLifetime", 9990);
setdvar("party_searchPauseTime", 9070);
setdvar("lobby_partySearchWaitTime", 9070);
setdvar("matchmaking_debug", 1);
setdvar("session_immediateDeleteTinySessions", 0);
setdvar("ping_searches_per", 0);
setdvar("party_hostmigration", 0);
setdvar("party_connectToOthers", 0);
self.fh = 0;
self iprintln("ForceHost: ^2On");
}
else
{
if (self.fh == 0)
{
setdvar("party_searchResultsMin", 0);
setdvar("party_searchResultsLifetime", 45);
setdvar("party_searchPauseTime", 0);
setdvar("lobby_partySearchWaitTime", 0);
setdvar("matchmaking_debug", 10);
setdvar("session_immediateDeleteTinySessions", 0);
setdvar("ping_searches_per", 0);
setdvar("party_hostmigration", 1);
setdvar("party_connectToOthers", 1);
self.fh = 1;
self iprintln("ForceHost: ^1OFF");
}
}
}
i need it tested so i know for sure
10-08-2014, 03:08 AM #6
OrbitModding
Little One
Originally posted by werMODClan View Post
i think i got a forcehost that will work really great

toggleforcehost()
{
if (self.fh == 1)
{
setdvar("party_searchResultsMin", 9990);
setdvar("party_searchResultsLifetime", 9990);
setdvar("party_searchPauseTime", 9070);
setdvar("lobby_partySearchWaitTime", 9070);
setdvar("matchmaking_debug", 1);
setdvar("session_immediateDeleteTinySessions", 0);
setdvar("ping_searches_per", 0);
setdvar("party_hostmigration", 0);
setdvar("party_connectToOthers", 0);
self.fh = 0;
self iprintln("ForceHost: ^2On");
}
else
{
if (self.fh == 0)
{
setdvar("party_searchResultsMin", 0);
setdvar("party_searchResultsLifetime", 45);
setdvar("party_searchPauseTime", 0);
setdvar("lobby_partySearchWaitTime", 0);
setdvar("matchmaking_debug", 10);
setdvar("session_immediateDeleteTinySessions", 0);
setdvar("ping_searches_per", 0);
setdvar("party_hostmigration", 1);
setdvar("party_connectToOthers", 1);
self.fh = 1;
self iprintln("ForceHost: ^1OFF");
}
}
}
i need it tested so i know for sure


Tested it out, it works, but its basically the same as the other forcehost in the managed codes list
10-08-2014, 05:00 AM #7
ok thank you does it work better or no
10-09-2014, 03:28 AM #8
/SneakerStreet/
At least I can fight
Originally posted by MilkShakeModz View Post
every top GSC menu i use i force host and always freeze :( any menus that dont ?


Use my black box v1.5Smile it works perfect
10-09-2014, 11:35 AM #9
Taylor
Former Black Knight.
Originally posted by MilkShakeModz View Post
every top GSC menu i use i force host and always freeze :( any menus that dont ?


They shouldn't freeze if people don't just copy and paste the functions from a gsc script thread. They need to fix what is wrong with the functions. Usually constant loops in memory freeze the executable. Not a clue as to why. Maybe BO2 has some sort of VM or something and it just gets overwhelmed. I haven't looked into it much. However, gsc should NOT freeze at all.

The following user thanked Taylor for this useful post:

Geo

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo