Jump to content

3588

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by 3588

  1. Hello 

    Anyone know how to random the path? like HB they have function can random the X Y Z. So for the one profile can get some random path.

    This is very important for someone have more then 10 account use the same profile.

    something in C#

     

    Random rn = new Random();
    int rnb= rn.Next(1, 10)
    switch (rnb)
        {
            case 1:
             <Vector3 X="607.8696" Y="1595.938" Z="377.7314" />
            break;
            case 2:
             <Vector3 X="607.8686" Y="1595.939" Z="377.7318" />
            break;
            .....
        }

     

    or

    just random the x,y,z by percentage

×
×
  • Create New...