Everything posted by Hybris
-
⭐ In-Game Advertising ⭐ 24/7 Online Time ⭐ Unlimited Accounts ⭐ Ban Replacement ⭐ Bulk Discount ⭐
Online!
-
Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
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
-
Data Visualisation
Aight thanks mate I'll look into it!
-
Data Visualisation
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
-
Mac Screen Markers
I think you can make screenmakers with Runelite
-
Mouse recorder adventure
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!
-
⭐ In-Game Advertising ⭐ 24/7 Online Time ⭐ Unlimited Accounts ⭐ Ban Replacement ⭐ Bulk Discount ⭐
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
- DyQuest's Account Shop | Pures | Ironmen | QUESTED | Mith Gloves | God Books | Fire Cape | Rune Pouch | Rocky Pet | 85 Construction | 90 Firemaking | Wintertodt Ready | NMZ | F2P | P2P
-
Solar Service Scamquit
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
-
DyQuest's Account Shop | Pures | Ironmen | QUESTED | Mith Gloves | God Books | Fire Cape | Rune Pouch | Rocky Pet | 85 Construction | 90 Firemaking | Wintertodt Ready | NMZ | F2P | P2P
Do you have discord? I don't use skype 😛 @DyQuest
- 30-82 hunter
- 30-82 hunter
-
Need scripter to fix script
I can give it a shot although I'm not super familiar with the script 😛 Add me on discord
-
need quests done
Add me on discord Total for the 3 quests would be about 25M
-
Questing service on w45
Contact me on discord & we can discuss a price
- sorted
-
Need Song of the Elves (new quest) done
Add me on discord, we'll do it for 45M
-
CLI not reading all parameters
Solved by @Token! Just changed the "," to ";" and bam all done 😛
-
Req - Account Training.
Hit me up on discord & we can discuss a price
-
CLI not reading all parameters
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
-
ConditionalSleep Always Timing Out
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
Yea unfortunately Jagex made it almost impossible to spot mutes
-
Quests/Skillings on a Main
Add me on discord & I can give you an accurate price for each of the quests/skills
-
Detecting mutes + lowering banrates on spam accounts
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
Ah right I forgot to mention this, yes I am using the keyboard.typeString() method