Jump to content

Tom

Scripter III
  • Posts

    5333
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. noooooooooooooooooooooooooooooooooooooooooooooooooooo
  2. Tom

    osFisher

    What were your min and max loop speeds set to?
  3. 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
  4. Tom

    osFisher

    About to sleep, let me know how it goes, and if necessary I'll get around to adding the feature tomorrow
  5. Yeah but the snippet is mine and not his
  6. 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();
  7. 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
  8. Tom

    cmonBruh

    No drugs here boy.
  9. 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
  10. Tom

    cmonBruh

    The real criminal here is the fuckhead using the white chatbox theme
  11. 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
  12. Jesus yeah dude better make a dispute
  13. son you bout to get fucked by ma boy pp
  14. Tom

    osFisher

    If its the paint you are talking about, just click on it and it should disable
  15. Probably leads in to that, but is mainly handling scripter 2 tests and stuff while alek is a busy boy studying
  16. Oath I came in here expecting to see @Token and was about to get real mad in chatbox
×
×
  • Create New...