Everything posted by Mr Asshole
-
we need few snippets
That tree chop method won't work above if it's off screen.
-
we need few snippets
I wasn't trolling, here's another chop method: if (client.getInventory().getItemForName("Bronze Axe") != null) { selectInventoryOption(client.getInventory().getSlotForId("Bronze Axe", "Chop"); sleep(random(5000000000, 600000000); That's more efficient than the last one. You should be teaching them rather than misleading them... lol
-
My first script!
Make a abyss crafter :P
-
Murdeds Bank Searcher
Looks good. Will be useful for users with a messy bank.
-
I finally got around to making my own loader
Good job, but what's the point when there's a sdn?
-
isRandomAttacking
Little snippet that determines if you're being attacked by a random. Make sure to have the npc names as the npc you're fighting. private boolean isRandomAttacking(String... npcNames) { List<NPC> enemies = client.getLocalNPCs(); if (enemies != null) { for (NPC npc : enemies) { for (String s : npcNames) { if (!npc.isFacing(client.getMyPlayer()) && !npc.isVisible()) { continue; } if (!npc.getName().equals(s)) { return true; } } } } return false; }
-
Small snippet to find all npcs neer player
What's the point of returning npc names?
- Combat snippet
-
If you want a good tv series. SUPERNATURAL
Dexter i prefer to watch more than supernatural. I recommend sherlock and breaking bad though
-
Why does osbot do this?
I'm guessing it thinks the bank interface is open still and types 30?
-
CombatAIO by Assume and Wussupwussup development log
I'm going to wait for n3ss3's script. No offense.
-
Combat snippet
Updated according to your comments.
-
Combat snippet
I'm not seeing anything related to filters in the api. Care to explain?
-
Combat snippet
More input please and your love for adriana grande is slightly disturbing. You're disturbing. l2spell L2spell? Lol what did i spell wrong?
-
Combat snippet
More input please and your love for adriana grande is slightly disturbing.
- Combat snippet
-
Combat snippet
Decided to share this as the get closestAttackableNPC wasn't working that great for me. Enjoy guys private NPC getTarget(int [] ids){ List<NPC> NPCs = closestNPCList(ids); for (NPC i:NPCs){ if (i.getFacing() == null && !i.isAnimating()){ return i; } } return null; }
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
Does this bot walk to phat if its on minimap or does it have to be on screen?
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
Thanks for the bot. Got 7 phats last night at my spot
-
Hey guys. Checking in ;D
Hello guys, I am a old school cheating member from back in the rsbots.net, rscheata days. I am not the scripter xxpkxx, but he helped me learn java and get interested in it. I have coded for another bot and I consider myself decent. I hope to learn new things and help new comers to java coding. I will need to spend my time getting familiar with the osbot api before i script so don't expect any scripts soon by me. Looking forward to getting to know you guys. Thanks for reading.