Jump to content

wwwat

Members
  • Posts

    52
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by wwwat

  1. I wrote a ~2k line script, was undetected for around a week or two, running for 5+ hrs a day, but after the first ban the other bans came in after using the script for like 2 days (stealth injection, didn't use proxies to be fair). I don't think writing your own script makes much of a difference anymore (I'm sure it used to years back).
  2. Yeah, it's possible to select songs using widgets, guess I'll have to go with that. Thanks!
  3. Hi, can I select a song from the list using the API? I've looked at the API but couldn't find anything related to this so I assume it doesn't support the selection of music?
  4. Never thought of this, seems quite interesting!
  5. Why is this method recursive? it doesn't look like it does anything. private void walkMagic(Area area, boolean x) { walkMagic(MAGIC_AREA, true); } Also, you don't need a method to walk somewhere, you just need to call the walking.webWalk(position) or walking.webWalk(area) methods
  6. wwwat

    53-80 magic

    Ohh you're right, knew i read something wrong
  7. I've tried with other dungeons and it worked, not sure if it will work with Brimhaven though, but it should.
  8. wwwat

    53-80 magic

    10k alchs to 94 from where? 93-94 alone is 10k alchs, no?
  9. Don't think this is your fault. The script writer didn't write it to change sizes when it's resized (pretty sure).
  10. wwwat

    PC Build

    I think he could go for a cheaper one and get a better CPU or more ram if he isn't going to play demanding games
  11. wwwat

    PC Build

    Why would you get a 1060 if he's going to not play high demanding games? 1060 can handle high demanding games.
  12. I'm sure if you put a small sleep right before the conditional it would work
  13. Yep, can't look at inventory ids with the osbot debug options right now
  14. I 'fixed' the problem by setting PPP.Setallowteleports to false if true doesn't work
  15. I get an error message when I try to webwalk to a location from the varrock area (could be other areas too, haven't really checked), but the error only occurs when teleports are enabled. This is the error I get in the logger: WebWalkingEvent; Terminated! Exceeded attempt threshold. This error only happens when PathPreferenceProfile.setAllowTeleports is set to true, otherwise the error does not occur. I have no idea why it specifically happens in varrock for me, the teleporting works almost perfectly anywhere else.
  16. It works with teleports set to false, but I need it to allow teleports for the script to work as intended. also the error message is the exceeded threshold thing I posted above. any suggestions?
  17. I keep getting this error, but mostly when I am in the varrock area: WebWalkingEvent; Terminated! Exceeded attempt threshold. this is the error I get when I try to walk somewhere from varrock in my script (for example varrock --> al kharid), no idea why it happens, any suggestions? more information: I have PathPreferenceProfile setAllowTeleports to true, and yes the position I want it to go to exists I checked multiple times.
  18. Surround your sleeps with try and catch, for example wherever you have a sleep: try { sleep(random(1000, 2000)); } catch (InterruptedException e) { e.printStackTrace(); }
  19. Isn't it just getStore()? Then you can do getStore().buy() or whatever.
  20. I think I have an idea of how I could fix this, thanks a lot for the help guys!
  21. I made a script, and it runs fine, but it stops working after it breaks (it logs out, breaks then logs back in, and then stops doing anything). I was wondering if there's anything I am supposed to do when coding the script so that it handles breaks properly, or if it's supposed to work automatically.
  22. lol got banned in less than 19 hours total time of using the script (few hours a day)... expected better from a script that costs $10, it has so many bugs and gets stuck and died 3-4 times
  23. I just edited in the screenshot, look at post above. the logger doesn't show anything related to the issue, and the script status was "Walking to cosmic rift". Although I noticed that it clicks on the burn down boil, when I think it isn't supposed to. edit: RIP lol somehow i died with graceful
  24. It says walking to cosmic altar or something. I'll printscreen the whole screen when it happens again, but there's not much to see lol. EDIT: It happens when it presses on "burn down boil", i think the bug is related to that because it was unchecked in the abyss menu when choosing the options. and it does say "Walking to cosmic rift". I accidentally closed the script before taking ss but yea.
×
×
  • Create New...