Post: help a pimp out. GSC wont load in public lobby.
03-13-2015, 02:50 AM #1
BigPimpReborn
Pokemon Trainer
(adsbygoogle = window.adsbygoogle || []).push({}); im very new to this GSC script loading and ive only gotten the script to load in an public lobby once

i injected the script in a private match
left
then super forced host (eddiemacs tool) to a public match and it worked.
why is it not working anymore?
is it my eboot (anti ban and wallhack ect)?

what do you do exactly to load it in a public session? Drack
(adsbygoogle = window.adsbygoogle || []).push({});
03-13-2015, 03:52 AM #2
TAZBXIV
Bounty hunter
I inject the script in a pre-game lobby -gsc studio via TMAPI- and then go in a custom game (its already injected) and turn on forcehost via a menu and it works perfectly. Maybe try using forcehost via a menu not a tool and it that doesn't work it could possibly just be your internet. Eboots don't usually affect your ability to forcehost unless they have forcehost coded into them and its a bad or outdated code. I could be wrong about the eboots but i'm more than sure.

The following user thanked TAZBXIV for this useful post:

BigPimpReborn
03-13-2015, 04:33 AM #3
BigPimpReborn
Pokemon Trainer
What force host are you using ?
03-13-2015, 04:36 AM #4
BigPimpReborn
Pokemon Trainer
Originally posted by 115 View Post
I inject the script in a pre-game lobby -gsc studio via TMAPI- and then go in a custom game (its already injected) and turn on forcehost via a menu and it works perfectly. Maybe try using forcehost via a menu not a tool and it that doesn't work it could possibly just be your internet. Eboots don't usually affect your ability to forcehost unless they have forcehost coded into them and its a bad or outdated code. I could be wrong about the eboots but i'm more than sure.


What force host are you using?
03-13-2015, 09:34 PM #5
TAZBXIV
Bounty hunter
This is the forcehost im using in my menu,

forceHost()
{
if(self.fhost == false)
{
self.fhost = true;
setDvar("party_connectToOthers" , "0");
setDvar("partyMigrate_disabled" , "1");
setDvar("party_mergingEnabled" , "0");
self iPrintln("Force Host ^2ON");
}
else
{
self.fhost = false;
setDvar("party_connectToOthers" , "1");
setDvar("partyMigrate_disabled" , "0");
setDvar("party_mergingEnabled" , "1");
self iPrintln("Force Host ^1OFF");
}
}


I'm sure you can find a thread with a menu with that exact forcehost or a tutorial on how to put functions in a menu.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo