Leaderboard
Popular Content
Showing content with the highest reputation on 03/04/15 in all areas
-
Hi! I designed some new pips to maybe replace the current? i didn't make them for all but i can, i just figured it better suites the website and is more unique then images 805 of ipb use, let me know what you think5 points
-
5 points
-
5 points
-
yea ill pay him right now its fine by me jamez is my friend and i trusted him with +25m im not letting him get banned for 3.5m user refunded Now close this please5 points
-
Like, wtf kind of stupid shit is this? I post threads in spam, gets locked. I ask questions, gets locked. I ask for my thread to be unarchived, gets locked. wtf is going on?4 points
-
It is being tested (later that day:)3 points
-
2 points
-
2 points
-
Erm, what do you understand with "maxed" ? The stats you posted are not maxed. If you ask about the price for the stats you posted, I would say somewhere between 15-35m 07gp I would also like to inform you that you need a post count of 100+ in order to sell accounts over osbot. *I know that you aren't trying to sell them right now2 points
-
Could we have a little section or something where we can always see what scripts have been released recently? Like for example, Khaleesi released his Caged Ogres script today, how many of you did honestly see it? I 'helped' him make it and I didn't, lol. This script should've been put under "Combat/Slayer" and also in a special section called 'Recent releases' (one for SDN and one for non-SDN script section) for about two weeks so that nobody ever misses out on new script releases! More ppl seeing new scripts > More people buying new scripts > More money for OSBot/Scripters > More scripts > PROFIT What ya guys think?2 points
-
That's not really dynamic because it still creates a pattern. Furthermore I would be safe to say that a majority of bans stem from either client detection (which we are working on), average bot play time vs average human play time, account age, and activities that you are botting. In regards to what sleeps you should be using here at OSBot (or botting in general), it should be conditional. What happens if you get a lag spike and your sleep time of 1kms isn't enough before the next action? Either it will fail the next action or loop through your logic again. Take a look here: http://osbot.org/api/org/osbot/rs07/utility/ConditionalSleep.html2 points
-
Just purchased it, Why does it use the mini-map at the gnome course to move 3-4 tiles. Looks suspicious as fuck.2 points
-
2 points
-
Yea, my main got banned todat aswell, really sucks. rest in rip. But i ain't motherfucking leaving!1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
How to use get free scripts on the client: 1. Log into the OSBot client using your forum username and password. 2. Click the green play button in the top-left corner. 3. Click the "Browse" tab. 4. A list of scripts both premium and free will appear. You may sort them by type (Combat, Woodcutting, etc).1 point
-
1 point
-
Not free anymore , a really fantastic script, Thanks for keeping it free for that long, sadly I wont be able to utilize my suggestions. Again, Thank you!1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
if(cow.getHealth()<8)//im assuming you named the npc variable for cow cow. //basically this will check the cows health, and if its under 8 it won't attack it. { cow.interact("Attack"); } you can add an extra check as well like if(cow.getHealth()<8&&!cow.isUnderAttack) that way you can have 2 checks to see, if the cow doesn't have damage and if the cow is not underattack. if you want to add a third check, you can use a message listenter to get the phrase in the chatbox "NPC is already under attack" or whatever by doing @Override public void onMessage(Message message) throws InterruptedException { if(message.getMessage().toString().contains("Already under attack."))//make sure this has the exact phrase, case sensetive and all { log("This cow is already under attack!"); //then have your character move somewhere else or have it do another action after it gets this. } } I'm not the best with the osbot api/java in general but this should help a bit, apaec will probably be able to give you more advice though. I misread your question my bad, gonna leave that there though incase anyone else is curious. What you can do is make an area of the cowpen you're killing the cows in, and then you can do something like Area COWPEN = new Area(top right x, top right y, bottom left x, bottom left y); if(cow.isUnderAttack) { localWalker.walk(COWPEN.getRandomPosition(0));//will get a random area in the cow pen to run off to, then will kill cows that aren't under attack, or keep doing this until it finds one. } Defiantly better ways, but this is something that will work.1 point
-
1 point
-
1 point
-
1 point
-
Nice script. I've been using this for a few weeks now and I'm already 1-85 fishing1 point
-
Yeah would be nice to get a pizza or wine cooker since those are the fastest ways to 99 cooking.1 point
-
We have rules, this isn't p****bot. You can't come here and act like a child and cry because your thread gets locked and make 5 different threads complaining about it. If you have a problem with your thread being locked PM A MOD. I'm sick of your stupid threads 24/7 asking why a thread is locked. The spam section isn't to question the staffs decision in closing/moving/warning you. It is to talk about random stuff. No wonder why all your threads get locked, it is because you don't use the pm button you think you have to make it public trying to make the staff look bad, we aren't going to go around letting you act like this is some crap site that doesn't care about their staff like another popular bot. If you make another thread without pming a staff why your thread is locked, I'll just ban you for 24 hours each time you do it.1 point
-
1 point
-
Did you post your un-archive thread request in the spam/off-topic section. What even. This ain't PB.1 point
-
1 point
-
1 point
-
1 point
-
Can you make it more humanlike? Paid for it 5$ , lost 7,5$ for membership +5m equipment so i would like at least my bot to work1 point
-
First you need to store the list, then null check the list. Making 2 calls is a common beginner mistake, which can result in a NPE when you thought you checked it. See the quote for the changed code. Also idk where u got this from: int randomNum = rand.nextInt(((p.size()-1) - 0) + 1) + 0; but that literally makes no sense. This is the same as p.size() -1 - 0 + 1 + 0 = 0 No clue what you were on when you wrote that but i need some.1 point
-
1 point
-
We're all used to being banned anyways1 point