Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FearMe

Members
  • Joined

  • Last visited

Everything posted by FearMe

  1. Yeah, it happens in the middle of the path, I always print out the state when I'm testing my script :P. I've had this issue before but I sorted it out.
  2. It's starting to really annoy me, I have to walk through an area where there's aggressive monsters and the walker sometimes just stands still, meaning I get to half health... I don't see where the problem is, sometimes it works perfectly fine but sometimes it stands still for no reason. public void walkPath(Position[] path, int startIndex, boolean reverse) throws InterruptedException { if (script.myPlayer().getPosition() .distance(path[reverse ? 0 : path.length - 1]) <= 3 || script.myPlayer().getPosition().distance(path[startIndex]) > 100) return; if (!reverse) { for (int i = startIndex; i < path.length; i++) { if (!walkTile(path[i], 3)) i--; } } else { for (int i = startIndex; i >= 0; i--) { if (!walkTile(path[i], 3)) i++; } } } public int getPathStartIndex(Position[] path, boolean reverse) { int closestIndex; int closest; if (!reverse) { closest = script.myPlayer().getPosition().distance(path[0]); closestIndex = 0; for (int i = 1; i < path.length; i++) { if (script.myPlayer().getPosition().distance(path[i]) <= closest) { closest = script.myPlayer().getPosition().distance(path[i]); closestIndex = i; } } } else { closest = script.myPlayer().getPosition() .distance(path[path.length - 1]); closestIndex = path.length - 1; for (int i = path.length - 1; i >= 0; i--) { if (script.myPlayer().getPosition().distance(path[i]) <= closest) { closest = script.myPlayer().getPosition().distance(path[i]); closestIndex = i; } } } return closestIndex; } public boolean walkTile(Position p, int margin) throws InterruptedException { if (script.myPlayer().getPosition().distance(p) <= margin) return true; else if (script.myPlayer().getPosition().distance(p) > margin) script.client.moveMouseTo( new MinimapTileDestination(script.bot, p), false, true, false); int failsafe = 0; while (failsafe < 10 && script.myPlayer().getPosition().distance(p) > margin) { if ((script.client.getRunEnergy() > MethodProvider.random(25, 40) || script.myPlayer().isUnderAttack()) && !script.isRunning()) { script.client.getInterface(548).getChild(93).interact(); script.sleep(MethodProvider.random(500, 700)); } script.sleep(100); failsafe++; if (script.myPlayer().isMoving()) failsafe = 0; } return script.myPlayer().getPosition().distance(p) <= margin; }
  3. FearMe replied to FearMe's topic in Spam/Off Topic
    "You may not use this Website if you are under 18 years of age." pls, doesnt say anything about consent
  4. FearMe posted a topic in Spam/Off Topic
    http://osbot.org/tos.html 11. The Website may not be used by minors under the age of 18 years of age. You may not use this Website if you are under 18 years of age. Before being able to download OSBot software, you must confirm that you are over 18 years of age. You warrant that you will not give such confirmation unless you are over 18 years of age.
  5. for free pm me pls
  6. How Can Mirrors Be Real If Our Eyes Aren't Real?
  7. thx roomscape
  8. :fearme: will be the new smiley, it will be my avatar yes/yes?
  9. Also, that'll click the bank booth several times since a tick is .6 seconds, so it can click it for like 5-6 times in a row if you're unlucky.
  10. Have you tried logging the ID and looking for the item that's the ID?
  11. I think your casing is wrong.
  12. Thats if No advertising counts too.
  13. FearMe replied to Kittens's topic in Spam/Off Topic
    yes
  14. FearMe replied to Alek's topic in Archive
    People are also not forced to pay $10 a month, yet they still get better treatment than scripters even though they don't contribute to the community as a whole. inb4theykeepthewebsiterunning Also, what is the point in buying a script source instead of buying VIP? You pay for both, and you're gonna have to maintain it somehow.
  15. FearMe replied to Alek's topic in Archive
    Thank you.
  16. FearMe replied to Alek's topic in Archive
    Also, there's already a percentage being cut out of our script sales when a VIP buys the script(which doesn't give us any money at all), and now you want to make them even MORE "important" than they already are? I'm seriously pissed about all this bullshit, because it makes no fucking sense. VIPs buy VIP so they can run more bots, which the scripters provide.
  17. FearMe replied to Alek's topic in Archive
    It was less than a week after when I released mine, because I had to wait for it to be accepted. You still haven't answered my question to why you're trying to make a SCRIPTER rank on a BOTTING forum less desirable/valuable. That is my main question and frustration here.
  18. FearMe replied to Alek's topic in Archive
    That is just one of many, he applied for OSD i remember recently, and his scripts were in high demand and of good quality. I think this thread is complete bullshit and the tab limit should just be set to 4 as before, keep the rest(maybe make OSD applying better, it doesn't really make sense).
  19. FearMe replied to Alek's topic in Archive
    Assuming you can see sales, compare Swizzbeat's and my fletcher's sales. Then you can try telling me again we have the potential to earn the same amount of money. He got thrice the sales as I while mine had proven better results(no offense swizz love u ), and the only reason I can think of that happening is because of his name colour.
  20. FearMe replied to Alek's topic in Archive
    I don't think most of the people realise that we're ~*SCRIPTERS*~ on a ~*BOTTING*~ website, I see no reason why we would be less significant than VIP users.
  21. FearMe replied to Alek's topic in Archive
    LOL that's hilarious.
  22. pls roomscape
  23. I reported you for spamming. I'm sorry but you went too far.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.