Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/08/23 in Posts

  1. β™”CzarScripts #1 Bots β™” Proven the #1 selling, most users, most replies Script Series on the market. Big THANK YOU to all our wonderful users and supporters over the 8 years, we couldn't have done it without you. Czar Bots have always been the Best and the most Feature-rich bots available with the most total sales in OSBot history. Come and find out why everyone is choosing Czar Bots today. β™” LATEST BOTS β™” If you want a trial - just post the script name and it will be activated after I hit 'like' on your post Requirements: hit 'like' on this thread
    2 points
  2. NEW 2024: supports new south + east shortcuts, new hopper (upstairs), and mouse invokes!!! (just like runelite!) 'the intelligent choice' By Czar 63 Hours Runtime!! Agility Shortcut 70 hours run time https://i.imgur.com/wiF6VPO.png
    1 point
  3. 6.99$ Lifetime access You will get: - Gilded altar with Phials un-noting - Chaos Altar with banking (Warning: You will die to PKers) - Ectofuntus (Dueling ring method only) - Shop Buyer (Port Khazard, only buys Pot and Slime) - Loot & Bury - Bank & Bury (added all bones, all ashes scattering too!)
    1 point
  4. 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
  5. About: Learn more about the mini-game here: https://oldschool.runescape.wiki/w/Sorceress's_Garden VIP only script Features Supported Rewards - Pick Herbs or Pick Sq'irk Fruit Juice Reward Mode - Start the script at the bank with a pestle and mortar to enable this mode automatically when your inventory is full. You must have beer glass in the bank to use this mode. Currently, the script will always withdraw 15 beer glass and 5 energy potions. Bank Reward Mode - If you do not enable juice reward, the script will bank the fruit or herbs picked and return back to the mini-game. If you are picking herbs then the script will always grab 3 energy potions on return. Supported Potions - Normal energy potions, Super energy potions, and Stamina potions. Supported Gardens - Winter, Spring, Autumn Invoke Interaction Mode - Interaction method that does not use the mouse. Useful for position accuracy and successful attempts. This is off by default and only enabled by you. The script will use the mouse to click the mini-map if you do not use invoke interaction. CLI Compatibility: 1) (Required) Garden Parameters: enableWinter, enableSpring, and enableAutumn 2) (Required) Reward Parameters: enableHerbMode, enableFruitMode 3) (Required) Energy Potion Parameters: enableNormalEnergy, enableSuperEnergy, enableStamina 4) (Optional) Interaction Parameter: enableInvoke (off by default) (do not include if you want to use the mouse) Example -script 1220:enableWinter_enableHerbMode_enableSuperEnergy_enableInvoke Media Pick only mode Juice mode
    1 point
  6. V2: Now splits up the rows into equal sections based on the corresponding row in String[][] data. private void drawGrid(Graphics2D g, String[][] data, int cellWidth, int cellHeight) { g.setFont(font); g.setColor(GRID_BG); //Background Color of Grid int maxNumCols = 0; for (String[] row : data) { maxNumCols = Math.max(maxNumCols, row.length); } if (gridCanvas == null) gridCanvas = new Rectangle(cellWidth * maxNumCols, cellHeight * data.length); g.fill(gridCanvas); g.setColor(Color.WHITE); // Color of Text and Grid lines g.draw(gridCanvas); // draw the horizontal lines for (int i = 0; i <= data.length; i++) { int y = i * cellHeight; g.drawLine(0, y, cellWidth * maxNumCols, y); } for (int row = 0; row < data.length; row++) { int numElementsInRow = data[row].length; for (int col = 0; col < numElementsInRow; col++) { // draw the strings in the right positions int textX = col * (gridCanvas.width / numElementsInRow) + (gridCanvas.width / (numElementsInRow * 2) - g.getFontMetrics().stringWidth(data[row][col]) / 2); int textY = row * (gridCanvas.height / data.length) + (gridCanvas.height / (data.length * 2)) - g.getFontMetrics(font).getHeight() / 2 + g.getFontMetrics().getAscent(); g.drawString(data[row][col], textX, textY); // draw the vertical lines. Dividing each row into {numElementsInRow} sections for (int i = 0; i < numElementsInRow - 1; i++) { int x = col * (gridCanvas.width / numElementsInRow); g.drawLine(x, row * cellHeight, x, row * cellHeight + cellHeight); } } } } Designed to be universal for all scripts to quickly show data. Functional Examples... https://github.com/YifanLi5/Mark-And-Chop/blob/master/src/Paint/ScriptPaint.java https://github.com/YifanLi5/OttoGrottoFisher/blob/OttoGrottoFisher/src/Paint/ScriptPaint.java Preview: https://imgur.com/a/wx8K77D
    1 point
  7. I got banned before level 60, ran only for 9 hours with regular breaks. Botting Hunter has to be the highest ban rate.
    1 point
  8. 1 point
  9. Nice! Will have to try this out.
    1 point
  10. can i get a free trial please? Thanks.
    1 point
  11. Bought the script, anw thanks!
    1 point
  12. Nice!! about to test for a couple hours. will post. Tested for 2 hours in the spring garden, ran smoothly for the time being.
    1 point
  13. Hey Eagle I was just about to try out your script but it just expired Few hours ago I couldnt do it because of client update? any chance you can grant me another trial? I have 2 account plan to go 1-70 and 1 acc needs from 74 to 99. If the normal mode works out for me I'd def buy the script. Cheers!
    1 point
  14. Can i set a specific name for a poh or does it use the advertisement board thingy?
    1 point
  15. 1 point
  16. bought yesterday and got double ammo mould with ease, worked good for me
    1 point
  17. I found the issue and am going to be pushing a fix sometime today
    1 point
  18. Use this helper made by @Gunman https://github.com/MrGunman200/OSBot-Extended/blob/master/src/invoking/InvokeHelper.java Example: https://github.com/MrGunman200/OSBot-Extended/blob/master/src/TestScript.java
    1 point
  19. Menu ivokes does not use the mouse so it's a lot quicker
    1 point
Γ—
Γ—
  • Create New...