Leaderboard
Popular Content
Showing content with the highest reputation on 10/28/15 in Posts
-
6 points
-
4 points
-
4 points
-
3 points
-
Opened it back up, @StrixSales Are you claiming this isn't your paypal that sent him the money? If he went first, why would an impostor send the money just to charge back? If a scammer got the money he would just block them, not send money from his own paypal to just recover it later.3 points
-
85 fetching from this script so far. Will post if i get to 99! Plan on botting 3-6 hrs a day2 points
-
2 points
-
2 points
-
1 point
-
1 point
-
Trying to run using knives doesn't seem to work, just says calculating for ages and doesn't do anything. This is with injection, loaded inventory, more than 2 food, I have tried with loot arrows on and off. just doesn't do anything.1 point
-
1 point
-
1 point
-
czar I tried to run script but it just loads up czar bot console and doesn't load up a gui. can you please help?1 point
-
1 point
-
Czar i bought this script a while ago and i loved it, I looked in my script collection and i noticed that it had been removed. Is there a time limit that i didn't know about?1 point
-
1 point
-
Every night, when I try to sleep, the scene plays in my head. Oh, Mod Weath, why must you be so harsh? Babies cry when they enter this world, not because they are upset, but because they are scared. Scared of the lurking monster that is Mod Weath.1 point
-
ill be botting with you for a few days lel you got banned on me1 point
-
why would they just not use pp in first place ...1 point
-
The reason it eats all of your food is because getHealth() isn't updated outside of combat (so your 'health' will stay the same if you eat outside of combat). use something like this if you still want percentage: public int getHealthPercent() { int max = getSkills().getStatic(Skill.HITPOINTS); int dyn = getSkills().getDynamic(Skill.HITPOINTS); return (100 / max) * dyn; } Also, the reason you're getting an error is because you aren't nullchecking the door. if (door.exists()) { log("Opening door."); door.interact("Open"); } else { log("Cannot find door."); -> if (door != null && door.exists()) { log("Opening door."); door.interact("Open"); } else { log("Cannot find door.");1 point
-
1 point
-
Version 0.30 - Added failsafe for moving out of the area - Less chance of moving out of the range area - Unregistered OSBot's client behavior, now using custom fresh anti-ban enjoy1 point
-
Yep, I will add an option to turn that off. It's part of an anti-pattern feature which will help save your account from bot bans, you're welcome EDIT: Oh, if it changed just the fish, then just restart the bot. The behavior of the bot usually gets back to shark by itself anyway, no big deal1 point
-
Yes but there are certain spots where I want to train where the NPCs can't get me but they are not in a cage and without safe spot you can't because it will try to get to the npc sometimes but it's not possible hence ruining your training and also gives a ban risk1 point
-
Remember, getHealth will only return to a value if your health bar is visible, if the character is fighting. You can use widgets to get the character's HP; find the correct parent and child id for HP widget and translate the string to an int.1 point
-
Got back into doing this, and that's what I'm doing now. Since my script has improved greatly, I can run at master farmers with 10hp with no problems ^^ Been running whenever I can, especially overnight.1 point
-
Before I used to bot, way back before pre eoc, I never thought auto clicking was even botting, I auto clicked 99 mage. But then I began to bot, and did range guild till 99 range, chins till 99 hunting, and yews/ magics till 99 wc. All without ban so maybe it was okay in pre eoc.1 point
-
been botting blue drags for a very long time with break system on old 8+ year account with Dark Magician blue dragon script no problems or bans so far.1 point
-
I am starting the script with anti pattern on and hop worlds on, I select main (east) location and the script proceeds to run me to the ladder at the entrance, go up the ladder and start running towards fenkenstrain's tower.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
No one is gonna give you methods, go out in the world of runescape and find your own.1 point
-
1 point