Post: [RELEASE] IVI40A3Fusionz's All or Nothing v1.0
05-12-2012, 06:54 PM #1
IVI40A3Fusionz
Former Gaming Squad Member
(adsbygoogle = window.adsbygoogle || []).push({}); Just something i made in a few minutes, no point in keeping it to myself, it's something new to Black Ops and this sections starting to get boring as no one is releasing as all people want are 1.13 mods however they are very boring and 1.02 GSC beats it by miles, anyway here's the release and i hope you like it.

Be Sure To Check Out Project Reborn v2.0!
You must login or register to view this content.

Video:


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

Script:
    
AllorNothing()
{
self endon("death");
self endon("disconnect");
self ClearPerks();
self thread doWelcome("Welcome, "+self.name+"!", "All or Nothing v1.0", "Created By IVI40A3Fusionz", (0,1,0), "rank_prestige15", 7);
self TakeAllWeapons();
wait .001;
self GiveWeapon( "knife_mp" );
self GiveWeapon("m1911_mp");
self SwitchToWeapon("m1911_mp");
self SetWeaponAmmoStock( "m1911_mp", 0 );
self SetWeaponAmmoClip( "m1911_mp", 0);
self.pers["kills"] = 0;
self thread MonitorKills();
self thread doKills();
self thread MonitorWeapons();
}
MonitorKills()
{
self endon("death");
self endon("Kills");
for(;Winky Winky
{
if(self.pers["kills"]==1)
{
self thread doWelcome("1 Point Streak", "---------------", "Scavenger", (0,1,0), "rank_prestige15", 7);
self setPerk("specialty_scavenger");
self notify("Kills");
}
else if(self.pers["kills"]==3)
{
self thread doWelcome("3 Point Streak", "---------------", "Sleight of Hand", (0,1,0), "rank_prestige15", 7);
self setPerk("specialty_fastreload");
self notify("Kills");
}
else if(self.pers["kills"]==5)
{
self thread doWelcome("5 Point Streak", "---------------", "Steady Aim", (0,1,0), "rank_prestige15", 7);
self setPerk("specialty_bulletaccuracy");
self notify("Kills");
}
else if(self.pers["kills"]==7)
{
self thread doWelcome("7 Point Streak", "---------------", "All Perks", (0,1,0), "rank_prestige15", 7);
self thread AllPerks();
self notify("Kills");
}
wait .1;
}
}
doKills()
{
self endon("death");
self.PreviousKills = self.pers["kills"];
for(;Winky Winky
{
if(self.pers["kills"] > self.PreviousKills)
{
self.PreviousKills = self.pers["kills"];
self thread MonitorKills();
}
wait .1;
}
}
MonitorWeapons()
{
for(;Winky Winky
{
CurrentWeapon=self GetCurrentWeapon();
if(CurrentWeapon!="m1911_mp" && CurrentWeapon!="none")
{
self ClearPerks();
self TakeAllWeapons();
wait .0001;
self GiveWeapon( "knife_mp" );
self GiveWeapon("m1911_mp");
self SwitchToWeapon("m1911_mp");
self SetWeaponAmmoStock( "m1911_mp", 0 );
self SetWeaponAmmoClip( "m1911_mp", 0);
}
wait .001;
}
}
AllPerks()
{
self ClearPerks();
self.Perks = strTok("specialty_bulletaccuracy;specialty_movefaster;spec ialty_holdbreath;specialty_fastreload;specialty_gp sjammer;specialty_detectexplosive;specialty_bullet penetration;specialty_quieter;specialty_pistoldeat h;specialty_gas_mask;specialty_twoattach;specialty _scavenger;specialty_longersprint;specialty_flakja cket;specialty_killstreak", ";");
for(i=0;i<self.Perks.size;i++)
{
self setPerk(self.Perks[i]);
wait .01;
}
}
doWelcome(Text1, Text2, Text3, Glow, Icon, Duration)
{
Welcome=spawnstruct();
Welcome.titleText=Text1;
Welcome.notifyText=Text2;
Welcome.notifyText2=Text3;
Welcome.iconName=Icon;
Welcome.glowColor=Glow;
Welcome.duration=Duration;
Welcome.font="default";
self maps\mp\gametypes\_hud_message::NotifyMessage(Welc ome);
}
AddBots()
{
for(i=0;i<17;i++)
{
wait .1;
Bots[i]=AddTestClient();
wait .14;
Bots[i].pers["isBot"] = true;
Bots[i] thread maps\mp\gametypes\_bot::bot_spawn_think("autoassign");
}
}


Swap your onPlayerSpawed() inside the _missions.gsc for this one:
    
onPlayerSpawed()
{
self endon("disconnect");
if(self GetEntityNumber()==0)self thread AddBots();
for(;Winky Winky
{
self waittill ( "spawned_player" );
self thread AllorNothing();
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 10 users say thank you to IVI40A3Fusionz for this useful post:

247Yamato, EternalHabit, J, Mano257, User23434, Pixie Lott, Taylor, ZeiiKeN, ZMK-iNFiNiTY
05-13-2012, 09:59 AM #20
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by IELIITEMODZX View Post
no offence lol, but this is sooo pointless, and looks noobish :(


It's not meant to be professional or the best piece of work someone can actually make, it's meant to be something just for people to play around with, not everything has to be made to the best of someone ability Kieran stare.

---------- Post added at 10:59 AM ---------- Previous post was at 10:40 AM ----------

Originally posted by Bloodfocus View Post
Is a remaster of the all or nothing that was made for mw2 by Jordnel.


I got the idea from MW3 :confused:.
05-13-2012, 10:02 AM #21
Originally posted by IVI40A3Fusionz View Post
It's not meant to be professional or the best piece of work someone can actually make, it's meant to be something just for people to play around with, not everything has to be made to the best of someone ability Kieran stare.

---------- Post added at 10:59 AM ---------- Previous post was at 10:40 AM ----------



I got the idea from MW3 :confused:.
lmfao Happy still its not worth your time, lol you can make alot better Happy step your game up bitch.
05-13-2012, 10:04 AM #22
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by IELIITEMODZX View Post
lmfao Happy still its not worth your time, lol you can make alot better Happy step your game up bitch.


Few minutes of my life working on this was ok :p, this is why i asked you for the perks code names yesterday on Skype Happy but you didn't have them stare.
05-14-2012, 02:03 PM #23
Realy good thank you
05-18-2012, 01:14 AM #24
elvamo
Banned
Run in all regions¿?¿? or All bless
05-18-2012, 04:18 PM #25
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by elvamo View Post
Run in all regions¿?¿? or All bless


Uses the BLES 01031 patch_mp.ff however if i can get hold of all region patch_mp.ff i can convert the gamemode to each region.
05-19-2012, 11:25 AM #26
lol.. i tried sniping the bots and it works haha (using the knife obviously)..
this is an advantage because the bots doesn't know the knife's range..
i scored 6000 with only 4 deaths in, i think, 10mins.. haha just sharing.

edit:
when i try to modify _missions.gsc in patch_mp.ff from 1.09 patch, i get black screen. (maybe i just did something wrong)
is it possible to modify it and make it work?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo