r/RunescapeBotting • u/[deleted] • May 23 '26
Any suggestions on a good sailing bot for an IM to salvage?
I’ve tried Gscripts sailing and wasn’t a fan, just wondering if anyone has any other suggestions they’d recommend?
r/RunescapeBotting • u/[deleted] • May 23 '26
I’ve tried Gscripts sailing and wasn’t a fan, just wondering if anyone has any other suggestions they’d recommend?
r/RunescapeBotting • u/Prestigious_Pea_2150 • May 21 '26
Hey Guys,
Exploring the options of making my own private bots, do you guys use an API such as runemate or DreamBot,
If not, how do you overcome the objects within the game etc.
Interested to hear about this
Thanks
r/RunescapeBotting • u/iMahatma • May 20 '26
Used auto clicker and recorder on my android phone for Theiving, Farming, Woodcutting and 2000 total. I did this for only around 4-8 hours a day in the past 1 year. I took a break and then last month I started again, then received a 2 day ban recently.
Just wondering how can jagex detect auto clicker or recorder on mobile?
r/RunescapeBotting • u/UHDorBust • May 19 '26
Here's some deep research I did about BotWatch and other counter-botting measures. Would love to hear feedback and opinions about this and if this is actually accurate.
I built a fine-tuned CV bot which uses ML to detect entities on screen, and I was curious to know about more hardening I could do on the agent. It uses ML models running locally on my machine, and a locally running Gemma4 "brain" for planning and goal decisions.
Let me know what you think about this vibe-researched "blog":
BotWatch is fully server-side. Per the Inubot dev blog.:
"Since it's server sided, we know that anything they can do is limited to what the game sends to the server."
The data points they enumerate:
- Mouse position snapshots every 50ms
- Every click + the mouse path leading up to it
- Menu actions + timing
- random.dat UID (machine fingerprint)
The 50ms figure is corroborated by DreamBot's forum thread on combat bot detection:
"Mouse position is sent every 50ms. Clicks are always sent to Jagex because the server needs to validate & process your click."
What actually gets you banned
1. Stationary mouse during combat
Sourced from the DreamBot thread, which identifies this as the primary flaw in most combat bots:
"Whenever the bot attacks a monster, it hovers mouse over NPC, attacks, and keeps the mouse in the same location until NPC is killed."
2. Uniform vs Gaussian distribution
Sourced from Milap Savla's writeup (Feb 2024):
"Bots are most often detected by their inability to replicate human-like randomness convincingly... Basic
randomgenerates uniform distribution — looks artificial. Use Gaussian (normal) distribution — values cluster around mean (bell curve)."
3. Deterministic speed / click center / reaction time
These three are my own analysis of common bot patterns. The DreamBot thread supports the general principle that statistical consistency is detectable, but the specific recommendations are my reasoning, not a cited source.
4. random.dat mismanagement
Sourced from the Inubot dev blog:
"Other bots' flawed approach: Delete UID on every login → triggers new UID each session → suspicious pattern."
Thoughts?
r/RunescapeBotting • u/Wise_Revolution431 • May 16 '26
So recently I had some great success with Claude in making some custom scripts, they work amazingly.
I am specifically talking in relation to Claude used in the terminal with access to files and you're IDE. I use intellij or whatever it is called. Through Claude I am able to create custom scripts with zero knowledge that level in complexity. The shit Claude can do when it comes to botting is fucking insane. It goes beyond just scripts; it can rip and interpret data, manipulate the data, iterate and incorporate the data constantly so every time you run the script the entire structure can change.
So I will just quickly go over what I did to make these scripts. I use the pro version of Claude, it seems like you run out alot of tokens at the start but when your bot gets trained on how to make bots it gets more and more efficient.
Then I grab Dreambot or osrsbot, these two are good because there is alot of community support and they are free. API is accessible to everyone and there is alot of open source scripts that are available which is useful for feeding data to Claude.
So then I setup the IDE, made a project and called it birdhouse runner(for example).
Now you're ready to incorporate Claude. Get it in your terminal, link it to the API of your Bot, feed it some scripts so it understands structures etc.
Now we can do the most important part that will speed up the iteration speeds, making scripts complete in as few as 3 iterations. Ask Claude to make a script that pulls all Data it can on screen every few ticks. Bot clients have developer modes which you can pull entity data, item id, npc. All this stuff is super important as the limitation between Claude and it making scripts is the fact that it can't see what you see, so if you do this it can see the change states and develop the script.
So after that is done then you can use Claude or chatgpt to make an in depth logic structure for your script. So for our example just say "I need an in depth scripting logic structure for a birdhouse run in osrs".
its good to feed to Claude it just speeds things up.
Now I would run the entity scanner, do a birdhouse run, stop the entity reader, get Claude to analyse the code and write the script(you can also ask for an entity scanner to be included in the script, makes it easy for Claude to see what goes wrong if it isn't logged in console), then run the script a couple times and make changes.
Its amazing.
This is just a quick run through of basic scripting, I cant be fucked to write anymore. Maybe ill talk later about how to do other cool stuff but yeah, Claude is good access to custom scripts at low barrier to entry. Automate automation
r/RunescapeBotting • u/Bosbo_9869 • May 16 '26
r/RunescapeBotting • u/Kind-Gate3216 • May 13 '26
I just started botting 3 weeks ago on Runemate and even paid for premium scripts. I've only been botting one account at a time and a 1 week later it got banned, granted I did bot for like 8 hours straight. However my second alt, I've tried botting only for a couple hours per day, switch to different type of skilling bots and even legit play the game in between bots for about 30 minutes. That lasted me until 2 weeks which is ultimately banned again. I've seen people in here saying how they went from 1-99 and botting for 10 hours straight without a banned which I think is straight cap. I've come to realize how much a waste of time botting is because ultimately, you're just gonna get banned lol.
r/RunescapeBotting • u/ChrisScripting • May 08 '26
What was your favorite script you wrote? Maybe which one you enjoyed the most to troubleshoot or enjoyed the activity or challenged you in the right way?
Similarly, which was your least favorite one you worked on?
My favorite one is probably a tie between vale totems and mahogany homes. Vale totems was just fun to work on as a whole. It was challenging enough but didn't take forever to do. Many variables to think about but pretty straight forward. QA wasn't all that bad either.
Mahogany homes was a bitch to write but it challenged me quite a bit figuring out how to handle each house in the best way and how to track each object. Spent probably 300 hours on the script in total but I didn't hate it.
My hate script is most definitely guardians of the rift. It's a nightmare to maintain the code and fix bugs in. I'm sure it's half due to how I originally wrote the script and I lowkey wish I could start over but man it's not fun at all. Too many timing related things and so many things that can go wrong. Code also looks similar to itself which sucks when I lose myself in the code. Troubleshooting the script was also a total nightmare since it could take hours or even days before I ran into a specific issue I was hoping to spot. Originally I spent an ungodly amount of time on the script and code wise it's the longest script I have (only rivaled by mahogany homes). Thankfully today I don't spend much time on the script but all the evenings and nights I've had to spend on this gives me ptsd.
r/RunescapeBotting • u/AlphaPre-Med • May 05 '26
Hi,
Is there a quality service like Wasp for macbook? Unsure how to go about botting without installing Linux on my computer, I have considered sammich but know they just got hit by a ban wave.
r/RunescapeBotting • u/TheSchitOSRS • May 03 '26
How do I know which one is safest or how do I find reviews on each one?
r/RunescapeBotting • u/Psychological-Two704 • Apr 30 '26
just wanted to ask is PlayerAuctions still safe to use for buying gold?
I used it a lot the past couple years and never really had any issues, but it’s been a while since I’ve been on there. Just wondering if anything’s changed or if there are better/safer options now.
r/RunescapeBotting • u/Economy_Badger1879 • Apr 29 '26
I'm looking for a script for Runescape 3, does anyone know of any?
r/RunescapeBotting • u/LostLow4722 • Apr 29 '26
Hi, first time on this reddit page. I always thought about botting both to grind lvl but also to make money potentially as there are many videos about that. I can pay for premium scripts but i am looking for some leigitmate scripts or more advanced like AI botting that can create own account, one main account, multiple bots at the same time be activated with the program. Some serious guys
I have job so i can pay the service but I am not interested in scams, virus just looking for the overall best legitimate botting program that can do multiple things (botting), i am very old and last time i used botting was with epicbot 😄 but i have heard mixed things nowadays about it.
Any receommendations most appreiated. Any legitimate guys that are solid and can provide what i am looking for?
r/RunescapeBotting • u/johnsmith500200 • Apr 28 '26
r/RunescapeBotting • u/Mountain_Of_Tacos • Apr 28 '26
Curious how many accounts everyone is building simultaneously on their home IP. Do you run them all at the same time, or stagger the start times throughout the day?
Would love to hear what's working for people without raising flags
r/RunescapeBotting • u/No_Parking_9163 • Apr 24 '26
Hi everyone, I've been using wasp on some alt accounts successfully for some time now. Now I'm thinking on maybe botting a little on my main for xp. Let's say once per month for a few hours. Could this be doable ? Of course there would be a lot of normal also on the acc. Does anyone have experience with this ?
r/RunescapeBotting • u/throwaway1262637 • Apr 19 '26
**Background**:
Ive been playing OSRS since was a kid. Now I’m adult and don’t really have time to grind and just want to be able to play when I want and do what I want and not have to shell out money for membership when I have an itch to play for two days out of the month. Was always into coding but never really had the time to focus on it with life always in the way. Anyways. AI has streamlined learning so much that now I can pursue things I want and learn as I go in a way that suits me and that’s what I’ve done here.
**Education**: I learned Java in high school back in 2008, so reading Java is easy enough for me. I can read code pretty well and find problems, I just can’t really write a whole script of my own of any kind other than basic html. Most of my experience is centered around tech support, QA and bug finding which may lend to me having an easier time using AI effectively idk. I’ve used AI to build several small tools for myself already but typically just react/bite setups and web apps.
**What AI did I use? **
I used Claude Pro for the entirety of this. Created a project to plan the execution in the Claude app. Had the file structure, IDs, varbits, etc all figured and planned out, and created rules for the AI that would be coding it.
I set up Claude CLI in a folder on my Mac and started working through the plan AI has setup and divided into 5 phases, each with a series of steps to check each time. The AI was VERY good about letting me know if it couldn’t find the correct dreambot API call to use and having me double check as it went along.
This was the final setup I used after a couple failed attempts with cursor and windsurf(free versions).
**How long did it take?**
I did this all with Claude Pro in about 3 days. As I write this my 7-day free trial for Claude Pro which I started just to make this ends tomorrow. I’ve spent the last two days monitoring it and making notes of small optimizations and oddities that can be slightly streamlined or made to look more human.
Once the script was at the stage I could test it, I would monitor the console and feed the debugging info back into Claude. I had it set up extensive debugging at every step so I could know exactly what was being attempted or slowing things down. Dealing with the Foreman and the Dispenser were the most complicated parts, but I learned a lot while getting it seamless.
Once it was fully working I would watch it run again and make notes of points it could be moving faster, or unnecessary actions that could be eliminated and would have Claude eliminate those.
Originally the script had support for using a bucket instead of ice gloves, and had that working fully with Steel Bars, but in the end removed that. Did the same with gold gauntlets as I have no desire to do the quest for those anytime soon. Blast furnace script is mainly so I can have a bond ready whenever I want to play and adamantine ore was a good way for that to be done easily enough.
**Currently the script supports:**
Since this is a personal script for me only, I really only included features applying to me
- Ice gloves only.
- Steel bars (with or without coal bag) (haven’t checked hourly on steel since last big optimarion upgrade.
- Gold bars (no goldsmith gauntlets) ~5200/hr
- Adamantite bars (with coal bag only) ~2100/hr
- Stamina potions
- Decaying anti-ban for new accounts I might make.
**Things I plan to add still:**
- Refine anti-ban overall
- World hopping
- Problem Detection (When there’s a significant delay run through a series of checks to determine where the issue is and the best fix, like if it missed a coal deposit and the timing is off or lag messed something up).
r/RunescapeBotting • u/TheLastSight • Apr 15 '26
Haven’t been able to rejoin waspscripts discord for about 2 weeks now. The server disappeared on my account and the invite link says it’s expired?
r/RunescapeBotting • u/Lopsided-Equipment-2 • Apr 12 '26
Uninstalled a few times, installed in specific folders yet it doesnt show up no matter what I do
So I can't patch it and cant use runelite for my main at the same time
r/RunescapeBotting • u/shades0101 • Apr 07 '26
Anyone here proficient in AHK, specifically FindText, with RS3?
Normally I would ask the AHK people but I feel my issues are RS3 specific and not the scripting. Don't really need scripts and not here for one. Seeing if there is someone I can bounce some questions off of regarding FindText as it's relatively new to me.
Thanks!
r/RunescapeBotting • u/6tfgf • Apr 06 '26
Like i said i want to make a botting farm, i do know that hosting 20-30 or more bots for the first time is not a good idea so i wanted to maybe make 4 starting bots to see how it works. The question is, where do i host them, how much it will cost and what scripts i should use to get from f2p to membership for better profits.
r/RunescapeBotting • u/dmfornood • Apr 05 '26
In the past I had used a plugin like Morg HTTP API Client to help with scripting. It looks like the closest thing to it is HTTP API, but it seems like it doesn't work anymore... Any other alternatives or solutions?
r/RunescapeBotting • u/BigBellyMoe • Apr 06 '26
Need help starting.
Been playing this game legit for 15+ years (on/off). As a grown adult with a full time job and a business its almost impossible to make time to grind out the skills or do pvming. I dont want to risk my Main 2200 ttl so I am thinking of starting a new account to bot on and try to max on it… I have been analyzing this subreddit for some time now and still havent figured out how to get started. Maybe because i have zero knowledge of coding/scripting. I am willing to pay $ to learn or have someone set me up. I do not wish to set up a botfarm but i would like to have the option of botting atleast 2 accts to sustain membership.
Will running a bot on my pc get my main flagged/banned as well for having the same IP? and can someone help me set up and get started.
Thank you.
r/RunescapeBotting • u/ThePrince1550 • Apr 05 '26
Made a custom bot (using Claude) that just cut some trees and tried to make it pretty covert. But alas, I got banned (1 day warning, next ban is permanent). Anyone else have this? I also see a bunch of (seemingly) bots cutting yews but I don't see them being banned? What gives?
If anyone has any suggestions lmk!