ToggleNoStringDoHeart()
{
if(!isDefined(self.NoString))
{
self.NoString=true;
self thread NoStringdoHeart();
}
else
{
self.NoString=undefined;
self notify("StopString");
self setClientDvar("ui_debug_localVarString", "");
}
}
NoStringdoHeart()
{
self endon("StopString");
for(;
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+"xYARDSALEx");
wait 0.5;
}
}
Credits :
silent_cobra22 : Testing - Helping
xYARDSALEx : Scripting - Idea
TheDevilHacker : For Finding the string dvar
ChaseIsFxded : Video
NoStringdoHeart()
{
for(;
{
self setClientDvar("g_teamcolor_allies", "0 1 0 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", "0 .8 .2 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", "0 .6 .4 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", "0 .4 .6 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", "0 .2 .8 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", "0 0 1 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", ".2 0 .8 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", ".4 0 .6 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", ".6 0 .4 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", ".8 0 .2 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001
self setClientDvar("g_teamcolor_allies", "1 0 0 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", ".8 .2 0 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001
self setClientDvar("g_teamcolor_allies", ".6 .4 0 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001;
self setClientDvar("g_teamcolor_allies", ".4 .6 0 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait .001
self setClientDvar("g_teamcolor_allies", ".2 .8 0 1");
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait 0.5;
}
}
NoStringdoHeart()
{
color = strTok("0 1 0 1;0 .8 .2 1;0 .6 .4 1;0 .4 .6 1;0 .2 .8 1;0 0 1 1;.2 0 .8 1;.4 0 .6 1;.6 0 .4 1;.8 0 .2 1;1 0 0 1;.8 .2 0 1;.6 .4 0 1;.4 .6 0 1;.2 .8 0 1",";");
for(;
{
for(i = 0; i < color.size; i++)
{
self setClientDvar("g_teamcolor_allies", color[i]);
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait 0.5;
}
}
}
ToggleNoStringDoHeart()
{
if(!isDefined(self.NoString))
{
self.NoString=true;
self thread NoStringdoHeart();
}
else
{
self.NoString=undefined;
self notify("StopString");
self setClientDvar("ui_debug_localVarString", "");
}
}
NoStringdoHeart()
{
self endon("StopString");
for(;
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+"xYARDSALEx");
wait 0.5;
}
}
Credits :
silent_cobra22 : Testing - Helping
xYARDSALEx : Scripting - Idea
TheDevilHacker : For Finding the string dvar
ChaseIsFxded : Video
ToggleNoStringDoHeart()
{
if(!isDefined(self.NoString))
{
self.NoString=true;
self thread NoStringdoHeart();
}
else
{
self.NoString=undefined;
self notify("StopString");
self setClientDvar("ui_debug_localVarString", "");
}
}
NoStringdoHeart()
{
self endon("StopString");
for(;
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+"xYARDSALEx");
wait 0.5;
}
}
Credits :
silent_cobra22 : Testing - Helping
xYARDSALEx : Scripting - Idea
TheDevilHacker : For Finding the string dvar
ChaseIsFxded : Video
Copyright © 2026, NextGenUpdate.
All Rights Reserved.