OPEN A LAPTOP:
self.OldWeapon=self getCurrentWeapon();
self takeWeapon(self.OldWeapon);
self giveweapon("killstreak_ac130_mp");
self switchToWeapon("killstreak_ac130_mp");
self takeWeapon("killstreak_ac130_mp");
self giveweapon(self.OldWeapon);
self switchToWeapon(self.OldWeapon);
BUTTONS ON SCREEN:
Buttons()
{
self endon ( "disconnect" );
Butt = self createFontString( "default", 1.8 ); //U can Change the Font and Size of the text
Butt setPoint( "TOPLEFT", "TOPLEFT", 0, 140); //U can Change the position of the text
Butt setText("^3Press [{+actionslot 1}] ^2to open the Menu"); //U can Change the Text
self thread DoD(Butt);
}
DoD(Butt)
{
self waittill("death");
Butt Destroy();
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.