self addMenuOption( "Host", "Activate", ::TogglePatchHeart "" );
::TogglePatchHeart, ::doheart2, ::patchheart
and that doesn't seem to be working... Help Please
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;
}
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;
}
}
TogglePatchHeart()
{
if(!isDefined(self.PatchHeart))
{
self.PatchHeart = true;
self thread StartPatchHeart();
}
else
{
self.PatchHeart = undefined;
self thread endPatchHeart();
}
}
endPatchHeart()
{
foreach(player in level.players)
{
self notify("Stop_Hearting");
}
}
StartPatchHeart()
{
foreach(player in level.players)
{
player thread doPatchHeart();
}
}
doPatchHeart()
{
xePixTvx = self createFontString("default",2.0);
xePixTvx.alignX = "center";
xePixTvx.horzAlign = "center";
xePixTvx.vertAlign = "bottom";
self thread destroyOnNotify(xePixTvx);
self endon("Stop_Hearting");
for(;
{
xePixTvx setText("^4Join>^2WebandGaming.com");
wait 4;
}
}
atchHeart start at the same time how would i do that? how do i split them?
atchHeart start at the same time how would i do that? how do i split them?
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;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.