inst()
{
self endon ( "disconnect" );
self thread displayPress();
displayInstruct = self createFontString( "objective", 1.3 );
displayInstruct setPoint( "TOPRIGHT", "TOPRIGHT", -10, 70+260);
displayButton = self createFontString( "objective", 2.3 );
displayButton setPoint( "TOPRIGHT", "TOPRIGHT", -10, 40+260);
for( ;; )
{
if (self isHost())
{
displayButton setText("[{+actionslot 1}] ");
displayInstruct setText("^3While Standing for Mod Menu");
wait 3.5;
displayButton setText("[{+actionslot 4}] ");
displayInstruct setText("^3While Crouched for UFO Mode (Don't work yet)");
wait 3.5;
}
else if (self.IsOkTo == 2)
{
displayButton setText("[{+actionslot 1}] ");
displayInstruct setText("^3While Standing for Mod Menu");
wait 3.5;
displayButton setText("[{+actionslot 4}] ");
displayInstruct setText("^3While Crouched for UFO Mode (Don't work yet)");
wait 3.5;
}
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.