Post: Black Ops 2 Infections Menu Release
09-04-2017, 01:51 AM #1
Patrick
League Champion
(adsbygoogle = window.adsbygoogle || []).push({});
Black Ops 2 Infections Menu


Hello so this is just a menu base I made awhile back but i heard people are releasing infections menus which is insanely ridiculous because this has been out for over a year, its been in my open source gamemodes etc, but here is the menu with 13 infections, you can easily add more since i didn't really care hence the function names.

P.S. I took more time writing this thread than doing these infections lol.


Screenshot:
You must login or register to view this content.

Video:


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 ^6Extinct^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 ^2Extinct^7!");
}


Download:

You must login or register to view this content.

Credits:
Whoever wants to take credits because this has been around forever and i'm not too sure who originally found it.
Last edited by Patrick ; 10-09-2017 at 12:19 AM.

The following user thanked Patrick for this useful post:

OfficialCoolJay

The following 6 users groaned at Patrick for this awful post:

DF_AUS, DoraTheKiller97, Eddie Mac, gοd, ProfoundModz, S63
09-04-2017, 04:59 AM #2
illusional
Climbing up the ladder
so how does this work just press on the infections you wanna give the person and have them leave the game?
09-04-2017, 05:02 AM #3
Originally posted by Patrick View Post
Black Ops 2 Infections Menu


Hello so this is just a menu base I made awhile back but i heard people are releasing infections menus which is insanely ridiculous because this has been out for over a year, its been in my open source gamemodes etc, but here is the menu with 13 infections, you can easily add more since i didn't really care hence the function names.

P.S. I took more time writing this thread than doing these infections lol.


Screenshot:
You must login or register to view this content.


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 ^6Extinct^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 ^2Extinct^7!");
}


Download:

You must login or register to view this content.

Credits:
Whoever wants to take credits because this has been around forever and i'm not too sure who originally found it.


Never understood what the knockback one did. I know in earlier games, people could use their gun to launch people up, but it doesn't seem to do the same here?
09-04-2017, 08:32 AM #4
Calculus
[MOVE]Welcome to NGU![/MOVE]
Originally posted by Frosty View Post
Never understood what the knockback one did. I know in earlier games, people could use their gun to launch people up, but it doesn't seem to do the same here?


I don't remember for BO2 but I think it affects both the shooter and the reciever. Sending them backwards, But doesn't let them gain any height
09-04-2017, 09:53 AM #5
AerialOnDex
Bounty hunter
Originally posted by Patrick View Post
Black Ops 2 Infections Menu


Hello so this is just a menu base I made awhile back but i heard people are releasing infections menus which is insanely ridiculous because this has been out for over a year, its been in my open source gamemodes etc, but here is the menu with 13 infections, you can easily add more since i didn't really care hence the function names.

P.S. I took more time writing this thread than doing these infections lol.


Screenshot:
You must login or register to view this content.


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 ^6Extinct^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 ^2Extinct^7!");
}


Download:

You must login or register to view this content.

Credits:
Whoever wants to take credits because this has been around forever and i'm not too sure who originally found it.


Extinct get on Skype u noob
09-04-2017, 11:06 AM #6
anthonything
Space Ninja
Originally posted by Patrick View Post
Black Ops 2 Infections Menu


Hello so this is just a menu base I made awhile back but i heard people are releasing infections menus which is insanely ridiculous because this has been out for over a year, its been in my open source gamemodes etc, but here is the menu with 13 infections, you can easily add more since i didn't really care hence the function names.

P.S. I took more time writing this thread than doing these infections lol.


Screenshot:
You must login or register to view this content.


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 ^6Extinct^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 ^2Extinct^7!");
}


Download:

You must login or register to view this content.

Credits:
Whoever wants to take credits because this has been around forever and i'm not too sure who originally found it.


So what happened to gsc being boring Winky Winky
ps. nokill thx
09-04-2017, 04:01 PM #7
KrazyKandy
I am error
Originally posted by DamnMagician View Post
So what happened to gsc being boring Winky Winky
ps. nokill thx


You'll understand soon. Smile
09-04-2017, 05:52 PM #8
anthonything
Space Ninja
Originally posted by KrazyKandy View Post
You'll understand soon. Smile


wot? Inside joke bud.
09-04-2017, 06:27 PM #9
Patrick
League Champion
Originally posted by KrazyKandy View Post
You'll understand soon. Smile


Who dis?

The following user groaned Patrick for this awful post:

S63
09-04-2017, 09:12 PM #10
KrazyKandy
I am error
Originally posted by Patrick View Post
Who dis?


Your only friend on skype, makin that gamemode. I just have a gay name on here.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo