Post: My Black Ops 2: GSC Scripts [Release]
10-14-2015, 01:25 PM #1
TheJaRniBoi
Why So Serious?
(adsbygoogle = window.adsbygoogle || []).push({}); I'll post the menu later but for now post some of my codes enjoy:

Pokeball
You must login or register to view this content.

"Pretty much my pokeball mod from MW2, kills everyone on the map regardless of health or raduis".

AGR Army
You must login or register to view this content.

"Spawn upto 12 AGRs all under your control in ANY GAMEMODE LOL even party gamemodes".

Walking Chopper
You must login or register to view this content.

"My re-creation of my MW2 Walking chopper mod".

Super Saiyan
You must login or register to view this content.

"Become a powerful saiyan with super speed, unlimited health and range damage".

Spawn Dog
You must login or register to view this content.

"Lets you spawn as many dogs without having the need to call in or use the K9 Unit streak".

Suicide Lodestar
You must login or register to view this content.

"Lodestar dives and hits the ground calling anyone in range of the blast".

Care Package Bullets
You must login or register to view this content.

"Shoot care packages with different streaks".

Platformer
You must login or register to view this content.

"When you shoot, a care package spawns this can be moved any place if you shoot again making a platform for you".

Suicde Bomber
You must login or register to view this content.

"Pretty much your a terrorist lol".

Walking Lodestar
You must login or register to view this content.

"Walking lodestar lol".

Specialist
You must login or register to view this content.

"All Perks in Game".

Super Nades
You must login or register to view this content.

"Throw any lethal or tac and kill everyone on the map regardless of range".

Car Grenade
You must login or register to view this content.

"Epic trolling grenade, you basically kill people with the car explosion or ANY MAP which doesn't even have cars".

Barrel Grenade
You must login or register to view this content.

"Epic trolling grenade, you basically kill people with the barrel explosion or ANY MAP which doesn't even have barrels".

Mando Missile
You must login or register to view this content.

"Basically a nuke rocket LOL".
(adsbygoogle = window.adsbygoogle || []).push({});

The following 11 users say thank you to TheJaRniBoi for this useful post:

/SneakerStreet/, 2freshtotouch, DF_AUS, DoraTheKiller97, Im_YouViolateMe, itsSorrow, Killer Be, Procyon, Script Kiddie, snapin, SyGnUs
10-14-2015, 01:28 PM #2
Procyon
Gym leader
Why didn't you post them with the precaches and the original credits for them?
10-14-2015, 01:31 PM #3
TheJaRniBoi
Why So Serious?
why would i need to post precaches when they don't require it and secondly its says my codes why would i need to give credits.
10-14-2015, 01:44 PM #4
Procyon
Gym leader
Originally posted by TheJaRniBoi View Post
why would i need to post precaches when they don't require it and secondly its says my codes why would i need to give credits.

Did you make all these codes from scratch yourself?
10-14-2015, 01:49 PM #5
Originally posted by TheJaRniBoi View Post
why would i need to post precaches when they don't require it and secondly its says my codes why would i need to give credits.


Never my friend :/ I know the most ones ...
10-14-2015, 01:54 PM #6
EternalHabit
Former Staff
Originally posted by TheJaRniBoi View Post
I'll post the menu later but for now post some of my codes enjoy:

Pokeball
You must login or register to view this content.

"Pretty much my pokeball mod from MW2, kills everyone on the map regardless of health or raduis".

AGR Army
You must login or register to view this content.

"Spawn upto 12 AGRs all under your control in ANY GAMEMODE LOL even party gamemodes".

Walking Chopper
You must login or register to view this content.

"My re-creation of my MW2 Walking chopper mod".

Super Saiyan
You must login or register to view this content.

"Become a powerful saiyan with super speed, unlimited health and range damage".

Spawn Dog
You must login or register to view this content.

"Lets you spawn as many dogs without having the need to call in or use the K9 Unit streak".

Suicide Lodestar
You must login or register to view this content.

"Lodestar dives and hits the ground calling anyone in range of the blast".

Care Package Bullets
You must login or register to view this content.

"Shoot care packages with different streaks".

Platformer
You must login or register to view this content.

"When you shoot, a care package spawns this can be moved any place if you shoot again making a platform for you".

Suicde Bomber
You must login or register to view this content.

"Pretty much your a terrorist lol".


i remember trying for sooo long to figure out how you did the agr army lol. Sygnus eventually remade it, but it's funny finally seeing how you did it

The following user thanked EternalHabit for this useful post:

SyGnUs
10-14-2015, 02:39 PM #7
SyGnUs
Give a F*** About Your Lifestyle
Originally posted by xTurntUpLobbies View Post
i remember trying for sooo long to figure out how you did the agr army lol. Sygnus eventually remade it, but it's funny finally seeing how you did it


Originally posted by TheJaRniBoi View Post
I'll post the menu later but for now post some of my codes enjoy:

AGR Army
You must login or register to view this content.

