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.

iJodix

Trade With Caution
  • Joined

  • Last visited

Everything posted by iJodix

  1. iJodix replied to RDM's topic in Spam/Off Topic
    holy shit
  2. The best music you can listen to while doing workout is your own thoughts or if you don't like listening to your thoughts, just stop thinking and be in the moment.
  3. Get it to 48 slayer, make sure frem trials is done and we have a deal.
  4. No bans/email registered ?
  5. Estimated time, price ?
  6. WIth the following stats/quests; Quests - Fremmenik trials completed Stats - atleast 40/40/40 combat stats && 48 slayer
  7. iJodix replied to Chris's topic in Spam/Off Topic
    Please, too far, stop.
  8. getBot().getRandomExecutor().registerHook(new RandomBehaviourHook(RandomEvent.AUTO_LOGIN) { @Override public boolean shouldActivate() { return false; } } );
  9. iJodix replied to Deceiver's topic in Spam/Off Topic
    Ability power/CDR
  10. Add me on skype; aas.kristo@outlook.com
  11. Alright, so, if we do this; NPC twat = getNpcs().closest(getNpcs().filter(n -> n.getName().contains("Twat") && n.hasAction("Attack") && n.isInteracting(myPlayer()) && getMap().canReach(n) && n.getHealthPercent() > 0 && n.isAttackable())); And for custom interaction; if (!getMouse().isOnCursor(entity)) { MoveMouseEvent moveMouseEvent = new MoveMouseEvent(entity); execute(moveMouseEvent).hasFinished(); If 2 entities are in the same distance to my player it'll try to hover both and eventually click on one. So, is there any way of locking it to one target ?
  12. iJodix posted a topic in Scripting Help
    Alright, so for some odd reason the following code takes literally around 2-4 seconds to generate a random position; Any ideas ? getWalking().walk(npc.getArea(3).getRandomPosition()); Full code; @Override public int onLoop() throws InterruptedException { NPC npc = getNpcs().closest(n -> n.getName().equals("Twat") && n.hasAction("Attack") && n.getHealthPercent() > 0); if (npc != null) { if (npc.getPosition().distance(myPosition()) <= 3) { } else { getWalking().walk(npc.getArea(3).getRandomPosition()); } } return 0; }
  13. Just keep ignoring him, he clearly doesn't know what he is talking about. If a script is horribly written it'll get you banned faster, also, if you use premium/free scripts that are popular they'll definetly get you banned since the more people use one script the more patterns occur, you'll be better off writing your own script, for example, i wrote 60 hours ago my own range guild script, i've been botting straight from 33 to 85 24/7 without any breaks and still running right now, before that, i was using czars range guild script and i got banned within 24 hours on 2 accounts, don't get me wrong, czars scripts are great, but writing your own with unique actions definetly will help, also, there is no difference between mirror and stealth injection.
  14. I've been suiciding last 50+ hours on flagged ip with my own private script(stealth injection) with no bans, so is mod weath taking break or is it just my script ?
  15. You might want to do a check if the store is actually open as i'm pretty sure the sleep amount after you have interacted with npc isn't enough.
  16. ah i see, thanks but i noticed when clicking on the inventory items the item model color goes brighter for milliseconds, is it possible to detect that color change ?
  17. http://www.twitch.tv/runescape
  18. Never mind guys, i used CrossHairColor.NONE and it seems to be do it job well, so i guess NONE is meant to be used for situations like this.
  19. I need this for my custom interaction method :p Alright, let me try to elobrate; If you click on any entity successfully, a red crosshair appears, if you missclick, a yellow one appears, But when you need to interact with widgets/inventory items like equip/drop/ etc no crosshair appears.
  20. This would work for items that you don't have to equip/wield/drop, Everyone wondering why i need this is because i'm writing my own custom interaction method.
  21. I'd rather double check as i don't want script to eff up. But what for CrossHairColor.NONE is ? Am i supposed to use it for cases like this ?
  22. Alright, So for interacting with entity/position we can do this for event; if (getMouse().getCrossHairColor().equals(CrossHairColor.YELLOW)) { //OR RED setFinished(); } But how am i supposed to do it for inventory items/widgets ? Am i supposed to use CrossHairColor.NONE ? I need this for my custom interaction method.
  23. As someone already posted, beat his ass up outside school or you can always just pretend he doesn't exist and keep doing your own stuff.

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.