Hack [GSC]Captain America Mod ! By Univex

AlexUnivex

Membre
Inscription
9 Juillet 2015
Messages
6
Réactions
4
Points
6 851
RGCoins
0
Bonjour c'est Univex je vous partage un script gsc que j'ai coder:
"
Captain America Mod"
Use:

MeleeButton : Launche Riotshield.
AttackButton : Super Strong Mod
Code:
CaptainAmerica()
{
self endon("death");
self endon("disconnect");
self takeallweapons();
self giveweapon("riotshield_mp");
self switchToWeapon("riotshield_mp");
for(;
j5e2x60.png

{
if(self getCurrentWeapon() == "riotshield_mp" )
{
if(self meleebuttonpressed())
{
missile = spawn("script_model", self.origin + (10, 0, 53));
missile setModel("t6_wpn_shield_view");
missile.angles = self.angles;
playfxontag(level.chopper_fx["damage"]["light_smoke"], missile, "tag_origin");
wait 1;
self takeallweapons();
x = randomintrange( -30000, 30000 );
y = randomintrange( -30000, 30000 );
z = randomintrange( 53, 55 );
missile moveTo(missile.angles + (x,y,z), 15);
radiusDamage(missile.origin, 550, 500, 3500, missile);
wait 5;
missile delete();
radiusDamage(missile.origin, 700, 700, 5500, missile);
self giveweapon("riotshield_mp");
self switchToWeapon("riotshield_mp");


}
if(self attackbuttonpressed())
{
radiusDamage(self.origin, 700, 700, 5500, self);
earthquake(0.6,10,self.origin,10000);
wait 1;
self takeallweapons();
self giveweapon("riotshield_mp");
self switchToWeapon("riotshield_mp");
}
}
wait .05;
}
}

Script fait par Moi Meme !
Merci, bon jeux !
 

Nuro

Premium
Inscription
30 Mai 2015
Messages
982
Réactions
358
Points
8 163
RGCoins
0
Bonjour c'est Univex je vous partage un script gsc que j'ai coder:

"Captain America Mod"

Use:

MeleeButton : Launche Riotshield.

AttackButton : Super Strong Mod

Code:



Script fait par Moi Meme !

Merci, bon jeux !

Merci du partage :)
 

XavierModding

Premium
Inscription
25 Octobre 2014
Messages
965
Réactions
535
Points
15 159
RGCoins
0
Bonjour c'est Univex je vous partage un script gsc que j'ai coder:
"
Captain America Mod"
Use:

MeleeButton : Launche Riotshield.
AttackButton : Super Strong Mod
Code:


Script fait par Moi Meme !
Merci, bon jeux !
Trop bien
 

BEK.

Ancien staff
Inscription
25 Novembre 2011
Messages
10 785
Réactions
3 746
Points
29 505
RGCoins
0
Ta discussion se trouvait dans la mauvaise section , je l'ai donc déplacée dans la bonne section . :modo:
 
Haut