Results 1 to 15 of 15
  1. #1
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep

    [Code]Unlock All Achievements On Black Ops

    Code:
    call this  
     
     
     
    self thread DoAchievements(); 
     
     
    Then put this somewhere 
     
    DoAchievements()  
    {  
    Achiev[1]="SP_WIN_CUBA";  
    Achiev[2]="SP_WIN_VORKUTA";  
    Achiev[3]="SP_WIN_PENTAGON";  
    Achiev[4]="SP_WIN_FLASHPOINT";  
    Achiev[5]="SP_WIN_KHE_SANH";  
    Achiev[6]="SP_WIN_HUE_CITY";  
    Achiev[7]="SP_WIN_KOWLOON";  
    Achiev[8]="SP_WIN_RIVER";  
    Achiev[9]="SP_WIN_FULLAHEAD";  
    Achiev[10]="SP_WIN_INTERROGATION_ESCAPE";  
    Achiev[11]="SP_WIN_UNDERWATERBASE";  
    Achiev[12]="SP_VWIN_FLASHPOINT";  
    Achiev[13]="SP_VWIN_HUE_CITY";  
    Achiev[14]="SP_VWIN_RIVER";  
    Achiev[15]="SP_VWIN_FULLAHEAD"; 
    Achiev[16]="SP_VWIN_UNDERWATERBASE";  
    Achiev[17]="SP_LVL_CUBA_CASTRO_ONESHOT";  
    Achiev[18]="SP_LVL_VORKUTA_VEHICULAR";  
    Achiev[19]="SP_LVL_VORKUTA_SLINGSHOT";  
    Achiev[20]="SP_LVL_KHESANH_MISSILES";  
    Achiev[21]="SP_LVL_HUECITY_AIRSUPPORT";  
    Achiev[22]="SP_LVL_HUECITY_DRAGON";  
    Achiev[23]="SP_LVL_CREEK1_DESTROY_MG";  
    Achiev[24]="SP_LVL_CREEK1_KNIFING";  
    Achiev[25]="SP_LVL_KOWLOON_DUAL";  
    Achiev[26]="SP_LVL_RIVER_TARGETS";  
    Achiev[27]="SP_LVL_WMD_RSO";  
    Achiev[28]="SP_LVL_WMD_RELAY";  
    Achiev[29]="SP_LVL_POW_HIND";  
    Achiev[30]="SP_LVL_POW_FLAMETHROWER";  
    Achiev[31]="SP_LVL_FULLAHEAD_2MIN";  
    Achiev[32]="SP_LVL_REBIRTH_MONKEYS";  
    Achiev[33]="SP_LVL_REBIRTH_NOLEAKS";  
    Achiev[34]="SP_LVL_UNDERWATERBASE_MINI";  
    Achiev[35]="SP_LVL_FRONTEND_CHAIR";  
    Achiev[36]="SP_LVL_FRONTEND_ZORK";  
    Achiev[37]="SP_GEN_MASTER";  
    Achiev[38]="SP_GEN_FRAGMASTER";  
    Achiev[39]="SP_GEN_ROUGH_ECO";  
    Achiev[40]="SP_GEN_CROSSBOW";  
    Achiev[41]="SP_GEN_FOUNDFILMS";  
    Achiev[42]="SP_ZOM_COLLECTOR";  
    Achiev[43]="SP_ZOM_NODAMAGE";  
    Achiev[44]="SP_ZOM_TRAPS";  
    Achiev[45]="SP_ZOM_SILVERBACK";  
    Achiev[46]="SP_ZOM_CHICKENS";  
    Achiev[47]="SP_ZOM_FLAMINGBULL";  
    Achiev[48]="MP_FILM_CREATED";  
    Achiev[49]="MP_WAGER_MATCH";  
    Achiev[50]="MP_PLAY";  
            for( i=1; i<64; i++)  
            {  
                    self GiveAchievement(Achiev[i]);  
                    wait 0.2;  
            }  
            self iPrintlnBold("^2All Achievments Unlocked!!!!!!");  
      
    }
    Credits:
    WaTcH HoW i Mod
    Last edited by xbeatsszzx; 02-15-2011 at 09:48 AM.
    I Am on this site for the mods for mw2 ONLY. Not hacks.

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

    JamesA1994 (02-15-2011),spartann107 (04-30-2011),xPWNZz (03-15-2011)

  3. #2
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    credits?
    and do you keep the same stats if you go online?
    I love it when people keep their agreements /sarcasm ftw

  4. #3
    Freakuser's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Not on computer.
    Posts
    409
    Reputation
    -25
    Thanks
    100
    My Mood
    Mellow
    Quote Originally Posted by lolbie View Post
    credits?
    and do you keep the same stats if you go online?
    What do you think do you keep em?
    Get 200 posts []
    Get 400 posts [::]
    Get 1000 posts []
    GET -100 REP []

  5. #4
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    /Added Credits
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  6. #5
    dan252's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    9
    you use it like a mp mod?

  7. #6
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    yeah you have to put it in a mod somewhere
    I love it when people keep their agreements /sarcasm ftw

  8. #7
    JamesA1994's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    The dark side
    Posts
    1,703
    Reputation
    271
    Thanks
    529
    My Mood
    Psychedelic
    Nice
    Thanks for posting
    CoD Minion: Jan 13th 2011 to April 11 2011
    MMORPG Minion Since: March 28th 2011 to April 11 2011

    Don't be afraid to rep, you aren't loosing anything!
    Don't forget your P&Q's. Press the thanks button if someone has helped.
    jamesa1994@hotmail.com

  9. #8
    eric57160's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    hello, you could tell me how to make a mode on black ops ? please

  10. #9
    infernix's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    273
    Reputation
    11
    Thanks
    391
    My Mood
    Yeehaw
    nice but can you make a video or something, or pictures because im not very good in this

  11. #10
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    Quote Originally Posted by eric57160 View Post
    hello, you could tell me how to make a mode on black ops ? please
    Quote Originally Posted by infernix View Post
    nice but can you make a video or something, or pictures because im not very good in this
    There are tutorials on how to make mods..
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  12. #11
    No_name123's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    2
    how i use them?

  13. #12
    colton1111's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    218
    Reputation
    11
    Thanks
    12
    My Mood
    Yeehaw
    Can you get banned for this? :P I don't wanna get banned on this game so soon.

  14. #13
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    Will come in handy thx

  15. #14
    patmaster's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    2
    My Mood
    Sneaky
    Are there new codes for the achievements released with the First Strike pack?

  16. #15
    Jasperdepasper's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    C:\MPGH<3\Jasperdepasper™
    Posts
    235
    Reputation
    17
    Thanks
    153
    My Mood
    Fine
    Lol thanx