Leaderboard
Popular Content
Showing content with the highest reputation on 08/09/16 in all areas
-
Shout out Jagex #lifechanging V2
6 pointshttp://osbot.org/forum/topic/104110-shout-out-jagex-lifechanging/#entry1162571 made a thread few days ago about getting laser eye surgery due to my financial benefits i reaped from runescape well today i got it done and so far everything looks good i have a checkup with my doc tomorrow to see if im healthy but so far it looks like my vision will keep improving. for anyone wondering cost 4k usd procedure time 10 mins total amount of doctor vistis before 2 total amount of doctor visits after 4-5 if doctors mess up i get a free re-do on laser eye surgery for up to 2 years chance i get 20/20 or better vision 99.8%6 points
-
Get Other Players Equipment
4 pointsprivate List<String> getOthersEquipment(Player p) { List<String> equipmentList = new LinkedList<String>(); if(p != null) { int[] equipment = p.getDefinition().getAppearance(); for (int i = 0; i < equipment.length; i++) { if (equipment[i] - 512 > 0) equipmentList.add(ItemDefinition.forId(equipment[i] - 512).getName()); } } return equipmentList; } Note: int[] equipment = p.getDefinition().getAppearance(); Index Order: [0] = helmet [1] = cape [2] = necklace [3] = weapon [4] = chest [5] = shield [7] = legs [9] = gloves [10] = boots - Can only grab visible items (no ring or ammo, etc.) - Each value from getAppearance() needs to have 512 subtracted from it in order to get the item id Or if you want it so you can grab specific pieces: private HashMap<EquipmentSlot, String> getOthersEquipment(Player p) { HashMap<EquipmentSlot, String> equipmentList = new HashMap<EquipmentSlot, String>(); if (p != null) { int[] equipment = p.getDefinition().getAppearance(); for (int i = 0; i < equipment.length; i++) { if(equipment[i] - 512 > 0){ switch(i){ case 0: equipmentList.put(EquipmentSlot.HAT, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 1: equipmentList.put(EquipmentSlot.CAPE, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 2: equipmentList.put(EquipmentSlot.AMULET, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 3: equipmentList.put(EquipmentSlot.WEAPON, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 4: equipmentList.put(EquipmentSlot.CHEST, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 5: equipmentList.put(EquipmentSlot.SHIELD, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 7: equipmentList.put(EquipmentSlot.LEGS, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 9: equipmentList.put(EquipmentSlot.HANDS, ItemDefinition.forId(equipment[i] - 512).getName()); break; case 10: equipmentList.put(EquipmentSlot.FEET, ItemDefinition.forId(equipment[i] - 512).getName()); break; } } } } return equipmentList; }4 points
-
Disputed @Trump
4 pointsDo not refund devry until he is cleared of the other disputes, you will most likely be refunding one of the scammed users, since devry has not paid anything back yet.4 points
-
Why is math involved with programming?
In programming, advanced maths are required in 3D programming (integrals and derivatives). Take the problem of generating an infinite terrain for a 3D game. You can't just open a 3D modeling program like any artist would do and start manually modeling the mesh, instead you will have to write a function that generates blocks of terrains and loads them as the user approaches the end of the current terrain block. Your function will have to generate smooth terrain, height values can't vary too much as that's not going to look real at all. After you generated the mesh it will be time to paint it. That's generally done depending on the value of your height function and its first and second derivatives which provide the slope and convexity of your terrain at a given point. There is another large domain in the IT industry called cryptography which is pretty much all based on maths. It's about the information you send and receive through any network, represented as a sequence of 0's and 1's called codes. These codes all have extra 0's and 1's (extra information) which is not part of the actual data you send or receive, they only provide mechanisms to determine whether the data was successfully transmitted or not and these methods are generally based on matrixes, hence you require algebra. Also if you decide to take a GPU programming course you will be surprised that's all about maths. The GPU programming languages Cg, HLSL, GLSL don't require much programming knowledge but a lot of maths. GPUs differ from CPUs because they are specially designed to perform fast floating point number arithmetic. Maths don't have many applications in scripts but you could try to write a method that generates a "suitable" instant buy price for any item knowing their previous buy/sell/overall prices from online APIs such as osbuddy, the official runescape site or the market price stored in config 1151 when offering the item. A general solution to the "suitable" price problem is one that pays more than any previously recorded prices, is above the market value, has a lower bound dependent on quantity and its monotonicity being characterized by a polynomial function. However it has to provide real prices, not 4m for a 2.3m whip and at the same time offer 500gp for a bread that costs 70gp. So you can actually write it as a derivative polynom instead of just a simple function to provide better results.4 points
-
Why is math involved with programming?
Most of the math involved with computer science is based on pure mathematics rather than applied math. Such as branches of pure mathematics are discrete math, graph theory, number theory, combinatoric optimization etc.. which is different than applied mathematics which is along the lines of calculus or algebra. Why? Because any proof of statement is such topics can be programmed. Pure mathematics is essentially programming but without the language barrier. Most likely like you I am a college student, I finished my freshman year last year and took calc 1-3. It is more or less taught so you have some wiggle room if you change majors. It is also good to know in general for a stem major who will most likely come in contact with calculus in their lifetime. Topics like derivatives and integrals are very good to know as they have many applications.4 points
-
Chatbox emotes pls
4 points
-
👑 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 👑
👑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 thread3 points
-
Max Main & 2 Pets, 99 Hunt , BGloves
3 pointsWouldn't recommend buying this account, user charged back osbot 4 dollars and has been placed in TWC.3 points
-
Dispute on Devry123
3 pointsYou can't use the excuse of breaking the TOS by logging in since you clearly gave him permission multiple times and continued the service. Secondly, you promised him a refund before and now that there's a dispute you suddenly refuse to refund, I don't see why you shouldn't have to keep your word? And the thing with the evidence is the fact that @Solution managed to appeal successfully already proves that it wasn't him botting so then there's only one option left as far as I can see? Whereas the evidence I got from you so far are some speculations and a screenshot of your recycle bin. Then again I could teamview you but I don't know how I'm supposed to check if you didn't delete anything and afterwards deleted it from your recycle bin. So all we have is your word which is basically worth 0 shits. So once again, after taking into account all of the arguments above I have to conclude that you will have to refund him the remainder of the serivce plus the amount the quashed ban devalues the account.3 points
-
[DEV] Overload AIO
3 pointsDescription: I've decided to create a script, which does pretty much everything for you. If you have just created a fresh account it will randomise your appearance and complete tutorial island for you. Once you're off tutorial island it will go through all the tasks you set it before the script finishes. The tasks can be things such as getting a certain level, killing a certain amount of monsters, doing a task for a set amount of time or to complete a certain quest. This script will take me quite a long time and I'm going to post the development of the script on this thread. GUI: What's Supported: Key: Completed In Progress Not Started Tutorial Island Skills Quests Mini-Games Change Log: Credits: House - Very nice guy whose, helped me when I've run into problems. Botre - Cool guy who's helped me when I've got stuck on issues. Order of To-Do List: Perfecting Tutorial Island Firemaking GUI Firemaking Areas Woodcutting GUI Woodcutting Areas3 points
-
Dispute on Devry123
3 pointsNo need to feel sorry for me when you're the guy that got the account banned in the first place. I never broke your t.o.s. Aside from your giving me written permission to login to the account from time to time you never mentioned anything about it the ferw times I didn't ask you. Written permission here Didn't sound you gave half a fuck that I logged in previously, besides you indirectly gave me permission to login again the future here by stating that the next time I did I'd just have to leave it at the bank. Didn't seem like you were upset with me logging into it then either. IIRC = if I recall correctly. And you're right, I could've been a dick and dispute your for it. I wouldn't have because I trusted you, I still did right up until this point. I trusted you that you'd do whatever the decision of the other staff team mebers would do, I trusted that you'd own up for something only you could've done. I trusted you to work with me/the staff team to resolve this peacefully. Reading this -you refusing to refund something that can only be your fault- it seems more likely that you're just the next scamquitter. It's a shame you had to betray somebody like this. Damn shame that you decided to ignore what was decided by staff and refuse a refund. I honestly thought you'd suck it up and take responsibility for your actions, but I guess you can't trust anybody these days. all I've been doing this entire dispute was be polite to you, trying to work with you by being honest about the blackmarks etc. so we could determine a fair price for a refund. I didn't expect you to throw a tantrum and refuse any refund.3 points
-
Perfect Magic AIO
2 points#1 SOLD MAGIC SCRIPT #1 MOST FEATURES MAGIC SCRIPT ESC MODE, HOVER-CLICK, NEAREST ITEM CLICK, FLAWLESS JMod nearby and we still alive. Anti-ban and Optimal script usage Anti-ban: - Don't go botting more than 3 hours at once, take breaks! Otherwise the ban-rate is highly increased! - Bans also depend on where you bot, for the best results: bot in unpopular locations Banking-related spells are the lowest ban-rate (spells which require banking or can be casted near a bank, e.g. superheating, maybe alching, jewelry enchanting etc etc) since you can just go to a full world and blend in with other non-bots (humans), for example: world 2 grand exchange If casting spells on npcs, then unpopular locations reduce the banrate by alot, So make sure not to go to botting hotspots otherwise you may be included in ban waves. - Some good areas used to be (until some got popular): grizzly bear, yanille stun-alching, any overground tiles (upstairs etc) but once the areas are overpopulated, try to go to another location which is similar to the aforementioned locations. This is a very popular thread with many many users so if a new location is mentioned, the location will be populated very quickly so I can only suggest examples of good locations - Don't go botting straight after a game update, it can be a very easy way to get banned. Wait a few hours! If you ever get banned, just backtrack your mistakes and avoid them in the future: you cannot be banned without making botting mistakes. Keep in mind you can be delay-banned from using previous scripts, so don't go using free/crap scripts for 24 hours then switching to a premium script, because the free/crap previous script can still get you banned! For more anti-ban information, see this thread which was created by an official developer: http://osbot.org/forum/topic/45618-preventing-rs-botting-bans/2 points
-
Guide to Gold Farmin
2 pointsI see a lot of people asking questions about gold farming so I decided to make a simple guide explaining it. These are just the basics that you should know before starting a gold farm. Example of an easy gold farm method 200-400k/hour depending on how many people are doing it. Requirements take less than a day splashing. I used to run 4-5 bots on this before I released it publicly. Here is the thread link:http://osbot.org/forum/topic/102964-magic-guild-buyer/ There are many other methods out there that are simple like this. Tips You will eventually be banned by gold farming. There is no way around it. The key is to profit as much as you can before getting banned. Don't complain when you get banned. Mule the gold every few hours so you do not risk losing out on profits Find a good private script Buy a VPS to increase the size of your farm Do not bot stupid stuff like Blast Furnace or woodcutting and expect to not be banned. No one is going to tell you their gold farm method so do not ask Test things out to see what is profitable. Buy VIP to expand your gold farm(if you plan to run more than 2) If you do not want to pay for a private script, then learn to code yourself. You can be writing your own simple scripts in a few weeks of practicing it. Here is my progression scripting thread http://osbot.org/forum/topic/95239-becoming-a-script-writer/page-1 P2p>F2p. Bond costs should only take a day or less to recover It costs money to make money. Basic FAQ 1) Is OSRS profitable? Yes there is a lot of money to be made in gold farming Runescape. I just read the other day that someone gold farmed enough to get lazer eye surgery to improve their eye sight. Other people have made thousands of dollars from it so it is possible. This does not mean that it is easy though.2) How do I know what is profitable?My suggestion from personal experience is go to around Runescape and find random things that are profitable. There are a lot of things that are not common and make anywhere from 200-500k/hour. I've found many methods that make good money just from exploring osrs.3) What is a private script?It is a script bought by only you4) Should I use a private script or a public script?Private scripts are better because they are unique to only you. If you are wanting to start a gold farm, I strongly suggest buying a private script.5) Where do I buy a private script?Many scripters sell private scripts. Go to the private script section to search for some.6) How do I get the private script to show up?Place it in your Users/Osbot/Scripts folder. Refresh your client and it will appear7) What is a VPS?Basically its something that lets you run more bots. If you have a shitty computer, then get a VPS to run more bots.7) What is a proxy?A proxy is used to change your ip on the client. It does not lower ban rates but it prevents chain bans. This means that all your accounts are not linked on the same IP.9) What is a mule?An account that holds your gold and is not botted10) Will my mule get banned?It is very hard for a mule to get banned( very low chance but still possible)11) What is automated muling?Some people have it coded into their scripts to automatically transfer gold. This is the ultimate gold farming strategy because it lowers the risk of profit loss and allows the user to have less input12) Should I bot f2p or p2p? p2p is the way to go. For some reason p2p bots have a lower ban rate and there are a lot better methods.13) Why should I invest money if I am just going to be banned?If you find a good method and bot smart, you will make profit.14) How many hours a day should I bot?No one knows the answer to this. There's always a risk in botting.15) Does the weekend really have a lower ban rate?From what I have seen, yes it does. Jagex is out of the office during these days. This does not mean you cannot be banned, but I know a lot of people who run huge gold farms starting Friday-Monday morning.16) What are breaks?Breaks are a user selected option that allows you to control how long to bot for and when to not bot. Many people believe that having breaks can reduce the ban rate.17) What is Mirror Mode?It is a VIP only feature that masks the official runescape client so that Jagex cannot detect that you are using a third party app. -- I have no opinion on this--18) What is CLI mode?It is an easier way to gold farm if you are running a lot of bots. I highly suggest using it. Here are the two links to the official release of them and how to use them. http://osbot.org/forum/topic/100378-osbot-24678-bot-farming-made-easy-cli-finished/page-1 http://osbot.org/forum/topic/101897-osbot-2471-low-resource-mode-web-walking-fixes/page-1 19) How is CLI mode useful?It allows you to set up your bots a lot quicker. With one click, you could open up 10 different clients all on different proxies, world selected, and script selected.20) How do I use CLI?Copy and paste this into notepad (fill in the username,password, and pin as they apply). Save the file as a .bat You can add or remove these as you like. If you have any more questions I suggest trying the chatbox java -jar "%recent%" -allow lowresource,lowcpu -login Useraname:Password -bot username:password:pin -script scriptname:para21) Is gold farming really easy?At first no. It takes time to find a good method and to set everything up. It is a lot of checking on your bots and making sure they're running smoothly. The goal in the end is to be able to only spend a few minutes each day and to make a lot of money.22) How much antiban should I have in my script?Little to none. Antiban is fake to draw in users. The best way to reduce your ban rate is to have a flawless script that does not get stuck or repeat actions. Read #4 here in this thread made by @@Alek: http://osbot.org/forum/topic/45618-preventing-rs-botting-bans/page-1 23) OMG I got banned, Jagex is too pro what do I do?You are botting, so expect to be banned. Make new accounts and move on.24) Can an account survive for more than a few days? Yes I've had accounts last 40-50 day without getting banned. It's all about botting smart. Here is a picture of an account I botted while making my AIO fighter: 25) Should I check woodcut xp? Always 26) Is Gold Farming stressful?I've actually seen a lot of people ask this question. My answer is it can be if done the wrong way. The point of gold farming is to check your bots every few hours not constantly monitor them and have to worry about 10 accounts.27) What benefits does VIP offer? What is the difference between sponsor and VIP?That is all explained here along with other ranks:http://osbot.org/forum/topic/50019-understanding-the-forum-ranks/ 28) Who should I sell my gold to?I only sell my gold to the big companies like Bogla, Arcus, Kaii, etc. You can also sell to trusted people on here. I would not recommend using PayPal to people who are not trusted.29) How often should I mule the gold over?Safe way is to do it every few hours. If you can get automated muling in your script, then thats even better.30) What should I do while I am running my bots?Go in chatbox and talk More to come in the future. If you see anything missing or have any suggestions, please let me know. If you found this helpful, please drop a like2 points
-
Shitpost remastered
2 points1051541451431641621571721571511441234567881234567812345678123678326470547 2999999259923478990124999995689902993413269916749953349999914649932724997 2994567809912568990139956799809929936781467998299634699818991169966144990 2999994569970124995699801323459999012615302799995324993243699019923412993 2994567801993569980299356780239999456725634569974326992644399243992369936 2994567801992689901239967899029939945745315319931253399436998011992349950 2998012345299999388352999991039953991232012479934673289999982640499999415 Step1: Highlight the numbers Step2: Ctrl and F Step3: Put 9 in Step4: Enjoy2 points
-
A suggestion regarding services.
2 points
-
Shout out Jagex #lifechanging V2
2 pointsi used to have good eyesight. but i spend my days: - at home, playing games on a computer - at work, doing development stuff on a computer - at school, doing school stuff on a computer. rip = eyes2 points
-
Save 35% or more on car insurance
2 pointsNot sure if i should report topic or not. False advertising. I nees dat cheap car insurance now that mines went up £200 a year2 points
-
Dispute
2 points
-
Dispute
2 pointsi mm'd this and can confirm the trade value was 12.2m Gl @Sean hope it works out for you2 points
-
Vet
2 points
-
Dispute on Devry123
2 points
-
should i stay 60atk zerker or get 75atk
was talking about this with logic I believe a while back, best to get 99 strength first. Pk with 99 strength and see how it fits you. I see 75 attack pointless for a zerker, that is why I keep all my zerkers 60 attack. Why fight higher defence players when you have easier targets at a lower combat.2 points
-
Chatbox emotes pls
2 points
-
FrostCaves
2 pointsGonna start prepping the OP for release. Release is expected to be within the next 2 days2 points
-
APA AIO Smither
1 pointView in store $4.99 for lifetime access Key Features: Supports Bar smelting, Cannonball making and Item smithing Supports all tradeable bars for both smithing and smelting, with support for material-unique items (full list below) Supports the above activities in all locations you would ever want to perform them (full list below) Smart activity-based framework allows you to schedule tasks to be performed in succession (details below) Simple and intuitive start-up interface hosting the activity editor (Optional) Informative, concise, self-generating, recolourable and movable paint tracks useful run-time data (Optional) On-screen movable console logger to notify you exactly what the script is doing at any point in time Smart Gaussian-distribution derived Make-X value generator supporting letter scalar suffixes (Optional) Moves the mouse outside the game screen while idle Utilises the OSBot map web system with obstacle handling for inter-location traversal* (Optional) Ring of forging support for iron smelting ...and many more! *The OSBot web is very reliable however can occasionally (understandably) struggle with longer inter-location distances. As a result, I would highly recommend supervising the script while inter-location transitions take place. Supported Locations: Supported Bars: Bronze [1x tin ore, 1x copper ore] Iron (with & without Rings of forging) [1x iron ore] Silver [1x silver ore] Steel [1x iron ore, 1x coal ore] Gold [1x gold ore] Mithril [1x mithril ore, 4x coal ore] Adamant [1x adamantite ore, 6x coal ore] Runite [1x runite ore, 8x coal ore] Supported Smithing items: All generic material-independant items (e.g platebodies, knives, dart tips, etc...) Material dependant items: Bronze wire (bronze) Iron spit (iron) Oil lantern frame (iron) Studs (steel) Bullseye lantern (steel) Cannonballs (steel) Mith grapple tip (mithril) Activity based framework: The script features a fully-fledged activity system. This system allows you to completely customise each botting session and tailor it to the needs of your account. The system allows for 'activities' to be queued in sequence, whereby when started, the script will proceed to execute and attempt to fulfill each activity in turn. An activity is comprised of two parts - the task and the target. An example of a task may (arbitrarily) be 'Smelting gold bars at Edgeville' and an example of a target may be 'until level 70 Smithing achieved'. Both the task and the target can be fully customised to your needs, then saved and queued to the session activity manager. Task options: Smelting Bars (in a furnace) Making Cannonballs (in a furnace) Forging items (on an anvil) Target options: ... until out of supplies ... until level λ reached ... until λ experience gained ... until λ minutes passed (where λ is some inputted integer value) It is worth noting that by default all tasks are automatically considered complete if insufficient resources to perform the task are present. Setting up: Example paint: Gallery: Credits:1 point
-
Khal AIO RuneCrafter
1 pointWant to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports every altar - Supports every rune Air, Mind, Water, Earth, Fire, Body runes (Just walk back and forth) Fire runes (Ring of dueling to Castle wars) Mind runes (Ring of dueling to Castle wars + Mind altar teleport) Nature runes (Unnote at shop and walk to altar) Nature runes (Ring of dueling to Castle wars + Necklace of passage to Fairy ring) Nature runes (Ring of dueling to Castle wars + Ardougne cape to Fairy ring) Nature runes (Ring of dueling to Castle wars + Quest cape to Fairy ring) Nature runes (Ring of dueling to Castle wars + POH teleport to Fairy ring) Cosmic runes (Walks back and forth - Uses obstacles based on agility level) Cosmic runes (Ring of dueling to Castle wars + Necklace of passage to Fairy ring) Cosmic runes (Ring of dueling to Castle wars + Quest cape to Fairy ring) Law altar (Ring of dueling to Castle wars + Balloon method to Entrana) Astral altar (Teleports back to bank) Lava runes (Ring of dueling to Castle wars) Stream runes (Ring of dueling to Castle wars) Smoke runes (Ring of dueling to Castle wars) Mud runes (Walks back and forth in varrock) Mud runes (Digsite teleport) Blood runes (Arceuus) Blood runes (Ring of dueling to Castle wars + POH teleport to Fairy ring) (93 agility req) Soul runes (Arceuus) Wrath runes (Ring of dueling to Castle wars + Mythical cape ) - Pouches support - Menu invokes - Daeyalt essence support - Pouch repair - Energy/Stamina potions support - Food support - Combination rune support - Binding necklaces + Magic imbue - Abyss support (Edgeville / Ferox enclave banking) Death handler, will grab your stuff and continue (Abyss only) Abyssal bracelets/Ring of life support Pouches repair at zamorak mage - ZMI altar support Walks short unsafe path OR walks long safe path Quick prayer support Full bank mode (Add fillers so all runes get deposited, but not the pouches/Rune pouch) - Mining daeyalt essence - Master/Runners setup Setup a bunch of runners for your main account who stands at an altar Either play your main yourself or use the master mode Combination runes, magic imbue + binding necklaces available Runners can bring binding necklaces, talismans to the master Stamina potion support for runners Custom Breakmanager: - Setup Bot and break times - Randomize your break times - Stop script on certain conditions (Stop on first break, Stop after X amount of minutes, Stop when skill level is reached) - Worldhopping - Crucial part to botting in 2023! Script queueing: - Support queueing multiple script in a row - All Khal scripts support flawless transitions in between scripts - Start creating your acc in a few clicks from scratch to multiple 99's - Flawless CLI support - Learn more here: How to use CLI parameters: - Example Usage: -script 482:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename - SAVEFILE: Save file can be created in the GUI. Navigate to the tab you want to run and press "Save As CLI file". Please choose your filename wisely (No special characters) - BREAKFILE (Optional): Breakfile can also be create in the GUI, set the breaksettings you wish to use and press "Save new CLI BreakFile". Please choose your filename wisely (No special characters) - Final form (Note that with some bot managers you do not need to specify -script 482): -script 482:TaskList1.4515breaks (With breaks) -script 482:TaskList1.4515breaks.discord1 (With breaks & discord) -script 482:TaskList1..discord1 (NO breaks & discord) Proggies:1 point
-
APA Rock Crabs
1 pointBefore buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system1 point
-
SMPLPowerChopper
1 pointNow on SDN! Description: Simple powerchopper, supports all f2p trees. Cuts down the tree and drops logs for fast xp gains. Chops in selected area around player Walks to the area defined by the user if the player somehow went out of it Requirements: Equipped axe or in inventory Levels to cut the chosen tree Specify the area to cut trees Start in the area you specified around the player. I.E if its 5 then don't be 5 tiles away from the tree. ScreenShots: Proggies: Known issues: Things to be added in the future: Changelog: v.1.00 Beta release v.1.01 Added paint, support for all axes. Fixed null issue and start button v.1.02 Added support for certain area size around the player in which to powerchop v.1.03 Made specified area to show up on minimap v.1.04 Made it walk to the specified area if the player is not in it and fixed some minor issues. v.1.05 Updated the paint, cleaned up the code a bit. v.1.06 Fixed minor issues with paint. v.1.07 Added more tree types, camera movement. Did some code cleanup.1 point
-
Shitpost remastered
1 point
-
Some questions..
1 point
-
Perfect Fisher AIO
1 point
-
Vet
1 point
-
love this slayer task
1 point
-
Vet
1 point
-
👑 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 👑
Perfect Agility Trial please.1 point
-
Perfect Fighter AIO
1 pointAdding additional loots creates a lot of interface lag in settings. This is especially bad if you add like 5+ items. Bot seems to struggle with doors very badly. Have noticed this multiple places, mostly with getting to banks; noticing navigation problems in general training on Varrock guards.1 point
-
love this slayer task
1 point
-
[DEV] Overload AIO
1 point
-
Chatbox emotes pls
1 point1 point
- Perfect Fighter AIO
1 pointno, Bone burying wasnt enabled as i was meleeing Wyverns and keeping the bones to bank only things i had enabled were "loot over X Gp" and i also have tried combinations of prioritize loot+ loot over X gp.1 point- wish the guy a happy birthday
1 point- Disputed @Trump
1 pointi stated to devry i wasnt responsible for refunds when we were talking but if im still responsible i will refund him asap when i can ill talk to him on skype thanks1 point- Dispute on Devry123
1 pointThe chances of actually being because of OSBuddy are very very slim, I have yet to see someone getting rightfully banned because of 1:1 use of mousekeys or actually using OSBuddy. You can easily take leveling screenshots manually or use another client with OSBuddy. The fact that @Solution managed to get it unbanned from macroing shows that he wasn't the one botting otherwise they would've stated the ban was correct. Taking all of the this into consideration I came to the conclusion that you'll have to refund the remainder of the service plus the amount that the quashed ban devalues the account. I will get back to you with an exact amount.1 point- Perfect Fighter AIO
1 point@Czar I'm stuck between buying this or the stronghold script. Does this one have AFK mode etc? I like the flexibility of being able to use it in other locations, not just the stronghold - but I don't want to miss out on features haha.1 point- Guide to Gold Farmin
1 point- Perfect Fisher AIO
1 point@Czar Sorry to say but the bot gets stuck in zaeh angle rfish bank on zaeh pathing. Also zooming fully out doesn't fix the issue, here is a pic of where it gets stuck.1 point- Perfect Thiever AIO
1 point- 👑 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 👑
free trial?1 point- fullly quested zerker or rune pure
- Perfect Fighter AIO