iPrintXn(input)
{
self endon("disconnect");
self notify("refresh");
self WatchDisconnect();
if(!isDefined(self.AlreadyShowing))
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+input+"^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7");
self.AlreadyShowing=true;
wait 1;
if(!isDefined(self.AlreadyShowing))self setClientDvar("ui_debug_localVarString", "");
self.AlreadyShowing=undefined;
}
else
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+input+"^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7");
self.AlreadyShowing=true;
wait 1;
if(!isDefined(self.AlreadyShowing))self setClientDvar("ui_debug_localVarString", "");
self.AlreadyShowing=undefined;
}
}
WatchDisconnect()
{
self endon("refresh");
self waittill("disconnect");
self setClientDvar("ui_debug_localVarString", "");
//This function so is if you leave during the period of when the wait time is active, the text doesn't stay on ur screen.
}
doProMod()
{
if(self.proMod==0)
{
self.proMod=1;
[FONT=Arial Black][SIZE=3][COLOR="#FF0000"]self iprintXn("Promod Enabled");[/COLOR][/SIZE][/FONT]
self setClientDvar("cg_gun_x","5");
self setClientDvar("FOV","120");
}
else
{
self.proMod=0;
[FONT=Arial Black][SIZE=3][COLOR="#FF0000"]self iprintXn("Promod Disabled");[/COLOR][/SIZE][/FONT]
self setClientDvar("cg_gun_x","1");
self setClientDvar("FOV","30");
}
}
TheDevilHacker - For Finding the string dvar.
silent_cobra22 - Testing.
Me - Scripting.
iPrintXn(input)
{
self endon("disconnect");
self notify("refresh");
self WatchDisconnect();
if(!isDefined(self.AlreadyShowing))
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+input+"^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7");
self.AlreadyShowing=true;
wait 1;
if(!isDefined(self.AlreadyShowing))self setClientDvar("ui_debug_localVarString", "");
self.AlreadyShowing=undefined;
}
else
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+input+"^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7");
self.AlreadyShowing=true;
wait 1;
if(!isDefined(self.AlreadyShowing))self setClientDvar("ui_debug_localVarString", "");
self.AlreadyShowing=undefined;
}
}
WatchDisconnect()
{
self endon("refresh");
self waittill("disconnect");
self setClientDvar("ui_debug_localVarString", "");
//This function so is if you leave during the period of when the wait time is active, the text doesn't stay on ur screen.
}
doProMod()
{
if(self.proMod==0)
{
self.proMod=1;
[FONT=Arial Black][SIZE=3][COLOR="#FF0000"]self iprintXn("Promod Enabled");[/COLOR][/SIZE][/FONT]
self setClientDvar("cg_gun_x","5");
self setClientDvar("FOV","120");
}
else
{
self.proMod=0;
[FONT=Arial Black][SIZE=3][COLOR="#FF0000"]self iprintXn("Promod Disabled");[/COLOR][/SIZE][/FONT]
self setClientDvar("cg_gun_x","1");
self setClientDvar("FOV","30");
}
}
TheDevilHacker - For Finding the string dvar.
silent_cobra22 - Testing.
Me - Scripting.
iPrintXn(input)
{
self endon("disconnect");
self notify("refresh");
self WatchDisconnect();
if(!isDefined(self.AlreadyShowing))
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+input+"^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7");
self.AlreadyShowing=true;
wait 1;
if(!isDefined(self.AlreadyShowing))self setClientDvar("ui_debug_localVarString", "");
self.AlreadyShowing=undefined;
}
else
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+input+"^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7 ^7");
self.AlreadyShowing=true;
wait 1;
if(!isDefined(self.AlreadyShowing))self setClientDvar("ui_debug_localVarString", "");
self.AlreadyShowing=undefined;
}
}
WatchDisconnect()
{
self endon("refresh");
self waittill("disconnect");
self setClientDvar("ui_debug_localVarString", "");
//This function so is if you leave during the period of when the wait time is active, the text doesn't stay on ur screen.
}
doProMod()
{
if(self.proMod==0)
{
self.proMod=1;
[FONT=Arial Black][SIZE=3][COLOR="#FF0000"]self iprintXn("Promod Enabled");[/COLOR][/SIZE][/FONT]
self setClientDvar("cg_gun_x","5");
self setClientDvar("FOV","120");
}
else
{
self.proMod=0;
[FONT=Arial Black][SIZE=3][COLOR="#FF0000"]self iprintXn("Promod Disabled");[/COLOR][/SIZE][/FONT]
self setClientDvar("cg_gun_x","1");
self setClientDvar("FOV","30");
}
}
TheDevilHacker - For Finding the string dvar.
silent_cobra22 - Testing.
Me - Scripting.
Copyright © 2025, NextGenUpdate.
All Rights Reserved.