Everything posted by Swizzbeat
-
Disallow certain words in thread titles.
Support.
-
What my friend tells his teacher when she's about to say that he's late.
BAD ASS OOOOHHHHHHHHHHHHHHHHHH
-
Which is better
Preference I guess. You shouldn't really be dependent on whether the GUI is visible or not to sleep though.
-
My players direction
I would overload the toString and have it take a direction enum as well.
-
@Solstice @Eliot @Arctic
Ely made a post to demote mald, staff joined, mald raged, now the whole staff team are being pussies.
-
[WARNING] RoomScape at 16 years old.
10/10 would bang
-
New SDN Scripts V12 | Promotions | Current Events
Awesome! Thanks @Alek
- OMFG ALEK!
-
OMFG ALEK!
I have never seen such retarded prices. "2.29" like really?
-
Custom inventory interact method
A couple things: Remove the random "sleep(50)" you have when right clicking an item as the menu opens on mouse press and not release. You can create a RectangleDestination to move your mouse to in one line instead of creating two different variables like you're doing, just pass a RectangleDestination the bounds of the slot you need (aka a Rectangle). moveMouse returns a boolean for a reason. Return the value returned by the method to see if it really did complete successfully. Arrays.asList is a great method to use for things like this. Just use the get(0) method to see if the action you want is the first one instead of iterating through them. Instead of an enhanced for loop just increment until your value is equal to the array size, then break because the action would not have been found. I wrote this a few days ago for a friend. Haven't tested it out but it should be beneficial if you don't understand my points public boolean interactInventoryItem(String itemName, String interaction) throws InterruptedException { Item[] items = client.getInventory().getItems(); if (items == null) return false; RectangleDestination itemDestination = new RectangleDestination(new Rectangle(client.getInventory().getDestinationForSlot(client.getInventory().getSlotForName(itemName)).getBounds())); for (Item currentItem : items) { if (currentItem.getName().equalsIgnoreCase(itemName)) { String[] itemActions = currentItem.getDefinition().getActions(); if (itemActions[0].equalsIgnoreCase(interaction)) return client.moveMouseTo(itemDestination, false, true, false); else { for (int i = 1; i < itemActions.length; i++) { if (itemActions[i].equalsIgnoreCase(interaction)) { client.moveMouseTo(itemDestination, false, true, true); if (client.isMenuOpen()) { List<Option> options = client.getMenu(); for (int j = 0; j < options.size(); j++) { if (options.get(i).action.equalsIgnoreCase(interaction)) { return client.moveMouseTo(new RectangleDestination(client.getMenuX(), client.getMenuY()+21+i*14, client.getMenuWidth(), 10), false, true, false); } } } } } } } } return false; }
-
Auto Quester
Good luck mate! Who knows maybe in the future I might write a quest if I have the time
-
New Script Manager!
The ass kissing is real
-
He's a year late...
He has sponsor anyway, so what's the big deal :p
-
Can you hear me Peasants
- Can you hear me Peasants
- IMPORTANT FIX
Ahh I misunderstood your post. That is actually a great idea- IMPORTANT FIX
Well in defense of all scripters you can't expect every single one of us to stay around until the end of time. When a user purchases a script they are also buying into the scripter themselves, and the hope that the scripter will provide consistent updates and not leave. It's not OSBot's fault that they were given a script to resell and the scripter just got up and left, why should they provide a refund? Obviously if the script get's broken within a few days of the users purchase a refund would be the best idea, however if the scripter leaves after two weeks or so that's just bad luck for the purchaser.- Update homepage?
Even OSBot 2 is in BETA :p- FREE SCRIPTS TO ALL WHO SPAM PM LEVI IN THE CHAT BOX
GO IN CHAT ROOM AND SPAM PM THAT NIGLET FOR FREE SCRIPTS- #Troll2014 Bring Back :Troll1:
Who's the retard that removed it lel- RSN: Bot Detected.
Who cares, keep botting.- Forum Changes - Need Feedback!
This looks awesome!- Oldschool version of Dicing cc = Profitz?
My script? ;)- Anyone know a RSPS with Jad (Spawn Server)
Just wait until @Alek has time to review my Jad helper and put it in the store :p- IMPORTANT FIX
I don't like the idea of every script being required to have a recurring fee. Instead, why not just have a system implemented so scripters can only be paid for their work 7 days after the user purchased it? This way they have a 7 day "trial" period so they can request a refund if something is broken. Also, while were on this topic, PLEASE ADD INSTANCING. - Can you hear me Peasants