t8-atian-menu

Black ops 4 (T8) information…

Weapons

Here a list of the t8 (Black ops 4) weapons, it can be used with Weapon GetWeapon(hash|string weaponName)

In game weapons

You can add _upgraded to most of the in-game weapons to have the zombies’ upgraded version.

Assault rifle

LMGs

Pistols

Shotguns

SMGs

Sniper

Tactical rifle

Hero weapon (ZM)

Specials

Gametypes

Wonder weapons (ZM/BLK)

Operator weapons (blackout)

In Blackout the operator weapons can be used using the suffix _operator

Environment

Easter eggs

Equipment

Attachments

You can use the attachments using these functions

// get a weapon with attachments 
getWeapon(hash weapon_name, string[]|string attachments = array()) -> Weapon;
// check if a weapon has attachments
weaponHasAttachment(Weapon weapon, string... attachments) -> bool;
// get the attachments of a weapon
getWeaponAttachments(Weapon weapon) -> string[];
// get random attachments for a weapon, count is the count to find
getRandomCompatibleAttachmentsForWeapon(Weapon weapon, int count) -> string[];
// check if a weapon has attachments and if they're unlocked
weaponHasAttachmentAndUnlocked(Weapon weapon, string... attachments) -> bool;

The ids are: