

wwwat
Members-
Posts
52 -
Joined
-
Last visited
-
Feedback
0%
Everything posted by wwwat
-
where to invest time in in scripting to decrease banrate?
wwwat replied to dutchteunes's topic in Botting & Bans
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). -
Yeah, it's possible to select songs using widgets, guess I'll have to go with that. Thanks!
-
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?
-
Easy way to detect bots - don't do this scripters
wwwat replied to Reveance's topic in Botting & Bans
Never thought of this, seems quite interesting! -
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
-
Ohh you're right, knew i read something wrong
-
Does anyone know if the Webwalker supports the Brimhaven Dungeon?
wwwat replied to Magarac's topic in Scripting Help
I've tried with other dungeons and it worked, not sure if it will work with Brimhaven though, but it should. -
10k alchs to 94 from where? 93-94 alone is 10k alchs, no?
-
Don't think this is your fault. The script writer didn't write it to change sizes when it's resized (pretty sure).
-
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
-
Why would you get a 1060 if he's going to not play high demanding games? 1060 can handle high demanding games.
-
i think i should win because i want vip
-
I'm sure if you put a small sleep right before the conditional it would work
-
Possible Fix to Current Issues [For Gold Farmers]
wwwat replied to Juggles's topic in Community Discussion
Yep, can't look at inventory ids with the osbot debug options right now -
I 'fixed' the problem by setting PPP.Setallowteleports to false if true doesn't work
-
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.
-
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?
-
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.
-
Surround your sleeps with try and catch, for example wherever you have a sleep: try { sleep(random(1000, 2000)); } catch (InterruptedException e) { e.printStackTrace(); }
-
Isn't it just getStore()? Then you can do getStore().buy() or whatever.
-
I think I have an idea of how I could fix this, thanks a lot for the help guys!
-
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.
-
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
-
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
-
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.