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. RimWorld: SaveGame (Small house) [1.5.4104.64bit](0)
- 02. Cat Quest 3: SaveGame (Before the final boss, level 68)(1)
- 03. [EU] Adam Wolfe - Another Night On The Job Save [CUSA47561](0)
- 04. [EU] Adam Wolfe - Revenant Save [CUSA47561](1)
- 05. [EU] Adam Wolfe - Fireproof And Hands-on Detective Save [CUSA47561](0)
- 06. [EU] Saint Kotar - A Map For Nikolay And Lodge’s Secret Passage Shortcut Save [CUSA32503](0)
- 07. [EU] Saint Kotar - The Wall Of Laments Save [CUSA32503](0)
- 08. [EU] Saint Kotar - A Map For Benedek Save [CUSA32503](0)
- 09. [EU] Saint Kotar - Leave The Town Save [CUSA32503](0)
- 10. [EU] Saint Kotar - Finish The Tutorial Save [CUSA32503](0)
- 11. [EU] Saint Kotar SaveSet [CUSA32503](0)
- 12. [EU] Case Files: Behind Closed Doors - Case Closed Save [CUSA46299](0)
- 13. [EU] Agatha Christie: Murder On The Orient Express - Catch'em All!, My Little Grey Cells Did Not Let(0)
- 14. [EU] Agatha Christie: Murder On The Orient Express - The World's Greatest Detectives And A Leap Of F(0)
- 15. [EU] Agatha Christie: Murder On The Orient Express - Time To Rob A Bank! Save [CUSA32938](0)
Latest Tutorials
- 01. Last Days of Lazarus Achievement Walkthrough (Xbox/PS)(895)
- 02. EDENGATE: The Edge of Life - 100% Trophy/Achievement Guide(1,261)
- 03. Sherlock Holmes Chapter One | Walkthrough | No Commentary(981)
- 04. Morbid: The Seven Acolytes | Full Game Walkthrough(1,540)
- 05. Adam Wolfe | Full Game Walkthrough | No Commentary(1,031)
- 06. ALFRED HITCHCOCK: VERTIGO - 100% Walkthrough(1,175)
- 07. SHERLOCK HOLMES THE AWAKENED | Walkthrough | No Commentary(851)
- 08. Space Roguelike Adventure | Guide - Cheat Code!(1,012)
- 09. DETECTIVE Stella Porta Case | Trophy & Achievement Guide(793)
- 10. Tunic 100% Platinum Walkthrough | Trophy & Achievement Guide(1,291)
- 11. Outbreak: The Nightmare Chronicles Achievement Walkthrough(1,038)
- 12. Full Void 100% - Trophy & Achievement Guide(886)
- 13. Outbreak: Lost Hope #Xbox Achievement Walkthrough(1,564)
- 14. CHORUS - Full Game Walkthrough (Gameplay)(1,874)
- 15. Brothers A Tale of Two Sons Remake 100% Trophy & Achievement(779)
"MW2 Teleporting and Outside Rust!" :: Login/Create an Account :: 26 comments