Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/09/16 in Posts

  1. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    7 points
  2. SORRY ABOUT THE SIZE BUT IT IS EASIER TO WORK WITH. I WILL BE TOUCHING UP THE HEAD/FACE SKULL SOON. PLEASE DO NOT PAY ATTENTION TO THE SHARP AF BACKGROUND, WILL BE REMOVING THAT. PEEP THE GOLD DRIPZZZZ. ALSO IMGUR REDUCES QUALITY SO DONT MIND THAT EITHER. ALSO KEEP ON THE PROWL FOR MORE PROGRESS #STREETPROWL ORIGINAL#####
    5 points
  3. Example: public static void webWalkEvent(final INodeRouteFinder routeFinder, final Position position, final int treshold, final MethodProvider script) { WebWalkEvent event = new WebWalkEvent(routeFinder, position); event.setBreakCondition(new Condition() { @Override public boolean evaluate() { // Return when you want the event to break. return script.getMap().distance(position) <= treshold; } }); script.execute(event); }
    5 points
  4. Graphic designing is not only about signatures,tags, and that sort of work. Its much more broad. So I decided to give a shot at making a registration interface. Hope you guys like this clean and basic style.
    3 points
  5. https://www.youtube.com/watch?v=CuH3tJPiP-U
    3 points
  6. In order to access OSBot fields and methods you must have a valid Script instance reference which must also be the instance you happen to be defining as your main class. I suggest you pass it as a parameter to the constructor of each class and store it in a non-static field. Then you can instantiate the class from your main class, passing the main class as a reference for your other classes to use in order to access OSBot methods and fields.
    3 points
  7. And you said oop is useless ;)
    3 points
  8. 2 points
  9. Molly's Thiever This script is designed to quickly and efficiently level your thieving! Check out the features below. Buy HERE Features: - Capable of 200k+ per hour and 30k+ exp/ph on mid-level thieving accounts. - Quickly reaches 38 thieving to get started on those master farmers for ranarr and snap seeds! - Fixes itself if stuck. - Hopping from bot-worlds. - Stun handling so the bot doesn't just continually spam click the npc. - Drops bad seeds if inventory is full at master farmers. - Eats any food at the hp of your choosing. Supports: -Lumbridge men -Varrock tea -Ardougne cake -Ardougne silk -Ardougne fur -Kourend Fruit Stalls -Ardougne/Draynor master farmer -Ardougne/Varrock/Falador guards -Ardougne knight -Ardougne paladin -Ardougne hero -Blackjacking bandits as well as Menaphite thugs, this has limitations, click the spoiler below to see them Setup: Select your option from the drop down menu, it will tell you the location where the target is located. Fill out the gui and hit start. Simple setup! Proggies: Proggy from an acc started at 38 theiving:
    2 points
  10. >>>DOWNLOAD<<< Perfect for mass farming on f2p accounts. Will walk to cows, wait for cowhides, pick them all up and then bank. Combined with another tanning script, it'll be the perfect geepee maker at absolutely no requirements.
    2 points
  11. RuneScape has multiple entity types NPC's Objects GroundItems Determining which one to use is way simpler than people think. NPC's will have yellow name tags in game Objects will have blue name tags in game GroundItems will have orange name tags in game Now when it comes to declaring variables what should we use? For NPC's we would use the NPC class. Our code should look like this NPC npc = ... For Objects we would use the RS2Object class. Our Code should look like this RS2Object object = ... For GroundItems we would use the GroundItem class. Our code should look like this GroundItem item = ... Why would we shy away from using Entity class to define any entity from the game? Well simply put Entity is just an interface and it might not contain things needed to any specific Entity implementing classes. Like RS2Object will have getType() method but Entity will not. The main place to use Entity class is when we are passing it to a parameter of a method and making your own lets say interacting methods. We would use Entity in our parameter to make it accept any Entity type. public void interactCustom(Entity entity, String action){ if(entity.isVisible()) entity.interact(action); else getCamera().toEntity(entity); } Of course again there will come limitations, which are when you are making a method for getting the type of an Object and logging it. Having our code look like this will not work and give us an error. public void getTypeAndLog(Entity entity){ log("[Debug] objects type: " + entity.getType(); } So passing Entity to our parameter wouldn't give us the method getType() which RS2Object has, so we would need to have RS2Object in our parameter So we would need to have RS2Object in our parameter. And our code will work if he have it look like this public void getTypeAndLog(RS2Object object){ log("[Debug] objects type: " + object.getType(); } I hope this guide helped you understand the types of Entities and how to use them correctly
    2 points
  12. I am using Pwl3's acc and we are finding the issue! Will post an update soon! I have an idea to fix this problem!
    2 points
  13. You are responsible to cancel your renewals. If you leave renewals open and you have account credit the system automatically RENEWS and takes your credit. I've told you this before. I've given you the account credit back.
    2 points
  14. Ofcourse I'm on the main picture ^^
    2 points
  15. efficient & flawless Link: Script now live: Here Features Bypasses Jagex's camera movement bot trap. new! Uses ESC key to close the interface new! Uses the higher xp method (aligns the camera to the target so it closes the menu when it pops up) NEVER gets in combat, 'tower' method of getting out of combat isn't even there (deliberately). Logs out when no money left Equips bronze arrows when necessary Displays 'goal' information, e.g. (at 77 range it will also show details for 80 range, time left, xp left, etc) Automatically equips higher level gear such as d'hide chaps and vambs Runs away just in case of emergency! ................................................................................................................................ With the bots on OSBot, Czar promises to deliver yet another incredible piece to the CzarBot empire. This means you will get to run the script with no worries about bans and xp waste. LEGENDARY HALL OF FAME 100 hour progress report Configuring the bot and the result: Set the npc attack option to 'Hidden' if you want to avoid deaths forever! For extra XP FAQ Why should I use this script when there are millions out there? It is the best script. Simply. Why are you releasing this now? It's time to make it public, it was privately shared with some friends and has been working flawlessly. Instructions There are no instructions. We do the all the work for you. CzarScripting™ Tips If you are low level, you can use a ranging potion at level 33 ranged to get in the ranging guild. Try and have as high ranged bonus as possible. Gallery ANOTHER 1M TICKETS GAINED !!
    1 point
  16. Click here to go to the SDN page to add the script. Display: Games supported and their general rules: Note: This script is a realised script request with help from a RS veteran gambler, pauliokas123, Please refresh your script list before running this script!
    1 point
  17. The concept is indeed good, I cover something similar in a thread back eons ago. The execution is a bit off, however, as you can still perfectly model to a sine curve. If you add some randomness, noise etc (as well as distributional statistics!) it will look a lot more realistic as you can have a "curve of best fit" as it were just like a human.
    1 point
  18. I think i'm over posting in this section, i do feel it annoys some people for some reason, let me know how you feel. OT: Heres the sig, hope u guys like it.
    1 point
  19. Alright, so after reading the "My Ban Theory" thread, I decided to take the idea of a normal distribution to keyboard typing. What I have made is experimental and may not work as expected to. All I aim to do with this is help to educate those with typing correctly. How it works: Calculating based on words per minute, it sleeps a variable amount based on the value (assuming the average word has 6 characters) With the help of normal distributions, the mean is the mode and the median (which is also usually the midpoint), so we can calculate a normal distribution of sleeping using the mean. It types character per character It wraps the Script sleep function to pause the appropriate time frame (Version 1.1 and onwards) now makes typing errors based on the words per minute setting! Version 1.1 (newest; typos included): Version 1.0 (old; no typos included): Usage example: SmartKeyboard sk = new SmartKeyboard(this, 60); //60 words per minute if (sk.typeString("The quick brown fox jumped over the lazy dog", true, true)) { //Third parameter to true -> enables typos log("Typed the string and pressed enter!"); } if (sk.typeCharacter("g")) { log("Typed the character 'g'"); } if (sk.typeInteger(4)) { log("Typed the number 4!"); } sk.typoConstant = 10000; //Default 100000; lower = more likely to cause a typo; equation ((typoConstant / (words per minute * 10))+ rand.nextInt(6)) If there are any problems with this, let me know. Jagex may be smart, but we're smarter. Proof of typos: (set at 125wpm; original text "The quick brown fox jumped over the lazy dog the quick brown") Feel free to use the SmartKeyboard class however you want, but credit is always nice
    1 point
  20. Vouch! Used this for plague city and it worked flawless Great script, Great Scripter
    1 point
  21. Hey, i once before asked for a alch trial but never got to use it. May i please have a 24 hour trial of a stun alch able script? It looks sooo cool, or just any magic script thanks!
    1 point
  22. Can i get a trial aswell please
    1 point
  23. Ahh shit, i didnt realize there was still space there. God im so stupid, thanks for the feedback though.
    1 point
  24. Hey Czar . Is this 30 day... Property still in offer? *.*
    1 point
  25. User banned. Thanks for the report.
    1 point
  26. can i grab a trial please
    1 point
  27. could I have a trial please?
    1 point
  28. sorta confusing but(yeh rename it lol), it really just walks to the middle of varrock castle and does nothing lol(or gets near ge yews and does nothing). and really the yews at varrock castle are the grand exchange ones. this is Varrock east yews in mention (orange line only)
    1 point
  29. free trial pls looks so gooooood !
    1 point
  30. I don't see how they even let him run as President lol, he is literally a fucking meme
    1 point
  31. I'm excited for this.
    1 point
  32. Grats man, i needed this when i started back up
    1 point
  33. I tried to get over a 6hr proggy for you but after RS auto logs you out and the bot logs back in, it does not pick up the traps! It lets them fall over and then re lays them but never picks them up when there is a chin in them or when a chin has set them off
    1 point
  34. 1 point
  35. 1 point
  36. You are the first person to notice that. I guess everyone else was as lazy as I expected and let the script buy all items I fixed that in a later version but that's not on the SDN yet.
    1 point
  37. I made it called varrock castle , hopefully it isn't too confusing, since people will think it's actually east of varrock or something :P Should I rename it?
    1 point
  38. Well it does that, but not if you have low levels, so in the next update I will actually implement the formula for the potting level and make it pot at around ~50% of the level Next update = improvements to potions, thanks for suggestions/feedback guys
    1 point
  39. I REALLY like this guide, I'll definitely be using it when I make my pure. Very well put together.
    1 point
×
×
  • Create New...