Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    xBowBii's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    4
    My Mood
    Cool

    Undetected Teleport to Locations

    Hey guys,
    Long time I have this account on MPGH for downloading hacks and such but not realy for releasing stuff.

    I plan to release some scripts of my whole menu, if people are interested.
    So, what does this script do?
    It's a little script I wrote to teleport, using local vehicles and MoveinDriver.
    It's fairly easy to understand, you'll see!
    The only problem yet is the position, you'll see what I mean with that now:

    Code:
    _dddd = "MMT_Civ" createVehicleLocal [YOUR,POS,HERE];
    sleep 0.1;
    player MoveInDriver _dddd;
    sleep 0.5;
    deletevehicle _dddd;
    So yeah, this is of course not my whole script, it's just the BASE of the script
    Tweak it as you want

    Have fun!
    xBowBii

  2. The Following 3 Users Say Thank You to xBowBii For This Useful Post:

    DatPete (12-28-2014),geolim4 (12-28-2014),Zendio (12-30-2014)

  3. #2
    HvZJoker's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Can you teleport to players and do you need to use the script executer?

  4. #3
    xBowBii's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    4
    My Mood
    Cool
    1. I have another TP to Player script but you need the position of the player to TP to him, or you use an RE to get the players' Pos or well use another kind of scripts for that
    2. you need a bypass and executer

  5. #4
    countergamerEU's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Chatty
    how to you install scrpits?

  6. #5
    Puhrified's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    3
    Hello, I have a menu already with Bowen's Exec. In it. How would I use this script, And I am interested in buying or using your menu if it has a low-ban rate.
    Thanks!

  7. #6
    5^*hdrrfgfbs#%R$'s Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    382
    Reputation
    10
    Thanks
    885
    All credit here I thought of the tp idea. Hangender later tested it and it worked. Thanks for letting every skid have it

  8. The Following User Says Thank You to 5^*hdrrfgfbs#%R$ For This Useful Post:

    Mizzle420420 (12-28-2014)

  9. #7
    DatPete's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    I am interested in other undetected script methods

  10. #8
    geolim4's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Another interested people here

  11. #9
    Mumbah's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    6
    My Mood
    Relaxed
    Cool, thanks for the release.

  12. #10
    Puhrified's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    3
    Mumbah , How did you use it?

  13. #11
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    now if only there was a kill all leakers script..

  14. The Following User Says Thank You to Mizzle420420 For This Useful Post:

    thechase101 (01-15-2015)

  15. #12
    Jme's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Balls Deep
    Posts
    1,214
    Reputation
    35
    Thanks
    9,758
    Quote Originally Posted by invisionhf View Post
    All credit here I thought of the tp idea. Hangender later tested it and it worked. Thanks for letting every skid have it
    would be better with mapclick

  16. #13
    chaosandcorruption's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by xBowBii View Post
    1. I have another TP to Player script but you need the position of the player to TP to him, or you use an RE to get the players' Pos or well use another kind of scripts for that
    2. you need a bypass and executer
    I have an executer and target player can you PM me or add me on skype so I can get this working? I dont mind paying you if needed

    My skype: RoyceMia
    Last edited by chaosandcorruption; 12-29-2014 at 01:45 AM.

  17. #14
    David.'s Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    ก็็็็็็็็็็็็็&#
    Posts
    2,881
    Reputation
    556
    Thanks
    2,514
    My Mood
    Amazed
    How It Work ?

  18. #15
    xBowBii's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    4
    My Mood
    Cool
    Quote Originally Posted by Mizzle420420 View Post
    now if only there was a kill all leakers script..
    Are you dumb? This is a 3 lines code, very easily written. I wrote it for my menu,along with Thejamesp55, Jay. Is "player setDamage 1" another leak? Ffs.

    - - - Updated - - -

    For all those who want to discuss about it in PM: add me on skype: zz_marco_zz


    Quote Originally Posted by Jme View Post
    would be better with mapclick
    Yeah man, I tried, look at this code I wrote but it doesnt TP
    Code:
     ssCoDdeEes = '_ddddd = "MMT_CIV" createVehicleLocal P_DD_O_S;';
    ssCoDdeEes = ssCoDdeEes + 'player moveInDriver _ddddd;';
    ssCoDdeEes = ssCoDdeEes + 'sleep 2; deleteVehicle _ddddd;';
    sleep 1;
    openMap [true, false];
    onMapSingleClick "P_DD_O_S = _pos; [] spawn compile ssCoDdeEes; onMapSingleClick '';true;";
    - - - Updated - - -

    Quote Originally Posted by invisionhf View Post
    All credit here I thought of the tp idea. Hangender later tested it and it worked. Thanks for letting every skid have it
    There are HUGE LOTS of possibilities to make this script undetected, Every skid have it? Bro they can't even find the position-format to where they want to TP.

  19. The Following User Says Thank You to xBowBii For This Useful Post:

    TheJamesp55 (01-23-2015)

Page 1 of 2 12 LastLast

Similar Threads

  1. [Info] DFB Royal Chest Teleport Location
    By jhamezpadilla in forum Dragon Nest Hacks & Cheats
    Replies: 22
    Last Post: 02-18-2013, 08:23 PM
  2. Teleport Hack Location
    By krachu1990 in forum Dragon Nest Help
    Replies: 3
    Last Post: 10-01-2012, 11:34 PM
  3. Teleport All Player in Server to One Location
    By doom14 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 0
    Last Post: 08-18-2012, 08:19 AM
  4. NOOB HACK 10.4.10 [UNDETECTED] [OPK] [TELEKILL] [TELEPORT]
    By NOOB in forum Combat Arms Hacks & Cheats
    Replies: 165
    Last Post: 10-08-2010, 11:24 PM
  5. Teleportation Turret
    By Dreimos in forum WarRock - International Hacks
    Replies: 15
    Last Post: 06-01-2006, 11:54 AM

Tags for this Thread