-
Incorporating mouse records with OSBot
It's not what you're asking for but I'm sure you could use something like VMware to run an autoclicker without it affecting your actual pc.
-
I'm stupid - Script wont start
I think I must be blind, I can't believe I didn't see that. I'm 10/10 stupid for that, thanks dude.
-
I'm stupid - Script wont start
I'm trying to follow Chris' tutorials on Youtube to hopefully get started so I can make some scripts, however for some reason when I try and run the script it doesn't do anything and I also can't click on anything in Runescape https://streamable.com/j65s5 Here is what I have in IntelliJ: // CTRL + O to implement methods import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; public class ChocolateCrusher { @ScriptManifest(author = "Eldrism", name = "Chocolate Crusher", info = "Crush Chocolate Bars into Chocolate Dust.", version = 0.1, logo = "https://i.imgur.com/WPGHQcY.png") public final class Main extends Script { @Override public final void onStart() { log("This will be printed to the logger when the script starts"); // Anything written in here will only run once. } @Override public final int onLoop() throws InterruptedException { //Anything in here will keep on looping (every 600 - 1200 milliseconds). NPC npc = getNpcs().closest("Goblin"); if (npc.isVisible()) { //if it is true then it will run the code here log("Goblin exists!"); } return (600); } @Override public final void onExit() { //Anything written in here will only run once (when the script is stopped). log("This will be printed to the logger when the script exits"); } @Override public void onPaint(final Graphics2D g) { g.drawString("Chocolate Crusher",12,130); } } }
-
Be careful with Accounts beeing Recovered of TutIslander
I'm a bit late to the party but I bought 100 accounts that were verified from him and I didn't log into a good 90 of them and 2 weeks later they were all banned. I gave him the benefit of the doubt but yeah, shame.
-
Autoclicking to 99s Project 2
I don't believe this will make a difference as when you click continue on that box it doesn't continue cooking after. Thanks for the suggestion though man Also, sorry I have another question. How long do you run these usually? As they are seemingly safer than botting
-
Autoclicking to 99s Project 2
I'm loving this series man! Looking at getting to 99 cooking, how did you deal with level up messages? As it obviously stops you cooking when it pops up. (If you don't mind me asking)
-
82 Fishing Account [Anglerfisher]
Thanks for the quick response man, the price seems alright. Ah, right I didn't realize that, thanks for letting me know
-
82 Fishing Account [Anglerfisher]
I have an account which is at 82 fishing, which means it can fish Anglerfish. Does anyone know the general value of this?
-
Road to 99 Fishing using JitBit
Well, the account got banned yesterday which is great. So I'm probably going to make a new account and fix up the 'script' I made to see if that helps.
-
Eldrism changed their profile photo
-
Road to 99 Fishing using JitBit
I'm excited to see how it goes. Might do some AB testing to see the hours I can run for and see if I can run some 'bots' by doing this. Will have a try in the coming week as I'm away for the weekend. Anyway, fingers crossed I can hit 99 fishing!
- Road to 99 Fishing using JitBit
-
Road to 99 Fishing using JitBit
Inspiration comes from:
-
[Previous SII] ☆ LoudPacks Custom RuneLite Plugin Shop☆ Fast ✔
LoudPacks edited some Runelite code for me in order to meet the preferences I want. He was very responsive and very quick at getting the job done, I highly recommend using him if you need a plugin or some code editing.
-
How much money to put on each account?
Sorry, I'm always asking so many questions on here, it's probably pretty annoying. However, I was wondering how much money do you guys normally put on your bots? For instance I was looking at maybe using a tanning bot, however, for 24 hours of use with Green Dragonhide, it will cost me ~100m per account to get the resources for it to run for 24 hours which seems like a lot. At the moment I'm having to keep running back to the GE manually every few hours to sell the leather and then go back to Al Kharid because I run out of hides/money.
-
Almost never before seen!
He got banned, so the assumption is he did something stupid. I mean it's pretty easy to follow the rules and not get banned.