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.

Magarac

Trade With Caution
  • Joined

  • Last visited

Everything posted by Magarac

  1. Amazing! Am very interested to see the progress of this, good luck!
  2. I need you to bond the account and do Pirate's Treasure in no particular order. Just need them both done and am busy. Post quotes please. (not expecting this to be more than price of bond + price of Pirate's Treasure...)
  3. Lol someone make a movie about this.. such drama.
  4. Coffee only helps me not be drowsy in the morning, but caffeine pills/coffee/caffeine cookies or any caffeinated drink doesn't affect me past like 2 PM. I'll have 2 cups of coffee at 11 PM and fall asleep at 1 AM lol. Adderall, on the other hand, works well with me
  5. For that maybe just do: getDepositBox().depositAllExcept(Item -> item.getName.contains("axe"));
  6. Just put another If statement in the OnLoop that checks for your level and what axe to use for that level, ie: // for pre-mith axe, if you're using just iron if (getSkills.getStatic(Skill.WOODCUTTING) < 21) { // PUT REGULAR CODE HERE FOR CHOPPING W/ LESSER AXE } // example for mith axe else if (getSkills.getStatic(Skill.WOODCUTTING) >= 21) { if (!getInventory.contains("Mithril axe") { getWalking.webWalk(bank); if bank.contains(myPlayer) { if !getBank.isOpen() { getBank.Open(); } if getBank.contains("Mithril axe") { // not checking if it is in inventory or not because we checked that prior to walking to bank getBank.withdraw("Mithril axe") } if getInventory.contains("Mithril axe") { getBank.close(); } } } else { if !tree.contains(myPlayer) { getWalking.webWalk(tree) } else { // CHOPPING CODE HERE } } } // onwards for the rest of the axes else if (... >= 31) {} ...and so on. EDITED IN A SAMPLE FOR WITHDRAWING THE AXE, MISREAD OP. **don't copy my code directly, I wrote it here and I'm sure it has formatting and incorrect API use since I did it from memory, but use it as a basis if needed.
  7. They were semi-interesting while they still had Snodgrass and were in the PL but can't say I've watched them since
  8. When Sergi came on I turned to my friend and legit said "Wtf" like this isn't what we need to win. I'm glad I ate my words, he deserved to get the winner. One of the few La Masia players to remain and push through into the first team.
  9. Exactly. After the FK I was like oh nice another goal but they're out its done. And then the PK and I was like wow 90th minute, what if? And then when Neymar had the ball near the half and turned the PSG player, in my head I was screaming "Don't shoot, don't shoot!" and then he lobs it in... and Roberto of all people. My voice is gone from screaming man..
  10. Even if you aren't a football fan, this is something to appreciate. TL;DR Barcelona and PSG played a 2-legged tie over the past few weeks, culminating in today's game. The first leg was a shock 4-0 win for PSG over favorites Barca. Today, Barca needed at least 4-0 to go to Extra Time, 5-0 to win, or more if PSG scored (an away goal counts double if scores are tied naturally, as per the aggregate rule). Barca goes up 3-0, dominating PSG today. PSG scores a goal on the counter, turning a hill into a mountain for Barca, now needing 3 to win instead of 1 to tie (no tie possible anymore). 20 minutes left in the game, Barca score 2 and in the 95th minute score the 3rd, now leading 6-1. Game finishes, Barcelona knock out PSG and move on, finishing the biggest comeback in CL history and an amazing tie overall. I can post both leg's highlights when they appear for anyone interested that didn't watch!
  11. Yeah I definitely agree with the PC-build + decent laptop for class. You can get a nice Lenovo or ASUS (maybe) for under $400 and build a good PC for $600-700, depending on what graphics card and processor you want. I currently have an 4 year old ASUS laptop i7 processor 12gb ram, and it's been great, but still can't handle the best games due to integrated graphics, and when I upgrade I'll do as I previously stated.
  12. Magarac replied to Juggles's topic in Others
    Very interesting. Seems great for looting scripts, I did hate hand selling all items :P
  13. Amazing, will definitely keep you in mind as I get other quotes the next few days!!
  14. Might need some in the next few days, but not right now. Just curious how much do you sell them for?
  15. I'm in the process of making a new 7 QP script with a new set of quests. It would be free of course. The problem is that due to the locked/ban status of many fresh accounts, I've run out of accounts to test it on. What I am asking is if anyone has lvl 3's that have no quests done, if I may use them for 5-10 mins a piece to test my script. We can even stay on Skype the whole time, no items/money is needed on the accounts, and I'll monitor them the whole time so bans are very unlikely. In the odd chance they do get banned, I'll cover the cost. What you get out of it? Potentially some free QP, all quests aren't done yet but am debugging piece by piece. If anyone wants to volunteer, post here and then we can talk on Skype! Thanks
  16. Magarac replied to whipz's topic in Scripting Help
    you don't code in the shower like the rest of us? pshhh
  17. Magarac replied to M1tch's topic in Spam/Off Topic
    2
  18. Finished! Nice guy and patient!
  19. I can do this: post here, my Skype is in the graphic!
  20. Yeah what Juggles said. You'd wanna check if there's a V tab, withdraw, else if there is a "Ring of wealth (" possibly? That way it won't withdraw empty ones but if there is any charge it will. I'd write out the code but I'm sure you can do it with that.
  21. PM me for it. EDIT: or just read my main thread a little better.
  22. buying and selling of minors isn't allowed on this forum as far as I know. Correct me if I'm wrong @Solution

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.