Jump to content

iJodix

Trade With Caution
  • Posts

    1025
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by iJodix

  1. Get it to 48 slayer, make sure frem trials is done and we have a deal.
  2. No bans/email registered ?
  3. Estimated time, price ?
  4. WIth the following stats/quests; Quests - Fremmenik trials completed Stats - atleast 40/40/40 combat stats && 48 slayer
  5. iJodix

    I'm a god

    Please, too far, stop.
  6. getBot().getRandomExecutor().registerHook(new RandomBehaviourHook(RandomEvent.AUTO_LOGIN) { @Override public boolean shouldActivate() { return false; } } );
  7. Ability power/CDR
  8. Add me on skype; aas.kristo@outlook.com
  9. 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 ?
  10. 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; }
  11. 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.
  12. 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 ?
  13. 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.
  14. 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 ?
  15. http://www.twitch.tv/runescape
  16. 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.
  17. 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.
  18. 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.
  19. 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 ?
  20. 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.
  21. 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.
  22. iJodix

    Hopping

    Mirror client version v2.13.108 Console output / terminal output [ERROR][Bot #1][02/24 05:46:16 AM]: Error in script executor! java.lang.NullPointerException at org.osbot.rs07.api.Chatbox.IIiIIIiiii(af:152) at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) at java.util.Spliterators$ArraySpliterator.tryAdvance(Unknown Source) at java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source) at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source) at java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.util.stream.FindOps$FindOp.evaluateSequential(Unknown Source) at java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.util.stream.ReferencePipeline.findFirst(Unknown Source) at org.osbot.rs07.api.Chatbox.isVisible(af:152) at org.osbot.rs07.api.Dialogues.inDialogue(pl:210) at org.osbot.rs07.api.Dialogues.isPendingOption(pl:24) at org.osbot.rs07.api.Worlds.IIiIIIiiii(qo:154) at org.osbot.rs07.api.Worlds.hopToP2PWorld(qo:104) at Task.onLoop(Task.java:173) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ig:99) at java.lang.Thread.run(Unknown Source) [ERROR][Bot #1][02/24 05:47:52 AM]: Failed to wrap : class client.Jj java.lang.RuntimeException: Could not initiate wrapper : RS2Widget at org.osbot.core.api.Wrapper.wrap(zf:60) at org.osbot.rs07.api.Widgets.getWidgets(jm:34) at org.osbot.rs07.api.Chatbox.isVisible(af:115) at org.osbot.rs07.api.Dialogues.inDialogue(pl:210) at org.osbot.rs07.api.Dialogues.isPendingOption(pl:24) at org.osbot.rs07.api.Worlds.IIiIIIiiii(qo:154) at org.osbot.rs07.api.Worlds.hopToP2PWorld(qo:104) at Task.onLoop(Task.java:173) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ig:99) at java.lang.Thread.run(Unknown Source) [ERROR][Bot #1][02/24 05:53:38 AM]: Error in script executor! java.lang.NullPointerException at org.osbot.rs07.api.Widgets.getActiveWidgetRoots(jm:24) at org.osbot.rs07.api.Dialogues.IIiIIIiiii(pl:56) at org.osbot.rs07.api.Dialogues.isPendingOption(pl:154) at org.osbot.rs07.api.Worlds.IIiIIIiiii(qo:154) at org.osbot.rs07.api.Worlds.hopToP2PWorld(qo:104) at Task.onLoop(Task.java:173) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ig:99) at java.lang.Thread.run(Unknown Source) Crash report if a crash occurred Script that you ran my own script - this only occurs sometimes, like 1-4 times an hour, completly breaks script. using getWorlds().hopToP2PWorld(); Hooks that failed - JVM/Browser bit version (32 / 64) 32
×
×
  • Create New...