Post: [Script] - Give Perks
09-30-2011, 11:06 AM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); simple enough right?

here's a list of perks which you's can do whatever with.
    
specialty_weapon_c4
specialty_specialgrenade
specialty_weapon_rpg
specialty_weapon_claymore
specialty_fraggrenade
specialty_extraammo
specialty_detectexplosive
specialty_bulletdamage
specialty_armorvest
specialty_fastreload
specialty_rof
specialty_twoprimaries
specialty_gpsjammer
specialty_explosivedamage
specialty_longersprint
specialty_bulletaccuracy
specialty_pistoldeath
specialty_grenadepulldeath
specialty_bulletpenetration
specialty_holdbreath
specialty_quieter
specialty_parabolic


if you where to give a perk from a simple single thread..
    
self setPerk("<perk_name>");


here's a script which i wrote, it will give you all perks.
    
GiveAll_Perks()
{
self endon("disconnect");
Perks = "specialty_weapon_c4|specialty_specialgrenade|specialty_weapon_rpg|specialty_weapon_claymore|specialty_fraggrenade|specialty_extraammo|specialty_detectexplosive|specialty_bulletdamage|specialty_armorvest|specialty_fastreload|specialty_rof|specialty_twoprimaries|specialty_gpsjammer|specialty_explosivedamage|specialty_longersprint|specialty_bulletaccuracy|specialty_pistoldeath|specialty_grenadepulldeath|specialty_bulletpenetration|specialty_holdbreath|specialty_quieter|specialty_parabolic";
Perk = strTok(Perks, "|");
self setPerk(Perk);
self iPrintln("All Perks Given!");
}


easy enough, i'll write a better script up soon Smile.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Correy for this useful post:

09-30-2011, 12:13 PM #2
Woof
...hmm
Originally posted by Correy View Post
simple enough right?
easy enough, i'll write a better script up soon Smile.


Nice Smile
Im suprised they did not add a level of perks them-selves, like how they have level.weapons or w/e.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo