Jump to content

Clayplug

Scripter I
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Clayplug

  1. Not working for me on Linux. Says it's patched when I point it to the AppImage file for Runelite. When I try clicking the Jagex account beta switch, it just tells me "Failed to login to Jagex account" but when I try to log in via the normal Stealth mode method, I get the error saying I need to do it through the Jagex Launcher
  2. Hey, whenever you're ready to learn Java and some other tips and tricks on OSBot, I have a blog where I post information like this: https://www.clayplug.com/how-to-learn-enough-java-to-script-bots/ You've gotten a few bans, and that happens. Honestly bans are a given in this game when you bot. Treat it like day trading: it's not about how to win each time, it's about how to win statistically over time consistently. You could spend money on residential proxies now, but you're still running free scripts on f2p accounts so it's probably a waste of money. Focus on gaining the core skills first and building up to a good level and then add proxies when you're running accounts that you actually want to live for a while. If you're using free scripts right now while practicing building a farm, my free Shrimp to Salmon Fisher in the SDN can be added to your list of scripts to run for F2P. Feel free to message me here or on Discord @Clayplug if you need anything
  3. <(^.^)> Clayplug's Private Script Emporium <(^.^)> @Clayplug Send a DM here or on Discord to start the process! @Clayplug All Private Script Customers Get Free Access to The Member's Only Discord and Blog @ https://clayplug.com TERMS
  4. Hey @i99, I've been away from OSB for a bit due to circumstances. I'll look into it. Thanks for the feedback!
  5. With full screen on, choose the radio button that has "Bank" or "Drop" with the option you want to select in the menu on the right
  6. Are you in full screen? It should show up as a sidebar in full screen mode. DM me a screenshot if this is not the issue
  7. lol there are so many accounts using this script that it's obvious now to Jagex if someone is using it. I'll put out a 2.0 in due time. I highly recommend botting other things or even doing some manual play on those accounts before/while using it.
  8. Are you looking at it full screen? If it's not full screen, you have to pull the right side of OSB further right
  9. Just click the radio button that says drop in the GUI to the right!
  10. Tried sending you a discord message but it didn't go through. PM me tho I'm very interested Clayplug#0318
  11. @mr basha @bololovain and anyone having a similar issue, Try deleting and recreating your OSBOT/Scripts folder where the scripts are stored and adding it again. If that doesn't work PM me on discord at Clayplug#0318 I will send you the jar file to manually put in the osb folder
  12. Hey, pm me. I'll definitely help if you still need it
  13. Clayplug's Shrimp to Salmon Fisher Are you level 1? Then it'll grab the net and start fishing shrimp/anchovies. Are you level 20+? Then it'll grab the rod/feathers and start fishing trout/salmon. No requirements. Options to Bank/Drop as well as to select Fish and Location PM me proggies and bug reports Suggestions for functionality welcome!
  14. A part of my script is to pick up the small fishing net next to the Fishing Tutor in Lumbridge. If I manually do it, the item is still there on the ground after populating the inventory. When I try to use code to pick it up, it doesn't seem to see the net. However, if I take a net and drop it, the code will let me pick up the dropped net. I'm using the getGroundItems() function, but is the net next to the Tutor not a ground item? Is it some other kind of item? What's another way to interact with items in situations like this?
  15. I'm experimenting with JInternalFrame for a GUI. The features I like about it are that it comes with the ability to minimize, resize, drag, and stay within the JFrame it's internal to, while not being a Dialog popup that sits outside of the client, etc etc. Is it possible to access the OSB JFrame so I can add the JInternalFrame into it? I tried to make my GUI class extend JInternalFrame, but documentation says you need a JDesktopPane to attach it into. Is there one in OSB?
  16. Thanks for tagging @Apaec, @Gunman. Any advice would be really useful Right now, I'm just planning on studying Swing on O'Reilly. But man, there's like 3000 pages of books here lmao the main one is 1200 pages. Didn't realize how big of a system it was Do you know if there's any plans to integrate JavaFX with OSB? I know somewhere it said you can't have scripts with JFX on the SDN.
  17. Thanks for the advice! I was thinking having it over the chatbox would just be nice UX but practicality beats idealism here. Is there a way to anchor the JDialog to the client so a botter can change options and settings? Perhaps putting it into the OSB JFrame itself? I appreciate you taking the time to respond to this. I'm a long time fan. I consider your time very valuable and would love to hire you as a botting consultant if you'd be open to that. Professionally, I'm into climate tech and want to get good at Java and have found botting as the most fun way to learn advanced Java more quickly, but could definitely use some mentorship.
  18. Oh I see, are you saying it should be running on a thread in onLoop or something like that? Essentially, let's say I have a fishing bot. I want a collapsible GUI that hovers over the chatbox (to obscure the account name if a botter would like to take a screenshot or stream) that shows the full tabbed JDialog (or just GUI if JDialogs are not appropriate here) where a botter can click on a dropdown to change the fish or location and also see other information by clicking different tabs such as info about the botmaker (me in this case) or current exp/exp to level up. Does that make sense? Edit: I also want to note that I have the tabbed JDialog and everything working in the sense that it pops up, but it has the issue where it has to close to start the script, and then if I put it in onPaint, of couse it will paint it every loop so I get a lot of popups of the same dialog
  19. I have an issue where my OSB client is super tiny on one of my ubuntu laptops. I saw a guide for how to fix this on Windows, but is there one for how to fix this issue on Ubuntu? TY
  20. If you mean a JDialog overlay over the OSB client JPanel in the onPaint() method, I believe so.
  21. Hi, I've been looking at other GUI tutorials on the forums and some of them don't even use layout managers or can't stay open during script execution. I'm looking for something that can help with having a GUI box follow the chatbox, and resize accordingly. Every time I try to do it, it doesn't give the right size, doesn't show the tabbed panes (which I want over the chat tabs), and is dozens of pixels above the chatbox. It would also be nice to know how to customize the graphics in the GUI and have it be openable and closeable. Also, how do I make a GUI that doesn't need to be closed for the script behaviors to start? I've been working on this for a couple of months but honestly haven't gotten far. An updated GUI tutorial would be really helpful, especially one that is comprehensive and starts from the basics of Swing and how to use it in an object-oriented and even reactive way. Thanks for anyone who responds to this or helps with writing this.
  22. I recently re-started my VIP subscription and put mirror mode on for the first time in a while. It keeps looking for an osrs client, but I have the client running next to it. Never had this issue before. Used the osrs wiki instructions to install the client on Ubuntu. Everything is running on Java 8.
  23. Hey thanks a lot for the suggestion. I determined the MethodProvider wasn't null by having it log something if it != null. The mistake I made was not using the main class as the provider and instead instantiating a new MethodProvider entirely. Your suggestion helped me debug the issue, and now I have my first properly implemented behavior tree! Thanks
×
×
  • Create New...