Jump to content

Team Cape

Members
  • Posts

    2607
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Team Cape

  1. I saw it viewing specifically this thread, though, shortly after I made it. And why would it have 10min+ of activity (as far as we know), yet only have 1min active time on its account? And why was it visiting Zach's profile, but nobody else's? So many questions, so little time edit: his time didnt even change by 1 second. weird, no?
  2. Im sure it's nothing but also see the edit I just made.... idk whats going on with this guy's acc edit: o shit hes viewing the thread. protect us lord! the power of christ compels you! edit 2: he just looked at the thread then left. im spooked.
  3. http://osbot.org/forum/user/150777-google-bot/ Had an account since March 2015, but hasn't made any posts. He's also only been on for 1 minute since then, but was last online today. He has almost 1000 views of his account. Not really concerned, just think this is sort of weird, no? Edit: ive also seen his 'last online' time update like 5 times in the past few minutes on his profile meaning he's been on for like... at least 10min... but it still says his account has been on for a minute Edit 2: Also, aside from me, he was the last person to look at Zach's profile spooky
  4. It's good to add it only because people should be able to use it if they want to use it. Just be smart about which antiban you add because Jagex can detect patterns in it...
  5. dont think you'd need any of that... think you'd just need something like note: wrote this in like 2min dont take it word for word private enum State { KILLING, WAITING }; private State getState() { if(combat.isFighting()) { return State.KILLING; } return State.WAITING; } private int onLoop() { switch(getState()) { case WAITING: NPC n = npcs.closest("Chicken"); if(n != null) { n.interact("Attack"); } break; case ATTACKING: break; } return 100; } Spoonfeeding's no fun though
  6. I just made one that includes this, actually (master farmer)! If you want a pre-SDN trial: http://osbot.org/forum/topic/103182-team-capes-worldly-thiever-first-script-release/ Going to be applying for SDN soon.
  7. Thanks... I really do appreciate being so well-received
  8. im a nice guy ill do it for a small loan of 1m
  9. this. it's at a higher risk, but that doesn't make it impossible to bot on it
  10. As you may or may not know, this is the first script that I've ever released. I have an AP knowledge of Java (from my recent high school course), and just recently learned of the OSBot API. For the first week, I made scripts paintless and specifically for me... But then I realized that everyone should benefit if they have the option! So, I worked hard to try to perfect the script, and here it is - Version 1.0! I'm incredibly excited to release this, and hope that you all share the same sentiment! The script will work for roughly 5 days before becoming nonfunctioning, and then I'll workshop it a little more, as well as add in more features, and hopefully release a final version to the SDN shortly after (as a free script!). The paint, at the moment, is fairly basic and tells you what you need to know. As such, I plan on improving the look of the paint shortly! If you want any more features added in, I will ALWAYS appreciate constructive criticism! Please tell me in this thread or PM me! Current Script Functions Worldwide banking Will go from anywhere that you're situated to your nearest bank if you've enabled banking! Can pickpocket ANY NPC! Has specialized settings for various listed NPCs (like Men, Master Farmer, Guards, etc.) Master Farmer Specialized Settings... Has a premade list of bad seeds that YOU can decide to drop or save! Can Earn 40-140k+ GP/hr in Deadman Mode! Great moneymaker for Deadman Mode Starters, whether you're on Seasonal or Regular! Currently supports Nature Chest AND Paladin's Chest! Start yourself near the Nature Chest and you're good to go! Or, start the Paladin's Chester in the bank and watch it bank, run through the castle, steal from the chests, and go all the way back! Supports BOTH Paladin chests! Both High AND Low Alching Enabled for Nature Chest! Want to get some mage XP at the Nature Chest? Need 94 mage on DMM? Come here! Paladin's Chester Hops if Necessary or Crashed! Also supports BOTH Paladin's Chests, so it doesn't even need to hop! Personally created, Unique Antiban! I have included many randomly generated functions to implement into our Antiban so that the chances of committing the same action more than once aren't even 1/5 of 1%! I did the math! Personally Tested for HOURS on end! Some have proggies (shown below), and some I haven't screenshotted, but I have tested both pickpocketing and our chesters personally for hours, and knights (get it?) on end. GUI Designed to Function Perfectly! Proggies! Note: All of these are taken from Deadman testing. Pickpocketer: Paladin's Chester: Nature Chester: I don't know if these proggies seem impressive, but I assure you that, as a testament to the testing that went into this, both my alt and my main account have each obtained 90+ thieving (from 1) solely from using and testing this script and its initial variants. I would appreciate any constructive criticism if anyone wanted to give it! Also, just a general suggestion on running the script when pickpocketing- use a low antiban frequency! When you increase antiban frequency, you decrease GP/XP per hour. The Script Virus Scan: Removed! (This script hasn't been maintained for over a year now!) Download Link: Removed! (This script hasn't been maintained for over a year now!)
  11. really glad i saw this liked
  12. public LinkedList<String> getDepositExceptions() { LinkedList<String> neededItems = new LinkedList<String>(); if (Config.enableAttPot){ neededItems.add("Attack potion(4)"); } if (Config.enableStrPot){ neededItems.add("Strength potion(4)"); } if (Config.enableSupAttPot){ neededItems.add("Super attack(4)"); } if (Config.enableSupStrPot){ neededItems.add("Super strength(4)"); } if (Config.enableCombatPot){ neededItems.add("Combat potion(4)"); } neededItems.add("Lobster"); return neededItems; } public void depositUnwanted() throws InterruptedException{ for (Item i : S.getInventory().getItems()) { if (i != null && !getDepositExceptions().contains(i.getName())) { S.log("Banking: " + i.getName()); i.interact("Deposit-All"); Script.sleep(Script.random(350,500)); } } } Only looked at the first couple, but here are my thoughts on improving those two: public boolean isAnException(Item x) { String name = x.getName(); return name.contains("Attack pot") || name.contains("Strength pot") || name.contains(“Super att”) || name.contains(“Super str”) || name.contains(“Combat pot”) || name.contains(“Lobster”); } public void depositUnwanted() throws InterruptedException { for(Item i: inventory.getItems()) { if(!isAnException(i)) { i.interact(“Deposit-All”); sleep(random(350, 500)); } } } Edit: Wow, I feel stupid. Just realized this thread is like 5 months old lol... #gravedigger
  13. CNN said it was a male. Feel like if it was a refugee or anyone Muslim, they all media would've immediately jumped all over that and how it was probably ISIS. My bet is that it was someone they're gonna call "insane" (but he wouldn't have been "insane" if he was muslim, according to media, he would've just been muslim). Sucks to hear that this kind of thing is still going on with a daily basis.. Edit: How'd this dude get grenades anyway dang
  14. Do they need to have membership? Also, how many?
  15. Thanks so much for the help! Would you please show me an example of how it's used? Do I need to write 'character.getCurrentHealth()'? What object should I attach the method to?
  16. I'm scouring the API, yet I can't find how to obtain the current HP remaining of a player. How can this be done?
×
×
  • Create New...