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.

Twin

Members
  • Joined

  • Last visited

Everything posted by Twin

  1. Twin replied to Reid's topic in Archive
    A lot of reason scripts go paid is so the method isn't ruined. If you had 400 people trying to catch lizards, you'd run into experience problems and what not. I could maybe make something like that. ONly issue is is the price of RoC might crash if to many people do it. So it would need to be a limited release/paid script.
  2. Twin replied to Scriptin Vixin's topic in Archive
    How much experience do you have with programming? This is going to be a huge challenge to do something like this. Though, there is something kind of like it by mysteryyy and i think divinity? But i'm not 100% sure who the other developer is.
  3. Did you just make an account to hate on osbot? lol. Osbot has the mirror mode beta, which means no more injection.
  4. Proxy. Don't bot crazy hours. If your bot messes up and gets stuck let that account sit for a bit Premium/private script These should make your chances very low. And note if you get banned on a proxy IP stop using it. It will flag that IP and you'll have a greater chance of being banned.
  5. Twin replied to 10k's topic in Resolved
    I'm not sure there is one. You might be able to find someone who will make you a private script.
  6. What do you mean?
  7. http://www.mediafire.com/download/3kggb2wbztk75vt/CrimsonCatcherFix.rar Let me know if that works I don't have any accounts that can run out to yanille right now, but this should work. Also, this version has a catch incase you can't put a trap down somewhere, and should fix itself. I've just been looking through the code to see where I left off and everything should be fine with this.
  8. I'll mess around with both ways tomorrow, when i got to get my proggies done
  9. I have that in my other case, Once it gets into the spinning room, it executes the SPIN case, i guess i can try extending the area out a few blocks. That actually fixed it lol, gonna see how reliable this is.
  10. So then instead of having all those checks I can just have LUMBIDGESOUTHDOOR? since it's already being filtered?
  11. I haven't touched this script in a while, the new osbot might have messed it up, what version of osbot are you running? Also, are you using the most recent version of it or an older version? The script that is, because I had an issue with one of the releases where I messed up picking the snare with the bird in it.
  12. case WALK_TO_WHEEL: status = "Walking to wheel"; if (myPlayer().getZ() == 2) { this.localWalker.walkPath(BANK_TO_STAIRS); sleep(random(1500,2000)); Entity stairs = objects.closest("Staircase"); if (stairs != null && stairs.exists() && Arrays.asList(stairs.getDefinition().getActions()) .contains("Climb-down")) stairs.interact("Climb-down"); sleep(random(1000, 1200)); } if (myPlayer().getZ() == 1) { Entity door = objects.closest(new Area(3207,3214,3208,3214),"Door"); Entity wheel = objects.closest("Spinning wheel"); if (door != null && door.exists()) if (Arrays.asList(door.getDefinition().getActions()) .contains("Open")) { door.interact("Open"); sleep(random(1500, 1600)); this.localWalker.walk(wheel.getX(), wheel.getY() + 1); log("Hello"); } this.localWalker.walk(wheel.getX(), wheel.getY() + 1); sleep(random(400, 500)); } break; So all my code works, everything else is flawless, except if it catches that the door contains open, then it opens the door then stands there. It reaches the cod under it, because i added a log check and it will spam it in chat. Can't figure it out
  13. I can try if you'd be interested. I'm by no means experienced but i'd say i know my way around the osbot api
  14. Twin replied to 2007's topic in Spam/Off Topic
    1095
  15. I'll take the account for 500k. I'll be on Skype in like 3 hours.
  16. Yeah I want that. It will just end up going back to that case since everything holds true, it's just now the bank window is open which allows it to execute the if statement. Let me try that and see, sorry for the late reply I fell asleep. Worked! thank you! But, I also added in an extra ifstatement to my BANKLEAVE case that said if(inventory.contains("Flax"), so that portion of the code won't eveen start unless I have flax in my inventory. I was using lumbridge upper, so im not sure if that was exactly the reason. I changed two things around which might have been causing the issue.
  17. case BANK: if (bank.isOpen()) { if(inventory.contains("Bow string")) bank.depositAll("Bow string"); if(!inventory.contains("Flax")) bank.withdraw("Flax",28); if(inventory.contains("Flax")) break; } else { bank.open(); }
  18. Do you have any experience in java? A basic Aio fighter isn't had to make and you can tone it to yor needs.
  19. I bot on accounts for the fun of it I guess. I have my legit main who's well rounded/only been botted once like a year ago to get 60 ranged.
  20. Interested in joining. How much money do you normally have to do this with? I wouldn't want to end up having more than the clan leader.
  21. To dsd into this I'd reccomend reading http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/. Definatly will give you a big helping hand. I'd get used to the format that script uses using states. Will make things a lot easier/cleaner to read.
  22. Twin replied to Apec's topic in Accounts
    Account still available?
  23. if (!LEVERAREA.contains(myPlayer())) localWalker.walkPath(TOLEVER); if (LEVERAREA.contains(myPlayer())) lever.interact("Pull"); if (dialogues.isPendingContinuation()) dialogues.clickContinue(); if (dialogues.isPendingOption()) dialogues.selectOption("Yes I'm brave."); if (players.myPlayer().isAnimating()) sleep(random(1000,1500)); I could be wrong, but these are all nested if statements. Try spreading them out how I have it and see if that works.
  24. If he doesn't have much experience, though, reading the api might be an issue. Sometimes little kickstarts like that can lead to the whole engine being turned on. (awful analogy I know)
  25. Twin replied to 2007's topic in Spam/Off Topic
    1060

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.