Everything posted by wwwat
-
where to invest time in in scripting to decrease banrate?
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).
-
OSBot API music tab support?
Yeah, it's possible to select songs using widgets, guess I'll have to go with that. Thanks!
-
OSBot API music tab support?
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
-
Novice Software Developer - Script Help
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
-
53-80 magic
Ohh you're right, knew i read something wrong
-
Does anyone know if the Webwalker supports the Brimhaven Dungeon?
I've tried with other dungeons and it worked, not sure if it will work with Brimhaven though, but it should.
-
53-80 magic
10k alchs to 94 from where? 93-94 alone is 10k alchs, no?
-
can't expand script-window on macbook
Don't think this is your fault. The script writer didn't write it to change sizes when it's resized (pretty sure).
-
Script causing massive lag
Change the if to a while, I think that will be better.
-
Buy bond $5 btc
Selling him a bond rn waiting for payment
-
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
-
PC Build
Why would you get a 1060 if he's going to not play high demanding games? 1060 can handle high demanding games.
-
Winners announced for vip give away!
i think i should win because i want vip
-
Conditional Sleep Confusion
I'm sure if you put a small sleep right before the conditional it would work
-
Possible Fix to Current Issues [For Gold Farmers]
Yep, can't look at inventory ids with the osbot debug options right now
-
webwalking from varrock (with teleports enabled)
I 'fixed' the problem by setting PPP.Setallowteleports to false if true doesn't work
-
webwalking from varrock (with teleports enabled)
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.
-
webwalking error
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?
-
webwalking error
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.
-
Problem with sleep()
Surround your sleeps with try and catch, for example wherever you have a sleep: try { sleep(random(1000, 2000)); } catch (InterruptedException e) { e.printStackTrace(); }
-
Using a Store Variable.
Isn't it just getStore()? Then you can do getStore().buy() or whatever.
-
script stops working after break
I think I have an idea of how I could fix this, thanks a lot for the help guys!
-
script stops working after break
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.
-
Khal AIO RuneCrafter
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