Everything posted by Hybris
-
Is making scripts illegal?
It's against runescape rules but not illegal
-
Hopping to pvp world (dialogue?)
Glad I could help! If you have any more questions let me know!
-
LF Accounts with some skills done
Looking for accounts with these stats: - 20 agility - 10 fishing - 31 crafting - 36 woodcutting - 13 magic Your supplies & must have at least 5 days of membership left when I buy the account, willing to buy in bulk.
-
Botting Recovered Account
Agility has a high banrate
-
Hopping to pvp world (dialogue?)
getWidgets().getWidgetContainingText("Switch to it").interact();
-
Using Juggles AIO fighter
If you aren't banned by next the monday it's unlikely you still will be, but delayed bans happen so 1-2 weeks to be safe. Using premium/private scripts help a lot with the banrate, other than that just bot smart (breaks, not too long, ...)
-
Using Juggles AIO fighter
I obviously can't say for certain if your account will be fine, but yea I think botting 3h once shouldn't be a problem 😛
-
Using Juggles AIO fighter
Exactly, any free resource is flagged and thus Jagex will detect that you're botting faster. Even botting for 2 hours a day might get you banned (especially if you don't have/do any skills/quests). If you wanna bot your main I suggest you just use your pc without a proxy (if you weren't previously banned on this IP) & don't bot too much per day + do some actual playing on the account.
-
Can't download the client
http://osbot.org/mvc/get Does it download the client? What does it say when you start this?
-
Using Juggles AIO fighter
- You shouldn't use a free vpn or free proxy. - Break every now and then - F2P botting has higher banrate than P2P, so don't bot too much a day & try to keep consistent hours Botting is always high risk, don't expect you will never get banned.
-
The bot wont work
You're almost 100% doing something wrong mate
-
Script logs out and ends script on start?
It's probably the script & not OSBot. Contact @Czar & he should be able to give you a better answer
-
Banned without using a script
Alright thanks guys! Guess I was just unlucky
-
Got banned, with this script. Tell me how I can improve it.
I disagree, any script written by yourself is in one way or another unique which would make it harder to detect, even if it's just a little bit. + I think he's mostly practicing by writing this script.
-
Banned without using a script
Even so the account was rested one week after tutorial island & 1 week after prime & that's when I played it, no bots & got banned within an hour, it's very strange.
-
Banned without using a script
It was rested for a few days after primed & as far as I know it was rested after doing tutorial island too.
-
Banned without using a script
I bought an account with membership with tutorial island done & a proxy from 2 different TRUSTED members, this was a couple days before today. So today I decided I wanted to manually make an NMZ account. I wasn't sure what to do with it any further but that's not important for this topic. I started by trading over a couple of items from another account & then proceeding to train some crafting (MANUALLY). After getting 31 crafting I moved on to getting 10 agility on the Gnome Village Agility Course & then glory-teleported to Draynor Village for some more agility. While doing agility I got the connection lost message & when going to my Account Status I was permanently banned. My question is, was I banned because I traded with another account, because the IP was flagged or was it just because botting was detected before I got my account & thus a delayed ban? Thanks in advance, Hybris Just to emphasize, I DID NOT USE ANY BOT AFTER BUYING THE ACCOUNT.
-
Autoclicking to 99s Project 2
Damn this is a sick project! Good luck mate!
-
Got banned, with this script. Tell me how I can improve it.
To answer your question for better sleeps: Conditional sleeps are used to stop sleeping whenever your condition is true, so putting a random in the time-out isn't that useful since you'll almost never reach that. Your onLoop is at 100ms now so you're reacting insanely quick. I read somewhere that a human reacts on average at 215ms. The best way would be using gRandom(215,80), but the method is deprecated in OSBot because it wasn't working correctly. I'm sure you'll find how to do this if you google it but that's probably not a priority right now. Start by upping that onLoop time a bit so it's more human-like. F2P does gets higher bans than P2P & as far as I know Twitch Primes get a higher banrate than other membership methods. It's not even sure if Jagex can see the mouse movements, some people say it matters, other people say it doesn't. The truth is there isn't enough data for us to know & sadly none of us work at Jagex. Lastly: You are botting so you WILL get banned. It can take minutes, it can take weeks. The quality of your script is important & so is your IP (whether it's flagged and/or residential), but in the end the risk is high & if you keep botting, you will get banned eventually. - Hybris
-
Trouble Launching OSbot
Why type it in the search bar? why not just go to the program files & see if java is in there? Add me on discord I'll help ya. Janne#1565
-
Trouble Launching OSbot
That's very strange because I just tried again & it worked completely fine for me that way. The only thing I can think of is that your path is wrong. Is your jre in Program Files or Program Files (x86)? Go to your java.exe, open properties & copy the location to make sure the path is right. If it's still wrong add pause to the bat file & post the error message.
-
Trouble Launching OSbot
"C:\Program Files\Java\jre1.8.0_211\bin\java.exe" -jar osbot.jar
-
CLI wont load script
Try using it like this: java -jar YOUR FILE PATH -login OSBOT_USER:OSBOT_PASS -bot RUNESCAPE_USER:RUNESCAPE_PASS:BANK PIN(feel free to put 0000) -script SCRIPT_NAME:params
-
.
Try to redownload it & make sure you have java 8. If it still doesn't work post a video
-
Thread not dying after restart
Make sure u use the script skeleton, if you put the if statement in the onLoop there shouldn't be a problem as far as I know. You also need to make sure the script is sleeping while you're trying to log, otherwise it'll loop & you'll get multiple tries. You can use conditional sleeps so it'll make sure you are hopped before waking up again. https://osbot.org/forum/topic/127193-conditional-sleep-with-lambda-expressions/ If it still doesn't work, post the code you have & I'll take a look at it.