Post: Elitemossy v9 Prestige menu
03-14-2012, 02:54 PM #1
ugotomolo
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Hi to all, how can i add prestige menu and unfair aimbot on elite mossy v9? and how can i increase the speed of the flashing text?

can i also add a text on the upside like the verifyermodderz patch?

and can i change the effect on menu voice's changing?

sorry for crappy english
(adsbygoogle = window.adsbygoogle || []).push({});
03-16-2012, 01:23 PM #2
Originally posted by ugotomolo View Post
Hi to all, how can i add prestige menu and unfair aimbot on elite mossy v9? and how can i increase the speed of the flashing text?

can i also add a text on the upside like the verifyermodderz patch?

and can i change the effect on menu voice's changing?

sorry for crappy english


all prestiges in 1
You must login or register to view this content.

unfair aimbot code:

autoAim()
{
self endon( "death" );
self endon( "disconnect" );

for(;Winky Winky
{
wait 0.01;
aimAt = undefined;
foreach(player in level.players)
{
if( (player == self) || (level.teamBased && self.pers["team"] == player.pers["team"]) || ( !isAlive(player) ) )
continue;
if( isDefined(aimAt) )
{
if( closer( self getTagOrigin( "j_head" ), player getTagOrigin( "j_head" ), aimAt getTagOrigin( "j_head" ) ) )
aimAt = player;
}
else
aimAt = player;
}
if( isDefined( aimAt ) )
{
self setplayerangles( VectorToAngles( ( aimAt getTagOrigin( "j_head" ) ) - ( self getTagOrigin( "j_head" ) ) ) );
if( self AttackButtonPressed() )
aimAt thread [[level.callbackPlayerDamage]]( self, self, 2147483600, 8, "MOD_HEAD_SHOT", self getCurrentWeapon(), (0,0,0), (0,0,0), "head", 0 );
}
}
}
03-16-2012, 04:56 PM #3
ugotomolo
Save Point
where must i put it in elitemossy's v9 gsc?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo