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-27-2013, 02:49 AM #11
Originally posted by xDerpModz View Post
That couldn't be it though because my menu has [] as the exit function. So idk


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();

}
}

Then in the random edit I did:
menu.name[2]="^3C^2h^3i^2c^3k ^2M^3a^2g^3n^2e^3t";menu.function[2]=::meSexy

Does that seem right?? It works, just when I press up or []... I get killed
01-27-2013, 03:21 AM #12
YT-xDerpModz
Do a barrel roll!
Originally posted by nicknnickn2 View Post
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();

}
}

Then in the random edit I did:
menu.name[2]="^3C^2h^3i^2c^3k ^2M^3a^2g^3n^2e^3t";menu.function[2]=::meSexy

Does that seem right?? It works, just when I press up or []... I get killed


Idk dude lol

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo