Jump to content

how to random the path


3588

Recommended Posts

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

Link to comment
Share on other sites

Hello,

If you use "Gatherer" bot, in "Product Settings" you can activate option "Randomise path" (path is randomised by distance max, and randomised at all laps).

I don't have added this feature at others bot, but if you need it I can give you script to randomise profile position manually.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...