Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/05/19 in Posts

  1. User has some disabilities but will produce outstanding work! +1
    2 points
  2. Setup Screens Smithing Mode Results & Show-off
    1 point
  3. 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
    1 point
  4. Price: ONLY $8.99 LIFETIME PURCHASE (Click to Purchase) Only have RSGP? Buy an OSBot voucher HERE. COMMENT ON THE THREAD FOR A 1 TIME 24 HOUR TRIAL Features Custom Rock Selection Powermining Banking Multiple drop methods (shift dropping included in all) All Locations and Rocks Granite / Sandstone mining (with waterskin un-noting) Amethyst mining Customizable script speed CLI Support World Hopping Basic scheduling Option to hover the next ore to mine Fatigue mode (Script runs slower the longer it runs - OPTIONAL) Deadman support / flee's from combat Dragon / Infernal Pickaxe special attack Edit settings after script has been started Save / Load Configs Dynamic Signatures, Stat Tracking and Leaderboards! Supports the Sandstone grinder at the desert mining camp! Locations Current Locations Feature Highlights Custom Rock Selection Script Speed Customization Banking / Powermining Customisation Hover Next Ore Progress Reports Command-Line Interface (CLI) osMiner currently supports CLI! There is currently 1 parameter required, which is the name of your properties file Example: This will load config.properties from your OSBot/Data/osMiner folder, the properties file can be named whatever you like, in case you would like multiple setups for different bots Dynamic Signatures And Leaderboards To create your dynamic signature, or to view the leaderboards, visit: http://battleau.net/osMiner/ Bandit Camp Quarry Setup In order for the script to properly work at the Bandit Camp Quarry, please have an inventory that is very similar to this: You also NEED to have banking enabled, otherwise the script will eventually run out of waterskins (unless you have that desert diary amulet) and you will die. This location does not support banking the granite / sandstone, and will ALWAYS drop it.
    1 point
  5. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports all Normal and Lunar tablets - Supports all lecterns - Multiple Banking-butler methods Rimmington - Unnote clay Edgeville banking - Mounted glory Castle wars banking - Ring of dueling Butler (Advised option for max profits) Demon butler (Note when using butler, have Noted soft clay and coins in your inventory) - When NOT using a butler Use a friends house by name Use the advertisement house Use your own house - Worldhopper - 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 671: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 671): -script 671:TaskList1.4515breaks (With breaks) -script 671:TaskList1.4515breaks.discord1 (With breaks & discord) -script 671:TaskList1..discord1 (NO breaks & discord)
    1 point
  6. 'the intelligent choice' by @Czar Want to buy the bot, but only have rs gp? Buy an OSBot voucher here
    1 point
  7. Maybe to some people they will know my username based off the stats. Only difference from the picture when I got banned was I got 75 str, 78 range, 47 rc, 72 agility, 60 herb, 78 theiving, 95 fletching, 56 slayer, 69 hunter, 69 mining, 58 farming and 65mill. 1500 total was my goal and i was soooooo close but it was getting annoying lol. I got greedy and bored which led to the ban but I don't really care. HUGE shoutout to @Czar, @Apaec, @Acerd, and @ProjectPact, they are some of the best scripters I've ran into the last decade (might not be fair to say) I did my best giving you guys as much feedback as possible, I'm not done yet though I'll make another account. But guys these scripters are amazing, especially Czar for being consistent in updating his scripts to make them better and replying ASAP to comments. Getting these stats maybe took two months? maaaaaybe three. It really is simple, bot smart. But don't forget to actually play runescape too. It is still a game, you have to enjoy it a bit and do some things legit as well. I did quests, mini games, a lot of streaming pking streams, 1v1 f2p, and other various things. I stayed away from using Blast furnace because it's too high, I legit sand crabs because its too high, you can be safer with agility once you hit a certain level. DO NOT GET SELFISH AND BOT TOO LONG. Either way, I don't know what to try and make next. A main or a tank...? Let me know people.
    1 point
  8. Happy hard R Friday everyone!
    1 point
  9. INGREDIENTS FOR THE NACHOS 1 tbsp. extra-virgin olive oil K 1 large onion, chopped K 1 lb. ground beef K 2 garlic cloves, minced K 1 tbsp. taco seasoning K kosher salt K 1 (15-oz.) can refried beans k 1/4 c. water k 1 large bag tortilla chips k 2 c. shredded cheddar k 2 c. Shredded Monterey Jack k 1/2 c. pickled jalapeΓ±os 1 (15-oz.) can black beans, drained k FOR TOPPING 1 avocado, diced 1 large tomato, diced K 1/4 c. thinly sliced green onions K 1/4 c. fresh cilantro leaves (optional) Sour cream, for drizzling Hot sauce, for drizzling
    1 point
  10. I just had a user mention this issue in my thieving script when running mirror mode and I figured out a way to fix it. 1) Iterate through inventory slots and store the mouse destination of any slot containing an item you wish to drop in a list. 2) Hold down shift key to enable shift click dropping. getKeyboard().pressKey(16); 3)Iterate the mouse destination list: -move mouse to mouse destination -check if the option when hovering item is drop getMenuAPI().getTooltip().contains("Drop") -if the hover option is drop then click -if hover option is not drop then you'll need to right click the item, and interact with the drop option for example: List<Option> options = getMenuAPI().getMenu(); for (int j = 0; j < options.size(); j++) { if (options.get(j).action.equals("Drop")) { getMouse().move(new RectangleDestination(getBot(), getMenuAPI().getOptionRectangle(j))); mouse.click(false); break; } } -at the end release shift key getKeyboard().releaseKey(16); This seemed to speed things up quite a bit for me, though it still won't be as fast as if you weren't running mirror. Edit: The reason you need to check if drop is the item's hover option is because the user may not have shift click dropping enabled and in that case you'll need to either write a method to enable it or just drop the items by selecting drop from their menu.
    1 point
  11. You pointed me to right direction, thanks For other people that are interested in that: client.accessor.getScaleZ() ^^ gets perfectly camera Z between 181 and 1448 independently on Camera Pitch and Yaw
    1 point
  12. Under Camera () in API: isDefaultScaleZ public boolean isDefaultScaleZ() Returns: True if the Camera zoom is at the original setting. All I seen.
    1 point
  13. Detect if your watching porn while on the website Or on mobile???
    1 point
  14. 1 point
  15. Giving it a shot
    1 point
  16. Gotta practice them politician answers. #Naked2020
    1 point
  17. didnt know it would walk all the way from pollnivneach to relleka, love this script ?
    1 point
  18. They can't detect it, no. I don't understand why it's so hard for people to answer a simple yes/no question, lmao.
    1 point
  19. They can detect anything and everything. The NSA tried to acquire Jagex so they can figure out how they know everything.
    1 point
  20. The problem with seed dropping seems to be related to mirror mode itself, I actually just saw another person mention this in the scripting help section the other day. This seems to occur even when the method by which dropping occurs is varied. You noted this type of behavior does not happen when you run other scripts in mirror mode, are the other scripts dropping many items at a time and are able to do so without the delay? I'll continue to look into this but your feedback would be greatly helpful. As for the things you had mentioned before, I just pushed an update to address them. It should be live next time the SDN is updated.
    1 point
  21. You went quite long way. Accept my condolences
    1 point
  22. You both have trials now. I'll push an update to address things tomorrow evening. Your English is fine!
    1 point
  23. Thanks for the report. I have banned the user. He used a feature to edit a fake webpage and that is why he sent you a video. Always make sure to verify discord on threads and via pm!
    1 point
  24. Been testing out a bunch of scripts on this website and I've come to a conclusion.. They're all very very easily detected and follow very very simple patterns. Jagex isn't banning you because you botted 6 hours in one day, they 100% are detecting your script within 30 minutes of using it and just delaying the ban until you bot longer either to gather more evidence, or perform even more accuracy pattern checking on larger samples. Why do you think they limit selling raw resources like iron ore in the beginning of the game. Jagex is basing their actual detection on variables that are impossible to false. Yes, bot-time effects when you'll be banned - or even if you'll be banned, but it doesn't stop the fact that your script IS detected. Couple of variables I've noticed that drastically effect ban-rates: Movement pattern. ALL the scripts on here I've used follow the EXACT same movement pattern. From tile->tile, whether it be escaping an attacker, or banking your items. If a bot moves in the EXACT same movement pattern for hours on end, there's no way a human could reproduce that. How to fix this pattern? Simply use webWalking. Surprisingly enough, it appears to fully bypass so long as you're not CONSTANTLY using it as it too has flawed mouse movement that is easily detectable. Click-rate / click-pattern. Some scripts click resources at a VERY FAST rate for hours on end with zero change. The very tick an empty ore turns into a resource it'll click away. Another thing I've noticed is scripts will instantly left - then right click the correct tag within milliseconds. It appears not to ban for consistency, but rather speed/flawed-click. Lucky for us, OSBot properly executes clicks. As long as you're not clicking very rapidly for prolonged periods, this wont autoban. Mouse DPI. Mouse DPI is very easy to flag for OSBot. It has major flaws: Speculation: Stealth Injection / Mirror mode It doesn't matter whether you use stealth injection, or mirror mode. I'm sure jagex can tell whether you are using an unofficial client, but they don't appear to ban based solely on the client. Neither mode will get you banned so long as your scripts are well made (No paid/vpn/free scripts that I've seen are able to bypass, although it IS possible on OSBot, and I'm sure someone on here is selling private scripts that bypass). I've searched through the RS code many times and very closely and only located debug code that COULD be used to stealth injection. Here's my post about that: Jagex wouldn't ban on speculation, so stop assuming they're banning on stupid variables like whether or not you're taking breaks (Not saying to bot an unhuman amount, just saying breaks don't avoid bans if you're detected). Yes, longer you bot, faster the ban. BUT - you ARE being detected using these shitty scripts so don't believe otherwise.
    0 points
  25. its saturday idiot
    0 points
Γ—
Γ—
  • Create New...