Jump to content

botlyfe

Members
  • Posts

    55
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

botlyfe's Achievements

Iron Poster

Iron Poster (3/10)

4

Reputation

  1. Hey Laz Do we 100% need to have an account associated with the tab, If we know what the risk is can we have an option to disable this?
  2. My script at the moment is at a bank with 4 booths in a row. It usually clicks the one that is at least 1 square away instead of the one in front of it, causing it to walk back and forth a lot because it is a banking skill that I am testing. Is there a way to restrict it to just 1 bank booth only so the character does not move every 2 inventories to a new bank booth? Thanks
  3. also how do u explicitly disable osbot antibans
  4. ok what I'm doing at the moment is if the playing is the the "action" state it will check skills, friends tabs etc and if it's banking it won't.
  5. So how would you recommend implementing my own anti ban algorithm? something like what I said in the original post and just make it less probable?
  6. Regarding AntiBan behaviours: I was previously implementing my own method to run on chance and perform certain actions by directly accessing those API calls. Mainly because the script is performing a simple banking skill that only needs a few behaviors to mimic humans (such as moving mouse, checking skills etc). e.g. mouse.move(x, y) tabs.skills.open Is this necessary / recommended or does osbot 2 API contain some predetermined anti bans you can simply call and not worry about any further? also does anyone have any tips on making these behaviors occur at a more inconspicuous rate, i'm currently calling a : if (random(0,1000) == x) { antiBan(); } But the entire program loop seems to be completing very fast and the condition is satisfied roughly every 5 seconds. Any tips?
  7. support the sdn needs a free script to rival these paid scripts, that each skill seems to have scripts from the same developers
  8. Can someone please explain the warning of injections and whether we should be concerned ? I'm getting like 20 warnings a minute.
  9. hey what do you know it seems to be working again today
  10. Hey laz new rs patch already broke it for me : Failed to inject client! java.lang.IllegalArgumentException: MALFORMED at java.util.zip.ZipCoder.toString(Unknown Source) at java.util.zip.ZipFile.getZipEntry(Unknown Source) at java.util.zip.ZipFile.access$900(Unknown Source) at java.util.zip.ZipFile$1.nextElement(Unknown Source) at java.util.zip.ZipFile$1.nextElement(Unknown Source) at java.util.jar.JarFile$1.nextElement(Unknown Source) at java.util.jar.JarFile$1.nextElement(Unknown Source) at org.osbot.xB.A(fj:166) at org.osbot.engine.Main.d(lk:514) at org.osbot.xb.run(un:497) at java.lang.Thread.run(Unknown Source)
  11. botlyfe

    BETA v1.7.51

    having trouble loading local scripts
×
×
  • Create New...