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. [EU] Sniper Elite 5 - Best Of The Best (CUSA16075)(0)
- 02. Voices Of The Void: SaveGame (All improvements for work + 7 days passed) [0.8.0](1)
- 03. Silent Hill 2 Remake: SaveGame (NG+, ending "Maria")(1)
- 04. Five Nights at Freddy's- Security Breach Save(4)
- 05. Commandos 2 - HD Remaster: SaveGame (All missions are open)(0)
- 06. Black Myth: Wukong - SaveGame (100%, NG++)(0)
- 07. Mindjack save xbox(0)
- 08. mindjack ps3 save(0)
- 09. Lies of P: SaveGame (game completed 6 times, hero level 124)(1)
- 10. Shadow of the Ninja - Reborn: SaveGame(0)
- 11. The Darkness (DE) saveset(1)
- 12. (EU) Resident Evil 2 Remake(8)
- 13. Killzone 2 Save Data - Collection [ PS3 - RPCS3 ](4)
- 14. Resident Evil Revelations 2 Xbox 360 complete saveset(1)
- 15. WALL-E: Savegames - The game is 100% complete(1)
Latest Tutorials
- 01. PS3 HEN - Audio via a USB headset.(247)
- 02. Stumble Guys | Social Butterfly Achievement(170)
- 03. Last Days of Lazarus Achievement Walkthrough (Xbox/PS)(1,416)
- 04. EDENGATE: The Edge of Life - 100% Trophy/Achievement Guide(1,773)
- 05. Sherlock Holmes Chapter One | Walkthrough | No Commentary(1,440)
- 06. Morbid: The Seven Acolytes | Full Game Walkthrough(2,357)
- 07. Adam Wolfe | Full Game Walkthrough | No Commentary(1,546)
- 08. ALFRED HITCHCOCK: VERTIGO - 100% Walkthrough(1,838)
- 09. SHERLOCK HOLMES THE AWAKENED | Walkthrough | No Commentary(1,303)
- 10. Space Roguelike Adventure | Guide - Cheat Code!(1,505)
- 11. DETECTIVE Stella Porta Case | Trophy & Achievement Guide(1,165)
- 12. Tunic 100% Platinum Walkthrough | Trophy & Achievement Guide(1,788)
- 13. Outbreak: The Nightmare Chronicles Achievement Walkthrough(1,433)
- 14. Full Void 100% - Trophy & Achievement Guide(1,410)
- 15. Outbreak: Lost Hope #Xbox Achievement Walkthrough(2,225)
"MW2 Teleporting and Outside Rust!" :: Login/Create an Account :: 26 comments