-
Posts
262 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by Hybris
-
Welcome to my account shop! Currently this only exists of NMZ Ready accounts but I will add more soon! If you have any requests for accounts feel free to contact me! Discord: Janne#1565 Current stock: 7 Price: 40M each Account Stats: Account Quests: All accounts: - Are completely hand made(from creation to finish) - Are mine (Original owner/My e-mail is registered) - Have a Rock cake/Dramen staff/Bearhead - Have the stats/quests pictured above - Have no offenses whatsoever
-
Aight thanks mate I'll look into it!
-
Hello there, I'm going to start myself up a botfarm but before I do that I want to make sure I have a good base for it, meaning I'll have a good account/proxy provider, a good method but most importantly a good data gathering method to make sure everything is going as planned & to see where I can improve. I'm currently using MySQL Workbench to keep track of the accounts (banned or not, status, ...) but I was wondering what the best tool would be for visualizing my data. By that I mean like a dashboard that shows average play-time before ban, total income, gp/hour, ... By using the data from my database. Any idea what tool I should use to create a dashboard like this? I've already tested Tableau & PowerBI for a bit but perhaps there is a better one for my needs Thanks in advance, Hybris
-
I think you can make screenmakers with Runelite
-
Interesting, you should try to do a second account at the same time & use https://osbot.org/forum/topic/139126-macro-recorder/ to see if you get different results!
-
Looking to advertise your website/discord/clan chat in-game?? Well look no further because I have exactly what you need! I take care of the accounts, the proxies, the VPS, ... for you! 24/7 online time Unlimited amount of accounts Automatic ban replacement Any world(s) Any place(s) Huge bulk discount Moderator decection! Contact me now on discord: Janne#1565 Terms of Services: 1) You will provide full payment before it starts (At least 1 day payment) 2) We have the right to refuse/refund any order 3) Changes to text/worlds/places can only be made after the current service is complete
-
Disputed Member: bootyin Why it should be removed: He thought I scammed but wasn't me. Details: The owner of the service I was admin of scamquit both me & all the clients. Bootyin was one of them, so he too was scammed but now it was confirmed by him that it wasn't me that scammed. Link to topic: N/A
-
I can give it a shot although I'm not super familiar with the script Add me on discord
-
Add me on discord Total for the 3 quests would be about 25M
-
Contact me on discord & we can discuss a price
-
Add me on discord, we'll do it for 45M
-
Solved by @Token! Just changed the "," to ";" and bam all done
- 1 reply
-
- 1
-
-
Hit me up on discord & we can discuss a price
-
Hey there, I'm having a bit of problems with using parameters in my script, as you can see in the CLI below the script should have 2 parameters (param1 & param2). java -cp "lib/*" org.osbot.Boot -login user:pass -bot user:pass:pin -proxy ip:port:user:pass -allow lowcpu -world 386 -script scriptname:param1,param2 (In the lib folder I have a mysql connector & the osbot jar, obviously user & pass & stuff like that are filled in in the actual CLI) I'm encountering 2 weird problems: 1. This log only prints out one of the parameters (param1), it never processes the second parameter for some reason. log(getParameters()); 2. For some reason it doesn't find my proxy anymore. Previously the proxy would show at the left top of my client, but now it just shows [0]: Hopefully someone can help me & tell me what I'm doing wrong! Thanks in advance, Hybris - Janne
-
Look into using this: & write your code something like this: if (widget != null) { if (widget.interact("Make")) { api.log("Vial amount: " + api.getInventory().getAmount("Vial of water"); api.log("Herb amount: " + api.getInventory().getAmount("Ranarr weed"); Sleep.sleepUntil(()-> api.getInventory().getAmount("Vial of water") == 0 || api.getInventory().getAmount("Ranarr weed") == 0, 20000); api.log("ConditionalSleep returned: " + result); } }
-
Detecting mutes + lowering banrates on spam accounts
Hybris replied to Hybris's topic in Scripting Help
Yea unfortunately Jagex made it almost impossible to spot mutes -
Add me on discord & I can give you an accurate price for each of the quests/skills
-
Detecting mutes + lowering banrates on spam accounts
Hybris replied to Hybris's topic in Scripting Help
Yea this is what I thought of too, but in a little "easier" way (not sure if possible though) by just checking if the name of the other account still shows up in chatbox. This way I wouldn't need them to add eachother & nor would they have to spam different messages. -
Detecting mutes + lowering banrates on spam accounts
Hybris replied to Hybris's topic in Scripting Help
Ah right I forgot to mention this, yes I am using the keyboard.typeString() method -
Hey there, I was wondering if there was any way to detect when an account is muted. Secondly, I'm currently trying out a bit of text spamming with OSBot, but my accounts get fairly quickly banned. Some people told me their accounts survive at least 5 days before getting the ban/mute hammer (they're using runelite, which could be the difference but that'd suck) while mine get banned pretty often. Is there anything I'm doing wrong here? The bots are: - Taking 7 min breaks every 2h - 7-day membershipped with mobile promo - Just spamming, with mouse on screen in place (should I move mouse outside screen?) - Not interacting with anything at all Thanks in advance, Hybris