Skip 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.

Team Cape

Members
  • Joined

  • Last visited

Everything posted by Team Cape

  1. if(getBank().isOpen()) { getBank().depositAll(); return random(300, 500); } getBank().open();
  2. good on you for paying back the guy you scammed for 50m then scamquit on. shines a little better on your reputation here as a private scripter ;)
  3. thought flamo got banned for scamming like 3 weeks ago?
  4. chances are that if your code is really laggy, using else ifs vs. ifs wont really help. you're probably doing an inefficient calculation or something that takes a ridiculous amount of time, either in your onLoop() or onPaint(). also check that you're not getting any exceptions if you want specific help, you'll need to post your source code.
  5. " I will only trade with you if I deem you to be trusted enough."
  6. Don't bother offering ridiculous merch prices. I will only trade with you if I deem you to be trusted enough. SOLD feel free to close
  7. There's a reason why it's called 'trade with caution'. It means you shouldn't blindly trade them, and that you should check if there's disputes against them, or what's going on / why they have the rank. If someone gets scammed because they were too careless to look at the name of the person they were trading with, then it's probably their own fault.
  8. create a new mouse event and execute it
  9. click slightly outside of the boundingbox at random times (dont set a specific radius though, or else your clicks will just model the outline of the shape).
  10. Team Cape replied to Jordy's topic in Spam/Off Topic
    postcount
  11. i dont think he wanted his skype to be public
  12. she textin purple hearts cuz she know that we at war
  13. 1. block them on skype 2. log out of your skype 3. call your ISP and explain that people are disconnecting you and ask for them to change your IP
  14. block him on skype first. THEN call your ISP
  15. only 2 pizzas for 400 people?
  16. @Sysm @Manner (lol jk nub) @Zerker cuz y not
  17. they're from saturday and you only just noticed them?
  18. Disputed member: @bluejays420 Thread Link: None Explanation: He has 6 negatives total, 3 from 2 different people. It seems like he's a scammer, and I think this needs to be looked into, though i don't know why they didn't make scam disputes regarding the topic. Evidence: His feedback page.
  19. private long startTime; private int costOfItem; private int logsCut; private int logsPerHour; private double gpGained; private double totalGpGained; private int gpPerHour; private int totalGpPerHour; private int xpGained; private int xpPerHour; private int currentXp; private int currentLevel; private int beginningXp; private double nextLevelXp; private long timeTNL; private double xpTillNextLevel; private int beginningLevel; private int levelsGained; final int[] XP_TABLE = { 0, 0, 83, 174, 276, 388, 512, 650, 801, 969, 1154, 1358, 1584, 1833, 2107, 2411, 2746, 3115, 3523, 3973, 4470, 5018, 5624, 6291, 7028, 7842, 8740, 9730, 10824, 12031, 13363, 14833, 16456, 18247, 20224, 22406, 24815, 27473, 30408, 33648, 37224, 41171, 45529, 50339, 55649, 61512, 67983, 75127, 83014, 91721, 101333, 111945, 123660, 136594, 150872, 166636, 184040, 203254, 224466, 247886, 273742, 302288, 333804, 368599, 407015, 449428, 496254, 547953, 605032, 668051, 737627, 814445, 899257, 992895, 1096278, 1210421, 1336443, 1475581, 1629200, 1798808, 1986068, 2192818, 2421087, 2673114, 2951373, 3258594, 3597792, 3972294, 4385776, 4842295, 5346332, 5902831, 6517253, 7195629, 7944614, 8771558, 9684577, 10692629, 11805606, 13034431, 200000000 }; // Area Variables private static final Area TREE_AREA = new Area(3049, 3276, 3060, 3265); private static final Area BANK_AREA = new Area(3043, 3234, 3047, 3237);
  20. good stuff just a few pointers: 1. look into nested if-statements 2. OSBot has an XP tracker that tracks XP/hr, xp gained, current level, xp till next level, and levels gained. 3. You can calculate the number of logs cut more accurately (and more easily) from the XP gained if you know xp/log 4. Fields go before methods by convention. Good work on the script bro

Account

Navigation

Search

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.