Thread: Change position

Results 1 to 7 of 7
  1. #1
    masterfun's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Happy

    Change position

    Hello guys,

    I am trying to make something so that you change position at a specific moment.
    I do know how to change someone's position with self SetOrigin(0,0,0);

    But how for example, it saves your current origin and does for example +1 to 1 of the 3 numbers?

    For example:
    From origin(0,0,0) to (0,0,1).
    And then (0,0,2).

    Hopefully I explained it good enough.

    Thanks in advance!

  2. #2
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    Somthing like this?: Just a quick code.
    Code:
    GetOrg()
    {
    x = randomIntRange(-75, 75);
    for(;;){
    self.neworiginspawn = (2571+x,21,120);
    self setOrigin(self.neworiginspawn);
    
    
    }
    
    }
    Last edited by mathieutje12; 10-21-2011 at 08:54 AM.

  3. #3
    masterfun's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    No, it's like.
    It picks your current position and add each 0.05 second +1 to the X

  4. #4
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Quote Originally Posted by masterfun View Post
    No, it's like.
    It picks your current position and add each 0.05 second +1 to the X
    Code:
    PutOrigin()
    {
    self endon("death");
    self endon("disconnect");
    
    for(;;)
    {
    self setorigin(self.origin + (1, 0, 0);
    wait 0.05;
    }
    }

  5. The Following User Says Thank You to EpicPlayer For This Useful Post:

    masterfun (10-21-2011)

  6. #5
    masterfun's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    Thanks a lot!

  7. #6
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    Ah know I get it what u meant xD

  8. #7
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,670
    My Mood
    Breezy
    /marked as solved
    /closed
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

Similar Threads

  1. [Tutorial] Change your IP to unban yourself
    By Super-Man in forum Game Hacking Tutorials
    Replies: 3
    Last Post: 10-13-2019, 03:33 AM
  2. Change nickname plz
    By ateu666 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-10-2006, 06:59 AM
  3. change ip
    By suppaman in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-29-2006, 04:13 PM
  4. list of weapon packets changed...
    By LuKan in forum WarRock - International Hacks
    Replies: 10
    Last Post: 02-09-2006, 05:19 AM
  5. [Tutorial]Change class without respawn
    By vir2000 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-04-2006, 01:47 PM