Results 1 to 8 of 8
  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

    Call in nuke in Black ops



    Here's the code {WILL WORK ON JTAG} not just pc,

    Code:
    self thread CallinaNuke(); 
    self thread notifybutton(); 
     
    //Created By NITRAM 
     
    CallinaNuke() 
    { 
        self endon ("disconnect"); 
        nuke = loadfx("maps/mp_maps/fx_mp_nuked_nuclear_explosion"); 
        for(;;) 
        { 
            self thread NukeTimer(10); 
            self waittill("meleebuttonpressed"); 
            napalmSelectorSize = getDvarIntDefault(#"scr_napalmSelectorSize", 3000 ); 
            self beginLocationNapalmSelection("map_napalm_selector", napalmSelectorSize,"killstreak_napalm"); 
            self.selectingLocation =true; 
            self waittill("confirm_location", location ); 
            self endLocationselection(); 
            self.selectingLocation =false; 
            self notify("Nuke", location ); 
            self waittill("finished_timer");    
            wait 3; 
            playfx( nuke, location+(0,0,200)); 
            radiusdamage( location+(0,0,200),999999999,3000,900,self); 
        } 
    } 
     
    NukeTimer( time ) 
    { 
        self waittill("Nuke", location ); 
        Timer=NewHudElem(); 
        Timer.elemType ="timer"; 
        Timer.alignX ="right"; 
        Timer.alignY ="top"; 
        Timer.horzAlign ="right"; 
        Timer.vertAlign ="top"; 
        Timer.y =20; 
        Timer.x =-27; 
        Timer.foreground =true; 
        Timer.hideWhenInMenu =true; 
        Timer.fontScale =1.3; 
        Timer.font ="default"; 
        Timer.alpha =1; 
        Timer.color =(170,170,170); 
        Timer.glowColor =(1,0,0); 
        Timer.glowAlpha =25; 
        TimerSetTimer( time ); 
        Icon=NewHudElem(); 
        Icon.elemType ="icon"; 
        Icon.alignX ="right"; 
        Icon.alignY ="top"; 
        Icon.horzAlign ="right"; 
        Icon.vertAlign ="top"; 
        Icon.foreground =false; 
        Icon.hideWhenInMenu =true; 
        Icon.x =-10; 
        IconSetShader("rank_prestige15",60,60); 
        clockObject = spawn("script_origin",(0,0,0)); 
        clockObject hide(); 
        for( i =0; i < time +1; i++) 
        { 
                clockObject playSound("mpl_sab_ui_suitcasebomb_timer"); 
                wait 1; 
        } 
        Timer destroy(); 
        Icon  destroy(); 
        self notify("finished_timer"); 
        PlaySoundAtPosition("amb_end_nuke", location+(0,0,200)); 
    } 
     
    notifybutton() 
    { 
        self endon("disconnect"); 
        for(;;) 
        { 
            if(self meleebuttonpressed())self notify("meleebuttonpressed"); 
            wait .05; 
        } 
    }
    Credits:
    NITRAM
    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 User Says Thank You to xbeatsszzx For This Useful Post:

    xPWNZz (03-15-2011)

  3. #2
    sammysfat's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    9
    My Mood
    Breezy
    did u make it? if not credits?

  4. #3
    nikolai13's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Aus NSW
    Posts
    74
    Reputation
    10
    Thanks
    2
    My Mood
    Bored
    WOW This looks great!!! xD
    In America, you find where is Waldo. In Soviet Russia, Waldo finds YOU!

  5. #4
    Bandicoot's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    sydney
    Posts
    3,181
    Reputation
    579
    Thanks
    391
    My Mood
    Lonely
    HAhah looks nice good job bro
    Dicks, That is all.

  6. #5
    d0h's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    trashbin
    Posts
    298
    Reputation
    24
    Thanks
    144
    My Mood
    Doh
    only took him 40 days to copy paste

  7. #6
    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 d0h View Post
    only took him 40 days to copy paste
    not really, just didnt want to leach it early, and yes i wil add credist
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  8. The Following User Says Thank You to xbeatsszzx For This Useful Post:

    xPWNZz (03-15-2011)

  9. #7
    Jasperdepasper's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    C:\MPGH<3\Jasperdepasper™
    Posts
    235
    Reputation
    17
    Thanks
    153
    My Mood
    Fine
    Quote Originally Posted by assasinate3d View Post
    not really, just didnt want to leach it early, and yes i wil add credist
    But stil nice <3 but i have black ops for wii and cant test it :s maybe on the cracked v

  10. #8
    wezljkz's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    lol , just for fun i checked it , and was error :S .