You are viewing our Forum Archives. To view or take place in current topics click here.
#51. Posted:
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.
- 0useful
- 0not useful
#52. Posted:
Status: Offline
Joined: Oct 11, 201014Year Member
Posts: 1,789
Reputation Power: 88
Status: Offline
Joined: Oct 11, 201014Year Member
Posts: 1,789
Reputation Power: 88
-Hermione- wrotexSonic 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?
- 0useful
- 0not useful
#53. Posted:
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- wrotexSonic 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
- 0useful
- 0not useful
#54. Posted:
Status: Offline
Joined: Oct 11, 201014Year Member
Posts: 1,789
Reputation Power: 88
Status: Offline
Joined: Oct 11, 201014Year Member
Posts: 1,789
Reputation Power: 88
-Hermione- wrotexSonic wrote-Hermione- wrotexSonic 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
- 0useful
- 0not useful
#55. Posted:
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
- 0useful
- 0not useful
#56. Posted:
Status: Offline
Joined: Oct 11, 201014Year Member
Posts: 1,789
Reputation Power: 88
Status: Offline
Joined: Oct 11, 201014Year 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
- 0useful
- 0not useful
#57. Posted:
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.
- 0useful
- 0not useful
#58. Posted:
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
20202020
- 0useful
- 1not useful
#59. Posted:
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.
- 0useful
- 0not useful
#60. Posted:
Status: Offline
Joined: Oct 11, 201014Year Member
Posts: 1,789
Reputation Power: 88
Status: Offline
Joined: Oct 11, 201014Year Member
Posts: 1,789
Reputation Power: 88
heavysmoker wrote 7S RULES WTF SONIC
20202020
Seriously. Im on both sites. AND NGU.
Problem?
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.