MW2 Teleporting and Outside Rust!
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:
Related Articles
Comments
meltingPosted:
anyone this morning can invite me to an unlock all lobby for free will be appriated gt Meltingandre b
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;
}
}
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;
}
}
Latest Downloads
- 01. SnowRunner: SaveGame (all locations are opened) [32.0](1)
- 02. [EU] Resident Evil 6 MainGame+All DLCs [CUSA03840](1)
- 03. Elden Ring SAVE FILE (CUSA18581)(0)
- 04. Dead Island 2 - NG+ Trophies PS4, PS5 - CUSA27043(1)
- 05. Infinite Stratos 2 Love and Purge(0)
- 06. Real Racing 3: SaveGame (perfect start) [12.7.1](0)
- 07. What the Car?: SaveGame (Game completed 83%) [v15692787](0)
- 08. Fallout 2: SaveGame(0)
- 09. Ben and Ed: SaveGame (all levels open, bonus levels, Bencalypse)(0)
- 10. Double Dragon Gaiden: Rise Of The Dragons - SaveGame (100% completion)(3)
- 11. Metro: Last Light - SaveGame (to get the achievement Specialist)(0)
- 12. Frogun Encore: Game Save (The Game done 101%)(0)
- 13. Warhammer 40000 space marine 2 saves(16)
- 14. Lollipop Chainsaw RePOP: SaveGame (100%, everything is open)(0)
- 15. Dead Space 2 - Save Game (The Game done 100% on impossible difficulty) [1.1](1)
Latest Tutorials
- 01. PS3 HEN - Audio via a USB headset.(134)
- 02. Stumble Guys | Social Butterfly Achievement(97)
- 03. Last Days of Lazarus Achievement Walkthrough (Xbox/PS)(1,342)
- 04. EDENGATE: The Edge of Life - 100% Trophy/Achievement Guide(1,651)
- 05. Sherlock Holmes Chapter One | Walkthrough | No Commentary(1,366)
- 06. Morbid: The Seven Acolytes | Full Game Walkthrough(2,124)
- 07. Adam Wolfe | Full Game Walkthrough | No Commentary(1,462)
- 08. ALFRED HITCHCOCK: VERTIGO - 100% Walkthrough(1,696)
- 09. SHERLOCK HOLMES THE AWAKENED | Walkthrough | No Commentary(1,206)
- 10. Space Roguelike Adventure | Guide - Cheat Code!(1,419)
- 11. DETECTIVE Stella Porta Case | Trophy & Achievement Guide(1,114)
- 12. Tunic 100% Platinum Walkthrough | Trophy & Achievement Guide(1,715)
- 13. Outbreak: The Nightmare Chronicles Achievement Walkthrough(1,371)
- 14. Full Void 100% - Trophy & Achievement Guide(1,314)
- 15. Outbreak: Lost Hope #Xbox Achievement Walkthrough(2,083)
"MW2 Teleporting and Outside Rust!" :: Login/Create an Account :: 26 comments