Post: [GSC] Flashing & dissolving name script
01-07-2015, 05:07 PM #1
Jordan
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); Hey NGU.

Today I am releasing my first ever script for gsc

this is a script that displays my name (Jordan is 1337) at the top of the screen.
it starts at J then o then r (you get the idea) until it displays Jordan's 1337 then it flashes and reverses

Feel free to edit your name in


Link: You must login or register to view this content.
(Not sure if I needed a virus scan because it's a .txt)

If anyone could record that would be great

I know it's a crappy script but I hope you enjoy Needa

The following 2 users say thank you to Jordan for this useful post:

LegitGamer264, thahitcrew
01-08-2015, 12:37 AM #2
whothedaddy1990
Can’t trickshot me!
I'm not going be a pain but people already know how do that anyway nice release for your first gsc release xD Smile
01-08-2015, 04:40 PM #3
Jordan
Can’t trickshot me!
Originally posted by whothedaddy1990 View Post
I'm not going be a pain but people already know how do that anyway nice release for your first gsc release xD Smile


Thanks I know that people already know how to do that I just thought it might give people some new ideas or even tech them something new
01-09-2015, 12:28 AM #4
whothedaddy1990
Can’t trickshot me!
Oh okay xD Smile
01-11-2015, 12:16 AM #5
Originally posted by Jordan View Post
Hey NGU.

Today I am releasing my first ever script for gsc

this is a script that displays my name (Jordan is 1337) at the top of the screen.
it starts at J then o then r (you get the idea) until it displays Jordan's 1337 then it flashes and reverses

Feel free to edit your name in


Link: You must login or register to view this content.
(Not sure if I needed a virus scan because it's a .txt)

If anyone could record that would be great

I know it's a crappy script but I hope you enjoy Needa


Cool! But mabye try and shorten it up a little :P

    TehText()
{
name = strTok("x;xM;xMa;xMas;xMast;xMaste;xMaster;xMasterM;xMasterMo;xMasterMod;xMasterModz;xMasterModzx", ";");
text = createText("Objective", 1.7, "CENTER", "CENTER", 0, -200, -9999, 1, "", (1,1,1));
self endon("disconnect");
for(;Winky Winky
{
for(i = -1;i < name.size;i++)
{
text setText(name[i]);
wait .2;
}
for(i = 0;i < 5;i++)
{
text setText("^"+randomIntRange(1,6)+""+name[name.size-1]+"");
wait .2;
}
for(i = name.size-1;i > -1;i--)
{
text setText(name[i]);
wait .2;
}
}
}

And if you need the 'createText' function...

createText(font, fontScale, align, relative, x, y, sort, alpha, text, color)
{
txt = self createFontString(font, fontScale, self);
txt setPoint(align, relative, x, y);
txt.sort = sort;
txt.alpha = alpha;
textElem.color = color;
txt setText(text);
return txt;
}
01-11-2015, 06:55 PM #6
philipeininger
Treasure hunter
Originally posted by Jordan View Post
Hey NGU.

Today I am releasing my first ever script for gsc

this is a script that displays my name (Jordan is 1337) at the top of the screen.
it starts at J then o then r (you get the idea) until it displays Jordan's 1337 then it flashes and reverses

Feel free to edit your name in


Link: You must login or register to view this content.
(Not sure if I needed a virus scan because it's a .txt)

If anyone could record that would be great

I know it's a crappy script but I hope you enjoy Needa


dude so old just NO
01-12-2015, 03:44 PM #7
Jordan
Can’t trickshot me!
Originally posted by xMasterModzx View Post
Cool! But mabye try and shorten it up a little :P

    TehText()
{
name = strTok("x;xM;xMa;xMas;xMast;xMaste;xMaster;xMasterM;xMasterMo;xMasterMod;xMasterModz;xMasterModzx", ";");
text = createText("Objective", 1.7, "CENTER", "CENTER", 0, -200, -9999, 1, "", (1,1,1));
self endon("disconnect");
for(;Winky Winky
{
for(i = -1;i < name.size;i++)
{
text setText(name[i]);
wait .2;
}
for(i = 0;i < 5;i++)
{
text setText("^"+randomIntRange(1,6)+""+name[name.size-1]+"");
wait .2;
}
for(i = name.size-1;i > -1;i--)
{
text setText(name[i]);
wait .2;
}
}
}

And if you need the 'createText' function...

createText(font, fontScale, align, relative, x, y, sort, alpha, text, color)
{
txt = self createFontString(font, fontScale, self);
txt setPoint(align, relative, x, y);
txt.sort = sort;
txt.alpha = alpha;
textElem.color = color;
txt setText(text);
return txt;
}


Thanks for the help man will try to shorten future scripts as well
01-12-2015, 03:45 PM #8
Jordan
Can’t trickshot me!
Originally posted by philipeininger View Post
dude so old just NO


I know it's old but I don't really care I just wanted to try and release something different
01-14-2015, 09:59 PM #9
philipeininger
Treasure hunter
cool.
01-15-2015, 07:58 PM #10
thahitcrew
Gym leader
Originally posted by Jordan View Post
Hey NGU.

Today I am releasing my first ever script for gsc

this is a script that displays my name (Jordan is 1337) at the top of the screen.
it starts at J then o then r (you get the idea) until it displays Jordan's 1337 then it flashes and reverses

Feel free to edit your name in


Link: You must login or register to view this content.
(Not sure if I needed a virus scan because it's a .txt)

If anyone could record that would be great

I know it's a crappy script but I hope you enjoy Needa


Nice bro! im gonna add this in my patch right now aha :P

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo