Housing Script Intervals

Forum Forums Discussion Housing Script Intervals

This topic contains 5 replies, has 3 voices, and was last updated by  user100 2 years, 6 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32985

    HouseHuntHell
    Participant
    0

    So I know there is a script for purchasing housing but it doesn’t have random intervals which, to me, seems like a very important anti-detection function. Is there a way to edit the housing script to allow for random intervals, like how AHK allows for random sleep times?

    Thanks in advance!

    #32988
    Lyfox
    Lyfox
    Participant
    0

    Yep theres a function randomAfkFor().

    #32991

    HouseHuntHell
    Participant
    0

    key(f12, 0.5) //target placard

    key(num0, 2) //confirm
    key(num2, 0.5) //wake cursor
    key(num0, 1) //confirm
    key(num0, 1) //confirm
    key(num4, 0.5) //cursor left
    key(num0, 1) //confirm

    afkFor(00:00:10)
    repeatChapterFor(24:00:00)

    how would i change the scenario to fit that? replace afkfor with randomafkfor? what do it put in the parenthesis? what is the range of the random pause? can i dedicate a certain time frame? ie a random time between 500 milliseconds and 1500 milliseconds? sorry, i am literally blind when it comes to coding!

    #32993
    Lyfox
    Lyfox
    Participant
    0

    Click the button with question mark. It will open Miqo documentation which should answer all your questions. Heres the entry for randomAfkFor().

    randomAfkFor( minSec, maxSec )

    Do nothing for random number of seconds.
    Selected value will be between (or equal to) the specified minimum and maximum.

    Parameters
    minSec – minimum seconds to AFK
    maxSec – maximum seconds to AFK

    Examples
    randomAfkFor(1, 10)
    randomAfkFor(60, 180)
    randomAfkFor(300, 3600)

    #32995

    HouseHuntHell
    Participant
    0

    Sounds great, many thanks!

    #32997

    user100
    Participant
    0

    Anyone have the script for purchasing housing or someone can link it thank you 😘

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.