Leaderboard
Popular Content
Showing content with the highest reputation on 08/09/16 in Posts
-
http://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
-
private 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
-
Do 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
-
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
-
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
-
4 points
-
Wouldn't recommend buying this account, user charged back osbot 4 dollars and has been placed in TWC.3 points
-
You 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
-
No 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
-
Thank you everyone for all the support and feedback, this script officially is the most sold magic script on the market! Since 2015 it has been continually updated all the way to 2025! #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
-
I 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
-
1051541451431641621571721571511441234567881234567812345678123678326470547 2999999259923478990124999995689902993413269916749953349999914649932724997 2994567809912568990139956799809929936781467998299634699818991169966144990 2999994569970124995699801323459999012615302799995324993243699019923412993 2994567801993569980299356780239999456725634569974326992644399243992369936 2994567801992689901239967899029939945745315319931253399436998011992349950 2998012345299999388352999991039953991232012479934673289999982640499999415 Step1: Highlight the numbers Step2: Ctrl and F Step3: Put 9 in Step4: Enjoy2 points
-
2 points
-
i 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
-
Not 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
-
2 points
-
2 points
-
2 points
-
2 points
-
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
-
2 points
-
Gonna start prepping the OP for release. Release is expected to be within the next 2 days2 points
-
Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports banking at 99% of the locations - Task based setup (1-99) - Supports every fish (Shrimps, sardine, herring, anchovies, mackerel, trout, cod, pike,salmon, tuna, lobster, bass, Leaping trout/salmon/sturgeon, swordfish, monkfish, shark, dark crab, angler fish, sacred eel, infernal eel) - Supports almost every bank location (New ones can be requested) (Lumbridge swamp, Al-Kharid Sea, Draynor, Lumbrdige river, barbarian village, shilo village, Catherby, corsair cove, fishing guild, piscatoris, port piscarilius, karamja, jatizso, seers, gnome stronghold, Lands' end, Zul andra, Mor Ul rek) - Fish & bank (Preset) - Fish & bank (Custom) supports almost every location - Fish & Drop (Custom) supports every fishing spot - Barbarian fishing (Select leaping fish at fish & drop) - Cook fish when fire is nearby (Fish & Drop Only) - Minnows support - Karambwans + Karambwanji support - Aerial fishing support - Drift net fishing support - Humanlike idles - Dragon harpoon special - Barehand fishing option - Fishing barrel support - Spirit flakes support - Drop clue bottles support - CLI support for goldfarmers 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 571: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 571): -script 571:TaskList1.4515breaks (With breaks) -script 571:TaskList1.4515breaks.discord1 (With breaks & discord) -script 571:TaskList1..discord1 (NO breaks & discord) Proggies:1 point
-
────────────── PREMIUM SUITE ────────────── ─────────────── FREE / VIP+ ─────────────── ──────────────────────────────────────────────────────────── ⌠Sand crabs - $4,99 | Rooftop Agility - $5,99 | AIO Smither - $4,99 | AIO Cooker - $3,99 | Unicow Killer - £3,99 | Chest Thiever - £2,99 | Rock crabs - $4,99 | Rune Sudoku - $9,99 ⌡ ⌠AIO Herblore - FREE & OPEN-SOURCE | Auto Alcher - FREE | Den Cooker - FREE | Gilded Altar - FREE | AIO Miner - VIP+ ⌡ ──────────────────────────────────── What is a trial? A trial is a chance for you to give any of my scripts a test run. After following the instructions below, you will receive unrestricted access to the respective script for 24 hours starting when the trial is assigned. Your trial request will be processed when I log in. The trial lasts for 24 hours to cater for time zones, such that no matter when I start the trial, you should still get a chance to use the script. Rules: Only 1 trial per user per script. How to get a trial: 'Like' this thread AND the corresponding script thread using the button at the bottom right of the original post. Reply to this thread with the name of the script you would like a trial for. Your request will be processed as soon as I log in. If i'm taking a while, i'm probably asleep! Check back in the morning Once I process your request, you will have the script in your collection (just like any other SDN script) for 24 hours. Private scripts: Unfortunately I do not currently offer private scripts. ________________________________________ Thanks in advance and enjoy your trial! -Apaec.1 point
-
:feelsg: :ps: (might wanna make that one a tad smaller mind u) @Maldesto baby pls1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Bugs occasionally, get's stuck outside of house while trying to remove object. Occasionally stops working. It does this even with the correct setup. Some of the objects aren't properly supported (wooden table for example) and there are FAR too many popups to make it a quick or eazy start-up/close. ​Buuut, it gets the job done 80% of the time, which is economically feasible for me. I think you can find a good use in this script, but not necessarily for mains. ​tl;dr Less pop-ups(I know them after the 1st few times.), can be used for goldfarming. Thanks.1 point
-
I have placed @@magrocks78 in TWC and have requested him to reply here. I have also asked @@Realist to participate in this dispute should we need him to clarify anything as he was the MM of the trade. @Sean from looking at Magrock's last forum activity, it was on July the 20th so it seems he hasn't been on for nearly 3 weeks or so. I doubt he'll come back online anytime soon. This was probably planned but from this post time stamp, he has 72 Hours to respond otherwise he will be banned and should he return, he'd be required to refund the account cost of 12.2M or should you want him to do so he may recover the account. Anyways, we'll just have to wait and see.1 point
-
1 point
-
1 point
-
1 point
-
Started having problems with the hill giants again after most recent update. Selected GE as bank, fills up with loot, goes bank, but goes through edgeville to attempt to get back into the dungeon (and fails, just goes up and down ladder) even though I have the brass key toggled deposit in my inventory.1 point
-
1 point
-
The script should work without food just enable the "deathwalk" option, it tells the script to not go to bank. Just make sure the script doesnt die ^^ for the record I may change the deathwalk option name to just "Enable Banking" or "Enable food". Another workaround is to just set any random item e.g. arrows as the banking setup. I will add an iron man mode update in the next version.1 point
-
1 point
-
Finished the quests that doesnt require any reqs shortly after this, only had 1 bug and that was during demon slayer. Started with 40 mage and all other 1s and 10 hp and this is after it completed the quests that it could do: Started with 40 mage!!! Started Questing with 1 qp (Imp Catcher) and this is what i ended up with: Really good script performs really well with 10 hp and tries to be as secure as possible with high risk quests Takes a little over 5 hours to complete all quests on a brand new account1 point
-
1 point
-
this is just wrong Lvl 85 miners are ~ 25m. Now i dont know exactly how much 70 farming is but im pretty sure it isnt 125m >.> Im guessing around the 30-40m mark. So i'd say you might be looking at ~ 60m1 point
-
so far so good. MIGHT PURCHASE 97.9% chance right now its runnining well.. Juust waiting for the ban. if not take my money!1 point
-
1 point
-
If we're going to go with those assumptions then I can also just go with the assumption that you can easily remove or hide data from your PC before teamviewing you.1 point
-
1 point