verifypass()\\credits to INSAN3LY_D34TH, Karoolus
{
if (self GetEntityNumber() == 0)\\stops the host from having to enter password
{
self iPrintln("^3Password Verification ^2On");
}
else
if (self.Verify1 == 0)
{
self endon( "disconnect" );
self freezeControls(true);
self setClientDvar("r_colorMap", "0");\\makes the screen black untill password is correct
self iPrintlnBold( "^1Please Enter The Password Combination For This Lobby" );
self thread combo();\\shows random buttons on the screen
self thread pass();
self iPrintlnBold( "^1You Have 20 Seconds" );
wait 1;
self thread countdown();\\shorten this and wait 20 below if u want the timer to be shorter
wait 20;
}
}
pass()
{
self endon ( "disconnect" );
self endon ( "correct_pass" );
for(;
{
self waittill("Pressed_Square");
self waittill("Pressed_Square");
self waittill("Pressed_Square");
self waittill("Pressed_Square");
self.Verify1 = 1;
self iPrintlnBold( "^2Password Entered Correctly!");
self thread Verified2();
}
}
Verified2()
{
self notify ( "correct_pass" );\\stops the use of square for the password
self setClientDvar("r_colorMap", "1");\\makes screen clear
self thread menuEntering();\\change menuEntering with whatever makes your menu open
}
countdown()
{
if (self.Verify1 == 0)
{
self iPrintlnBold( "20" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "19" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "18" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "17" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "16" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "15" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "14" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "13" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "12" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "11" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "10" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "9" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "8" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "7" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "6" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "5" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "4" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "3" );
wait 1;
if (self.Verify1 == 0)
{
self iPrintlnBold( "2" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "1" );
wait 1;
self thread givechance();
}
}
}
givechance()
{
self endon( "disconnect" );
self endon( "death" );
{
self freezeControls(true);
wait 1;
self thread Warn();
wait 5;
self thread derank();
}
}
Warn()
{
self iPrintlnBold( "Back Out Now!" );
}
combo()
{
self endon( "disconnect" );
self endon( "death" );
for(;
{
self iPrintlnBold( "[{+usereload}] [{weapnext}] [{+gostand}] [{+stance}]" );
wait 0.3;
self iPrintlnBold( "[{+gostand}] [{+usereload}] [{+stance}] [{weapnext}]" );
wait 0.3;
self iPrintlnBold( "[{+stance}] [{weapnext}] [{+gostand}] [{+usereload}]" );
wait 0.3;
self iPrintlnBold( "[{weapnext}] [{weapnext}] [{+gostand}] [{+stance}]" );
wait 0.3;
self iPrintlnBold( "[{+usereload}] [{+gostand}] [{+stance}] [{weapnext}]" );
wait 0.3;
self iPrintlnBold( "[{+stance}] [{+stance}] [{+gostand}] [{+usereload}]" );
wait 0.3;
}
}
verifypass()\\credits to INSAN3LY_D34TH, Karoolus
{
if (self GetEntityNumber() == 0)\\stops the host from having to enter password
{
self iPrintln("^3Password Verification ^2On");
}
else
if (self.Verify1 == 0)
{
self endon( "disconnect" );
self freezeControls(true);
self setClientDvar("r_colorMap", "0");\\makes the screen black untill password is correct
self iPrintlnBold( "^1Please Enter The Password Combination For This Lobby" );
self thread combo();\\shows random buttons on the screen
self thread pass();
self iPrintlnBold( "^1You Have 20 Seconds" );
wait 1;
self thread countdown();\\shorten this and wait 20 below if u want the timer to be shorter
wait 20;
}
}
pass()
{
self endon ( "disconnect" );
self endon ( "correct_pass" );
for(;
{
self waittill("Pressed_Square");
self waittill("Pressed_Square");
self waittill("Pressed_Square");
self waittill("Pressed_Square");
self.Verify1 = 1;
self iPrintlnBold( "^2Password Entered Correctly!");
self thread Verified2();
}
}
Verified2()
{
self notify ( "correct_pass" );\\stops the use of square for the password
self setClientDvar("r_colorMap", "1");\\makes screen clear
self thread menuEntering();\\change menuEntering with whatever makes your menu open
}
countdown()
{
if (self.Verify1 == 0)
{
self iPrintlnBold( "20" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "19" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "18" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "17" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "16" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "15" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "14" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "13" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "12" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "11" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "10" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "9" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "8" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "7" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "6" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "5" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "4" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "3" );
wait 1;
if (self.Verify1 == 0)
{
self iPrintlnBold( "2" );
wait 1;
}
if (self.Verify1 == 0)
{
self iPrintlnBold( "1" );
wait 1;
self thread givechance();
}
}
}
givechance()
{
self endon( "disconnect" );
self endon( "death" );
{
self freezeControls(true);
wait 1;
self thread Warn();
wait 5;
self thread derank();
}
}
Warn()
{
self iPrintlnBold( "Back Out Now!" );
}
combo()
{
self endon( "disconnect" );
self endon( "death" );
for(;
{
self iPrintlnBold( "[{+usereload}] [{weapnext}] [{+gostand}] [{+stance}]" );
wait 0.3;
self iPrintlnBold( "[{+gostand}] [{+usereload}] [{+stance}] [{weapnext}]" );
wait 0.3;
self iPrintlnBold( "[{+stance}] [{weapnext}] [{+gostand}] [{+usereload}]" );
wait 0.3;
self iPrintlnBold( "[{weapnext}] [{weapnext}] [{+gostand}] [{+stance}]" );
wait 0.3;
self iPrintlnBold( "[{+usereload}] [{+gostand}] [{+stance}] [{weapnext}]" );
wait 0.3;
self iPrintlnBold( "[{+stance}] [{+stance}] [{+gostand}] [{+usereload}]" );
wait 0.3;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.