Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/21/16 in Posts

  1. Although it took us almost two years to finally release web walking, this update marks a point where our technology exceeds that of our old school botting competitors. Thanks to @MGI, we made the necessary adjustments to fine tune many facets of our web walker and went on a linking rampage. If there is a will, there is a way. Spirit trees, Sailing, quests, inventory items, obstacles, and dungeons; it has only just begun. This changes everything and really sets us apart from our competitors. As a scripter myself, I began re-writing my kCutter script to exclusively use web walking. @MGI surprised me when I started the script at the top of Lumbridge castle and my character walked to Catherby docks, took a boat to Karamja, took another boat to Port Khazard, and then began chopping yews outside of Yanille. Before scripts such as Slayer were daunting, now it's become a very real and manageable possibility for many scripters. Enough pep-talk, here's the nitty gritty: @MGI updates: -Improved quests api -All the links for webwalking including Spirit trees, sailing, quests, and much more -NodeRouteFinder performance & behavior updates -Various improvements and stability re-works; 1,500 lines of code (edit: more like 15000 actually) @Alek updates: -Smoothed camera and walking in WebWalkEvent -Patched Bank enableMode -Updated spell books -Patched WalkingEvent setMinDistanceThreshold() We still have a lot we're changing and adding, stay tuned for jewelry teleports, magic teleports, more quests, and more means of getting to where you need to go. API Docs have been updated -The OSBot Staff
    17 points
  2. If you haven't already, go check out the newest update to my AIO Hunter with some incredible features! A list of some of the features (tons more): - SMS progress report support (over 50+ server providers available) - Email progress report support - Ability to have intelligent conversations with other players Link to thread: http://osbot.org/forum/topic/74320-projectpacts-aio-hunter-the-most-advanced-hunter-script/ Some pictures:
    9 points
  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 points
  4. Changes your OSBot frame title to show your current IP address of your bot. Source import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import javax.swing.*; import java.awt.*; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; @ScriptManifest(author = "Purple", name = "IP Display Changer", version = 1.01, info = "Changes the title of your osbot to display your bots IP address.", logo = "") public class Display extends Script { @Override public int onLoop() throws InterruptedException { changeFrameTitle("OSBot (" + getCurrentIPAddress() + ")"); stop(false); return 0; } public void changeFrameTitle(final String title) { for(Frame frame : Frame.getFrames()) { if(frame.isVisible() && frame.getTitle().startsWith("OSBot")) { SwingUtilities.invokeLater(() -> frame.setTitle(title)); break; } } } public String getCurrentIPAddress() { try { URL url = new URL("http://myip.dnsomatic.com/"); BufferedReader b = new BufferedReader(new InputStreamReader(url.openStream())); String ip = b.readLine(); b.close(); return ip; } catch (Exception e) { e.printStackTrace(); } return "null"; } }
    3 points
  5. Just start the bot and press refresh. I doesnt appear in my collection too but I dont consider that a big problem
    3 points
  6. DAY 80/120 Main Goals Create 12 maxed accounts to farm corpreal beast farm corp beast with 12 maxed accounts (will use a mate, 6 accounts each) All Sigi's Drops (Acrane, Spectral & Elysian) Make 10,000$ from corp beast only Mini Goals Create 12 accounts & finish island Get 60 60 60 melle stats Get 90 90 90 melle stats Get 43 prayer Get 90 mage Get all NMZ quest stats (listed below) Complete all NMZ quests (listed below) Kill a corporeal beast Progress Rewards Total progress table Timescale FAQ Supporters If you like this thread click the like button below
    2 points
  7. Last one just for you Closed
    2 points
  8. well first off it was fixed, also now it caches the values so the bot does not need to open the quest tab every time to check if a quest is completed. (cache is valid for few days)
    2 points
  9. Bragging a out being a stoner is so cool, grats.
    2 points
  10. Running bot in Stealth Injection mode, right at Flesh Crawlers and it keeps trying to go to the first floor of the stronghold to get stuck...
    2 points
  11. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Task/progressive based setup - Gem cutting - Amethyst cutting - Glassblowing - Molten glass smelter - Armour crafting - Jewelry crafting/smelting - Jewelry stringing - Battlestaff combinging - Flax picking + spinning - Drift net weaving - Hide tanning - Shield crafting - Birdhouse crafting - Clockwork crafting - 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 2024! 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 666: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 manager you do not need to specify -script 666): -script 666:TaskList1.4515breaks (With breaks) -script 666:TaskList1.4515breaks.discord1 (With breaks & discord) -script 666:TaskList1..discord1 (NO breaks & discord)
    1 point
  12. 'the intelligent choice' by Czar Want to buy the bot, but only have rs gp? Buy an OSBot voucher here
    1 point
  13. 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:
    1 point
  14. Works like a charm again! Props to you
    1 point
  15. All the cool kids get banned anyway.
    1 point
  16. seems like the devs just cut alot out of the api... i'll have to make some fixes will do that now apa
    1 point
  17. I have a script that does fire rune and nature runes on karamja. It has slave components that runs u essence and they will accept noted essence in exchange so you dont need to keep a lot on the slave accounts. It also has a master mode that will accept trades and craft, or you can do it manually. Let me know if your interested. It's not on the SDN but we could figure something out.
    1 point
  18. Chat box assistant asking for chat box help
    1 point
  19. hey guys my bot isnt working. can u help me?
    1 point
  20. 1 point
  21. It's a different black color, is it possible to add the original black from my Avatar? EDIT. Nvm i tried by myself on paint :P
    1 point
  22. hello bro , can i have a trial? i want start from 1 hunt to the best what i can get
    1 point
  23. You need at least VIP to change your display name. http://osbot.org/forum/store/product/4-vip/
    1 point
  24. Hey Czar, I start the script at minotaurs, invertory is loaded and the right location is selected on the map. Instead of starting to kill minotaurs, it tries to run to the entrance of the stronghold and gets stuck on the last door. Any ideas? Best, Atrain
    1 point
  25. Trail please? Also, reccomended run time to avoid ban?
    1 point
  26. T R I G G E R E D R I G G E R E D
    1 point
  27. any updates on this yet? id really like to give it a try!
    1 point
  28. Sure do! its under "powerfishing" tab
    1 point
  29. flawless script mate, well worth it, just posting progress i went from 80-95 range not once have i been reported, earns me 40k a hour done it 10 hours over night came back to like 420k range xp saves me alot of time and i got the best runescape risk fighting account ever lol, ty czar bought 3 bots off you now would be nice if you could donate a free bot ;) however guys this bot is 100% worth getting peace.
    1 point
  30. Thx for the 99 left few xp for my drop party :P btw bot isn't working for a few minutes. Doesn't move when dialog shows up
    1 point
  31. I bought the crabs bot before, could i please trial this one before i buy
    1 point
  32. hey man how are ypu
    1 point
  33. yeah going to give it a go. if it doesnt work out ill just sell the accounts I am not botting, so dont mind posting and updating about it :P it makes for a interesting read for some people
    1 point
×
×
  • Create New...