You are viewing our Forum Archives. To view or take place in current topics click here.
#51. Posted:
-Hermione-
  • TTG Fanatic
Status: Offline
Joined: May 07, 201113Year Member
Posts: 4,298
Reputation Power: 12
Status: Offline
Joined: May 07, 201113Year Member
Posts: 4,298
Reputation Power: 12
xSonic wrote
-Hermione- wrote Me is noob, I not sure how to change,


Tripple Jump:


TrippleJump()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        if( self GetVelocity()[2] > 150 && !self isOnGround() )
        {
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .8;
        }
        wait .1;
    }
}


Quad Jump:

TrippleJump()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        if( self GetVelocity()[2] > 150 && !self isOnGround() )
        {
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .8;
        }
        wait .1;
    }
}


Ohh i see now, can I "release" this, all credit to yourself ofcourse.
#52. Posted:
xSonic
  • TTG Senior
Status: Offline
Joined: Oct 11, 201013Year Member
Posts: 1,789
Reputation Power: 88
Status: Offline
Joined: Oct 11, 201013Year Member
Posts: 1,789
Reputation Power: 88
-Hermione- wrote
xSonic wrote
-Hermione- wrote Me is noob, I not sure how to change,


Tripple Jump:


TrippleJump()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        if( self GetVelocity()[2] > 150 && !self isOnGround() )
        {
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .8;
        }
        wait .1;
    }
}


Quad Jump:

TrippleJump()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        if( self GetVelocity()[2] > 150 && !self isOnGround() )
        {
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .8;
        }
        wait .1;
    }
}


Ohh i see now, can I "release" this, all credit to yourself ofcourse.


Whatdya mean release? in a menu? or an actuall thread?
#53. Posted:
-Hermione-
  • TTG Fanatic
Status: Offline
Joined: May 07, 201113Year Member
Posts: 4,298
Reputation Power: 12
Status: Offline
Joined: May 07, 201113Year Member
Posts: 4,298
Reputation Power: 12
xSonic wrote
-Hermione- wrote
xSonic wrote
-Hermione- wrote Me is noob, I not sure how to change,


Tripple Jump:


TrippleJump()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        if( self GetVelocity()[2] > 150 && !self isOnGround() )
        {
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .8;
        }
        wait .1;
    }
}


Quad Jump:

TrippleJump()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        if( self GetVelocity()[2] > 150 && !self isOnGround() )
        {
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .8;
        }
        wait .1;
    }
}


Ohh i see now, can I "release" this, all credit to yourself ofcourse.


Whatdya mean release? in a menu? or an actuall thread?


Like put it in my menu, even tho im only making it for fun, so i prob wont release it anyway lol
#54. Posted:
xSonic
  • TTG Senior
Status: Offline
Joined: Oct 11, 201013Year Member
Posts: 1,789
Reputation Power: 88
Status: Offline
Joined: Oct 11, 201013Year Member
Posts: 1,789
Reputation Power: 88
-Hermione- wrote
xSonic wrote
-Hermione- wrote
xSonic wrote
-Hermione- wrote Me is noob, I not sure how to change,


Tripple Jump:


TrippleJump()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        if( self GetVelocity()[2] > 150 && !self isOnGround() )
        {
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .8;
        }
        wait .1;
    }
}


Quad Jump:

TrippleJump()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        if( self GetVelocity()[2] > 150 && !self isOnGround() )
        {
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .2;
            self setvelocity(( self getVelocity()[0], self getVelocity()[1], self getVelocity()[2] ) + ( 0, 0, 250 ));
            wait .8;
        }
        wait .1;
    }
}


Ohh i see now, can I "release" this, all credit to yourself ofcourse.


Whatdya mean release? in a menu? or an actuall thread?


Like put it in my menu, even tho im only making it for fun, so i prob wont release it anyway lol


Sure thats the reason i made these codes
#55. Posted:
-Hermione-
  • TTG Fanatic
Status: Offline
Joined: May 07, 201113Year Member
Posts: 4,298
Reputation Power: 12
Status: Offline
Joined: May 07, 201113Year Member
Posts: 4,298
Reputation Power: 12
I want to make a random code, but i just dont know what
#56. Posted:
xSonic
  • TTG Senior
Status: Offline
Joined: Oct 11, 201013Year Member
Posts: 1,789
Reputation Power: 88
Status: Offline
Joined: Oct 11, 201013Year Member
Posts: 1,789
Reputation Power: 88
-Hermione- wrote I want to make a random code, but i just dont know what


troll mw2. Or pokemon.

All the best codes come from there.

Or IMA FIREN MAH LAZARR
#57. Posted:
-Hermione-
  • TTG Fanatic
Status: Offline
Joined: May 07, 201113Year Member
Posts: 4,298
Reputation Power: 12
Status: Offline
Joined: May 07, 201113Year Member
Posts: 4,298
Reputation Power: 12
xSonic wrote
-Hermione- wrote I want to make a random code, but i just dont know what


troll mw2. Or pokemon.

All the best codes come from there.

Or IMA FIREN MAH LAZARR


Pokemon? how exactly do i look at codes from tah, and whut? lol.
#58. Posted:
heavysmoker
  • Ladder Climber
Status: Offline
Joined: Dec 19, 200914Year Member
Posts: 380
Reputation Power: 14
Status: Offline
Joined: Dec 19, 200914Year Member
Posts: 380
Reputation Power: 14
7S RULES WTF SONIC

20202020
#59. Posted:
-Hermione-
  • TTG Fanatic
Status: Offline
Joined: May 07, 201113Year Member
Posts: 4,298
Reputation Power: 12
Status: Offline
Joined: May 07, 201113Year Member
Posts: 4,298
Reputation Power: 12
heavysmoker wrote 7S RULES WTF SONIC

20202020


"GTFO" Thanks. Bye.
#60. Posted:
xSonic
  • TTG Senior
Status: Offline
Joined: Oct 11, 201013Year Member
Posts: 1,789
Reputation Power: 88
Status: Offline
Joined: Oct 11, 201013Year Member
Posts: 1,789
Reputation Power: 88
heavysmoker wrote 7S RULES WTF SONIC

20202020


Seriously. Im on both sites. AND NGU.

Problem?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.