answersLogoWhite

0

In my opinion

Primary: AUG H BAR with grip (LMG)

Secondary: M1014 with red dot sight (shotgun) i think that is what its called

Special: flashbang

Equipment: claymore

perk 1: Sleight Of Hand Pro (faster reloading and faster aiming) makes a difference

perk 2: Hardline Pro (earlier killstreak and Deathstreak)

Perk 3: Last Stand Pro (can use equipment in Last Stand)

Death Streak: Martydrom (drop live Grenade at death)

Kill Streak: 3 Kills Care Package, 4 Kills Predator Missile, 6 Kills Harrier Strike (airstrike with hovering harrier gunner)

The Kill Streaks will only be like this with harline on.

I hope this helps

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Can a c plus plus class be derived from a Java class?

No.


What is the best class plus perks in Call Of Duty Modern Warfare 2?

There is no single answer for the 'best' perk combination, it is what you define as best. Personally for stealth gameplay, I would use:Tier 1 Perk - Bling (2 weapon attachments; silencer and other)Tier 2 Perk - Cold-Blooded Pro (Undetectable by UAV, air support, sentries, and thermal/No red cross hair when targeted)Tier 3 Perk - Ninja Pro (Invisible to heartbeat sensors/silent footsteps)Sniper gameplayTier 1 Perk - One Man Army Pro (Change classes)Tier 2 Perk - Cold-Blooded Pro (Same reason as above)Tier 3 Perk - Steady Aim Pro (Longer hold breath duration)Assault gameplayTier 1 Perk - Scavenger Pro (Pick up extra ammunition/spawn with full ammunition)Tier 2 Perk - Stopping Power Pro (Increased bullet damage/Extra air support damage)Tier 3 Perk - Scrambler Pro (Jam enemy radar close to you/Delay enemy claymore explosions)


How do you create a class in C plus plus?

class class_name { private: data_members; public: member_functions; };


What is nested class in c plus plus?

s.


Why is cod6 be an 18 plus?

well the 4th level on the signle player mode is quite cotnroversial, basicly your a Russian terrorist shooting innocent civilians in an airport, but its stupid because your given the opportunity to skip the level


What is the unit of programming in c plus plus A. Function B. class C. object D. Attribute?

B. Class.


Will there be the intence training perk or a similar one in Fallout New Vegas?

Yes there will be, plus, you can put in more points into it so you can upgrade even more of your S.T.A.T.S


What are the abstract datatypes in c plus plus?

Class Object Message


What is object in c plus plus?

An object is simply an instance of a class.


What is an instance class in C plus plus?

You have a class(i.g. MyClass): class MyClass{ public: int MyData; }; And then you use the class like this: int main(){ MyClass MyObject; MyObject.MyData=7; }


What is member fusion in c plus plus?

If you are asking about member functions. When we declare a function inside a class then that function becomes member function of that class and this function can access the whole class


Can you make private class in c plus plus?

yes it is possible to make a private class in C++ but this class will not solve any purpose.................