Hey guys, happy new year! Any idea on how force guest to use proxy? I’ve think about maybe add a script at the beginning of each config that check if proxy is being used. If not, fail.
Yes, you can do it with LoliCode
if (data.Proxy == null) {
data.STATUS = "FAIL";
data.Logger.Log("Proxy must be loaded!");
return;
}
2 Likes
Worked perfect, love you