Jump to content

Leaderboard

Popular Content

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

  1. This is one of my first scripts I've made. I plan on adding a lot more but needed some help with testing. Current Features: Joins game Grabs Bandages when out Attacks other players Attacks and collects souls (MORE TO COME) Working on adding: - GUI (basic) - Zeal Rate - Attacking/Collecting forgotten souls - Putting souls in obelisk - Using potion of power - Auto spending points - Quick prayer support - Attacking the Avatar Let me know what you guys think! Start the script at Soul Wars Download: https://mega.nz/file/GplEEC4b#Gut19itYwj5qGZZjfby7LPk_8vLFVLbg19LRk42iS1E Change Log: v0.1 released v0.2 bug fixes, fixed pathing, added GUI, option to collect/attack forgotten souls
    2 points
  2. NEW! supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 34-99 Mining on video!! Agility Shortcut Setup Window Preview 70 hours run time https://i.imgur.com/wiF6VPO.png
    1 point
  3. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Account builder mode to level your firemaking to level 50 or even higher. - Equips pyromancer gear option - Chopping and burning logs (base Option) - Relights brazier - Fletch option - Fix brazier option - Make potion and heal pyromancer when down option - Tons of food supported - Brazier swicthing when pyromancer is down - Advanced game settings to skip games, smart caluclate points, afk at certain points, ... - Bank or Open crates - Dragon axe special attack - Fletch at brazier option - Chop in safespot option - Worldhopping - 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 909: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 909): -script 909:TaskList1.4515breaks (With breaks) -script 909:TaskList1.4515breaks.discord1 (With breaks & discord) -script 909:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  4. VOUCHED SELLER! To purchase add my discord as I am much more likely to see your message there: cas.tro Features: EVERY ACCOUNT: Created on high quality USA ISP proxies Rested for a variety of days, 3+ minimum Positioned at Grand Exchange Randomly dressed Randomly named using real words (e.g not: 3ourihj48) Zulrah (Unfinished) Accounts $9.7 60/60/60 Melee Accounts $2.25 50/50/50 Melee Accounts $1.15 40/40/40 Melee Accounts $0.55 70 Ranged 1 Defence $2.45 60 Range 40 Defence Accounts $1.95 60 Range 1 Defence Accounts $1.7 82 Fishing Accounts $2.3
    1 point
  5. Nice project, good luck with it
    1 point
  6. How do i leave a post to get a trail?
    1 point
  7. private static final List<Position> PATH_TO_SEWER = Arrays.asList( new Position(3246, 3433, 0), new Position(3246, 3450, 0), new Position(3238, 3457, 0) ); You can put this at the top, inside the class but outside the methods. It is not a must but it is a good idea to follow java naming conventions. Constants should be declared in capitals.
    1 point
  8. Always null check this kind of stuff before checking anything ^^
    1 point
  9. omg do i just need to check if they are != null first?
    1 point
  10. Banned due to mass off-site scams & ban evading
    1 point
  11. I thinks this will work static{ pathToSewer.add(new Position(3246, 3433, 0)); pathToSewer.add(new Position(3246, 3450, 0)); pathToSewer.add(new Position(3238, 3457, 0)); } or List<Position> pathToSewer = new ArrayList<Position>(Arrays.asList(new Position[]{new Position(3246, 3433, 0), new Position(3246, 3450, 0), new Position(3238, 3457, 0)})); or use https://explv.github.io/?centreX=3108&centreY=3315&centreZ=0&zoom=7
    1 point
  12. Hey, Just a couple small changes and tweaks. Download link: http://osbot.org/devbuilds/osbot 2.6.12.jar FIXES: - Fixed the bankpin not always detecting the currently hovered number. - Fixed the -closeOnInitializationError cli argument. WEB WALKER: - Implemented a couple random links. MISC: - Changed the interaction code a bit to interact with entities differently. - Added a couple null checks to improve stability. - Minor bug fixes. - The OSBot Team
    1 point
×
×
  • Create New...