-
Posts
821 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by lisabe96
-
I'm trying to check if the bot has the required runes to cast a spell. Right now I'm using getMagic().canCast(Spell spell) However this clicks the magic tab every time it checks. I figured there's code that checks for the requirements behind "cancast" somewhere but I can't find it in the API docs. Any help? tldr; How do I check if I have the required runes for a spell without using getMagic().canCast() as that open the magic tab every time.
-
UPDATES: Combat: * Will not take arrows when it's to far to walk (example at lumbridge goblins: if the bot killed a goblin from behind the fence, no human will run around 10 tiles just for those few arrows. This bot won't do that anymore either.) * Enabled burying bones * Experience trackers & other tracking info added * Magic now works, will run away when you're out of runes Other: * Splashing added with random interactions and delays -> Randomly clicks to stay active (also randomly performs a few random actions here) -> Attacks a new target of the same type as you started with when out of combat * A few new zombie walker locations added Overall: * Specific task info tracking is now displayed in the GUI in the tracking tab. Click here to download version 1.1 Alpha Note: I started on mining which will be visible as a task, but it does NOT work yet, still under development.
-
Just saying but that piece of code doesn't send anything to the server sir. Also the api itself clicks multiple times or fails on it's own already, and it moves camera as well if you really want some pseudo's. Nobody knows how their antiban works, but im pretty confident that some pseudo's aren't going to save you. Just place it under the script folder; c:\users\youruser\osbot\scripts
-
First of all, its 600ms And second, if there's no action involved with the mouse click there's no data passed so they have no clue what you're doing exactly. You're mouse position itself is never passed at all, ever. I know the whole protocol after spending years in this RSPS scene, trust me on that one
-
You can check whether u want to use anti-ban or not. With anti ban enabled it will use random anti-ban methods. However this is still in development as well, but it already has some: example: When a fishing spot moves it will randomly decide whether to move directly to the next spot or wait some time to make it more himan like. example2: When banking it will sometimes stay for longer in your bank than needed (like you're checking some things in your bank) example3: In combat it will randomly delay before attacking a next target, when using ranged it will not always pick up the arrows when there's only 1. My approach is that I just observe myself while playing and turn the "weird actions" that make you human-like into code. I do NOT spend time on pseudo-anti-bans like clicking tabs, hovering skills as this data is not send to the OSRS server, so they don't even know that you're doing all that stuff.
-
If it's macroing they wont reply, you dungoofed
-
Would you ever risk any amount of botting on your main?
lisabe96 replied to nightfall1's topic in Botting & Bans
I bot my mains, which results in new mains -
Check the logger and see if there's any errors thrown when your CPU usage goes up. Nullpointers can cause CPU usage going crazy
-
Like a year late with this post lol. Sticking with w7 here, foreva
-
Nvm, it does click the minimap and not an actual ground tile so you can't interact with anything. The solution given works thanks!
-
But could that ^ not get you into unwanted situations? Like if there's a ground item at that tile or an npc you might be clicking that
-
private static void walkToTile(Script script, Position position) { WalkingEvent walkingPath = new WalkingEvent(position); walkingPath.setMiniMapDistanceThreshold(0); walkingPath.setMinDistanceThreshold(0); script.execute(walkingPath); } Doesn't work, when I'm already nearby the tile it wont move to it. Is this something that is broken or am I doing something wrong?
-
Banned for fishing today
-
K at least it would give the few people that know where to look some information then