"Spawn upto 12 AGRs all under your control in ANY GAMEMODE LOL even party gamemodes"..


Look at his thouh compared to mine his is so small lol, wish I would have known :p

Originally posted by SyGnUs View Post
Here is a script I made so that you can spawn in AGRs that are fully functional and controllable -

    
Also add this to your main gsc - #include maps/mp/killstreaks/_ai_tank;

AGR_ARMY()
{
for(;Winky Winky
{
self waittill ("weapon_fired");

direction = self GetPlayerAngles();
direction_vec = AnglesToForward( direction );
eye = self GetEye();

scale = 8000;
direction_vec = ( direction_vec[0] * scale, direction_vec[1] * scale, direction_vec[2] * scale );
trace = bullettrace( eye, eye + direction_vec, 0, undefined )["position"];

drone = spawnvehicle( "veh_t6_drone_tank", "talon", "ai_tank_drone_mp", trace, ( 0, 0, 1 ) );

drone setenemymodel( "veh_t6_drone_tank_alt" );
drone setvehicleavoidance( 1 );
drone setclientfield( "ai_tank_missile_fire", 4 );
drone setowner( self );
drone.owner = self;
drone.team = self.team;
drone.aiteam = self.team;
drone.type = "tank_drone";
drone setteam( self.team );
drone maps/mp/_entityheadicons::setentityheadicon( drone.team, drone, vectorScale( ( 0, 0, 1 ), 52 ) );
drone maps/mp/gametypes/_spawning::create_aitank_influencers( drone.team );
drone.controlled = 0;
drone makevehicleunusable();
drone.numberrockets = 99;
drone.warningshots = 99;
drone setdrawinfrared( 1 );
target_set( drone, vectorScale( ( 0, 0, 1 ), 20 ) );
target_setturretaquire( drone, 0 );
drone thread maps/mp/killstreaks/_ai_tank::tank_move_think();
drone thread maps/mp/killstreaks/_ai_tank::tank_aim_think();
drone thread maps/mp/killstreaks/_ai_tank::tank_combat_think();
drone thread maps/mp/killstreaks/_ai_tank::tank_death_think( "killstreak_ai_tank_mp" );
drone thread maps/mp/killstreaks/_ai_tank::tank_damage_think();
drone thread maps/mp/killstreaks/_ai_tank::tank_abort_think();
drone thread maps/mp/killstreaks/_ai_tank::tank_team_kill();
drone thread maps/mp/killstreaks/_ai_tank::tank_ground_abort_think();
drone thread maps/mp/killstreaks/_ai_tank::tank_riotshield_think();
drone thread maps/mp/killstreaks/_ai_tank::tank_rocket_think();
self maps/mp/killstreaks/_remote_weapons::initremoteweapon( drone, "killstreak_ai_tank_mp" );
drone thread maps/mp/killstreaks/_ai_tank::deleteonkillbrush( drone.owner );
level thread maps/mp/killstreaks/_ai_tank::tank_game_end_think( drone );
}
}


The idea was from TheHateds AGR Army, except I never used his so I didn't really replicate it.
10-14-2015, 03:26 PM #8
TheJaRniBoi
Why So Serious?
Originally posted by SyGnUs View Post
Look at his thouh compared to mine his is so small lol, wish I would have known :p


it can be made even smaller if you do this

add this to include - maps/mp/killstreaks/_ai_tank;

Originally posted by another user
AGRArmy()
{
level thread ai_tank_killstreak_start( self, self.origin);
}


i just got lazy could be bothered
10-14-2015, 05:13 PM #9
DoraTheKiller97
Treasure hunter
The fact that you made some of these... psh you are a haxor! <3 :P
10-14-2015, 06:10 PM #10
Script Kiddie
At least I can fight
Originally posted by TheJaRniBoi View Post
I'll post the menu later but for now post some of my codes enjoy:

Pokeball
You must login or register to view this content.

"Pretty much my pokeball mod from MW2, kills everyone on the map regardless of health or raduis".

AGR Army
You must login or register to view this content.

"Spawn upto 12 AGRs all under your control in ANY GAMEMODE LOL even party gamemodes".

Walking Chopper
You must login or register to view this content.

"My re-creation of my MW2 Walking chopper mod".

Super Saiyan
You must login or register to view this content.

"Become a powerful saiyan with super speed, unlimited health and range damage".

Spawn Dog
You must login or register to view this content.

"Lets you spawn as many dogs without having the need to call in or use the K9 Unit streak".

Suicide Lodestar
You must login or register to view this content.

"Lodestar dives and hits the ground calling anyone in range of the blast".

Care Package Bullets
You must login or register to view this content.

"Shoot care packages with different streaks".

Platformer
You must login or register to view this content.

"When you shoot, a care package spawns this can be moved any place if you shoot again making a platform for you".

Suicde Bomber
You must login or register to view this content.

"Pretty much your a terrorist lol".


can you reupload the paste for super saiyan ? Smile

The following user thanked Script Kiddie for this useful post:

TheJaRniBoi

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo