Results 1 to 14 of 14
  1. #1
    Recigy's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    815
    Reputation
    78
    Thanks
    1,576

    [Undetected] Teleport Hack+Out Of The Map

    Hey Guys! I Made A BO2 Teleport Hack, Its Undetected And You Can Troll Your Friends With It Since You Can Also Teleport Out Of The Map With It Only Works For Nuketown 2025
    Virustotal: Click Me <3
     

    Please Hit Download And Thanks
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Recigy; 01-28-2017 at 02:07 AM.

  2. The Following 81 Users Say Thank You to Recigy For This Useful Post:

    7er (02-19-2017),aaa333444 (02-22-2017),abc29118 (01-28-2017),AJ170 (01-31-2017),amit s (05-27-2017),Antonin123 (03-29-2017),ashdiablo8 (03-04-2017),axqer (02-19-2019),BabyxSparklez (05-21-2021),blood gang 789 (04-08-2017),bloumark (02-02-2017),BlueFireR3 (02-27-2017),brunil (02-14-2017),Cescgoal (07-05-2017),chadandersen1 (04-08-2017),clement1207 (04-26-2019),D3enn1is (02-10-2017),D3FUSETHIS (04-10-2017),dasdasdasdlkjh (05-03-2018),dhhtththftf (05-21-2017),easdf (06-26-2017),ekilliox22 (02-14-2019),El_Pistolero (02-21-2017),gamer133774 (10-29-2017),gunnerxxx (08-04-2017),guns280 (04-30-2017),H4X0RL33T (02-02-2017),HackerBoy1998 (07-06-2017),Headman! (06-28-2017),HH_HXRYY (01-04-2018),ImBenji99 (02-03-2017),imonlyhereforhacks0123 (06-08-2017),Infinite_Skyx (01-29-2017),JacksonFex (01-14-2018),javertussen (05-31-2019),JdogHackerMan (03-13-2017),kai01 (05-08-2017),kam12345 (02-04-2017),Kein_Hacker (02-02-2018),Kimmaximus (01-14-2018),KinixHD (02-12-2017),KiwiLogic (10-03-2018),knapek (03-11-2018),lolol12345678910 (03-29-2017),lucaslea1006 (11-06-2017),lxxabxxl (06-12-2017),Magerquark82 (03-03-2017),MARINHOOO (08-29-2020),mathbot123 (05-18-2017),Matzarla (07-28-2017),megoth (02-01-2017),MEO1990 (02-25-2017),MoXoTM (07-10-2020),mydogjak (01-12-2020),nils angenst (11-02-2017),nxuq (06-20-2017),octv123 (05-20-2017),orerbmoS (03-13-2017),rainingtacco (02-06-2017),Riu (11-16-2017),robi12345 (02-16-2017),Shojou (12-05-2017),Snipes24 7 (07-14-2017),Srooy (08-20-2017),superior90sam (06-30-2018),TheePrimo (04-16-2017),Ueberking19 (01-29-2017),Veetsosweg (07-26-2017),VegettaDerp (03-24-2017),Venova (07-19-2017),VetrixMayhem (03-19-2017),weubank93 (07-05-2017),wicket100 (04-16-2017),Wizoob123 (08-09-2017),xPauet (03-27-2017),xSnoowBRx (10-15-2018),xxxKemXXX (05-01-2017),xZenni (06-13-2017),yoswartorrez (09-18-2017),_N3OX_ (03-24-2017),_Neox_ (04-19-2017)

  3. #2
    AJ170's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    this is cool i hope it works online maybe in the future add more popular maps like standoff and such

  4. #3
    ThisKillcam3's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    92
    Reputation
    10
    Thanks
    109
    My Mood
    Bored
    Better, internal and with jwm614 gsc injector undetected for ever.

    Code:
    doTeleport()
    {
    	self beginLocationSelection( "map_mortar_selector" ); 
    	self.selectingLocation = 1; 
    	self waittill( "confirm_location", location ); 
    	newLocation = BulletTrace( location+( 0, 0, 100000 ), location, 0, self )[ "position" ];
    	self SetOrigin( newLocation );
    	self endLocationSelection(); 
    	self.selectingLocation = undefined;
    	self iPrintLn("Teleported!");
    }
    Code:
    teleportMe()
    {
         player = level.players[self.Menu.System["ClientIndex"]];
         if(player isHost())
         {
            self iPrintln("You can't teleport the Host!");
         }
        else
         {
            player SetOrigin(self.origin);
            self iPrintln("Player was teleported!");
         }
    }
    Last edited by ThisKillcam3; 02-02-2017 at 12:45 AM.

    I'm sorry for speaking English not very well.

  5. #4
    Recigy's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    815
    Reputation
    78
    Thanks
    1,576
    Quote Originally Posted by ThisKillcam3 View Post
    Better, internal and with jwm614 gsc injector undetected for ever.

    Code:
    doTeleport()
    {
    	self beginLocationSelection( "map_mortar_selector" ); 
    	self.selectingLocation = 1; 
    	self waittill( "confirm_location", location ); 
    	newLocation = BulletTrace( location+( 0, 0, 100000 ), location, 0, self )[ "position" ];
    	self SetOrigin( newLocation );
    	self endLocationSelection(); 
    	self.selectingLocation = undefined;
    	self iPrintLn("Teleported!");
    }
    Code:
    teleportMe()
    {
         player = level.players[self.Menu.System["ClientIndex"]];
         if(player isHost())
         {
            self iPrintln("You can't teleport the Host!");
         }
        else
         {
            player SetOrigin(self.origin);
            self iPrintln("Player was teleported!");
         }
    }
    You're Fucking Ruining My Work, Try Making Hacks By Yourself Then You Will Feel Whats It Getting Comments Like This

  6. The Following User Says Thank You to Recigy For This Useful Post:

    ThisKillcam3 (02-10-2017)

  7. #5
    jamessweden's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    8
    My Mood
    Amazed
    Ever gonna make camo hacks?

  8. #6
    Recigy's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    815
    Reputation
    78
    Thanks
    1,576
    Quote Originally Posted by jamessweden View Post
    Ever gonna make camo hacks?
    I Charge Money For Camo Hacks Sorry.

  9. #7
    celesteislegit's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    8
    this only works in private match?

  10. #8
    Recigy's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    815
    Reputation
    78
    Thanks
    1,576
    Quote Originally Posted by celesteislegit View Post
    this only works in private match?
    Yea Lmao Only Private

  11. #9
    Steve's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Location
    Amsterdam
    Posts
    2,019
    Reputation
    1154
    Thanks
    4,353
    My Mood
    Devilish
    Nice release, can't use it online, though

    MPGH History:

    Official Publicist (Wiki Manager) - 12-23-2017
    Official Publicist (Wiki Editor) - 12-06-2017
    Official News Team (Interviewer) - 09-09-2017
    Official News Team (Sports News) - 08-07-2017
    Premium Member - 02-05-2017
    Registered - 12-19-2016




  12. #10
    JokerKing9903's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Location
    Visual Studio 2015 Enterprise
    Posts
    259
    Reputation
    10
    Thanks
    6,165
    My Mood
    Bitchy
    Why u used my Hack for ur thumbnail in ur Signature on that Video? xD
    The Life of Free Cheat Resellers and pasters

  13. #11
    Recigy's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    815
    Reputation
    78
    Thanks
    1,576
    Quote Originally Posted by JokerKing9903 View Post
    Why u used my Hack for ur thumbnail in ur Signature on that Video? xD
    Oh Bro I Stole It From A YT Vid xDDDDDDDD

  14. #12
    Allura's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Location
    CryptoLand Theme Park
    Posts
    6,175
    Reputation
    1182
    Thanks
    4,745
    My Mood
    Chatty
    Nice dude. Probably use this soon
    I barely use MPGH IM, Send me a private message to reach me faster!
    Also I currently don't sell anything!



     
    DD/MM/YYYY
    Joined MPGH: 07/02/2017
    Premium: 08/02/2017 - ∞
    Newsforce (HOTW): 07/06/2017 - ∞
    Publicist: 06/11/2017 - 12/04/2018
    Minion (Minecraft): 23/12/2017 - ∞
    Minion (Cryptocurrency Talks): 01/05/2018 - ∞

  15. #13
    Monstercaat's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    18
    My Mood
    Yeehaw
    not working.

  16. #14
    Recigy's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    815
    Reputation
    78
    Thanks
    1,576
    Quote Originally Posted by Monstercaat View Post
    not working.
    Good for u

Similar Threads

  1. Detroit out of the map glitch
    By Dave's Mexican in forum Call of Duty Advanced Warfare Discussions
    Replies: 0
    Last Post: 01-09-2015, 01:51 PM
  2. [Tutorial] Battlefield 3 - OUT OF the MAP / awesome!
    By kaumidani in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 11
    Last Post: 10-04-2011, 05:33 PM
  3. [Tutorial] redo of the glitch on getting out of the map in power plant
    By edude2 in forum Operation 7 Hacks
    Replies: 9
    Last Post: 06-12-2010, 04:21 AM
  4. [Release] RattleSnake Out Of The Map Glitch!!!
    By BARON in forum Combat Arms Glitches
    Replies: 61
    Last Post: 01-09-2010, 01:24 PM
  5. Rattlesnake Out of the map and public hack
    By BARON in forum Combat Arms Hacks & Cheats
    Replies: 50
    Last Post: 03-30-2009, 12:56 PM