)

Jugger()
{
level.box = spawn( "script_model", (self.origin+(0,-180,0)) );
level.box setModel( "com_vending_can_new2_lit" );
level.box Solid();
level.box CloneBrushmodelToScriptmodel(level.airDropCrateCollision);
for(;
{
self.CreatedByMabez destroy();
if(distance(self.origin, level.box.origin) <100)
{
self.CreatedByMabez = self createFontString( "hudbig", 0.8 );
self.CreatedByMabez setPoint( "Center", "Center", 0, 5 );
self.CreatedByMabez setText("^1Press [{+usereload}] ^7To ^1Buy ^7Jugger-^1Nog");
if(self usebuttonpressed())
{
self thread Double();
self.CreatedByMabez destroy();
}
}
wait 0.05;
}
}
Double()
{
self endon( "death" );
self.maxhealth=400;self.health=400;
}
And Quze- for the Box Cuz Im Lazy 

)
Jugger()
{
level.box = spawn( "script_model", (self.origin+(0,-180,0)) );
level.box setModel( "com_vending_can_new2_lit" );
level.box Solid();
level.box CloneBrushmodelToScriptmodel(level.airDropCrateCollision);
for(;
{
self.CreatedByMabez destroy();
if(distance(self.origin, level.box.origin) <100)
{
self.CreatedByMabez = self createFontString( "hudbig", 0.8 );
self.CreatedByMabez setPoint( "Center", "Center", 0, 5 );
self.CreatedByMabez setText("^1Press [{+usereload}] ^7To ^1Buy ^7Jugger-^1Nog");
if(self usebuttonpressed())
{
self thread Double();
self.CreatedByMabez destroy();
}
}
wait 0.05;
}
}
Double()
{
self endon( "death" );
self.maxhealth=400;self.health=400;
}
And Quze- for the Box Cuz Im Lazy 

, and im trying to find better screen recorder cuz i play mw2 on my laptop, do anyone have any suggestions?
theres a free version that lets you film 30 seconds you can try that out and if you like it i can send you the full version for free
( But its in zip file so you need winrar but you probably already have that ^^ )
theres a free version that lets you film 30 seconds you can try that out and if you like it i can send you the full version for free
( But its in zip file so you need winrar but you probably already have that ^^ )
Copyright © 2026, NextGenUpdate.
All Rights Reserved.