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.

Tom

Scripter III
  • Joined

  • Last visited

Everything posted by Tom

  1. Tom replied to Tom's topic in Fishing & Cooking
    Hmm ok, i'll take another look into that when I get the chance, it should work 100% if you have pirates treasure completed though, so if you wanted to give that a try while I fix it Edit: If you get the chance, please re download the newest version I have uploaded, it should be version 2.01 If you could test that for me, it would be much appreciated Edit 2: Submitted a fix that should work.
  2. Tom replied to Tom's topic in Fishing & Cooking
    Karamja is supported.
  3. You would have to return out of the method, a simple method like this would work better public boolean canAnimate(){ return System.currentTimeMillis() > (lastAnimation + 3000); }
  4. Depending on what you smelt, you are never going to have a full inventory.
  5. Its all a mix between pattern detection, sometimes client detection, and even mods just being a bitch and busting you. Operating system does not get taken into account
  6. Tom replied to Botre's topic in Snippets
    I really don't know why I havent been using conditional sleeps all this time.
  7. The animation stops between each bar that is smelted. The best way to do this is to record the currentTimeMillis when the player is animating, then check if that recorded time has been increased by x amount of milliseconds, and if thats true then allow it to continue. I can show you a snippet perhaps when I get home.
  8. Tom replied to kianu96's topic in Botting & Bans
    If that was the case, 99% of us would be banned
  9. I have noticed this as well
  10. Tom replied to Tom's topic in Fishing & Cooking
    Banking support has been added, just havent updated the thread. Check now.
  11. You mean Windows and + for magnifier?
  12. So would protected be a better options? Or even re adjusting my packages so i dont have to use these modifiers at all? Thanks for pointing it out though, I do feel very clumsy using it a lot, my entire GUI class is utter shit in my opinion
  13. The instance lets me access all of the Script features that are extended in the main class Why do you say this? Is it because of my use of the static class WalkHandler? Or the excess use of public variables throughout main and GUI? Or perhaps i should be using protected?
  14. I see, i forgot the ! , I havent really gotten around to testing the bait side of things, since i pretty much re wrote the entire thing yesterday. Other than this, what do you think? Note: still working on the gui code, it is utter shit in my opinion
  15. If the bot it self is detected they ban you within 15 minutes
  16. Thread finished, source now hidden.
  17. Tom replied to Tom's topic in Fishing & Cooking
    Fixed now, sorry about that!
  18. Tom replied to Tom's topic in Fishing & Cooking
    Updated to version 1.1 Change-log - New dropping algorithms to increase anti ban - New Toggleable paint
  19. Yeah i've pretty much adjusted it now to work with my switch. Testing it now, will post back. @Novak works like a charm mate, thanks Now ive only gotta fix deselecting, which seems to be bugged
  20. This isn't quite the solution I'm looking for, but I will try the use of using inventory slot numbers rather than looping through the items in the inventory. That should help isolate my problem with items being dropped twice. Thanks!
  21. Due to the current inbuilt methods being a bit too "botlike", i decided to have a crack and tried to code my own, but introducing common human errors. Here is what I have: package com.ggplugins.osFisher; import java.util.ArrayList; import org.osbot.rs07.api.model.Item; import org.osbot.rs07.script.MethodProvider; import org.osbot.rs07.script.Script; public class Powerfish{ private Script instance; public Powerfish(Script instance){ this.instance = instance; } public void clearInventory(ArrayList<Item> safelist) throws InterruptedException{ for(Item i : instance.inventory.getItems()){ if(!safelist.contains(i)){ switch(MethodProvider.random(0, 200)){ case 25: instance.inventory.interact("Examine", i.getName()); MethodProvider.sleep(MethodProvider.random(300,600)); instance.inventory.drop(i.getName()); break; case 50: instance.inventory.interact("Use", i.getName()); MethodProvider.sleep(MethodProvider.random(300,600)); //Deselect item instance.inventory.drop(i.getName()); break; default: instance.inventory.drop(i.getName()); break; } MethodProvider.sleep(MethodProvider.random(350,750)); } } } } So what happens is, occasionally it will skip items, then it will jump back to them a few drops later, and once it gets down to the last 8 items in the inventory it decides to throw a null pointer on instance.inventory.drop(i.getName()); In the default case. So instead of staring at it for another 2 hours, I decided another pair of eyes might just be what I need so I've posted it here. Any help is appreciated, thanks.
  22. Tom replied to Tom's topic in Fishing & Cooking
    No, it was made by Maxi and modified by Swizzbeat I only started scripting for OSBot yesterday, so my knowledge is still minimal Pictures coming soon, once I get feathers.
  23. Tom posted a topic in Fishing & Cooking
    Price: ONLY $8.99 LIFETIME PURCHASE (Click to Purchase) Only have RSGP? Buy an OSBot voucher HERE. COMMENT ON THE THREAD FOR A 1 TIME 24 HOUR TRIAL NOW SUPPORTS AERIAL FISHING! Feature Highlights Selectable Locations / Fish Selectable Drop Methods and Banks Script Speed Customization Other Features DEADMAN MODE SUPPORT: - Will run to closest bank if player is under attack Command-Line Interface (CLI) osFisher currently supports CLI! There is currently 1 parameter required, which is the name of your properties file Example: This will load config.properties from your OSBot/Data/osFisher folder, the properties file can be named whatever you like, in case you would like multiple setups for different bots Feel free to post here / pm me if you are having problems with this feature! Progress Reports Please submit any if you get the chance! PLEASE REPORT ANY BUGS USING THE TEMPLATE BELOW SO THEY CAN BE FIXED ASAP Minnow Support Start script on west side of the expansion platform (left if facing north)
  24. Solved, had to be a SOCKS proxy, and the one I bought wasn't. For people looking to use proxies, make sure its SOCKS!
  25. Tom replied to Maxi's topic in Releases
    Corrupted Edit: was almost 2MB less in file size as well, perhaps you forgot something

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.