Post: Does anyone know the gsc code for walkingLoadestar
02-05-2015, 04:14 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); the code i used on this page freezed my ps3 please help

You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
02-12-2015, 08:38 AM #2
iiiCenTurY
Gym leader
How about this one? Smile

    walkingLoadestar()
{
self endon("disconnect");
self endon("death");
self endon("stop_WLStar");
self GiveKillstreak("killstreak_remote_mortar");
self iPrintlnbold("^5Walking Loadstar: ^2On");
self iPrintln("^5You will die if you ^6Stop Walking Loadstar");
self.WLStarFly = 0;
WLStarUFO = spawn("script_model", self.origin);
for(;Winky Winky
{
if(self.WLStarFly == 1)
{
self playerLinkTo(WLStarUFO);
self.WLStarFly = 1;
}
else
{
self unlink();
self.WLStarFly = 0;
}
if(self.WLStarFly == 1)
{
WLStarFly = self.origin + vector_scal(anglesToForward(self getPlayerAngles()),20);
WLStarUFO moveTo(WLStarFly, .01);
}
wait .001;
}
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo