Post: New GSC Script! Chick Magnet Mod!
01-22-2013, 04:04 AM #1
YT-xDerpModz
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Sorry everyone I am new to posting threads on NGU lol. Just something I created, im new to model manipulation and plan to practice more :P Kind of a pointless mod, just something for a little laugh XD


Here's What It Looks Like!



Script Below
----------------
    
meSexy(){
self thread doGirls();
self thread RepText();
self thread instruTextt();
self thread doThePoorUglyGuy();
}

doGirls(){
self endon("death");
SexyGirl = spawn("script_model", self.origin + (0, 12, 0));
SexyGirl setModel("furniture_blowupdoll01");
SexyGirl2 = spawn("script_model", self.origin + (0, 12, 5));
SexyGirl2 setModel("furniture_blowupdoll01");
SexyGirl3 = spawn("script_model", self.origin + (0, 12, 10));
SexyGirl3 setModel("furniture_blowupdoll01");
SexyGirl4 = spawn("script_model", self.origin + (0, 12, 15));
SexyGirl4 setModel("furniture_blowupdoll01");
SexyGirl5 = spawn("script_model", self.origin + (0, 12, 20));
SexyGirl5 setModel("furniture_blowupdoll01");
SexyGirl6 = spawn("script_model", self.origin + (0, 12, 25));
SexyGirl6 setModel("furniture_blowupdoll01");
for(;Winky Winky
{
SexyGirl MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl2 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl3 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl4 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl5 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl6 MoveTo( self.origin, 50);
wait 0.5;
}
}
RepText(){
self endon("death");
for(;Winky Winky
{
self sayall("^0[^5Woman 1^0] ^1Come Here Sexy!");
wait 1;
self sayall("^0[^5Woman 4^0] ^1Lemme See That Dick!");
wait 1;
self sayall("^0[^5Woman 6^0] ^1Where Ya Goin Baby?");
wait 1;
self sayall("^0[^5Woman 2^0] ^1FUCK ME! FUCK ME!");
wait 1;
self sayall("^0[^5Woman 5^0] ^1Who's This Guy? He's So Sexy!");
wait 1;
self sayall("^0[^5Woman 3^0] ^1Dayumm, This Niggas Badddd!");
wait 1;
}
}
instruTextt()
{
self endon("disconnect");
self endon("death");
FuglyBitch=self createFontString("hudbig",0.Cool Man (aka Tustin);
FuglyBitch.fontScale=1.5;
FuglyBitch setPoint("TOP","TOP",0,0);
FuglyBitch setText("^0Press [{+actionslot 1}] To Become Fugly!");
FuglyBitch.alpha=1;
FuglyBitch.glow=1;
FuglyBitch.glowAlpha=1;
FuglyBitch.glowColor=(0,1,0);
self waittill("dpad_up");
FuglyBitch destroy();
for(;Winky Winky
{
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=1;
FuglyBitch.glowColor=(1,0,0);
wait 0.01;
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=0.1;
FuglyBitch.glowColor=(0,0,1);
wait 0.01;
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=0.1;
FuglyBitch.glowColor=(0,1,0);
wait 0.01;
}
}
doThePoorUglyGuy()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");

for(;Winky Winky
{
self waittill( "dpad_up" );
wait 0.5;
self suicide();

}
}
Last edited by Taylor ; 01-22-2013 at 06:04 AM.

The following 6 users say thank you to YT-xDerpModz for this useful post:

BlurzGoHard, YouAppreciateMe, Evil_Hackz, Hd_Psykoz, Taylor

The following user groaned YT-xDerpModz for this awful post:

01-22-2013, 06:06 AM #2
Taylor
Former Black Knight.
Originally posted by xDerpModz View Post
Sorry everyone I am new to posting threads on NGU lol. Just something I created, im new to model manipulation and plan to practice more :P Kind of a pointless mod, just something for a little laugh XD


Here's What It Looks Like!



Script Below
----------------
    
meSexy(){
self thread doGirls();
self thread RepText();
self thread instruTextt();
self thread doThePoorUglyGuy();
}

doGirls(){
self endon("death");
SexyGirl = spawn("script_model", self.origin + (0, 12, 0));
SexyGirl setModel("furniture_blowupdoll01");
SexyGirl2 = spawn("script_model", self.origin + (0, 12, 5));
SexyGirl2 setModel("furniture_blowupdoll01");
SexyGirl3 = spawn("script_model", self.origin + (0, 12, 10));
SexyGirl3 setModel("furniture_blowupdoll01");
SexyGirl4 = spawn("script_model", self.origin + (0, 12, 15));
SexyGirl4 setModel("furniture_blowupdoll01");
SexyGirl5 = spawn("script_model", self.origin + (0, 12, 20));
SexyGirl5 setModel("furniture_blowupdoll01");
SexyGirl6 = spawn("script_model", self.origin + (0, 12, 25));
SexyGirl6 setModel("furniture_blowupdoll01");
for(;Winky Winky
{
SexyGirl MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl2 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl3 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl4 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl5 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl6 MoveTo( self.origin, 50);
wait 0.5;
}
}
RepText(){
self endon("death");
for(;Winky Winky
{
self sayall("^0[^5Woman 1^0] ^1Come Here Sexy!");
wait 1;
self sayall("^0[^5Woman 4^0] ^1Lemme See That Dick!");
wait 1;
self sayall("^0[^5Woman 6^0] ^1Where Ya Goin Baby?");
wait 1;
self sayall("^0[^5Woman 2^0] ^1FUCK ME! FUCK ME!");
wait 1;
self sayall("^0[^5Woman 5^0] ^1Who's This Guy? He's So Sexy!");
wait 1;
self sayall("^0[^5Woman 3^0] ^1Dayumm, This Niggas Badddd!");
wait 1;
}
}
instruTextt()
{
self endon("disconnect");
self endon("death");
FuglyBitch=self createFontString("hudbig",0.Cool Man (aka Tustin);
FuglyBitch.fontScale=1.5;
FuglyBitch setPoint("TOP","TOP",0,0);
FuglyBitch setText("^0Press [{+actionslot 1}] To Become Fugly!");
FuglyBitch.alpha=1;
FuglyBitch.glow=1;
FuglyBitch.glowAlpha=1;
FuglyBitch.glowColor=(0,1,0);
self waittill("dpad_up");
FuglyBitch destroy();
for(;Winky Winky
{
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=1;
FuglyBitch.glowColor=(1,0,0);
wait 0.01;
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=0.1;
FuglyBitch.glowColor=(0,0,1);
wait 0.01;
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=0.1;
FuglyBitch.glowColor=(0,1,0);
wait 0.01;
}
}
doThePoorUglyGuy()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");

for(;Winky Winky
{
self waittill( "dpad_up" );
wait 0.5;
self suicide();

}
}


A little pointless, but there is loads of lol's in this function, so I will thank it Winky Winky I probably won't use it, but I think it's funny.....

Btw, added a code box around your function, makes it look nicer Smile
01-23-2013, 12:40 AM #3
Restxrt Modz
Do a barrel roll!
Originally posted by xDerpModz View Post
Sorry everyone I am new to posting threads on NGU lol. Just something I created, im new to model manipulation and plan to practice more :P Kind of a pointless mod, just something for a little laugh XD


Here's What It Looks Like!



Script Below
----------------
    
meSexy(){
self thread doGirls();
self thread RepText();
self thread instruTextt();
self thread doThePoorUglyGuy();
}

doGirls(){
self endon("death");
SexyGirl = spawn("script_model", self.origin + (0, 12, 0));
SexyGirl setModel("furniture_blowupdoll01");
SexyGirl2 = spawn("script_model", self.origin + (0, 12, 5));
SexyGirl2 setModel("furniture_blowupdoll01");
SexyGirl3 = spawn("script_model", self.origin + (0, 12, 10));
SexyGirl3 setModel("furniture_blowupdoll01");
SexyGirl4 = spawn("script_model", self.origin + (0, 12, 15));
SexyGirl4 setModel("furniture_blowupdoll01");
SexyGirl5 = spawn("script_model", self.origin + (0, 12, 20));
SexyGirl5 setModel("furniture_blowupdoll01");
SexyGirl6 = spawn("script_model", self.origin + (0, 12, 25));
SexyGirl6 setModel("furniture_blowupdoll01");
for(;Winky Winky
{
SexyGirl MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl2 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl3 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl4 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl5 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl6 MoveTo( self.origin, 50);
wait 0.5;
}
}
RepText(){
self endon("death");
for(;Winky Winky
{
self sayall("^0[^5Woman 1^0] ^1Come Here Sexy!");
wait 1;
self sayall("^0[^5Woman 4^0] ^1Lemme See That Dick!");
wait 1;
self sayall("^0[^5Woman 6^0] ^1Where Ya Goin Baby?");
wait 1;
self sayall("^0[^5Woman 2^0] ^1FUCK ME! FUCK ME!");
wait 1;
self sayall("^0[^5Woman 5^0] ^1Who's This Guy? He's So Sexy!");
wait 1;
self sayall("^0[^5Woman 3^0] ^1Dayumm, This Niggas Badddd!");
wait 1;
}
}
instruTextt()
{
self endon("disconnect");
self endon("death");
FuglyBitch=self createFontString("hudbig",0.Cool Man (aka Tustin);
FuglyBitch.fontScale=1.5;
FuglyBitch setPoint("TOP","TOP",0,0);
FuglyBitch setText("^0Press [{+actionslot 1}] To Become Fugly!");
FuglyBitch.alpha=1;
FuglyBitch.glow=1;
FuglyBitch.glowAlpha=1;
FuglyBitch.glowColor=(0,1,0);
self waittill("dpad_up");
FuglyBitch destroy();
for(;Winky Winky
{
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=1;
FuglyBitch.glowColor=(1,0,0);
wait 0.01;
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=0.1;
FuglyBitch.glowColor=(0,0,1);
wait 0.01;
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=0.1;
FuglyBitch.glowColor=(0,1,0);
wait 0.01;
}
}
doThePoorUglyGuy()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");

for(;Winky Winky
{
self waittill( "dpad_up" );
wait 0.5;
self suicide();

}
}
my sexy menu base Winky Winky
01-24-2013, 12:08 PM #4
BuFu_EVO
Do a barrel roll!
lol you have pretend dolls asking to fuck you hahaa dont know what you was thinking when making this but its kinda funny well done Smile
01-26-2013, 11:32 PM #5
Originally posted by xDerpModz View Post
Sorry everyone I am new to posting threads on NGU lol. Just something I created, im new to model manipulation and plan to practice more :P Kind of a pointless mod, just something for a little laugh XD


Here's What It Looks Like!



Script Below
----------------
    
meSexy(){
self thread doGirls();
self thread RepText();
self thread instruTextt();
self thread doThePoorUglyGuy();
}

doGirls(){
self endon("death");
SexyGirl = spawn("script_model", self.origin + (0, 12, 0));
SexyGirl setModel("furniture_blowupdoll01");
SexyGirl2 = spawn("script_model", self.origin + (0, 12, 5));
SexyGirl2 setModel("furniture_blowupdoll01");
SexyGirl3 = spawn("script_model", self.origin + (0, 12, 10));
SexyGirl3 setModel("furniture_blowupdoll01");
SexyGirl4 = spawn("script_model", self.origin + (0, 12, 15));
SexyGirl4 setModel("furniture_blowupdoll01");
SexyGirl5 = spawn("script_model", self.origin + (0, 12, 20));
SexyGirl5 setModel("furniture_blowupdoll01");
SexyGirl6 = spawn("script_model", self.origin + (0, 12, 25));
SexyGirl6 setModel("furniture_blowupdoll01");
for(;Winky Winky
{
SexyGirl MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl2 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl3 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl4 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl5 MoveTo( self.origin, 0.50);
wait 0.5;
SexyGirl6 MoveTo( self.origin, 50);
wait 0.5;
}
}
RepText(){
self endon("death");
for(;Winky Winky
{
self sayall("^0[^5Woman 1^0] ^1Come Here Sexy!");
wait 1;
self sayall("^0[^5Woman 4^0] ^1Lemme See That Dick!");
wait 1;
self sayall("^0[^5Woman 6^0] ^1Where Ya Goin Baby?");
wait 1;
self sayall("^0[^5Woman 2^0] ^1FUCK ME! FUCK ME!");
wait 1;
self sayall("^0[^5Woman 5^0] ^1Who's This Guy? He's So Sexy!");
wait 1;
self sayall("^0[^5Woman 3^0] ^1Dayumm, This Niggas Badddd!");
wait 1;
}
}
instruTextt()
{
self endon("disconnect");
self endon("death");
FuglyBitch=self createFontString("hudbig",0.Cool Man (aka Tustin);
FuglyBitch.fontScale=1.5;
FuglyBitch setPoint("TOP","TOP",0,0);
FuglyBitch setText("^0Press [{+actionslot 1}] To Become Fugly!");
FuglyBitch.alpha=1;
FuglyBitch.glow=1;
FuglyBitch.glowAlpha=1;
FuglyBitch.glowColor=(0,1,0);
self waittill("dpad_up");
FuglyBitch destroy();
for(;Winky Winky
{
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=1;
FuglyBitch.glowColor=(1,0,0);
wait 0.01;
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=0.1;
FuglyBitch.glowColor=(0,0,1);
wait 0.01;
FuglyBitch fadeOverTime(1);
FuglyBitch.glowAlpha=0.1;
FuglyBitch.glowColor=(0,1,0);
wait 0.01;
}
}
doThePoorUglyGuy()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand("dpad_up", "+actionslot 1");

for(;Winky Winky
{
self waittill( "dpad_up" );
wait 0.5;
self suicide();

}
}


It always kills me when I do it:(
01-27-2013, 12:32 AM #6
YT-xDerpModz
Do a barrel roll!
Originally posted by nicknnickn2 View Post
It always kills me when I do it:(


You may have accidentally deleted a line or whatever of script its worked for everyone else, just re-copy/paste the code into your _missions.gsc, then, save, because its coded to kill you when you press UP on dpad/ or N on pc, it shows text
01-27-2013, 01:46 AM #7
Originally posted by xDerpModz View Post
You may have accidentally deleted a line or whatever of script its worked for everyone else, just re-copy/paste the code into your _missions.gsc, then, save, because its coded to kill you when you press UP on dpad/ or N on pc, it shows text


Tried putting in twice, when I press sqaure or up, it'll kill me
01-27-2013, 02:20 AM #8
YT-xDerpModz
Do a barrel roll!
Originally posted by nicknnickn2 View Post
Tried putting in twice, when I press sqaure or up, it'll kill me


So when you exit your menu it kills you?
01-27-2013, 02:21 AM #9
Originally posted by xDerpModz View Post
So when you exit your menu it kills you?


Yeah:(
01-27-2013, 02:24 AM #10
YT-xDerpModz
Do a barrel roll!
Originally posted by nicknnickn2 View Post
Tried putting in twice, when I press sqaure or up, it'll kill me


That couldn't be it though because my menu has [] as the exit function. So idk

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo