Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Leaderboard

Popular Content

Showing content with the highest reputation on 08/10/16 in Posts

  1. Changelog: -Patched Chatbox API (reported by @@FrostBug) -Improved Chatbox message collection -Improved Chatbox stability -Attempted fix for starting scripts through CLI not working for some users (reported by @@Abuse) Also updated the Control Panel to the "Advanced User Panel" to avoid confusion. Updated CLI usage chart: Happy Botting
  2. Premium is like: and private is like:
  3. ๐Ÿ‘‘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
  4. Hello there people who jump to conclusions! First of all you did not purchase the script i have given to @Badluckgp under the name "HGoldAmuletSlave AND HGoldAmuletMule". The only involvement you had with the script "HGoldAmuletSlave AND HGoldAmuletMule" was me giving a copy of it to you for use granted i receive a % of it. I did i not sell you that script or grant you unique usage for it. What you probably saw was the README.txt file which contained the names "HFlax" which is a placeholder for the setup guide i give with all my scripts. The only scripts Xylate has purchased from me are scripts called "HFlaxSlave AND HFlaxMule" which have not been sold to anyone else. You have not mentioned the name of the script in this entire dispute and while helping @badluckgp set up his VPS you stumbled upon what you believe to be "your script" which is completely not true. Thus you made @badluckgp post "yes i bought the script off him" but that is an invalid proof because @badluckgp does not even know which script i gave you. Please post any proof here that @badluckgp has received the script "HFlaxSlave AND HFlaxMule" from ME through purchase or any means here if you wish to pursue this dispute. You need to realize i sold him a script which is not the one i sold you what so ever. @Xylate left negative feedback and have not contacted me about it and waited for a reply. @Xylate contacted me today 4 hours ago and i have no been online till now. @Xylate also posted in my thread for private scripts trying to throw mud on my name. I see this as unacceptable^ Thanks, House EDIT: Had some text that was not supposed to be public.
  5. I safety-banned @liverare for now. He'll have to refund you upon appealing.
  6. I will be keeping track of what I do each day in scripting and how it has improved my Java knowledge. I hope to one day be able to script flawless bots with many features added. *Remember I am starting with no prior Java knowledge. I am also a college student doing 16 credit hours this semester so my progress on here might be slow.* Day 1 Day 2 Day 3 โ€‹Day 4 Day 5 Day 6 Day 7 Day 8 Day 12 Day 14 Day 21
  7. I requested @House to reply here and explain his side of the story + I moved him to TWC for the time being. @Badluckgp Can you confirm that you bought the script off @House? @Badluckgp and Is it possible to provide me the skype logs of you buying it? Would it be possible to retrieve both the zip files you 2 got from @House so I can check if the code actually matches? Kind regards Khaleesi
  8. 3 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.
  9. 24 hour progress report!! Setup Window Highly intuitive and visual, and easy to use! Portal Prediction knows which portals are going to drop - prioritises them! Full Void in <24 hours It takes only 850 points for full void, go go go! Screenshots & Results
  10. 2 points
    Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all rooftops (Draynor, Al-Kharid, Varrock, Canafis, Falador, Seers, Polivneach, Relekka, Ardougne) - Supports most courses (Gnome stronghold, Shayzien basic, Barbarian stronghold, Ape toll, Varlamore basic, Wilderness (Legacy), Varlamore advanced, Werewolf, Priffddinas) - Supports Agility pyramid - All food + option to choose when to eat - (Super) Energy potions + Stamina potions support - Progressive course/rooftop option - Waterskin support - Option to loot and sell pyramid top - 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 463:ScriptFile.BreakFile.DiscordFile SAVEFILE = Saved Filename BREAKFILE = Breakmanager Filename DISCORDFILE= discordSettings 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 manager you do not need to specify '-script 463'): -script 463:TaskList1.4515breaks (With breaks) -script 463:TaskList1.4515breaks.discord1 (With breaks & discord) -script 463:TaskList1..discord1 (NO breaks & discord, leave 2nd parameter empty) Proggies:
  11. NEW CURRENT RECORD: 294 HOURS RUNTIME! Shoutout to @Ruutihattu NEW: Sandstone mining + hopper support Humidify/water circlet/bandit unnote Ardy cloak tele support Setup Screen Preview Results 84 HOURS ON NEW LEVEL 20 ACCOUNT Suicided account with mirror mode near rock crabs, 81 mining! I will probably go for 99 Even supports Ancient Essence Crystal mining! Preview: Mine 1 drop 1 item drop pre-hover feature:
  12. 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; }
  13. My last dispute I posted was invalid, I used the wrong user who received the privatescript. Okay, so House sold me a PRIVATE script and agreed it wasn't to be resold. Turns out he resold it to badluckgp. I paid $50 and we agreed on 50% profits would go to him to continue to make scripts. 8. Script Sales Selling and buying of scripts is only permitted through our official store. Donations for projects are allowed, however they cannot be required. It should be made clear that the donations are going towards you for development and do not benefit OSBot directly. Authentication systems, script loaders, and distribution systems need prior approval from any Admin and/or Developer. These types of miscellaneous software are reviewed on a case-by-case basis and may be audited/reassessed at any point in time. Selling a single copy of a private script to a single person is tolerated. Releasing a private script a customer paid for to the public is also not allowed. Selling multiple copies of a private script will result in a permanent ban when caught for the script writer and the customers (if the customers are aware). The staff will not assist in any disputes with regards to private script transactions. Will post skype logs if its needed
  14. You have 48 hours to pay him, and yes the ban is quashed, but you clearly botted it. We are done with the botting services and people getting away with it.
  15. So far so good! Thanks Czar for making this awesome script has anyone gotten 99 str/99atk/99def ?
  16. 23m is cool with me. There is no proof you didn't bot, because the acc getting unbanned proves that you did. The big deal is that you botted a service that was requested to be hand done.
  17. No smoke added: Smoke added: A banner for Starlight - Sadly because its a GIF, it can't be as HQ as the AVI version
  18. 2 points
    all these pokemon go bots
  19. 2 points
    im sorry friend
  20. 2 points
    mfw no one is answering his questions 1. http://osrsbanrates.com 2. Have not used but I think it might do something. 3.For agility: Acerd Rooftops , on a serious note: FrostBarrows , Stealth Quester , ProjectPact AIO Hunter, FruityNMZ and more. 4. I've been doing pretty bad
  21. @Devry123 is it possible to provide ALL the pictures, not edited ones? Because apparently you only sent @Starcraft a few of them.
  22. 1 point
    Eagle Scripts' Pyramid Plunder Released Discontinued http://i.imgur.com/jldFYA1.png Click here to purchase with RSGP! What is Eagle Plunder? Eagle Plunder is a script that flawlessly plays the Pyramid Plunder Minigame for you. It has various options to run the game to your likings! What does Eagle Plunder Support? - All Rooms Supported - Progressive Mode - Remembers The Mummy's Last Known Room [For Faster XP/H] - Does The last 2 Available Rooms For Your Current Level [For Faster XP/H] - Will Leave Instantly Once The Last Room Has Been Finished If the Time Isn't Up [For Faster XP/H] - Will resupply and continue if player died - All Food Support Discord https://discord.gg/xhsxa6g Why should I use this script? Because it has Progressive Mode! Interested in gaining Thieving levels? Then this is the script for you! Because It's an AIO Pyramid Plunder Script! Because this script gets you 99 Thieving in no-time! How to Setup: - You'll need to have Getrude's Cat Completed + Icthlarin's Little Helper started - You'll need aprox 30+ Hitpoints - You'll need food, stamina potions, Antidote++, Nardah Teleports and Ring of Duelings. - This script now uses clan wars as banking location, as of V2.0 Proggies: http://i.imgur.com/YgHr8E3.jpg Extra Info: Please pm me your own progress reports and I will add them in here. If you like my script please leave feedback at the store & Like this thread. you'll make me happy with those!
  23. 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!)
  24. May I get a trial?
  25. 1 point
    Always take precautions , aswell as ask him to be done by hand ofc
  26. I'm running the regular client, I'll re-try the script and check if the problem persists UPDATE: Still getting killed by the knight that wonders, will just eat all the food until the player is killed.
  27. 1 point
    lol what rank is this? looks nova to me
  28. This definitely trumps the others in option ability. Amazing GUI The 2 things i see wrong are: ** intermediate - Which u have as "veteran" is actually 70 combat ** ** it's 850 points for 1 set of void - 1050 for 2 of the 3 sets - 1250 for all 3 sets ** In addition since you may have your other boats messed up it's: 40 combat = novice boat ( Lander ) 70 combat = intermediate ( Lander ) 100 combat = Veteran ( Lander ) Hope this helps ~ Pak Yak.
  29. ur retarded i only want 275 points yea upwards of 80k farm xp/hr, but i only want the outfit, i have 2 parts already
  30. Could I get a trial, please? Thank you!
  31. 1 point
    >botting planks >banned fast
  32. 1 point
    crushed my feelins
  33. 1 point
    To what do I owe this pleasure? ;)
  34. Just found it, first time seeing it . Congratulations on un-twc btw.
  35. http://osbot.org/forum/topic/102543-pc-1-prayer-pure-2400-pest-control-points/
  36. - Script name = Khal PC - trial length? = as much as willing to allow - Reason for trial = The free scripts are not cutting it for me, and i have been looking for a good combat training script and im at the point now that i am willing to pay for it but just want to try it out if possible and all your scripts seem to get a lot of positive praise. - Are you going to give feedback on the script? = i will give feedback on the script after the trial is over and will make note on bugs if any and anything i may notice. thank you
  37. We did not ignore your post as you can see I qouted it and told you to create the dispute separately as we obviously would not be able to handle two disputes in one thread due to the large scale dispute against him in the previous thread. Irrespective of that, thank you for making this dispute. Devry is already in TWC and he is aware of his current active dispute therefore he will be aware of this one too. @Starcraft I looked at that thread and you requested it to be 'hand done'. Did devry contact you through skype? If so please do share the chat logs. If he contacted you through PM report the conversation so we can view it. Also did he agree that he would do it personally or let a worker do it? -Saiyan
  38. Trial Please ?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.