Everything posted by Chris
-
McD employees be like....
u prob have a shit mcdonalds
-
Help building a PC
BEFORE YOU BUY ANYTHING: make sure you plan out your build. Use: www.pcpartpicker.com any i5 will do you good. Do not get the K models if you are not overclocking. Part sellers: Amazon, Newegg, or any similar retailers available to you. look into the AMD 390's for GPU or any respectable NVidia card such as the 970 and below for your needs. If you need help building when the time comes I will be available My Skype: osbotsinatra1
- Checking Equipment && equip
-
Checking Equipment && equip
like ->: getEquipment().interact(EquipmentSlot.RING, "Castle Wars");
-
Checking Equipment && equip
ended up interacting with widgets lol. RS2Widget equipmentTab = s.widgets.get(548,47); RS2Widget teleRing = s.widgets.get(387,15); if (equipmentTab != null && equipmentTab.isVisible()){ equipmentTab.interact("Worn Equipment"); s.sleep(s.random(4000)); } if (teleRing != null && teleRing.isVisible()){ teleRing.interact("Castle Wars"); s.sleep(s.random(4000)); }
-
Checking Equipment && equip
s.getEquipment().equip(slot #,"Combat bracelet"); How would I interact with the bracelet (tele to monastery etc.)? EDIT: found this in api interactpublic boolean interact(int slot, java.lang.String... actions) Interacts with the slot specified. Overrides: interact in class ItemContainer Parameters: slot - The slot to interact with. actions - The action to interact with. Returns: True if the bot interacted with the specified slot successfully. how would this be used correctly? โ
-
๐ Perfect Czar Free Trials & Demos ๐ MOST POPULAR ๐ HIGHEST QUALITY ๐ MOST TOTAL USERS ๐ LOWEST BAN-RATES ๐ 24/7 SUPPORT ๐ SINCE 2015 ๐ MANY SKILLS ๐ MOST VIEWS ๐ MOST REPLIES ๐
Would like 'Perfect Crabs' Trial! Thanks, Sinatra
- 73 hunter accounts
-
Hey Mald
- can someone compile this for me as a .jar
Yeah i noticed and gave up- can someone compile this for me as a .jar
ok- Price check Maxed AGS pure
- steel bars/ cannonballs
supply the account and supplies- requesting cannonball script
I'll make you one for 2$- [Free Beta] Omi - Al Kharid Cook
go to link he provides> then copy the top share link>paste into browser>goes to download page add in some extra paint features! http://osbot.org/forum/topic/59590-the-full-paint-tutorial-all-aspects-covered-pug-tutorials/- steel bars/ cannonballs
give me an acount that can do this and i'll make one for you- [B]knights sword + 30 smith
- Proxies + injection
- uses up too much memory
u gotta slap it a lil and it will go to 500mb- Starter pure for sale!
- Starter pure for sale!
- Banned
- GWD Script?
- ๐ฅ KHAL SCRIPTS TRIALS ๐ฅ HIGHEST QUALITY ๐ฅ BEST REVIEWS ๐ฅ LOWEST BANRATES ๐ฅ TRIALS AVAILABLE ๐ฅ DISCORD SUPPORT ๐ฅ ALMOST EVERY SKILL ๐ฅ CUSTOM BREAKMANAGER ๐ฅ DEDICATED SUPPORT
Request Template: - Script name: AIO Runecrafter - Your member number: 134079- [Scripter Noob] Help again :P
I want to to select the talisman and interact with the ruins but it only returns the option for tiaras aka "Enter" Entity ruins = s.objects.closest("Mysterious ruins"); if (ruins != null) { s.sleep(s.random(3000)+500); if (s.getInventory().contains("Air talisman")) { if (s.getInventory().getSelectedItemName().equals("Air talisman")) { ruins.interact("Use"); s.sleep(s.random(300) + 600); } else { s.inventory.getItem("Air talisman").interact("Use"); //if first statement is not true it will select it again (Hoping ) } } else { ruins.interact("Enter"); //if you are using a tiara it will just call 'enter' and go inside s.sleep(s.random(300) + 1000); } } - can someone compile this for me as a .jar