terça-feira, 1 de maio de 2012

Source cods to clients || Source codigos para clients

Source codes:

 public static function REMOVENIGHT() : void
        {
            if (Transformice.cacheNoir.parent)
            {
                Transformice.cacheNoir.parent.removeChild(Transformice.cacheNoir);
                Transformice.Noire = false;
            }
            return;
        }// end function

---------------------------------------------------------------------------------------------

public static function REMOVEINVERSION() : void
        {
            if (Transformice.Monde.Inversion)
            {
                Transformice.ParticuleZone.rotation = 0;
                Transformice.ParticuleZone.x = 0;
                Transformice.ParticuleZone.y = 0;
                Transformice._M.rotation = 0;
                Transformice._M.x = 0;
                Transformice._M.y = 0;
                Transformice.Monde.Inversion = 0;
            }
            return;
---------------------------------------------------------------------------------------------------------------------

if (Hacks.ANTILAG)
            {
                Transformice.ParticuleZone.DemandeRendu = false;
            }
            if (Hacks.SPAWNANYWHERE)
            {
                Transformice.DistanceInvoc = 60000;
            }
            if (Hacks.INSTANTSPAWN)
            {
                Transformice.TempsInvoc = 0;
            }
            if (Hacks.NOBOUNDARIES)
            {
                Transformice.DétectionCollision = 100000;
            }
            return;
        }// end function



Nenhum comentário:

Postar um comentário