Everything posted by Alek
-
WebWalking Error
Well besides web walker not working right now, your code won't work anyways. Position dest = new Position(3102+random(-4,5),3543+random(-3,9),0); If you can't reach that random position, web walking will say that your destination is null. Just use an area.
-
phishers too greedy to buy windows :/
The guy needs to buy furniture in his house before he buys Windows.
-
Why are we called V.I.P.
You help keep this project alive, that's pretty important.
-
SPEEEEEEEEEED
I'm more impressed by the 1ms.
-
Change your Passwords NOW
4 people are going to get gravedigging points.
-
problem accessing player information in gui
Why Script and not Bot? Bot getMethods() returns MethodProvider
-
Part of gui not showing up randomly
Probably the layout having a conflict or the containers overlapping.
-
OSBot 2.4.89 - Achievement Diaries
Moved to stable.
-
Picking A Random Action
Looks like you're trying to use a 50/50 chance, don't over complicate it with useless calculations. Also check your brackets, looks like you're giving it an entirely different meaning. As far as making something "random", you can always figure out the bounds by gathering enough input. Still, better of an attempt than simply moving your mouse/camera around randomly.
-
Recently I fell in love with a game Runescape
Original Story by: @DuaneCiampa
-
Report Broken Scripts
I'll look into it.
-
Slowing down CPU while botting
Don't use scripts with fancy paints or use Low Resource mode to prevent it altogether. To be honest your CPU shouldn't be that high running a script.
-
OSbot keeps closing after 1 minute.
Scripting Help is for scripters who need help scripting; the correct forum is "General Help". Start OSBot from command line using the flag "-debug 5005". Start > cmd cd Desktop (if you have the jar on your desktop) java -jar "osbot 2.4.89.jar" -debug 5005 This shows all the "logs" from the client.
-
Report Broken Scripts
Looking to do a little bit of an SDN cleanup. Report scripts you believe are broken below and I'll investigate.
-
Где моя семья?
Looks like he used Google Translate and copy pasted the pronunciation.
-
Thoughts on how the new trained jmods will affect botting?
Correct. The bans are automatic but the final reviews are are not, according to the last time the company talked about botting and bans (this could be outdated information though). The only actual increase in bans would be if more bot busting events are coordinated.
-
Thoughts on how the new trained jmods will affect botting?
It's expensive to hire employees. Let's say their salaries are $30k/year, it's going to cost them 6,000 members to employ them.
-
What object type is an entity orange text?
Entity types are not defined by text color. It's an NPC because only NPCs have head icons.
-
Thoughts on how the new trained jmods will affect botting?
I'm sure if you check your stats or moveMouseRandomly() they will think you are a human.
-
OSBot 2.4.89 - Achievement Diaries
Thanks to @MGI and @Zach for grabbing the needed data and creating the API for Achievement Diaries. This not only solved a few issues with broken web walking links, but it opens up more possibilities for scripters. Changelog: -Added AchievementDiaries API -Added Web Link Lumbridge-Shantay stepping stones -Added Web Link Draynor-Rimmington underwall tunnel -Added Web Link Motherlode Mine shortcut -Added Banks GRAND_EXCHANGE Download Link: http://osbot.org/devbuilds/osbot%202.4.89.jar
-
Question regarding inactive users
Needs to be inactive with usually no purchases on the account, even if it expired. Other factors take into consideration such as previous activity, posts, etc. For instance, you would probably never get the account name Kati.
-
Does anyone miss OSBot 1?
Everything is supposed to work; there is nothing in the client that is meant to be broken. Also breaks are working for me.
-
Does anyone miss OSBot 1?
Complains about breaks not working in OSBot 2; doesn't report it being broken - My life as a developer.
-
cli permissions for Robot class
My response was more along the lines of "If it's blocked and there are no optional permission flags for it, then you can't use it".
-
OSBot 2.4.88 - New Settings API & Web Walking (A little more crazy)
This version has now been made stable.