Post: [Script] J&B*'s Nubetube mod! (m16)
01-02-2012, 04:45 AM #1
Jacob-And-Britt
I’m too L33T
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys i made a small youtube mod took a few trys but got it working good i was gonna take a video but i don' think the time and effort is needed for a small script everyone knows about. Also if you have noticed i was releasein any were from 1 to 4 scripts a day before but i slowed down becouse 1 i ran out of ideas and 2 i can't even get a lousy thanks for the effort or anything everyone just keeps sayib its got bad syntax even know i used it and it worked well.. here it is have fun!


Script
    
Nubetubez()
{
self setclientDvar ("g_reloading", "1");
self giveweapon ("m16_gl_mp");
self switchtoweapon ("m16_gl_mp");
self setClientDvar( "player_sustainAmmo", "1" );
self iprintln ("^2NubeTubez ^1Activated");
}


Correys version!
    Noobs()
{
self endon( "stop_noobs" );
while( self WeaponAltWeaponName( self GetCurrentWeapon() ) == "gl_mp" )
{
self setWeaponAmmoClip( self GetCurrentWeapon(), 1 );
self GiveMaxAmmo( self GetCurrentWeapon(), 1 );
wait .01;
}
}



Credits

Me (for making it)
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Jacob-And-Britt for this useful post:

fluffyTHEnutsak
01-03-2012, 05:09 PM #29
BlazingDope
Can’t trickshot me!
Originally posted by xRaW View Post
well if u add me and ill accept on 1 occasion.


and that is?
01-03-2012, 07:20 PM #30
xRaW
xI2aW-
Originally posted by KillaMaJic View Post
and that is?

i mean ill accept on this occasion, doesnt matter what the occasion is, but its the last time im adding/accepting cba with anything else
01-03-2012, 07:28 PM #31
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by xRaW View Post
i mean ill accept on this occasion, doesnt matter what the occasion is, but its the last time im adding/accepting cba with anything else


Add me on PSN you F***** you know my step brother :p.
01-03-2012, 07:29 PM #32
xRaW
xI2aW-
Originally posted by IVI40A3Fusionz View Post
Add me on PSN you F***** you know my step brother :p.


i aint adding no one, you add me then ill accept until then :FU:
01-03-2012, 07:32 PM #33
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by xRaW View Post
i aint adding no one, you add me then ill accept until then :FU:


What's your PSN i'll add you when im next on :p.
01-03-2012, 07:41 PM #34
xRaW
xI2aW-
Originally posted by IVI40A3Fusionz View Post
What's your PSN i'll add you when im next on :p.


look at my user title then you will know
01-03-2012, 08:46 PM #35
Correy
I'm the Original
Originally posted by jbglitching View Post
Hey guys i made a small youtube mod took a few trys but got it working good i was gonna take a video but i don' think the time and effort is needed for a small script everyone knows about. Also if you have noticed i was releasein any were from 1 to 4 scripts a day before but i slowed down becouse 1 i ran out of ideas and 2 i can't even get a lousy thanks for the effort or anything everyone just keeps sayib its got bad syntax even know i used it and it worked well.. here it is have fun!


Script
    
Nubetubez()
{
self setclientDvar ("g_reloading", "1");
self giveweapon ("m16_gl_mp");
self switchtoweapon ("m16_gl_mp");
self setClientDvar( "player_sustainAmmo", "1" );
self iprintln ("^2NubeTubez ^1Activated");
}



Credits

Me (for making it)



your script will give the full level unlimited ammo, so here's one i created..
    
Noobs()
{
self endon( "stop_noobs" );
while( self WeaponAltWeaponName( self GetCurrentWeapon() ) == "gl_mp" )
{
self setWeaponAmmoClip( self GetCurrentWeapon(), 1 );
self GiveMaxAmmo( self GetCurrentWeapon(), 1 );
wait .01;
}
}


---------- Post added at 08:46 PM ---------- Previous post was at 08:45 PM ----------

Originally posted by IVI40A3Fusionz View Post
You do know you can just give a M16 with Noobtube and then activate Unlimited ammo right?


again, it will give the full level unlimited ammo..

The following user thanked Correy for this useful post:

Jacob-And-Britt
01-03-2012, 08:53 PM #36
Originally posted by Correy View Post
your script will give the full level unlimited ammo, so here's one i created..
    
Noobs()
{
self endon( "stop_noobs" );
while( self WeaponAltWeaponName( self GetCurrentWeapon() ) == "gl_mp" )
{
self setWeaponAmmoClip( self GetCurrentWeapon(), 1 );
self GiveMaxAmmo( self GetCurrentWeapon(), 1 );
wait .01;
}
}


---------- Post added at 08:46 PM ---------- Previous post was at 08:45 PM ----------



again, it will give the full level unlimited ammo..


Or...

Put inside a loop.. ( change the gun for what you want, obviously, I can't be bothered..)
    
if(self getammocount("frag_grenade_mp") < 1)
self SetWeaponAmmoClip( "frag_grenade_mp", 1 );
wait 0.1;
01-03-2012, 09:14 PM #37
Correy
I'm the Original
Originally posted by x. View Post
Or...

Put inside a loop.. ( change the gun for what you want, obviously, I can't be bothered..)
    
if(self getammocount("frag_grenade_mp") < 1)
self SetWeaponAmmoClip( "frag_grenade_mp", 1 );
wait 0.1;


wouldnt work with granade launcher, cause you need to the the 'gun_gl_mp', you cant get a function for when it gets the granade launcher.. like the if( has granade launcher ), but i suppose you can give them one :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo