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.

Isolate

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Isolate

  1. Was waiting until i caugh an error before posting this but when changing regions the client in browser goes white and then the client freezes [ERROR][03/06 01:46:28 PM]: Uncaught exception! java.lang.RuntimeException: Read timeout at client.nat.stream.Stream.m6(Native Method) at client.emu.event.EmuMouseListener.mouseMoved(Unknown Source) at org.osbot.rs07.input.mouse.ClientMouseEventHandler.generateBotMouseEv ent(qo:166) at org.osbot.rs07.input.mouse.ClientMouseEventHandler.dispatchEvent(qo:2 30) at org.osbot.rs07.input.mouse.ClientMouseEventHandler.mouseMoved(qo:212) at java.awt.AWTEventMulticaster.mouseMoved(Unknown Source) at java.awt.Component.processMouseMotionEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$400(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour ce) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour ce) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour ce) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) java.lang.RuntimeException: Read timeout at client.nat.stream.Stream.m28(Native Method) at client.emu.EmuClient.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  2. Isolate posted a topic in Archive
    If i try to type into the client it double any letter i type
  3. private Position[] path = new Position[]{ new Position(3165, 3481, 0), new Position(3164, 3471, 0), new Position(3157, 3462, 0), new Position(3145, 3456, 0), new Position(3131, 3453, 0), new Position(3121, 3451, 0), new Position(3116, 3449, 0) };
  4. >bots alot >unloads all to mule frequently >mule cant trade off or use ge
  5. i'm broke af :P my mule still hasnt hit the 24 hour mark since i dont even afk on it
  6. I don't think all those things are f2p youngin And the only reason there isn't a free one released is because i dont have the essence for a two hour progress report... yet.
  7. naaa http://osbot.org/forum/topic/66535-macrosuite-the-ultimate-private-script-environment/ is literally Superscript 2015
  8. Isolate replied to FooBar's topic in Tutorials
    Would be great if things like this were put in api checks though....
  9. Isolate replied to FooBar's topic in Tutorials
    :') i'm sure most people just do this sleep(random(450,3000));
  10. Isolate replied to Soldtodie's topic in Archive
    I love your signature.
  11. More people should use polygon areas.
  12. something is only final if you don't intend on changing it. The Area bits would go where all your other variables go and the if would go in your on start. the area your script will use in this case is 'mine' which will be defined by which area you are standing in on start. if you want it to be more complicated you could if you're not in an area on start it will wait until you're in one of these two before starting.
  13. final Area COAL = blah blah blah; final Area IRON = blah blah blah; Area mine = null; if(COAL.contains(myPlayer()){ mine = COAL; }else if(IRON.contains(myPlayer()){ mine = IRON; }
  14. That would be great I have a temp place holder: only field it's missing is XP
  15. I don't think you accounted for the title, things around the actualy lyrics
  16. lived
  17. Last few days i've been pretty out of it. Didn't think it looked right at all, dunno why i bothere + or - 0's but ay i did :P
  18. Really unsure sorry int currentHealth(){ int percperone = (100 / skills.getStatic(Skill.HITPOINTS)); return (percperone * skills.getDynamic(Skill.HITPOINTS)); } I think would do it or just int currentHealth(){ return ((100 / skills.getStatic(Skill.HITPOINTS)) * skills.getDynamic(Skill.HITPOINTS)); }
  19. feel free to remove the +0 :')
  20. health returns a % and only when in combat. best to compare static/dynamic level of hitpoints
  21. Random rand = new Random(); if(getPlayers().getAll() != null) { java.util.List<Player> p = getPlayers().getAll(); int randomNum = rand.nextInt(((p.size()-1) - 0) + 1) + 0; Player randomPlayer = p.get(randomNum); if(randomPlayer != null){ randomPlayer.hover(); } } you could try something like this to get a random one, i dont know how accurate my random function is... i'm not good at it instead of hover you could do whatever you wanted, like right click on him or whatever
  22. Use: to tell when trying to use the auto account login if 1. you've been banned, 2. game updates, stop spamming login
  23. That does look really good but i was meaning a forum dynamic signature. Which might require bigger fields because it will be the figures of an accumulated total.
  24. I have skype 'isolatepb' the Australian one

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.