

Probability
-
Posts
101 -
Joined
-
Last visited
-
Feedback
0%
Posts posted by Probability
-
-
3 hours ago, Medusa said:
He probably did bot then
Thinking about it more, I reckon he probably did bot.
Streaming must be stressful and it would be hard to keep up. It's not great to show your channel doing agility for 50 hours. Much better to let a bot do this whilst you sleep and then get back to PvM/PKing for the stream.
If true, it means that the best anti-ban is to be a streamer.
-
Is it worse to censor or attempt to censor and get found out?
-
Vocation
Noun
A type of work that you feel you are suited to doing and to which you should give all your time and energy, or the feeling that a type of work suits you in this way.
Usage:
- I feel I've found/missed my true vocation.
- Most teachers regard their profession as a vocation, not just a job.
- To work in medicine, you should have a vocation for it.
-
1
-
Are you intending on funding the purchases through botting/rs black market?
-
Just fyi, I found a workaround. Can close this.
-
Can always look in the market place section. Check out the thread owners rep and whether there are any bad reviews.
-
Good thorough guide.
-
2 hours ago, Kyra said:
is there any tutorial how to setup MM? because i want to buy it but cant find any explanation how to use it. Is it hard to start using it ?
You have to be VIP and then select the MM option when you load up OSbot.
-
Oh awesome, thanks to you both for bringing attention to this.
I'd been wondering why my clients were loading so slowly. Had assumed I mucked up the CLI command or my internet connection was iffy.
-
I'm noticing an odd issue when using the CLI and wondered if others had come across the same.
Say I start a script up with the CLI. It will log into the account and then needs to hit the red button to 'click here to play'.
Occasionally it hangs here and can't seem to click the button. There's no log information, it just seems to get stuck.
Sometimes that issue doesn't occur and the bot is now live in the world of Runescape.
The script begins in 'initialising' mode. Only it can't seem to move past this.
Now if I stop the script and manually start the script again, everything is fine. It moves from initialising to the next step without any issue.
For some reason I only have this issue when using the CLI.
Has anyone had these error and what did you do to fix it?
-
I bot for 8-12 hours a day and have put in enough practices so as to handle bans *touch wood. I write my own private scripts.
I found that botting during Jagex work hours leads to very quick bans, so for some reason I can't crack that magic 24 hour mark. Not complaining though
-
2 hours ago, Malcolm said:
Wear this when applying for a job at Jagex
-
8 hours ago, tarxan said:
the system will flag an account and when botwatch are back in office they roll out the ban hence your delayed ban. It all comes down to: what type of proxy u are using andhow long are u botting per day and your length of botting per day along with breaks. try not to bot longer than hrs per day and dont bot longer than 1 hr without breaks. Also, go getyourself a residential proxy
You can bot longer than 1hr without getting a ban. I do it everyday.
-
We could use some more information
- What script/what botting method were you using?
- Residential IP or Datacentre IP?
- What times were you botting?
- etc etc
-
11 hours ago, Malcolm said:
Any idea how it’s getting into that position?
I'll get you a pic this weekend and post it here.
-
Hey @Malcolm
Noticed a small glitch in the first room (when you first arrive to tutorial island). After the character has selected it's name and appearance, it tries to talk to the first guide but occasionally seems to get stuck on the chest of drawers.
-
Would a quoted value of 20-25m rsgp be reasonable? I've seen higher valuations in the past and given that these accounts can earn a fair bit with ZMI altar, 20-25m might even be cheap.
-
If I make a mistake on one of my bots, it's always banned the following day, regardless of weekend/weekday.
As such, I bot the same number of hours for any day of the week and take the same precautions.
I've been thinking about why we all have difference ban experiences in botting...but it's hard to come up with anything but unsubstantiated conspiracy theories...
-
Remember that scene from the Simpsons where Marge gets addicted to slot machines? It's like that.
“Excuse me, ma’am, don’t you think you’ve gambled enough?” – Mr. Smithers
“No.” – Marge Simpson
“Okay. We’re required by law to ask every seventy-five hours. Get her another free drink.” – Mr. Smithers -
Has 75 runecrafting and 33 magic. No wealth or note-worthy items (e.g. pouches). Any rough idea on price?
I won't be able to sell it until I have 100 posts but am just interested in a quote.
-
- Low CPU mode
-If you can, make the script more efficient (i.e. everytime it reads the script, it should be able to quickly filter out the parts of code it doesn't need).
-
What would be the value of an account with 75 runecrafting? No other stats required (but if it had other stats, this wouldn't reduce the value of the account).
EDIT: noticed I posted this in the wrong area. If a mod see's this, please move to 'Price Check' area - my apologies.
-
If they buy your script, surely that's a compliment to your scripting abilities?
-
I think he's gone lol.
Not withdrawing from bank properly
in Scripting Help
Posted
I find the scripts work better when I do one method per bracket.
e.g. try not to do this
if (condition){ domethod1; domethod2; domethod3; }
But rather do this.
if (condition1){ domethod1; if (condition2){ domethod2; if (condition3){ domethod3; } } }