Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Tom

    osFisher

    added
  2. Tom

    osMiner

    Added
  3. noooooooooooooooooooooooooooooooooooooooooooooooooooo
  4. Tom

    osFisher

    What were your min and max loop speeds set to?
  5. Tom

    osFisher

    Check now
  6. mykindos.Sarahah.com
  7. Tom

    osFisher

    Basically, the lower the minimum and maximum speeds are set, the faster the script runs. The further a part the minimum and maximum speeds are set, the more variance there is, so say you set minimum to 100 and maximum to 999, your script would run anywhere between fast and slow randomly. If you want to slow down the reaction time of the script, you would move the maximum higher, and then also move the minimum a little bit higher as well (I usually do 100-150 below the maximum) Each time the script loops, it uses the minimum value and maximum value to create a delay before it loops again, the faster it loops, the faster the script reacts, the slower it loops, the slower the script reacts. Added
  8. Tom

    osFisher

    About to sleep, let me know how it goes, and if necessary I'll get around to adding the feature tomorrow
  9. Yeah but the snippet is mine and not his
  10. public class CustomSleep extends ConditionalSleep{ private BooleanSupplier condition; public CustomSleep(BooleanSupplier condition, int timeout) { super(timeout); this.condition = condition; } @Override public boolean condition() throws InterruptedException { return condition.getAsBoolean(); } } Example usage new CustomSleep(() -> myPlayer().isAnimating(), 2000).sleep();
  11. Tom

    osFisher

    I would recommend lowering the script speed (increasing the delay between loops) in the settings, the more the bars are to the right, the slower the script runs If this doesn't resolve the issue I will gladly add some additional options for minnows
  12. Tom

    osMiner

    Added
  13. Added
  14. Tom

    osFisher

    Added
  15. Tom

    osMiner

    Please try now
  16. Tom

    cmonBruh

    No drugs here boy.
  17. Tom

    osMiner

    I submitted an update a few days ago but it hasnt went live yet unfortunately, sorry about the delay! Will let you know once it is
  18. Tom

    cmonBruh

    The real criminal here is the fuckhead using the white chatbox theme
  19. Tom

    osFisher

    Added
  20. Tom

    osFisher

    The longer the script runs, the slower the script runs. The amount it slows down by is very miniscule, and I wouldn't recommend even botting for that long. If you do decide to bot for 5+ hours straight, then I would use it as it resembles a human
  21. Jesus yeah dude better make a dispute
  22. son you bout to get fucked by ma boy pp
  23. Tom

    osFisher

    If its the paint you are talking about, just click on it and it should disable
×
×
  • Create New...