Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/01/22 in Posts

  1. 2 points
  2. As far as I know if you create an area with a list of tiles, it tries to create a boundary with them. Like if you gives tile in a circle, it will draw imaginary lines in between them and every tile that falls in there counts as in the area. So you will get very strange behaviour on how you use it If you give 6 tiles in an odd shape, I believe it does something like this. Correct me if I'm wrong @Patrick Try to use this code to get an ash from your list private GroundItem getClosestAshesByTiles(List<Position> tiles) { return script.getGroundItems().closest(groundItem -> groundItem!= null && groundItem.getName().equals("Ashes") && tiles.contains(groundItem.getPosition())); }
    2 points
  3. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports mining every location in motherlode (Also top level) - Pick areas to mine in or use specific veins to mine - Included leveling you from 1-30 before going to motherlode - Pickaxe upgrading - Pickaxe special attack - Can use diary and agility shortcuts - Avoid other players option - Possible to enable the upgraded sack extension - Depositbox instead of bank option - Humanlike idles and interactions - Option to buy coal bag at 100 golden nuggets and stop script - 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 612::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 612): -script 612:TaskList1.4515breaks (With breaks) -script 612:TaskList1.4515breaks.discord1 (With breaks & discord) -script 612:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  4. Hello everyone. I have developed a basic combat bot. This bot will attack any IDs that are placed within the array stating ENEMY_IDS. This bot can also check for one's health, and eat specific food based on the FOOD_IDs that are given to it. The LOOT array (or list) accepts any loot IDs. I would like as many people as possible to respond to this thread, and to post any feedback that they have in mind. Factors like how much experience you gained in your stats, or how long it took to get from one level to another would be appreciated! Also, if you would make any modifications, what modifications would you make? Below is the code for WhizFighter. The GUI elements can be ignored since they have not been implemented correctly yet. I am looking for a way to allow the user to input IDs and numbers they found from the debug menu in order to have them choose whatever monster to attack in game, rather than going through code and manually doing it that way.
    1 point
  5. Heres a list of profitable monsters in oldschool runescape. https://oldschool.runescape.wiki/w/Money_making_guide/Combat good xp and good money usually don't go hand in hand so I would suggest looking at one or the other. I have had success with Perfect Fighter in many locations on many npcs. If your having trouble finding npcs to fight there are presets in the top I have only used sand crabs of these options tho. I believe breaks are handled by the client not perfect fighter. make sure to disable all relevant warnings I don't believe it handles those dialogues. https://oldschool.runescape.wiki/w/Doomsayer
    1 point
  6. Using stamina potions is a waste of money, you still have to wait the same amount of time until the next run, thus doing it faster will not increase the profit
    1 point
  7. Should rearrange it like below so you only sleep if the interact method returns true, if it failed then you will be sleeping for nothing. if (ashes.interact("Take")) { new ConditionalSleep(3000) { @Override public boolean condition() { return (!ashes.exists()); } }.sleep(); }
    1 point
  8. how can i use CLI? edit czar_blaster.cfg?
    1 point
  9. harvested herbs go directly into the herb sack if you have it open in your inventory
    1 point
  10. Lovely script https://gyazo.com/9070d0b3f93bd1fd479473068decdcd6
    1 point
  11. easily the best thieving script (due to having blackjacking) if the blackjacking component of this script could be perfected when you get some time it would be insane.
    1 point
  12. Rip just hit 75 on my noob account no bans made like 20M cash stack alone I recommend taking some breaks from time to time, avoid using VPN and bad proxies, avoid multilogging, use Stealth + Hardware mouse, OR Mirror Mode + New Mouse, you will see incredible results.
    1 point
×
×
  • Create New...