Thread: Perks

Results 1 to 7 of 7
  1. #1
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky

    Perks

    • Clearing all perks from a player:
      self ClearPerks();
    • Giving a perk:
      self setPerk("name of perk");
    • Removing a perk:
      self setPerk("name of perk");




    Perklist (those I could find):

    Code:
    specialty_extraammo
    specialty_loudenemies
    specialty_noname // No name when people hover their crosshair on you
    specialty_null // Nothing
    specialty_killstreak // Hardline I assume
    specialty_fastreload // Sleight of Hand
    specialty_fastads // Sleight of Hand Pro
    specialty_gpsjammer // Scrambler
    specialty_detectexplosive // c4, claymore
    specialty_showenemyequipment // jammer, motion sensor, camera spike, sentry gun, tow turret, tactical insertion
    specialty_disarmexplosive // Hacker pro?
    specialty_twoprimaries
    specialty_twogrenades
    specialty_fraggrenade // Still giving grenades as perks
    specialty_specialgrenade
    specialty_pistoldeath // Last stand
    specialty_bulletdamage // Either Hardened or MW2's stopping power
    specialty_explosivedamage // Danger Close?
    specialty_armorvest
    specialty_fireproof // Flamethrower proof
    specialty_flakjacket
    specialty_fastinteract // Think this has to do with planting bombs, capturing objectives etc.
    specialty_shades // Makes you cool. Jokes, it's part of Tactical Mask
    specialty_stunprotection //Tactical mask
    specialty_gas_mask //Tactical mask
    specialty_showonradar // Ghost. Not sure if they show on radar if you give the perk to them or reverse.
    specialty_healthregen // Regen health faster
    specialty_extramoney // This earns you more CODP somehow
    specialty_gambler // Hardline pro
    specialty_delayexplosive // Delay claymores
    specialty_nottargetedbyai // Bots love you
    specialty_armorpiercing // More hardened?
    specialty_bulletaccuracy // Steady Aim
    specialty_movefaster // Lightweight
    specialty_holdbreath
    specialty_bulletpenetration // Even more hardened?
    specialty_twoattach // Bling. Sorta useless in mods though.
    specialty_scavenger
    specialty_longersprint // Marathon
    
    //Found some perk_ ones below
    //Not sure if they will work
    //I believe it's just something to do with the private match setting multipliers
    perk_ghost
    perk_hardline
    perk_flak_jacket
    perk_scavenger
    perk_lightweight
    level.cac_armorpiercing_data = cac_get_dvar_int( "perk_armorpiercing", "40" ) / 100;// increased bullet damage by this %
    level.cac_bulletdamage_data = cac_get_dvar_int( "perk_bulletDamage", "35" );		// increased bullet damage by this %
    level.cac_fireproof_data = cac_get_dvar_int( "perk_fireproof", "95" );				// reduced flame damage by this %
    level.cac_armorvest_data = cac_get_dvar_int( "perk_armorVest", "80" );				// multipy damage by this %	
    level.cac_explosivedamage_data = cac_get_dvar_int( "perk_explosiveDamage", "25" );	// increased explosive damage by this %
    level.cac_flakjacket_data = cac_get_dvar_int( "perk_flakJacket", "35" );			// explosive damage is this % of original
    level.cac_flakjacket_hardcore_data = cac_get_dvar_int( "perk_flakJacket_hardcore", "9" );	// explosive damage is this % of original for hardcore





    Also found this in _class.gsc
    Line 59: case "specialty_grenadepulldeath":
    Line 60: case "specialty_painkiller":
    Line 61: case "specialty_finalstand":
    Line 62: case "specialty_copycat":
    Possible that the infamous death streaks havent been removed?





    Source: ME
    Scanned through Treyarch's gsc's
    because I love you and I want you
    to make a bunch of awesome mods.
    www.YouTube.com/MpKiller100

  2. The Following 2 Users Say Thank You to AZUMIKKEL For This Useful Post:

    hgmoa (09-11-2011),Skyline. (12-03-2010)

  3. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,670
    My Mood
    Breezy
    PGrep ftw? <3
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  4. #3
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Quote Originally Posted by master131 View Post
    PGrep ftw? <3
    What is this I don't even
    www.YouTube.com/MpKiller100

  5. #4
    deokishiisu's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    3
    My Mood
    Daring
    FFA match, kills everyone on start and then everyone spawns right after with martyrdom. ALL HELL BREAKS LOOSE.

  6. #5
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    nice find dude.


  7. #6
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    specialty_shades

    h
    Texture Mods


    Obedear, the sky is low

  8. #7
    Deathmax's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by AZUMIKKEL View Post
    • Removing a perk:
      self setPerk("name of perk");
    You have typo

    Quote Originally Posted by AZUMIKKEL View Post
    Perklist (those I could find):
    Code:
    perk_ghost
    perk_hardline
    perk_flak_jacket
    perk_scavenger
    perk_lightweight
    This is for body camos(where it changes according to the perks you choose)

    Quote Originally Posted by AZUMIKKEL View Post
    Also found this in _class.gsc
    Line 59: case "specialty_grenadepulldeath":
    Line 60: case "specialty_painkiller":
    Line 61: case "specialty_finalstand":
    Line 62: case "specialty_copycat":
    Possible that the infamous death streaks havent been removed?
    Well, I found this:
    perk_deathStreakCountRequired
    Number of deaths required to obtain a deathstreak
    and this:
    deathstreakactive()
    enabledeathstreak()
    disabledeathstreak()

  9. The Following User Says Thank You to Deathmax For This Useful Post:

    AZUMIKKEL (12-08-2010)