Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/14/16 in all areas

  1. Explv's OSBot Manager GITHUB: https://github.com/Explv/osbot_manager DOWNLOAD: https://github.com/Explv/osbot_manager/releases Changelog With the latest release of CLI capabilities for OSBot, this manager makes batch script loading easy. Any commit requests are welcome. Features: Completely Open Source: Take a look at the code, or modify it as you please. Simple GUI How to use: First go to to the Bot Settings tab, set the path to your OSBot .jar file, add your OSBot username and password Then go to the runescape accounts tab, and add any runescape accounts you want to use Then go to the scripts tab, and add any scripts you want to use. You can either use the script name (if it is a local script) or the script id (ask the script developer for this) Optionally add any proxies you wish to use on the proxies tab Finally, go to the configurations tab, and add some configurations. These consist of a runescape account, a script, (optionally) a proxy, and any other bot settings. To run a configuration simply select it and hit "Start", or press "Start All" to run all of them. Keyboard shortcuts: Ctrl-c to copy a row Ctrl-v to paste a row Delete to delete a row Mouse shortcuts: Double click to edit a row Right click to open context menu Importing proxies and rs accounts from files: RS account files must have the format username:password or username:password:pin Proxy files must have the format: ip:port or ip:port:user:password Screenshots:
    9 points
  2. 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
    8 points
  3. i knew this was coming ur mod now, use ur mod powers and make a dutch subforum im sure @Maxi would approve
    5 points
  4. Intro Hello, today we are going to be cracking safes while learning a bit about virtual methods and how they are potentially exposing your code to exploits. Definition The wikipedia definition of "virtual method": In object-oriented programming, in languages such as C++, a virtual function or virtual method is an inheritable and overridable function or method for which dynamic dispatch is facilitated. This concept is an important part of the (runtime) polymorphism portion of object-oriented programming (OOP). Java In Java, methods are virtual by default, all methods are overridable unless any of the following criteria is met: A method is declared final. A method is declared static. The method's class is declared final (since the parent can not be sublcassed, an alternate implementation can not be provided). Annotations can be used in certain frameworks to devirtualize methods. The "Safe" class In order to point out some of the most basic vulnerabilities virtual methods can create, let's create a very simple POJO safe: This safe can be locked, unlocked with a password, and if unlocked: retrieve a treasure. public class Safe { private String password = "maldesto69"; private String treasure = "Treasure"; private boolean unlocked = false; /** * Unlocks the safe if the correct password is supplied. * @param password */ public void unlock(String password) { if(this.password.equals(password)) { unlocked = true; } else { throw new SecurityException(); } } /** * Locks the safe. */ public void lock() { unlocked = false; } /** * Checks whether the safe is unlocked. */ public boolean isUnlocked() { return unlocked; } /** * Returns the treasure if the safe is unlocked. */ public String getTreasure() { if(isUnlocked()) { return treasure; } else { throw new SecurityException(); } } } Here's how the designer intended the class to work: public static void main(String[] args) { // Create a new safe. Safe safe = new Safe(); // Print whether the safe is unlocked. System.out.println(safe.isUnlocked()); // Unlock the safe. safe.unlock("maldesto69"); // Print whether the safe is unlocked. System.out.println(safe.isUnlocked()); // Get the treasure. System.out.println(safe.getTreasure()); } false true Treasure Everything goes well and the treasure remain safe, until someone discovers the designer forgot protecting some of his methods, by anonymously sub-classing the treasure class (the class was not declared final) and overriding the isUnlocked method (which was also not declared final), the safecracker managed to entirely bypass the password system by simply making the lock getter return true unconditionally. public static void main(String[] args) { // Create a new safe, exploit the fact that isUnlocked is virtual. Safe safe = new Safe(){ @Override public boolean isUnlocked() { return true; } }; // Print whether the safe is unlocked. System.out.println(safe.isUnlocked()); // Get the treasure. System.out.println(safe.getTreasure()); } true Treasure There are plenty of solutions here: Make isUnlocked final so it can not be overriden. Make getTreasure use the variable instead of its getter. Make Safe final. Our designer opts to simply make isUnlocked final (something he will regret sooner rather than later), a new treasure is put in to the safe and everything is dandy. A couple of days later however, the programmer gets some reports about people finding odd items in their safe (panties, slimey socks, you name it (or don't)). public static void main(String[] args) { // Create a new safe, exploit the fact that getTreasure is virtual. Safe safe = new Safe(){ @Override public String getTreasure() { return "Fake treasure"; } }; // Print whether the safe is unlocked. System.out.println(safe.isUnlocked()); // Get the treasure. System.out.println(safe.getTreasure()); } false Fake treasure isUnlocked was secured, but getTreasure, a vital method of the class, remained untouched and allowed the nasty hacker to spoof fake treasure return values. The safe was sabotaged, customers panicked, the programmer's client faced multiple law suits and our designer was of course fired, never to work a programming job in his life again. The end.
    5 points
  5. Brought to you by the #1 most sold script series on the market. Come and see why everyone's choosing Czar Scripts! This is the most advanced Agility bot you will find anywhere. BUY NOW $9.99 NEW! Added Both Wyrm Courses! SCRIPT INSTRUCTIONS Optimal Setup for the bot: Please set the mouse zoom to far away (to the left, like below) so that more obstacles can be seen in the view, and so the script can be more stable and reliable Also, make sure to have roofs toggled off (either go to settings tab or type ::toggleroof) for optimal results
    4 points
  6. Is this the one you scammed back? http://osbot.org/forum/topic/100418-twcban-maybe/
    3 points
  7. PPOSB - AIO Hunter Brand new trapping system just released in 2024! *ChatGPT Supported via AltChat* https://www.pposb.org/ ***Black chinchompas and Black salamanders have been added back*** Supports the completion of Varrock Museum & Eagle's Peak OR CLICK HERE TO PAY WITH 07 GOLD! The script has been completely rewritten from the ground up! Enjoy the all new v2 of the script JOIN THE DISCORD CHAT FOR QUESTIONS/ SUPPORT/ CHATTING/ UPDATES! New GUI: Features: Click Here Current functioning hunter tasks: (green - complete || yellow - started || red - incomplete) Screenshots: Progressive Leveling: 1-19 --> Crimson swift 19-43 --> Tropical wagtail 43-63 --> Falconry 63+ --> Red chinchompas Updates How to setup Dynamic Signatures Report a bug CLI Support - The script now supports starting up with CLI. The commands are given below. Please put in ALL values (true or false) for CLI to work properly. Make sure they are lowercase values, and they are each separated with an underscore. The script ID for the hunter bot is 677. Parameters: EnableProgression_EnableVarrockMuseum_EnableEaglesPeak_EnableGrandExchange Example: -script 677:true_true_false_true ***Don't forget to check out some of my other scripts!*** OSRS Script Factory Click here to view thread LEAVE A LIKE A COMMENT FOR A TRIAL The script is not intended for Ironman accounts. It still works for Ironman accounts, but you must have all equipment, gear, and items.
    2 points
  8. View in store ($3,99 for lifetime access) Features: Supports every location you would ever want to cook (anywhere missing? request it!) Supports almost every food item cookable on a range or fire (anything missing? request it!) Smart Target-oriented back-end stops the script when you have accomplished your desired goal Option to move mouse outside screen while cooking to simulate human AFKing Where Make-All isn't available, A Gaussian distribution based suffixed string generation algorithm randomises entered Make-X values Utilises a combination of WebWalking and recorded paths to ensure the script never strays from it's job Simple, intuitive GUI which auto-detects your food and location based on your inventory and minimap position Stable cooking & banking algorithms, tuned individually for each food item and bank Clean, informative, Anti-aliased, un-obstructive and fully movable self-generating paint Movable on-canvas scrolling console logger Efficient script logic ensures an EXP-optimised experience Normally distributed response times to simulate a human's reflexes Stops & logs out when out of food, saving your progress to the console and web Dynamic signatures allow you to track your progress as you use the script Handles obstacles and doors between the bank and the range to ensure door spammers cannot hinder your gains CLI is supported for all hardcore chef needs ... and many more ... Supported food: This script only supports cooking these food items on ranges/fires, it will not combine ingredients to make items such as Tuna potatoes or Pineapple pizzas. Shrimp Anchovies Sardine Herring Mackerel Chicken Beef Bear meat Rabbit Rat meat Sinew from Bear meat Sinew from Beef Trout Salmon Cod Pike Bass Rainbow fish Tuna Lobster Swordfish Monkfish Shark Dark crab Sea turtle Manta ray Anglerfish Karambwan Poison Karambwan Bowl of Water Uncooked pizza Potato Seaweed Sweetcorn Stew (new!) Curry (new!) Just ask for a new food item to be added! Supported locations: Rogues den Lumbridge Kitchen (new!) Catherby Nardah Tzhaar City Al-Kharid Zanaris Neitiznot Varrock East Hosidius Kitchen Gnome Stronghold Varrock Cooks' Guild Port Khazard Edgeville Mor Ul Rek Myths' Guild (new!) Just ask for a new location to be added! Why choose APA Scripts? As an experienced veteran scripter here on OSBot, I strive to give you the best user experience that I can by providing frequent updates and fixes. With over 40 cumulative 5 star reviews on the store, as well as my Scripter III rank, you know you're in safe hands. Want something added? Don't like something? Have an awesome proggie to share? Let me know! Example GUI: Starting from CLI: Gallery: _________________________________________________________________________________________ Credits:
    2 points
  9. Before buying, please ensure you check-out with the correct script. Swapping scripts is not possible. View in store $4,99 for lifetime use - Link to Sand Crabs script thread (better exp/h!) - Requirements: Camelot tabs / runes in main tab of bank Designated food in main tab of bank ~ 20-30+ combat level Features: CLI Support! (new!) Supports Ranged & Melee Attractive & fully customisable GUI Attractive & Informative paint Supports any food Custom cursor On-screen paint path and position debugging Supports [Str/Super Str/Combat/Super combat/Ranged/Attack/Super attack] Potions Collects ammo if using ranged Stops when out of [ammo/food/potions] or if something goes wrong Supports tabs / runes for banking Option to hop if bot detects cannon Global cannon detection Option to hop if there are more than X players Refreshes rock crab area when required Avoids market guards / hobgoblins (optional) Automatically loots caskets / clues / uncut diamonds Enables auto retaliate if you forgot to turn it on No slack time between combat Flawless path walking Advanced AntiBan (now built into client) Special attack support Screenshot button in paint GUI auto-save feature Dynamic signatures ...and more! How to start from CLI: You need a save file! Make sure you have previously run the script and saved a configuration through the startup interface (gui). Run with false parameters eg "abc" just so the script knows you don't want the gui loaded up and want to work with the save file! Example: java -jar "osbot 2.4.67.jar" -login apaec:password -bot username@[member=RuneScape].com:password:1234 -debug 5005 -script 421:abc Example GUI: Gallery: FAQ: Check out your own progress: http://ramyun.co.uk/rockcrab/YOUR_NAME_HERE.png Credits: @Dex for the amazing animated logo @Bobrocket for php & mysql enlightenment @Botre for inspiration @Baller for older gfx designs @liverare for the automated authing system
    2 points
  10. Although there are a ton of bugs I should probably be working on, I went ahead and cleared my schedule a bit to release one of the most requested features; full command-line support. As a bot farmer, you can start up a new client with a proxy, start a bot, and start a script with all the settings you want. If you write scripts you will notice a new method at your disposal, getParameters(). I'll explain this a bit below. The two new flags are "bot" and "script". Just to make it clear, "bot" only starts up a new bot and "script" will only work if you have a "bot" set (because how can you start a script without a bot active?). Anyways the flag values for script are: scriptid:params // Will attempt to load an SDN script automatically. Get the script id of your script from the logger when you run the SDN script. scriptname:params // The script name is the name found in the ScriptManifest Issue: If your local script ScriptManifest is using a number as the name, it will be mistaken as an SDN script. So the parameters are totally up to the scripter. For instance: -script 123:bank,loot,warriors It will be up to the scripter to take those script parameters, parse them, and apply the settings custom to his/her script. This will avoid the need of having a user interface which the botter would otherwise need to have settings. Example snippet: java -jar "osbot 2.4.67.jar" -login alek:password -bot alek@osbot.com:password:1234 -debug 5005 -script test:param1,param2,param3,param4 Additionally there were a few other things that were improved in the client, too lazy to continue typing. Enjoy. Version 2.4.68: -Patched issue with prefetchRequirements Happy Bot Farming! -The OSBot Staff
    2 points
  11. SDN update should happen at any moment since there hasn't been one in like 20 hours, it will be working after that.
    2 points
  12. dude, what is your problem? idc if they are overpriced so shut the fuck up
    2 points
  13. I really enjoy those double xp promotion streams. Their really useful for sorting out my bank as well. 10/10 would watch again.
    2 points
  14. I will have to withdraw my offer, I can not match or beat that. Good luck with the order!
    2 points
  15. Wow rude, 980k per level. Will give you screenshots of each exp earned too.
    2 points
  16. I will beat the above post I can do for 990k per level
    2 points
  17. just purchased after i was a little unhappy with a competing AIO smithing script, this one blows it out of the water. Great job!
    2 points
  18. no actually i travel alot, constantly using new i.p's i actually just moved 2 weeks ago and have been using this new i.p since then. why do you care? is it an eyesore?, its in the proper section and is related to the topic of the section? your comment is pointless.
    2 points
  19. So in conclusion I won't be returning See you in a few months faggots
    2 points
  20. As @Jonny is refusing to be any bit cooperative in the refund process, it has been terminated. This means that @sleim will remain in possession of the account and the registered email, and @Jonny will not be receiving the agreed upon 15m. Should @Jonny in any way attempt to gain access to the registered email, or the account itself @sleim will be allowed to post a dispute about this, and action will be taken accordingly. As it remains unclear who recovered the account at this point, both members will be put back into the user group they were in before this dispute.
    2 points
  21. Want to buy with OSGP? Contact me on Discord! Detailed feature list: - Supports banking at 99% of the locations - Task based setup (1-99) - Supports every fish (Shrimps, sardine, herring, anchovies, mackerel, trout, cod, pike,salmon, tuna, lobster, bass, Leaping trout/salmon/sturgeon, swordfish, monkfish, shark, dark crab, angler fish, sacred eel, infernal eel) - Supports almost every bank location (New ones can be requested) (Lumbridge swamp, Al-Kharid Sea, Draynor, Lumbrdige river, barbarian village, shilo village, Catherby, corsair cove, fishing guild, piscatoris, port piscarilius, karamja, jatizso, seers, gnome stronghold, Lands' end, Zul andra, Mor Ul rek) - Fish & bank (Preset) - Fish & bank (Custom) supports almost every location - Fish & Drop (Custom) supports every fishing spot - Barbarian fishing (Select leaping fish at fish & drop) - Cook fish when fire is nearby (Fish & Drop Only) - Minnows support - Karambwans + Karambwanji support - Aerial fishing support - Drift net fishing support - Humanlike idles - Dragon harpoon special - Barehand fishing option - Fishing barrel support - Spirit flakes support - Drop clue bottles support - 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 571: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 571): -script 571:TaskList1.4515breaks (With breaks) -script 571:TaskList1.4515breaks.discord1 (With breaks & discord) -script 571:TaskList1..discord1 (NO breaks & discord) Proggies:
    1 point
  22. efficient & flawless Link: Script now live: Here Features Bypasses Jagex's camera movement bot trap. new! Uses ESC key to close the interface new! Uses the higher xp method (aligns the camera to the target so it closes the menu when it pops up) NEVER gets in combat, 'tower' method of getting out of combat isn't even there (deliberately). Logs out when no money left Equips bronze arrows when necessary Displays 'goal' information, e.g. (at 77 range it will also show details for 80 range, time left, xp left, etc) Automatically equips higher level gear such as d'hide chaps and vambs Runs away just in case of emergency! ................................................................................................................................ With the bots on OSBot, Czar promises to deliver yet another incredible piece to the CzarBot empire. This means you will get to run the script with no worries about bans and xp waste. LEGENDARY HALL OF FAME 100 hour progress report Configuring the bot and the result: Set the npc attack option to 'Hidden' if you want to avoid deaths forever! For extra XP FAQ Why should I use this script when there are millions out there? It is the best script. Simply. Why are you releasing this now? It's time to make it public, it was privately shared with some friends and has been working flawlessly. Instructions There are no instructions. We do the all the work for you. CzarScripting™ Tips If you are low level, you can use a ranging potion at level 33 ranged to get in the ranging guild. Try and have as high ranged bonus as possible. Gallery ANOTHER 1M TICKETS GAINED !!
    1 point
  23. View in store $4.99 for lifetime access Key Features: Supports Bar smelting, Cannonball making and Item smithing Supports all tradeable bars for both smithing and smelting, with support for material-unique items (full list below) Supports the above activities in all locations you would ever want to perform them (full list below) Smart activity-based framework allows you to schedule tasks to be performed in succession (details below) Simple and intuitive start-up interface hosting the activity editor (Optional) Informative, concise, self-generating, recolourable and movable paint tracks useful run-time data (Optional) On-screen movable console logger to notify you exactly what the script is doing at any point in time Smart Gaussian-distribution derived Make-X value generator supporting letter scalar suffixes (Optional) Moves the mouse outside the game screen while idle Utilises the OSBot map web system with obstacle handling for inter-location traversal* (Optional) Ring of forging support for iron smelting ...and many more! *The OSBot web is very reliable however can occasionally (understandably) struggle with longer inter-location distances. As a result, I would highly recommend supervising the script while inter-location transitions take place. Supported Locations: Supported Bars: Bronze [1x tin ore, 1x copper ore] Iron (with & without Rings of forging) [1x iron ore] Silver [1x silver ore] Steel [1x iron ore, 1x coal ore] Gold [1x gold ore] Mithril [1x mithril ore, 4x coal ore] Adamant [1x adamantite ore, 6x coal ore] Runite [1x runite ore, 8x coal ore] Supported Smithing items: All generic material-independant items (e.g platebodies, knives, dart tips, etc...) Material dependant items: Bronze wire (bronze) Iron spit (iron) Oil lantern frame (iron) Studs (steel) Bullseye lantern (steel) Cannonballs (steel) Mith grapple tip (mithril) Activity based framework: The script features a fully-fledged activity system. This system allows you to completely customise each botting session and tailor it to the needs of your account. The system allows for 'activities' to be queued in sequence, whereby when started, the script will proceed to execute and attempt to fulfill each activity in turn. An activity is comprised of two parts - the task and the target. An example of a task may (arbitrarily) be 'Smelting gold bars at Edgeville' and an example of a target may be 'until level 70 Smithing achieved'. Both the task and the target can be fully customised to your needs, then saved and queued to the session activity manager. Task options: Smelting Bars (in a furnace) Making Cannonballs (in a furnace) Forging items (on an anvil) Target options: ... until out of supplies ... until level λ reached ... until λ experience gained ... until λ minutes passed (where λ is some inputted integer value) It is worth noting that by default all tasks are automatically considered complete if insufficient resources to perform the task are present. Setting up: Example paint: Gallery: Credits:
    1 point
  24. 'the intelligent choice' by @Czar Want to buy the bot, but only have rs gp? Buy an OSBot voucher here
    1 point
  25. Click here to go to the SDN page to add the script. Display: Note: the additional controls are no longer working. I intend to re-create this script, but as two separate scripts to make it easier to update and maintain.
    1 point
  26. is it supposed to click an empty rock after it mines the ore?
    1 point
  27. Anyone watch b0atys drunk stream with ice Poseidon. Most fun I've had while watching b0aty and his shit content in the current weeks
    1 point
  28. The script has been going down every client update since .65 because there is a missing type in the client code, it just needs to be recompiled on the SDN. However, they finally added that missing type and in future client versions this should no longer happen. It was $16 with a $8 renewal. I asked @Maldesto to remove the monthly fee on the script as such project is not feasible on this site, taking into consideration the last client updates caused severe issues which lead to the script being broken. On top of that I have to wait like 20 hours for every single small bug fix because we, scripters, cannot update our scripts without approval. I requested that the monthly fee should be removed and everyone who bought it will keep it lifetime for free. Should be working as soon as it's recompiled.
    1 point
  29. This is the yes or no game, not the yes no or sometimes game Yes Does Mald not get the concept of this game ;)
    1 point
  30. 1 point
  31. Looking forward to this
    1 point
  32. http://www.sythe.org/threads/voidonly-scammer-breaking-deal-mod-tipped-to-report.2053215/#post-16909991 http://www.sythe.org/threads/cut-off-voidonly-in-middle-of-skilling.2053311 http://prntscr.com/bfzdsp Same username on both forums - Might aswell report him for false feedbacks. http://prntscr.com/bg2nlu - Why even brag about a false feedback? User recieved TwC + Ban within ten hours - Sorry for not following a proper dispute. - Pretty much simply spreading the Word.
    1 point
  33. Just running lots of tests on Shadow of the Storm. RFD Evil Dave will also be included with it.
    1 point
  34. Could i please grab a 24 trial?
    1 point
×
×
  • Create New...