Post: [Script] New Welcome Message!.
02-10-2013, 06:32 PM #1
xExploitModzHD
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Hey Guys this is my Welcome Code. It wont be as good as most of the welcome codes but i got really bored so i just thought ill make one.

Video:









    

Welcometext()// Made By xExploitModz
{

if(!isDefined(self.Exploit["Text"])) self.Exploit["Text"] = [];
self.Exploit["Text"][0] = createTextWelcome("hudsmall", 1.6, "Welcome To", -40, 80, "CENTER", "TOP", undefined, undefined,

2000, false, (1, 0, 0), 1, 1, (1, 0, 0));
self.Exploit["Text"][0] elemFadeWelcome( 0.75, 0.7 );
self.Exploit["Text"][0] elemMoveXWelcome( 1.3, -120 );
self.Exploit["Text"][0] setPulseFX(110,4900,1500);
self.Exploit["Text"][0].glowAlpha = 1;
self.Exploit["Text"][0].glowColor = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
self.Exploit["Text"][0].alpha = 1;
self.Exploit["Text"][0].color = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
wait 3;
self.Exploit["Text"][0] elemFadeWelcome( 0.75, 0.4 );
wait 1;
self.Exploit["Text"][0] destroy();
self.Exploit["Text"][1] = createTextWelcome("hudsmall", 1.6, "My New Welcome Text", -20, 80, "CENTER", "TOP", undefined,

undefined, 2000, false, (1, 0, 0), 1, 1, (1, 0, 0));
self.Exploit["Text"][1] elemFadeWelcome( 0.75, 0.7 );
self.Exploit["Text"][1] elemMoveXWelcome( 1.3, -100 );
self.Exploit["Text"][1] setPulseFX(110,4900,1500);
self.Exploit["Text"][1].glowAlpha = 1;
self.Exploit["Text"][1].glowColor =(randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
self.Exploit["Text"][2].alpha = 1;
self.Exploit["Text"][1].color = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
wait 3;
self.Exploit["Text"][1] elemFadeWelcome( 0.75, 0.4 );
wait 1;
self.Exploit["Text"][1] destroy();
self.Exploit["Text"][2] = createTextWelcome("hudsmall", 1.6, "Created By: xExploitModz", 0, 80, "CENTER", "TOP", undefined,

undefined, 2000, false, (1, 0, 0), 1, 1, (1, 0, 0));
self.Exploit["Text"][2] elemFadeWelcome( 0.75, 0.7 );
self.Exploit["Text"][2] elemMoveXWelcome( 1.3, -80 );
self.Exploit["Text"][2] setPulseFX(110,4900,1500);
self.Exploit["Text"][2].glowAlpha = 1;
self.Exploit["Text"][2].glowColor = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
self.Exploit["Text"][2].alpha = 1;
self.Exploit["Text"][2].color = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
wait 3;
self.Exploit["Text"][2] elemFadeWelcome( 0.75, 0.4 );
wait 1;
self.Exploit["Text"][2] destroy();
}

//neccessary Functions (If you do not use these, you will get an unknown function unless they are already defined)

elemMoveXWelcome(time, input)
{
self moveOverTime(time);
self.x = input;
}

elemFadeWelcome(time, newAlpha)
{
self fadeOverTime(time);
self.alpha = newAlpha;
}

createTextWelcome(font, fontScale, text, x, y, horzAlign, vertAlign, alignX, alignY, sort, hideWhenInMenu, color, alpha, glowAlpha,

glowColor)
{
textElem = createFontString(font, fontScale);
textElem setText(text);
textElem.x = x;
textElem.y = y;
textElem.horzAlign = horzAlign;
textElem.vertAlign = vertAlign;
textElem.alignX = alignX;
textElem.alignY = alignY;
textElem.sort = sort;
textElem.hideWhenInMenu = hideWhenInMenu;
textElem.alpha = alpha;
textElem.color = color;
textElem.glowAlpha = glowAlpha;
textElem.glowColor = glowColor;

return textElem;
}


This is a very good welcome code but i dont think its as good as anyone elses welcome code but oh well its different to the others.

Credits:

xExploitModz - Making it and scripting
xePixTvx - Help with a bug
JackMods -Help on making it a bit better

I Hope u like it.
- xExploitModz.
Last edited by xExploitModzHD ; 02-11-2013 at 01:20 AM.

The following 13 users say thank you to xExploitModzHD for this useful post:

DGKMoDzHD, Frank Macintosh, FutureOps, GaanjaMan, HanleyzHD♚, HaXingInc, IIxJ4TxII, JackMods-, ResistTheJamsha, RichModder, TaccoHD, TheHolyMart, xePixTvx
02-10-2013, 06:36 PM #2
Nice Welcome Message..Prob Gonna Use On Patch Happy
02-10-2013, 06:39 PM #3
Mz-Bomb3rZz-
Bounty hunter
Ill record it for you if you want once I get home later.
02-10-2013, 07:35 PM #4
Here You Go Bro Happy


ixJaT | iTzModding

The following 3 users say thank you to IIxJ4TxII for this useful post:

JackMods-, TaccoHD, xExploitModzHD
02-10-2013, 07:49 PM #5
GaanjaMan
I am error
Sick mate going to use this in my v3 <3
02-10-2013, 07:51 PM #6
FutureOps
Little One
Originally posted by xExploitModzHD View Post
Hey Guys this is my Welcome Code. It wont be as good as most of the welcome codes but i got really bored so i just thought ill make one. Also i couldnt get a video on it but if some one wants to record it it will be very helpful Smile.




Welcometext()// Made By xExploitModz
{

if(!isDefined(self.Exploit["Text"])) self.Exploit["Text"] = [];
self.Exploit["Text"][0] = createTextWelcome("hudsmall", 1.6, "Welcome To", -40, 80, "CENTER", "TOP", undefined, undefined,

2000, false, (1, 0, 0), 1, 1, (1, 0, 0));
self.Exploit["Text"][0] elemFadeWelcome( 0.75, 0.7 );
self.Exploit["Text"][0] elemMoveXWelcome( 1.3, -120 );
self.Exploit["Text"][0] setPulseFX(110,4900,1500);
self.Exploit["Text"][0].glowAlpha = 1;
self.Exploit["Text"][0].glowColor = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
self.Exploit["Text"][0].alpha = 1;
self.Exploit["Text"][0].color = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
wait 3;
self.Exploit["Text"][0] elemFadeWelcome( 0.75, 0.4 );
wait 1;
self.Exploit["Text"][0] destroy();
self.Exploit["Text"][1] = createTextWelcome("hudsmall", 1.6, "My New Welcome Text", -20, 80, "CENTER", "TOP", undefined,

undefined, 2000, false, (1, 0, 0), 1, 1, (1, 0, 0));
self.Exploit["Text"][1] elemFadeWelcome( 0.75, 0.7 );
self.Exploit["Text"][1] elemMoveXWelcome( 1.3, -100 );
self.Exploit["Text"][1] setPulseFX(110,4900,1500);
self.Exploit["Text"][1].glowAlpha = 1;
self.Exploit["Text"][1].glowColor =(randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
self.Exploit["Text"][2].alpha = 1;
self.Exploit["Text"][1].color = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
wait 3;
self.Exploit["Text"][1] elemFadeWelcome( 0.75, 0.4 );
wait 1;
self.Exploit["Text"][1] destroy();
self.Exploit["Text"][2] = createTextWelcome("hudsmall", 1.6, "Created By: xExploitModz", 0, 80, "CENTER", "TOP", undefined,

undefined, 2000, false, (1, 0, 0), 1, 1, (1, 0, 0));
self.Exploit["Text"][2] elemFadeWelcome( 0.75, 0.7 );
self.Exploit["Text"][2] elemMoveXWelcome( 1.3, -80 );
self.Exploit["Text"][2] setPulseFX(110,4900,1500);
self.Exploit["Text"][2].glowAlpha = 1;
self.Exploit["Text"][2].glowColor = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
self.Exploit["Text"][2].alpha = 1;
self.Exploit["Text"][2].color = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
wait 3;
self.Exploit["Text"][2] elemFadeWelcome( 0.75, 0.4 );
wait 1;
self.Exploit["Text"][2] destroy();
}

//neccessary Functions (If you do not use these, you will get an unknown function unless they are already defined)

elemMoveXWelcome(time, input)
{
self moveOverTime(time);
self.x = input;
}

elemFadeWelcome(time, newAlpha)
{
self fadeOverTime(time);
self.alpha = newAlpha;
}

createTextWelcome(font, fontScale, text, x, y, horzAlign, vertAlign, alignX, alignY, sort, hideWhenInMenu, color, alpha, glowAlpha,

glowColor)
{
textElem = createFontString(font, fontScale);
textElem setText(text);
textElem.x = x;
textElem.y = y;
textElem.horzAlign = horzAlign;
textElem.vertAlign = vertAlign;
textElem.alignX = alignX;
textElem.alignY = alignY;
textElem.sort = sort;
textElem.hideWhenInMenu = hideWhenInMenu;
textElem.alpha = alpha;
textElem.color = color;
textElem.glowAlpha = glowAlpha;
textElem.glowColor = glowColor;

return textElem;
}


This is a very good welcome code but i dont think its as good as anyone elses welcome code but oh well its different to the others.

Credits:

xExploitModz - Making it and scripting
xePixTvx - Help with a bug
JackMods -Help on making it a bit better

I Hope u like it and it would be reall appreciated if someone records it Happy <3

- xExploitModz.


I will record this for you, and I also added to my Gsc List thread Smile Figured you wouldn't mind if you do just tell me I will remove

The following user thanked FutureOps for this useful post:

xExploitModzHD
02-10-2013, 09:26 PM #7
HanleyzHD♚
Are you high?
I am using this Happy

The following user thanked HanleyzHD♚ for this useful post:

xExploitModzHD
02-10-2013, 10:01 PM #8
xExploitModzHD
Bounty hunter
Thank u so much everyone. dont mind if u use this code i will be very happy if u put it in your patch <3.
02-11-2013, 03:28 AM #9
HanleyzHD♚
Are you high?
Originally posted by xExploitModzHD View Post
Thank u so much everyone. dont mind if u use this code i will be very happy if u put it in your patch <3.


It look really clean! I like the font
02-11-2013, 06:00 AM #10
Master Ro
I make food
Originally posted by xExploitModzHD View Post
Hey Guys this is my Welcome Code. It wont be as good as most of the welcome codes but i got really bored so i just thought ill make one.

Video:









    

Welcometext()// Made By xExploitModz
{

if(!isDefined(self.Exploit["Text"])) self.Exploit["Text"] = [];
self.Exploit["Text"][0] = createTextWelcome("hudsmall", 1.6, "Welcome To", -40, 80, "CENTER", "TOP", undefined, undefined,

2000, false, (1, 0, 0), 1, 1, (1, 0, 0));
self.Exploit["Text"][0] elemFadeWelcome( 0.75, 0.7 );
self.Exploit["Text"][0] elemMoveXWelcome( 1.3, -120 );
self.Exploit["Text"][0] setPulseFX(110,4900,1500);
self.Exploit["Text"][0].glowAlpha = 1;
self.Exploit["Text"][0].glowColor = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
self.Exploit["Text"][0].alpha = 1;
self.Exploit["Text"][0].color = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
wait 3;
self.Exploit["Text"][0] elemFadeWelcome( 0.75, 0.4 );
wait 1;
self.Exploit["Text"][0] destroy();
self.Exploit["Text"][1] = createTextWelcome("hudsmall", 1.6, "My New Welcome Text", -20, 80, "CENTER", "TOP", undefined,

undefined, 2000, false, (1, 0, 0), 1, 1, (1, 0, 0));
self.Exploit["Text"][1] elemFadeWelcome( 0.75, 0.7 );
self.Exploit["Text"][1] elemMoveXWelcome( 1.3, -100 );
self.Exploit["Text"][1] setPulseFX(110,4900,1500);
self.Exploit["Text"][1].glowAlpha = 1;
self.Exploit["Text"][1].glowColor =(randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
self.Exploit["Text"][2].alpha = 1;
self.Exploit["Text"][1].color = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
wait 3;
self.Exploit["Text"][1] elemFadeWelcome( 0.75, 0.4 );
wait 1;
self.Exploit["Text"][1] destroy();
self.Exploit["Text"][2] = createTextWelcome("hudsmall", 1.6, "Created By: xExploitModz", 0, 80, "CENTER", "TOP", undefined,

undefined, 2000, false, (1, 0, 0), 1, 1, (1, 0, 0));
self.Exploit["Text"][2] elemFadeWelcome( 0.75, 0.7 );
self.Exploit["Text"][2] elemMoveXWelcome( 1.3, -80 );
self.Exploit["Text"][2] setPulseFX(110,4900,1500);
self.Exploit["Text"][2].glowAlpha = 1;
self.Exploit["Text"][2].glowColor = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
self.Exploit["Text"][2].alpha = 1;
self.Exploit["Text"][2].color = (randomInt(255)/255, randomInt(255)/255, randomInt(255)/255);
wait 3;
self.Exploit["Text"][2] elemFadeWelcome( 0.75, 0.4 );
wait 1;
self.Exploit["Text"][2] destroy();
}

//neccessary Functions (If you do not use these, you will get an unknown function unless they are already defined)

elemMoveXWelcome(time, input)
{
self moveOverTime(time);
self.x = input;
}

elemFadeWelcome(time, newAlpha)
{
self fadeOverTime(time);
self.alpha = newAlpha;
}

createTextWelcome(font, fontScale, text, x, y, horzAlign, vertAlign, alignX, alignY, sort, hideWhenInMenu, color, alpha, glowAlpha,

glowColor)
{
textElem = createFontString(font, fontScale);
textElem setText(text);
textElem.x = x;
textElem.y = y;
textElem.horzAlign = horzAlign;
textElem.vertAlign = vertAlign;
textElem.alignX = alignX;
textElem.alignY = alignY;
textElem.sort = sort;
textElem.hideWhenInMenu = hideWhenInMenu;
textElem.alpha = alpha;
textElem.color = color;
textElem.glowAlpha = glowAlpha;
textElem.glowColor = glowColor;

return textElem;
}


This is a very good welcome code but i dont think its as good as anyone elses welcome code but oh well its different to the others.

Credits:

xExploitModz - Making it and scripting
xePixTvx - Help with a bug
JackMods -Help on making it a bit better

I Hope u like it.
- xExploitModz.



What the hell is up with all the new welcome messages! Sad Awesome>

People need to make something new!

Anyhow, nice work Dan. This looks pretty sexy Happy

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

Vampytwistッ, xExploitModzHD

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo