Everything posted by Swizzbeat
-
Private conversation leak...
What? No, you don't know a thing about scripting/programming if you think this is true. Yes, SSF seems like an excellent tool and @Dashboard did a fantastic job on it, but all this does is put limitations on you based on what SSF is capable of (which isn't much if you're going for complex features).
-
Tip For USA Contact Wearers
Order your contacts from Canada: http://www.contactsexpress.ca/index.html No need to spend ~$100 every 6 months on an eye appointment to allow you to buy them (since contacts require a prescription). Even with the slightly higher shipping fee it's actually a cheaper overall purchase than buying from a USA based company.
- Question about ATBundle
-
List of past events - V5!
@FearMe had all his scripts removed and lost scripter rank
-
List of past events - V5!
I love these.
-
How different is coding now from 2010? + CODE FROM OLD SCIPS
Did you really put the code language as JavaScript.
-
@Maldesto
Since I think you're trying to get images to work as usernames I think I should point out you did this: You're your own staff category
-
Quick Prayer
I prefer brackets because in my opinion it looks neater as compared to just having an indented block to show scope, and I'm using a variable to hold the return value because apparently it's the conventionally correct thing to do with in the business world. Mine as well start now :p Yeah I've had bad assumptions due to learning Java on my own. cleared it up for me
- Quick Prayer
- Quick Prayer
-
Quick Prayer
Implementation for people to use in their scripts to support quick prayer. Probably a more viable option just to have users select using quick prayers instead of manually selecting/having the bot turn on the prayers they need. import org.osbot.script.Script; import org.osbot.script.rs2.ui.RS2Interface; import org.osbot.script.rs2.ui.RS2InterfaceChild; import org.osbot.script.rs2.ui.Tab; /** * Created with IntelliJ IDEA * User: Anthony * Date: 5/18/2014 */ public class QuickPrayerController { private final Script sI; public QuickPrayerController(final Script sI) { this.sI = sI; } /** * Checks if orbs are currently enabled for the player * * @return whether orbs are enabled or not */ public boolean areOrbsEnabled() { return sI.client.getConfig(1055) == 16; } /** * Toggles data orbs on or off * * @param off whether to toggle off * @return successful or unable to complete operation * @throws InterruptedException */ public boolean toggleOrbs(boolean off) throws InterruptedException { boolean returnValue = false; if (!areOrbsEnabled() == off) { returnValue = false; } else { if (!sI.currentTab().equals(Tab.SETTINGS)) { sI.openTab(Tab.SETTINGS); } if (sI.currentTab().equals(Tab.SETTINGS)) { final RS2Interface parent = sI.client.getInterface(261); if (parent != null) { final RS2InterfaceChild child = parent.getChild(9); if (child != null && child.isVisible()) { returnValue = child.interact(); } } } } return returnValue; } /** * Checks if quick prayer is turned on * * @return whether quick prayer is activated or not */ public boolean isQuickPrayerOn() { return sI.client.getConfig(83) > 0; } /** * Toggles quick prayer on or off * * @param off whether to toggle off * @return successful or unable to complete operation * @throws InterruptedException */ public boolean toggleQuickPrayer(boolean off) throws InterruptedException { boolean returnValue = false; if (!areOrbsEnabled() || !isQuickPrayerOn() == off) { returnValue = false; } else { final RS2Interface parent = sI.client.getInterface(548); if (parent != null) { final RS2InterfaceChild child = parent.getChild(85); if (child != null && child.isVisible()) { returnValue = child.interact(); } } } return returnValue; } }
-
Law Running Account (+Balloons) [Rental]? Nagotiation Open
is brainfart making a script
-
Swizz is an noob
coming from male with picture of shirtless male in siggy
-
how do you check an item id on the bot?
http://www.runelocus.com/tools/rs-item-id-list/
-
Project Mod Tracker
Can't this whole thing just be one or two methods? I'm not sure how you would create an API out of this.
-
I obviously drank too much last night
To drunk.
-
New SDN Scripts V14
Awesome, can't wait to see how SSF does
-
Mod Edit: [Please use the Mandatory Forms] SXForce Scripts
He seems extremely inactive in general.
-
Road to max combat legit and by bot.
Goodluck, don't kill yourself trying to play this game legit
-
Selling Malwarebytes Anti-Malware Premium Codes
Is this a joke.
- Farewell
-
Anyone know
http://www.microsoft.com/en-us/download/details.aspx?id=10732
-
I would destroy this
Well, considering she has a vagina, yes I would pound.
-
Botting Heat Areas
This doesn't even apply to OSBot considering I'm pretty sure it's becoming evident that the current client is detectable.
-
fucken blasterjaxx yo
Post that video of you with the finger lights!!!