MW2 Teleporting and Outside Rust!


4.6


ever wanted to Teleport on mw2 well it looks like we now have a mod for that you can now be free to go on your epic adventures outside of any map or on top of things that before were unreachable. check for forums for more info there is much more on the way

http://www.youtube.com/techsvengali



Posted:

Comments

"MW2 Teleporting and Outside Rust!" :: Login/Create an Account :: 26 comments

If you would like to post a comment please signin to your account or register for an account.

spowleyPosted:

cool how u do it tho

tscoolerPosted:

how do you get the teleporter + what system were you on

iCODxPROxPosted:

thts fucin awsomne

I_Am_FlashPosted:

cool cna u invite me to do it plz ty my gamertag o ToRReZ o

meltingPosted:

anyone this morning can invite me to an unlock all lobby for free will be appriated gt Meltingandre b

purudoy12Posted:

any tutorial? or u need jtag?

supercarmanPosted:

7s had already released the teleport code before this video was made. Here it is.



doTeleport()

{

self endon ( "disconnect" );

self endon ( "death" );

self notifyOnPlayerCommand("dpad_up", "+actionslot 1");



for(;;)

{

self waittill( "dpad_up" );

self beginLocationselection( "map_artillery_selector", true, ( level.mapSize / 5.625 ) );

self.selectingLocation = true;

self waittill( "confirm_location", location, directionYaw );

newLocation = PhysicsTrace( location + ( 0, 0, 10000 ), location - ( 0, 0, 10000 ) );

self SetOrigin( newLocation );

self SetPlayerAngles( directionYaw );

self endLocationselection();

self.selectingLocation = undefined;

}

}

MonkeyPosted:

Damn hippie, nice find.

HoFFeYPosted:

Looks really cool

TTG_REALDEALPosted:

hahaha wow