Post: Doheart No Strings Used
12-24-2012, 05:42 AM #1
silentcobra22
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Hello silent_cobra22 and today i bring you a new Doheart. This doheart uses no strings. ^_^

xYARDSALEx brought up the idea for the doHeart after i was seeing if it looked cool on mw2. Winky Winky

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(;Winky Winky
{
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


Enjoy!
(adsbygoogle = window.adsbygoogle || []).push({});

The following 12 users say thank you to silentcobra22 for this useful post:

^TPP^, *xActionMods*, backstop12, Fittro, forflah123, LightModz, Machine, primetime43, Cmd-X, Taylor, thedevilhacker, Vampytwistッ
12-28-2012, 03:00 AM #20
Looks nice. Should try using ^8 and g_teamcolor_allies to make a smooth color changing text. I got a example: I know it could be alot shorter. It just a simple example.
    NoStringdoHeart()
{
for(;Winky Winky
{
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;
}
}


EDIT: Shorter version-
    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(;Winky Winky
{
for(i = 0; i < color.size; i++)
{
self setClientDvar("g_teamcolor_allies", color[i]);
self setClientDvar("ui_debug_localVarString", "^8Smooth Color");
wait 0.5;
}
}
}
12-30-2012, 01:21 AM #21
*xActionMods*
I’m too L33T
Originally posted by cobra22 View Post
Hello silent_cobra22 and today i bring you a new Doheart. This doheart uses no strings. ^_^

xYARDSALEx brought up the idea for the doHeart after i was seeing if it looked cool on mw2. Winky Winky

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(;Winky Winky
{
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


Enjoy!


doesn't work for me :(
12-30-2012, 01:39 AM #22
silentcobra22
Bounty hunter
Originally posted by ChiefKeef View Post
doesn't work for me :(


It work fine for me. how are you adding it?
12-30-2012, 02:45 AM #23
*xActionMods*
I’m too L33T
Originally posted by cobra22 View Post
It work fine for me. how are you adding it?


i added it correctly and i threaded
ToggleNoStringDoHeart(); but i changed xYardSalex to my name should i change it back?
12-30-2012, 02:47 AM #24
silentcobra22
Bounty hunter
Originally posted by ChiefKeef View Post
i added it correctly and i threaded
ToggleNoStringDoHeart(); but i changed xYardSalex to my name should i change it back?


if you going to add it as ToggeNoStringDoHeart(); you need to not put that but instead put NoStringdoHeart();
if your threading it in a menu put ::ToogleNoStringDoHeart;
12-30-2012, 02:49 AM #25
*xActionMods*
I’m too L33T
Originally posted by cobra22 View Post
if you going to add it as ToggeNoStringDoHeart(); you need to not put that but instead put NoStringdoHeart();
if your threading it in a menu put ::ToogleNoStringDoHeart;


i know LOOL... don't worry bro
12-30-2012, 02:57 AM #26
silentcobra22
Bounty hunter
Originally posted by ChiefKeef View Post
i know LOOL... don't worry bro


umm, it should work then. if you want PM your skype.
12-30-2012, 07:24 AM #27
Jacob-And-Britt
I’m too L33T
Originally posted by cobra22 View Post
Hello silent_cobra22 and today i bring you a new Doheart. This doheart uses no strings. ^_^

xYARDSALEx brought up the idea for the doHeart after i was seeing if it looked cool on mw2. Winky Winky

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(;Winky Winky
{
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


Enjoy!
Nice im guessing this was first mad for cod 4 cus it has very few strings. Am i wrong?
12-30-2012, 07:28 AM #28
silentcobra22
Bounty hunter
Originally posted by Britt View Post
Nice im guessing this was first mad for cod 4 cus it has very few strings. Am i wrong?


nope, it was just a goofy idea.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo